- 23 Dec, 2016 10 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
use getId() instead of getUserName() where user is supposed to be neither Anonyous User nor System Processes.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
Verify there is a single line per use. Test summary lines on per-category level. Always compare use by uid available on lines, not by fetching a random document on each aggregate line.
-
Vincent Pelletier authored
Facilitates pinpointing faulty related key declarations.
-
- 22 Dec, 2016 2 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
Also by default this user will have random password
-
- 21 Dec, 2016 6 commits
-
-
Vincent Pelletier authored
Should improve indexation performance ever so slightly.
-
Vincent Pelletier authored
Also, stop passing ignored "spec" parameter.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Drop overly descriptive comments. Simplify code. Fix coding style.
-
Vincent Pelletier authored
Backward compatibility was not implemented everywhere, and it is masking bugs: not all parameters were provided to these ZSQLMethods, which can cause all sorts of bugs and performance issues because of DTML defaulting to acquisition context for missing arguments. Drop this overcomplex code.
-
Vincent Pelletier authored
-
- 20 Dec, 2016 8 commits
-
-
Tristan Cavelier authored
by adding Base_downloadWithCors that acts like Base_download but adds CORS headers according to Base_prepareCorsResponse.
-
Tristan Cavelier authored
By using Event_generateReference from erp5_crm /reviewed-on !214
-
Vincent Pelletier authored
Allows accessing any catalog column after parent relation, instead of only pre-configured columns. Allows reverse relation lookup (for the non-parent part of the relation, as child relationship is not supported). Also, drop now-redundant related keys.
-
Vincent Pelletier authored
Simplifies extension. Also, factorise constants a bit.
-
Tristan Cavelier authored
-
Klaus Wölfel authored
Change autocomplete from Ctrl-Space to Alt-Space, because the former is already used for switching keyboard language. Change indent less from Ctrl-] to Shift-Tab, because the former is already used for switching between browser tabs. @nexedi any objections ? /reviewed-on nexedi/erp5!213
-
Vincent Pelletier authored
Including all external method arguments in the error is needlessly verbose. If you rely on this to debug, define this inside your external method.
-
Vincent Pelletier authored
Otherwise, longer results would be truncated and shorter results would produce activities with an empty list as argument.
-
- 19 Dec, 2016 6 commits
-
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Vincent Bechu authored
-
Tristan Cavelier authored
/reviewed-on !210
-
- 16 Dec, 2016 1 commit
-
-
Vincent Bechu authored
/reviewed-on nexedi/erp5!206
-
- 15 Dec, 2016 7 commits
-
-
Cédric Le Ninivin authored
-
Romain Courteaud authored
editable state is kept
-
Romain Courteaud authored
Mimic formulator behaviour to reduce jIO conflicts.
-
Sebastien Robin authored
-
Sebastien Robin authored
When AdoptSolver is called for the property 'quantity' on a list of simulation movements having sum([simulation quantities]) equal to 0, then the delivery error must be 0. Before, we were setting as delivery error -quantity of that simulation movement, then we still had divergence even after the solver was called.
-
Romain Courteaud authored
ERP5JS will display the worklist on the search page in such case.
-
iv authored
On workflows accounting_date_workflow and counter_date_workflow, the permission name was using capitalized case instead.
-