- 22 Dec, 2020 4 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 21 Dec, 2020 4 commits
-
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
ERP5Workflow: WorkflowScript_view: Pull changes from PythonScript_view (This fixes editor field which was using Ace).
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Workflow Script context must be created before execution. Otherwise Workflow Script cannot call other Workflow Scripts.
-
- 08 Dec, 2020 5 commits
-
-
Arnaud Fontaine authored
Ignore for now the differences between ERP5Workflow implemented for Configurator a long time ago and "new" ERP5Workflow.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
Work done by Wenjie Zheng, Isabelle Vallet and Sebastien Robin.
-
- 30 Nov, 2020 1 commit
-
-
Arnaud Fontaine authored
-
- 26 Nov, 2020 15 commits
-
-
Roque authored
See merge request nexedi/erp5!1275
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
- this action relies on paged.js library for pagination
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
-
Roque authored
-
Jérome Perrin authored
Don't log and fix a few resource warnings See merge request !1307
-
Nicolas Wavrant authored
Add missing field, used in testFloatFieldStep
-
- 23 Nov, 2020 2 commits
-
-
Nicolas Wavrant authored
It follows commit ce233f79
-
Nicolas Wavrant authored
-
- 17 Nov, 2020 4 commits
-
-
Romain Courteaud authored
Some fields may use div element without expecting 100% width. Example: formbox and diff gadget.
-
Jérome Perrin authored
this prevents ResourceWarnings on python3
-
Jérome Perrin authored
this prevent ResourceWarnings on python3
-
Jérome Perrin authored
this is way to verbose and not really useful
-
- 13 Nov, 2020 2 commits
-
-
Vincent Pelletier authored
Why invent a different way, making it harder to consistently patch validated_hook ?
-
Vincent Pelletier authored
For example, allows upgrading a Business Template when an ERP5 Form is replaced by a PythonScript in a skin folder.
-
- 12 Nov, 2020 1 commit
-
-
Jérome Perrin authored
When running on testnode, runUniTest is responsible for picking a free $DISPLAY. This is implemented by starting Xvfb on a $DISPLAY, waiting a bit and if it is still running we assume the $DISPLAY was free. But it seems sometimes we don't wait enough, when testnodes are overloaded. This implementation is wrong, we could run a command check that X is running, but as explained in the code command below, xdpyinfo or other tools are currently not available in test environment. Since we are considering switching this to seleniumserver (which would take care of running a X Server for us) so this is OK for now.
-
- 11 Nov, 2020 1 commit
-
-
Jérome Perrin authored
there was also another script for internal
-
- 09 Nov, 2020 1 commit
-
-
Jérome Perrin authored
This test was clicking on the first item in a non sorted list and then checking that the text of the selected element was "a2". Instead, store the text of the first listbox cell in a variable and use this in check.
-