- 23 Sep, 2015 6 commits
-
-
Vincent Pelletier authored
local_roles is handled entirely inside ERP5Catalog, so to not tell ZSQLCatalog about it - it can do nothing right with it anyway. Also, get rid of abusive **kw use in this code path. Also, actually pass sql_catalog_id to getAllowedRolesAndUsers.
-
Vincent Pelletier authored
This is at least needed for external_account_interaction_workflow/scripts/Career_start as it filters by "email.url_string".
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This parameter is handled nowhere in ERP5 and ends up passed to catalog, which complains about it.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 22 Sep, 2015 6 commits
-
-
Vincent Pelletier authored
This is needed for (at least part of) Alarm_activateCheckConsistency functionality.
-
Vincent Pelletier authored
Avoids giving catalog parameters it cannot handle and would complain about. Reviewed-By: Julien Muchembled <jm@nexedi.com>
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Also, replace one more use of getResultValue in favor of explicit list unpacking, as getResultValue does not complain in face of multiple results.
-
Vincent Pelletier authored
So use destination_uid as it is the most efficient approach.
-
Vincent Pelletier authored
-
- 21 Sep, 2015 1 commit
-
-
Vincent Pelletier authored
Mixing states from unrelated workflows produces output which becomes hard to understand. As a result, it was removed from Folder_viewWorkflowReport and must not be expected by test. Also, because of implementation detail, section order changed, so update indices.
-
- 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 1 commit
-
-
Romain Courteaud authored
-