- 18 Sep, 2015 10 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
It is dangerous to rely on SKINDATA, as its structure changes. There is no better solution here, so continue using it - just make it more prone to raise rather than accidentally using the wrong item (3-tuple became a 4-tuple by prepending a single item, so [0] would return the wrong item).
-
Vincent Pelletier authored
Patched class' getCurrentSkinName expects a 4-tuple, although it ignores the first value, so provide a placeholder.
-
Romain Courteaud authored
This deprecates many methods to simplify the API. This launcher should be considered as generic and reusable without forking it. Stop using the old jIO API. Start deprecating the custom renderJS version and its custom API (whoWantToXXX, pleaseXXX).
-
Romain Courteaud authored
Those methods may be dropped later, to make notification system more generic
-
Romain Courteaud authored
-
Vincent Pelletier authored
We now check if RESPONSE.redirect() exists, because TimerResponse does not have redirect(). Currently TImerResponse is used only in dummyGroupMethod (or any grouping method ?) but ideally it should be used in any activity.
-
Cédric Le Ninivin authored
-
Vincent Pelletier authored
Fixes test failures.
-
- 17 Sep, 2015 16 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
Without this, every rendered cells would contain the concatenation of all cells with same uid (i.e. None) in the previous page, and the size of each cell would increase exponentially at each update.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-
Julien Muchembled authored
- do not copy the result of Base_getWorkflowHistory, and only iterate on keys - call getPhysicalPath only once - get workflow tool only once, and without relying on acquisition
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Along with related alarm, property sheet and skins.
-
Vincent Pelletier authored
Add support for honoring user selection, and related option (enabled by default). Query catalog only once. Do not use custom ZSQLMethod.
-
Aurel authored
-
Cédric Le Ninivin authored
-
- 16 Sep, 2015 4 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
+ store all ERP5 configuration parameters in the local setting DB.
-
Romain Courteaud authored
-
Sebastien Robin authored
Do not handle solving issues in Workflow_statusModify, use directly script attached to the dialog of solving divergence. Also, previous code was no longer working properly with latest simulation
-
- 15 Sep, 2015 2 commits
- 14 Sep, 2015 4 commits
-
-
Jérome Perrin authored
-
Sebastien Robin authored
This avoid annoying messages that someone else modified the document, if the user knows we is going to have a divergence, he should be able to use the dialog immediately.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 11 Sep, 2015 4 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_officejs: Updated Appcache and jioConf
-
Cédric Le Ninivin authored
-