- 27 Oct, 2017 14 commits
-
-
Jérome Perrin authored
Some listboxs using it were using default_sort to inject this automatically, but it's better to do this directly in the script, this way the script can be reused. I'm not really convinced the script should honor sort_on parameter received in kw, because misconfigured listbox can inject some parameters that would cause more table to be joined.
-
Jérome Perrin authored
this is still unfinished work
-
Jérome Perrin authored
no need to do catalog here
-
Jérome Perrin authored
this way callers does not have to lookup explanation by catalog themselves
-
Jérome Perrin authored
This uses caching (which will probably never be hit here), prevent problems if delivery_uid is null (which should not happen) but it's consistent with other brain methods.
-
Jérome Perrin authored
-
Yusei Tahara authored
… HTML or it fails to open such a large PDF. Thus, now PDF reader opens a PDF using URL. It is faster and stable. /reviewed-on nexedi/erp5!468
-
Yusei Tahara authored
[erp5_officejs_ui_test] Add officejs_setting_gadget to Drive App's sub_gadget in gadget_officejs_page_export.js.
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
Yusei Tahara authored
-
- 26 Oct, 2017 19 commits
-
-
Sebastien Robin authored
It requires to include codemirror python syntax highlighting
-
Tomáš Peterka authored
[renderjs_ui] Create new public method `updateForm` rather than misusing `displayFormulatorValidationError`.
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Julien Muchembled authored
In commit 89a17f04, disabling password verification when passing an empty password was a bad idea, since it wasn't possible to check fully the login form itself. Some tests broke because of this change. There was also a stupid mistake: `pw_validate` could call itself instead of the original function.
-
Julien Muchembled authored
--zope option was removed: it was an alias to --generated-members=REQUEST,acl_users,aq_parent but we anyway disable E1101.
-
Cédric Le Ninivin authored
This is consistent with packing_list_workflow
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
- 25 Oct, 2017 7 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Reuse the one provided by erp5_xhtml_style
-
Romain Courteaud authored
Only CKEditor and CodeMirror are still supported. This will ensure the compatibility between erp5_xhtml_style and erp5_web_renderjs_ui.
-
Romain Courteaud authored
-