- 24 Nov, 2015 6 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Include a new Distributor, Test Suite and also Unit Test related class to Handle SlapOS Test Agent kind of tests.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 23 Nov, 2015 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
local_roles can not be expressed as a catalog query and should be provided as an explicit value
-
- 19 Nov, 2015 6 commits
-
-
Kazuhiko Shiozaki authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Xiaowu Zhang authored
-
Romain Courteaud authored
[erp5_web_renderjs_ui_test] Sort document before paginating to not depend of catalog random ordering
-
Gabriel Monnerat authored
And remove trailing whitespaces
-
- 18 Nov, 2015 3 commits
-
-
Romain Courteaud authored
Try to rely on listbox content instead
-
Jérome Perrin authored
-
Jérome Perrin authored
When using erp5_deferred_style, each report section is rendered in an independant request, so test should not create a situtation where request form is same for all report section, because request form parameters become selection parameters.
-
- 16 Nov, 2015 4 commits
-
-
Jérome Perrin authored
This new property will not be available until we upgrade erp5_property_sheets, so we have to use a backword compatible accessor.
-
Sebastien Robin authored
Improve default dialog by avoiding doing "update" action to see solver parameters. Instead, use javascript to automatically fill the "parameter" column when a solver is selected. Since there is not yet good solution to have this in both legacy user interface and new interface, use a separated business template instead of just changing the original dialog. Use a lot proxification to avoid duplicatation of configuration.
-
Romain Courteaud authored
-
Jérome Perrin authored
-
- 13 Nov, 2015 5 commits
-
-
Sebastien Robin authored
This mapping lack possibility of customization. We should later use a few getPortalSomethingStateList to replace this hardcoded mapping
-
Nicolas Wavrant authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Romain Courteaud authored
-
- 12 Nov, 2015 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
This will ensure that all other gadgets in the page have been correctly instanciated.
-
- 10 Nov, 2015 4 commits
-
-
Romain Courteaud authored
This list can be viewed in the panel History link
-
Nicolas Wavrant authored
It prevents the getter to fail if a Person object has been reached from a relation property
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
- 09 Nov, 2015 8 commits
-
-
Arnaud Fontaine authored
This should have been added and handles twisted use cases such as: 1. Install bt5 with ZODB Component C1 using version_priority V1. 2. Install another bt5 adding version_priority V1. 3. Install Portal Type using C1 as type_class. => No reset was done after 2., so C1 was not added to ZODB Component registry_dict (__registry_dict) and thus ignored.
-
Arnaud Fontaine authored
This only happens when using ZEO (see source code comments). Steps to reproduce: 1. Edit a ZODB Component in one tab. 2. At the same time, run Unit Tests in another tab. Backtrace: # ThreadID: 140153540167424 File: "eggs/Zope2-2.13.22-py2.7.egg/ZServer/PubCore/ZServerPublisher.py", line 31, in __init__ response=b) File: "eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Publish.py", line 455, in publish_module environ, debug, request, response) File: "eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Publish.py", line 249, in publish_module_standard response = publish(request, module_name, after_list, debug=debug) File: "parts/erp5/Products/Localizer/patches.py", line 84, in new_publish x = zope_publish(request, module_name, after_list, debug) File: "eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/Publish.py", line 138, in publish request, bind=1) File: "eggs/Zope2-2.13.22-py2.7.egg/ZPublisher/mapply.py", line 44, in mapply...
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
As there may be several trade_phase which could be set on a Trade Model Path, all of them should be displayed in ListBox and not only the first one.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This reverts commit d6b94272. Listbox navigation was broken because of this change.
-