- Oct 13, 2016
-
-
Denis Laxalde authored
For instance, following non-composite relations. Closes #15770380.
-
- Jul 13, 2016
-
-
Denis Laxalde authored
Otherwise we sometimes get cache issue, in particular with assertCountEqual strange comparison algorithm.
-
Denis Laxalde authored
The latter do not work with CubicWeb 3.23.
-
- Aug 25, 2015
-
-
Denis Laxalde authored
So that it can be used in modules not automatically reloaded without problems. Closes #6304702.
-
- Aug 17, 2015
-
-
Denis Laxalde authored
This can be an alternative to the 'clone' action, in particular when the 'edition' form of the entity to be cloned is not readily usable (e.g. needs tweaking to hide inlined sub-forms, etc.).
-
- Jul 20, 2015
-
-
Denis Laxalde authored
This is not ready for inclusion and was backported from client application to soon.
-
- Jul 17, 2015
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
This method returns a dictionary mapping entity type to composite relation information allowing to walk the schema graph upstream from these entity types.
-
- Jul 20, 2015
-
-
Denis Laxalde authored
* `parent_relations`/`child_relations` are used to get relation information from an entity type. * `parent_structure`/`child_structure` return the full structure of the composite graph, this structure will change later on to conform to the "definition" methods. * `parent_related`/`child_related` yield information about related entities in the composite graph either from the parent or child perspective.
-
- Jul 16, 2015
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
These are used to build the IContainer/IContained classes.
-
Denis Laxalde authored
-
Denis Laxalde authored
This makes selections of CloneEntityHook simpler, cheaper and more robust. Drop IClonableAdapter.clone property, not longer useful.
-
- Jul 15, 2015
-
-
Denis Laxalde authored
-
- Jul 10, 2015
-
-
Denis Laxalde authored
Also add the `structure` method which returns the fully evaluated graph (of schema objects), useful for testing.
-
Denis Laxalde authored
Actual tests are not so specific to "entities" despite most of the code currently lies there and they are not so unit either.
-
Denis Laxalde authored
-
- Jul 06, 2015
-
-
Denis Laxalde authored
-