- 18 Dec, 2020 13 commits
-
-
Romain Courteaud authored
This reverts commit 35b2c024.
-
Romain Courteaud authored
-
Romain Courteaud authored
Allow edition in the new UI
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This make everything slow as hell and prevent to quickly save.
-
Romain Courteaud authored
Example: <h2 class="foo">bar</h2> => <h3 class="foo">bar</h3>
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
erp5_web_renderjs_ui: keep previous focus color
-
Romain Courteaud authored
If enabled, accessing the 'View' skin selection will raise an Error. 2 alarms are provided to automatically enable/disable xhtml style for some period of time. Some users can be always continue using xhtml style.
-
- 17 Dec, 2020 5 commits
-
-
Romain Courteaud authored
* update template tool configuration * create working copy * create skin folder * throw away local changes
-
Romain Courteaud authored
Add a gadget to display and select the list of changes. The gadget will show the selected diff to change the selection if needed. Changelog can also be directly entered in the gadget to quickly switch the view while writing it.
-
Romain Courteaud authored
Use usual ERP5 page template to commit bt5 changes from ERP5. Use an hidden field to propagate all needed input values in case of an exception. This single field will keep a json value, to simplify the maintainance of all forms using it (instead of many string fields). Stop accessing the REQUEST directly, and rely on ERP5 navigation scripts (like Base_redirect) instead.
-
Romain Courteaud authored
See nexedi/erp5@ea219b74
- 16 Dec, 2020 1 commit
-
-
Romain Courteaud authored
See nexedi/erp5@d7a4c3fc
-
- 14 Dec, 2020 4 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Nicolas Wavrant authored
-
- 11 Dec, 2020 4 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Romain Courteaud authored
-
Jérome Perrin authored
Fixes #20200630-BB32 and #20200630-48F9FA See merge request nexedi/erp5!1318
-
- 10 Dec, 2020 1 commit
-
-
Jérome Perrin authored
in c361a8c3 (erp5_pdm: improve product invividual variation, 2020-03-09) we changed to allow default images in product individual variation and modified IndividualVariation_view to add a file upload field to upload an image, but this form is shared with other individual variations portal types. Without setting the default image property sheet and allowing Embedded Files as sub-documents, saving the form was causing an error.
-
- 09 Dec, 2020 4 commits
-
-
Jérome Perrin authored
Possible services depend on the selected project.
-
Jérome Perrin authored
If we only refresh this list when user selects another project, we don't support the case where there's only one project available for user, because the list of services is the default one, not the one filtered for the select project.
-
Jérome Perrin authored
Now that we have an empty item, we should make sure user selects something.
-
Gabriel Monnerat authored
If we have more than two options to project and resource
-
- 04 Dec, 2020 3 commits
-
-
Romain Courteaud authored
RSVP.Promise cancel callback do not expect a Promise as result. In order to handle potential errors triggered by setButtonTitle, run it in an renderjs's job.
-
Jérome Perrin authored
See merge request nexedi/erp5!1285
-
Jérome Perrin authored
We no longer run tests with `python setup.py`, but simply with `python -m unittest` With slapos!862 we no longer need this See merge request !1316
-
- 03 Dec, 2020 5 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
See also https://github.com/zopefoundation/ZEO/pull/63 and nexedi/erp5!1095 No error in testCMFActivity and testConflictResolution. For the only error in testInvalidationBug, see comment. But this commit is not enough for ZODB5. The only known issue so far is the use of newer pickle protocol, which breaks export of ZODB data and requires non-trivial changes in our XMLExportImport/ppml code. So for the moment, many failures in testBusinessTempate.
-
Julien Muchembled authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-