- 13 Oct, 2016 1 commit
-
-
Sylvain Thénault authored
Introduce an adapter that will 'diagnose' seda profile. It will be able to return all problems leading to not supporting some SEDA export format. There is currently a single sample rule (missing access rule on top level archive unit). Overall result (supported formats) are stored in a computed attribute so that we may control depending actions'appearance without recomputing the whole diagnosis. Related to #15524215
-
- 11 Oct, 2016 1 commit
-
-
Sylvain Thénault authored
Related to #15524427
-
- 07 Oct, 2016 7 commits
-
-
Sylvain Thénault authored
It's not xsd specific since it may be overriden to generate RNG. Name inspired from recently introduced 'attribute_schema'. Related to #15045341
-
Sylvain Thénault authored
Related to #15524427
-
Sylvain Thénault authored
-
Sylvain Thénault authored
This will allow to share attribute definition (XAttr) independantly of the export format (XSD or RNG). Related to #15045341
-
Sylvain Thénault authored
At some time, more code cleanup / reorganisation will be necessary, but this preparatory refactoring will allow to share usage of cardinality handling function as well as a basic mixin for RNG generation. Related to #15045341
-
Sylvain Thénault authored
Related to #15045341
-
Sylvain Thénault authored
Closes #15524427
-
- 11 Oct, 2016 1 commit
-
-
Sylvain Thénault authored
using SEDA 1 document type. Related to #15524427
-
- 29 Sep, 2016 2 commits
-
-
Sylvain Thénault authored
a few features are missing but most things are there. This has been the occasion to add properties to entity class, to make things easier to read (in xsd generation and tests, for now at least). Related to #15045341
-
Sylvain Thénault authored
we want to use them for seda 1.0 / 0.2 export.
-
- 28 Sep, 2016 1 commit
-
-
Sylvain Thénault authored
-
- 30 Sep, 2016 1 commit
-
-
Sylvain Thénault authored
Now that we've proper vocabularies for them.
-
- 28 Sep, 2016 3 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
with some code cleanups and refactor it that we may ensure data files validity from tests.
-
Sylvain Thénault authored
To do so we will handle seda-2, seda-1, seda-02, seda (default) language to specify value that should be used in export. When multiple languages are specified, also add explicitly a french or english label. This cset adds some new data files from the saem_ref cube, or complete existing ones. Related to #12759207, #15045341
-
- 23 Sep, 2016 1 commit
-
-
Sylvain Thénault authored
-
- 01 Sep, 2016 1 commit
-
-
Yann Voté authored
It should be in the application cube.
-
- 26 Aug, 2016 12 commits
-
-
Sylvain Thénault authored
Not updating debian/changelog and cubicweb-seda.spec because this release is still for demo only, not an actually packaged release (installed from source on our demo server).
-
Sylvain Thénault authored
Reintroduce code list version for simplified profiles, but restrict elements to those making sense in that case
-
Sylvain Thénault authored
similarly as for archive units.
-
Sylvain Thénault authored
So hide the former and add a tab for the later on archive unit in simplified profiles.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
filename is a bit specific since it's a BinaryDataObject attribute retrieved from its jumped FileInfo element. As an attribute, it's displayed in the BDO main tab. As a FileInfo element, it was also catched by rtags_from_xsd_element to be displayed in the tab display FileInfo subelements. This was also screwing up its reledit view. Skipping such attributes in underlying `rtags_from_rtype_role_targets` function fixes both problems.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
unclear why it wasn't displayed by default while it is for Compressed entities. Add clearer translation along the way.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
There should be no need for etype specific rules, default rules will be overriden.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
Move entity_call method in parent abc for tabs displaying objects below archive unit's content sequence
-
- 25 Aug, 2016 7 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
We don't have to handle the case of "reference" archive unit. Refactor a bit the original tab class to ease this overriding, by introducing a 'sub_unit_types' class property.
-
Sylvain Thénault authored
Instead of displaying content subobjects, display directly the properties we're interested in. An archive unit may only have one content entity in the case of simplified profiles.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
so that on creation, we don't get every archive unit in the database but only those in the parent's container.
-
- 26 Aug, 2016 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-