- Mar 03, 2017
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
and test it.
-
Sylvain Thénault authored
we don't want it to appear auto-magically for every IClonable entities
-
- Mar 01, 2017
-
-
Sylvain Thénault authored
the original intent was to avoid having an automatic 'clone' action appearing in the UI because some type was adaptable to IClonable. While this is still desirable, keeping some generic UI tweaks useful to those activating the action will be better then dropping everything at once.
-
Sylvain Thénault authored
-
- Feb 24, 2017
-
-
Sylvain Thénault authored
Being adaptable to IClonable doesn't mean we want a clone action in the UI, furthermore when it leads by default to the clumsy 'copy' form.
-
- Oct 19, 2016
-
-
Sylvain Thénault authored
-
- Oct 18, 2016
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
This is information that will need most custom adapters, without doing some more heavyweight refactorings.
-
- Jun 24, 2016
-
-
Sylvain Thénault authored
-
- Oct 13, 2016
-
-
Denis Laxalde authored
For instance, following non-composite relations. Closes #15770380.
-
Denis Laxalde authored
One might want to registered different IClonable adapter (for different selection context), and we only need to make sure that registered clone relation information (rtype, role) are all consistent.
-
- Jul 13, 2016
-
-
Denis Laxalde authored
-
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.
-
Denis Laxalde authored
The latter does not work with Python 3.
-
- Jun 24, 2016
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Sylvain Thénault authored
as it may occurs during migration.
-
Denis Laxalde authored
-
- Jun 23, 2016
-
-
Denis Laxalde authored
-
- May 24, 2016
-
-
Sylvain Thénault authored
Closes #13171946
-
- May 19, 2016
-
-
Sylvain Thénault authored
without risk :/
-
Sylvain Thénault authored
-
- May 11, 2016
-
-
Sylvain Thénault authored
-
- Dec 09, 2015
-
-
Denis Laxalde authored
-
- Sep 29, 2015
-
-
Denis Laxalde authored
-
Sylvain Thénault authored
-
- Sep 18, 2015
-
-
Yann Voté authored
Closes #7166911.
-
- Aug 26, 2015
-
-
Denis Laxalde authored
-
- Aug 25, 2015
-
-
Sylvain Thénault authored
-
Denis Laxalde authored
So that it can be used in modules not automatically reloaded without problems. Closes #6304702.
-
- Aug 21, 2015
-
-
Sylvain Thénault authored
beside performance and consistency purpose, it will avoid to call recursivly the clone hook if the cloned subtree contains 'clone rtype' relations. This has caused infinite recursion problem in a client application, though I've not been able to reproduce it in a test.
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- Aug 20, 2015
-
-
Denis Laxalde authored
-
- Aug 19, 2015
-
-
Sylvain Thénault authored
-
- 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.
-
Denis Laxalde authored
Thus grouping related things together.
-