- 25 Oct, 2017 27 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
-
Romain Courteaud authored
Listbox can embed rjs gadget
-
Romain Courteaud authored
-
Romain Courteaud authored
It is no longer maintained. Switch to ck_editor instead.
-
Romain Courteaud authored
ung has been replaced by officejs.
-
Romain Courteaud authored
-
Romain Courteaud authored
This editor has been deprecated and is not supported anymore.
-
Romain Courteaud authored
This bt5 provides required portal types (Web Style, ...)
-
Romain Courteaud authored
This reverts commit 8076005e. Web Illustration is already provided by another bt5.
-
Cédric Le Ninivin authored
-
- 24 Oct, 2017 5 commits
-
-
Roque Porchetto authored
-
Roque Porchetto authored
-
Roque Porchetto authored
-
Roque Porchetto authored
-
Roque Porchetto authored
This business template contains all the objects needed to bootstrap an ERP5 instance in order to prepare it for scalability tests: - A business configuration object (generated after standard configurator installation) - A bootstrap script (pending) - A script that generates a specific amount of users (person-assignment-login per each)
-
- 20 Oct, 2017 3 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
The main change here is the reduction of try..except scope, so failing the first assertion does not cause an AttributeError about original_query. Also, avoid code duplication by just checking final number of messages outside the try..except block. Also, improve coding style (spaces around operators and commas). Also, avoid single-use variable. Also, fix typo in comment.
-
- 19 Oct, 2017 5 commits
-
-
Tristan Cavelier authored
to fit to the new behavior related to these changes : - 2c74e408 - a40266af
-
Tristan Cavelier authored
-
Julien Muchembled authored
Commit 89a17f04 broke live tests using ERP5TypeTestCase.publish when they are run from command line. Note that such live test could not be run from ERP5. More refactoring is needed because ERP5TypeLiveTestCase should only take care of adapting ERP5TypeTestCaseMixin to an ERP5 environment, and runUnitTest should never use it. Commit fd9219af looks a wrong approach.
-
Sebastien Robin authored
Usually, the split and defer dialog suggest you to define start and stop date. So if you have already an existing delivery and you would like it to be updated, you have to set correct start and stop date and, if all categories are fully the same, you might have some chance to see this delivery updated. To improve the case where you would like to move quantity to existing delivery, add option in the solve divergence dialog of "Move to existing Delivery" that allows you to select similar deliveries. Then this specific solver would set correct properties for you to make sure the expected delivery would be updated.
-
Cédric Le Ninivin authored
-