- 27 Oct, 2017 3 commits
-
-
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 18 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
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This will improve the compatibility for all existing editorfield which will be migrated to gadgetfield (via proxy).
-
Romain Courteaud authored
This allows to propagate more options to the render parameters, used in erp5_xhtml_style and erp5_web_renderjs_ui
-
Romain Courteaud authored
But chrome is now unhappy...
-
Romain Courteaud authored
GadgetField doesn't know how to validate/store REQUEST form data. Use an external field to handle this task. The external field must be located in the same form, and can be put in the hidden group if not rendered. Add a test with a stringfield and a textarea field as validator.
-
Romain Courteaud authored
Make ckeditor responsive. Disable ACF.
-
Romain Courteaud authored
-
Romain Courteaud authored
Notify on changes. Allow to save with Ctrl+S Add a ruler Disable Crtl+R Thanks to Tristan Cavelier for his original work.
-
Romain Courteaud authored
-
Romain Courteaud authored
-