- 06 Jul, 2016 5 commits
-
-
Sylvain Thénault authored
Dunno why it's not detected...
-
Sylvain Thénault authored
Related to #14022989
-
Sylvain Thénault authored
no need for intermediary statement, directly give the parent.
-
Sylvain Thénault authored
Before introduction of RelaxNG schema generator. Related to #14022989
-
Sylvain Thénault authored
-
- 29 Jun, 2016 16 commits
-
-
Sylvain Thénault authored
sharing most of the code with XSD tests.
-
Sylvain Thénault authored
It has no performance impact but looks nicer and is easier to grasp, IMHO. Also, move profile_etree method to the base mixin and use it in the functional test.
-
Sylvain Thénault authored
30% speedup on test_profile
-
Sylvain Thénault authored
Avoid 'utils' module for non shared stuff. Also, fix base class since a mixin shouldn't inherit from TestCase but from object, avoiding diamond-like inheritance.
-
Sylvain Thénault authored
-
Sylvain Thénault authored
* the best language is selected * concepts are properly ordered * should more performant (one query fetch all the data)
-
Sylvain Thénault authored
including DB indexes for kind and language_code.
-
Sylvain Thénault authored
about 'role' argument no supported. Unclear why it didn't occurs earlier. May be related to migration to 3.23?
-
Sylvain Thénault authored
by avoiding side effect of specific modules loaded before the uicfg module.
-
Sylvain Thénault authored
[ui] monkeypatch EntityInlinedFormRenderer as CSS customization leaves a trailing '#' on inlined form's title
-
Sylvain Thénault authored
Closes #14025762
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
As there may be multiple ones. Closes #13750862
-
- 28 Jun, 2016 1 commit
-
-
Sylvain Thénault authored
-
- 29 Jun, 2016 1 commit
-
-
Sylvain Thénault authored
The later has been skipped, while it makes sense sometime to specify it during profile definition. The former are skipped to make the UI for Attachment or URI on BinaryDataObject much clearer. Closes #13751394 and #13830622
-
- 28 Jun, 2016 4 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
Closes #13853636
-
Sylvain Thénault authored
Flow is simpler when using empty tuple instead of empty string.
-
Sylvain Thénault authored
-
- 29 Jun, 2016 2 commits
-
-
Sylvain Thénault authored
Use 'seda-2' as language code to please rdflib which check language code validity using a regexp. To do so, also extend skos cube limit size of 5 on language code. Closes #13008700
-
Sylvain Thénault authored
[ui] Display message instead of 'search' button when we're missing information to resolve constraint
-
- 27 Jun, 2016 7 commits
-
-
Sylvain Thénault authored
Closes #13853304
-
Sylvain Thénault authored
Closes #13853501
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
Sylvain Thénault authored
and drop related monkey-patch.
-
- 24 Jun, 2016 1 commit
-
-
Yann Voté authored
And not globally. Related to #13830428.
-
- 27 Jun, 2016 1 commit
-
-
Yann Voté authored
Since this is mandatory in data model.
-
- 15 Jun, 2016 1 commit
-
-
Yann Voté authored
In that case, we shouldn't check for existence of an entity under the choice
-
- 24 Jun, 2016 1 commit
-
-
Yann Voté authored
A content has no more than one title and description. In the same way, an ArchiveTransfer has no more than one comment. Handle this as hardcoded special cases, waiting for a better solution. Closes #13750725.
-