- 19 Jul, 2016 1 commit
-
-
David Douard authored
--HG-- branch : 3.20
-
- 12 Jul, 2016 1 commit
-
-
David Douard authored
--HG-- branch : 3.20
-
- 19 Jul, 2016 4 commits
-
-
David Douard authored
--HG-- branch : 3.20
-
David Douard authored
ensure i allways exists whatever f content is --HG-- branch : 3.20
-
David Douard authored
--HG-- branch : 3.20
-
David Douard authored
--HG-- branch : 3.20
-
- 09 May, 2016 2 commits
-
-
David Douard authored
-
David Douard authored
-
- 20 Apr, 2016 1 commit
-
-
David Douard authored
accessing self._cw.message now(?) eat the message, so don't call "self._cw.message" twice.
-
- 19 Apr, 2016 1 commit
-
-
David Douard authored
Otherwise the notification emails sent via an internal_session never honor the EMAIL.sender-name configuration option.
-
- 21 Mar, 2016 2 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
-
- 09 Mar, 2016 1 commit
-
-
Julien Cristau authored
'Connection' object has no attribute 'HOOKS_DENY_ALL'
-
- 07 Mar, 2016 1 commit
-
-
Julien Cristau authored
When migrating from a pre-3.10 database, the CWSource entity type and cw_source relation type are not known, but authenticate should still work to be able to add them.
-
- 16 Feb, 2016 2 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
-
- 04 Jan, 2016 1 commit
-
-
Denis Laxalde authored
Closes #9720390.
-
- 16 Feb, 2016 5 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
-
Julien Cristau authored
This isn't French.
-
Julien Cristau authored
unittest_views_basecontrollers.py's EditControllerTC.test_edit_mandatory_inlined3_object regressed with changeset dcbb64d3a1d9 because it relied on POSTing nonexisting eids. This seems like a silly idea, but let's keep the behaviour unchanged.
-
- 03 Feb, 2016 1 commit
-
-
Julien Cristau authored
Getting an unexpected test error though: ERROR: test_edit_mandatory_inlined3_object (unittest_views_basecontrollers.EditControllerTC)
-
- 30 Jan, 2016 1 commit
-
-
Christophe de Vienne authored
When CWProperty instances are touched, the corresponding value gets updated in vreg['propertyvalues'], but their type was ignored.
-
- 26 Jan, 2016 1 commit
-
-
Florent Cayré authored
This implies handling the reparenting case sooner, otherwise the child entity modifications are cancelled (see 113e9da47afc). Add a new test to ensure non-regression in all previous tests. Closes #10291977.
-
- 07 Jan, 2016 1 commit
-
-
David Douard authored
-
- 15 Dec, 2015 1 commit
-
-
Rémi Cardona authored
-
- 14 Dec, 2015 4 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
If we can't build a suitable COPY command (e.g. because data has unsupported type), use executemany instead. Regression introduced in 3.20.0.
-
Florent Cayré authored
The entity included in the composite will be deleted in such a case, so the field is not required even when the cardinality is '1' or '+'. Related to #8529868
-
Julien Cristau authored
Otherwise we fill up the tempdir. Closes #9133268.
-
- 09 Dec, 2015 2 commits
-
-
Rémi Cardona authored
-
Rémi Cardona authored
-
- 08 Dec, 2015 2 commits
-
-
Sylvain Thénault authored
-
Sylvain Thénault authored
-
- 07 Dec, 2015 1 commit
-
-
Florent Cayré authored
Composite relation removal via the EditController trigger an entity removal. Changes on such a to-be-removed entity must be cancelled as they may trigger integrity errors before the deletion occurs. Closes #8529868.
-
- 04 Dec, 2015 1 commit
-
-
Florent Cayré authored
In CubicWeb 3.18 the semantics of dropping a composite relation were changed. It had before the effect of deleting the subentities. Now the edit controller must handle this by itself (it was not adapted then by mistake). So if it detects the removal of a composite relation (on the browser side, the user clicked on the "remove" action), the subentity is now explicitly deleted. It was chosen not to change the form generation but the EditController: - to ensure pre-3.18 forms backward compat - to avoid the introduction of a specific entity-deletion API (RQL is probably our best API for complex DB operations) Related to #8529868.
-
- 25 Nov, 2015 1 commit
-
-
Florent Cayré authored
-
- 20 Nov, 2015 1 commit
-
-
Aurelien Campeas authored
* `entity` defined at method entry * a combined `continue` and a dedent of the next big block * some vertical white space Related to #8529868.
-
- 20 Oct, 2015 1 commit
-
-
Aurelien Campeas authored
[sources/native] ask permission to continue restoring even if metadata do not match (closes #7771864) Moreover we try to clarify the message (Expected/Found was never too clear for users).
-