- 04 Jan, 2017 1 commit
-
-
Sylvain Thénault authored
-
- 19 Dec, 2016 3 commits
-
-
Sylvain Thénault authored
That may occurs if it's run several time in the same transaction (e.g. when EnsureArchiveUnitHasAContentOp is run after it has been called).
-
Sylvain Thénault authored
Closes #16684239
-
Sylvain Thénault authored
use module prefixed style notation.
-
- 15 Dec, 2016 8 commits
-
-
Sylvain Thénault authored
with additional rules so that SEDA 0.2 is disabled when there are more than one item in the history or if SEDAWhen is linked to an item, because in SEDA 0.2 custodial history is saved as texte, making those meaning less (well, even the notion of 'history item' actually...). Related to #16269136
-
Sylvain Thénault authored
Move xsd_* methods all together, with the first one being the structural ones (i.e archive, archive unit, data object).
-
Sylvain Thénault authored
to avoid too much switches depending on SEDA version (more to come...). Extract most of its content to separated methods so differences between the two implementations is clear.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
Related to #16269136
-
Sylvain Thénault authored
-
Sylvain Thénault authored
Related to #16269136
-
Sylvain Thénault authored
[profile gen] Consider keyword reference entity to control presence of KeywordReference tag in SEDA 1.0 / 0.2 export Related to #16269136
-
- 14 Dec, 2016 2 commits
-
-
Sylvain Thénault authored
by e.g. the saem cube
-
Sylvain Thénault authored
Ensuring we're able to validate a sample SEDA 0.2 profile.
-
- 15 Dec, 2016 1 commit
-
-
Sylvain Thénault authored
Functional testing will be introduced by a later cset. Related to #16269136
-
- 14 Dec, 2016 6 commits
-
-
Sylvain Thénault authored
Functional testing will be introduced by a later cset. Related to #16269136
-
Sylvain Thénault authored
* ContentDescription should always appears for first level archive unit but not necessarily for sub-levels * LatestDate should appear before OldestDate in content description * but language should occur first anyway Merge xsd_content_description implementations along the way, not worth for a single changing line.
-
Sylvain Thénault authored
to control appearance of the mimeCode attribute which was previously always forbidden.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
additionaly to Identification. This comes from a sample profile used in SAEM tests.
-
Sylvain Thénault authored
-
- 08 Dec, 2016 1 commit
-
-
Sylvain Thénault authored
by looking for the closes rule and climbing up to the transfer node. Closes #15927695
-
- 05 Dec, 2016 1 commit
-
-
Sylvain Thénault authored
(i.e. if data_object_reference can't be found). This avoid clash with `simplified_profile` predicate breaking the data object creation form because `is_typed_reference` had unexpectidly the highest score.
-
- 15 Dec, 2016 1 commit
-
-
Sylvain Thénault authored
-
- 14 Dec, 2016 1 commit
-
-
Sylvain Thénault authored
-
- 08 Dec, 2016 1 commit
-
-
Sylvain Thénault authored
cw 3.24.1 has been released
-
- 05 Dec, 2016 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 17 Nov, 2016 1 commit
-
-
Sylvain Thénault authored
-
- 16 Nov, 2016 11 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
They should only appear in the main tab.
-
Sylvain Thénault authored
This is not necessary to extend cw primary/tab views'selector, the specific one is enough
-
Sylvain Thénault authored
-
Sylvain Thénault authored
Closes extranet #12350128
-
Sylvain Thénault authored
At this point we expect a container as in its sibling '_render_triggers' method.
-
Sylvain Thénault authored
In such case, there are no 'seda_*' relations in the rql since we're not in the context of an archive transfer which hold them.
-
Sylvain Thénault authored
Find a suitable concept scheme for encoding/mime type/algorithm relations of a component archive unit Former constraint was relying on a 'code list version' relation which was setup on the archive transfer, which a component archive unit doesn't have. To find a suitable scheme, we may still find the one that is linked to the correct entity and relation type in the schema (at least until we've several of those, which is not the case for now). To do so, add a new `SCHEME_FROM_CONTAINER` structure in xsd2yams (close to where constraints are defined) so one may easily get the correct query depending on the container type (ie. wether we are in an archive transfer or an archive unit). Also, extend tests to check both case for the 3 aforementionned relations, since the rql constraint deserves to be tested...
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
Well, technically an archive unit sequence.
-