- 16 Nov, 2016 5 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
This is probably incorrect. I believe ERP5ShortMessage's message_type handling has to be refactored. I guess this should not be part of the send API but be a property set on the gateway instance in portal_sms
-
Jérome Perrin authored
-
Jérome Perrin authored
Only mobyt support this parameter, so this break the compatibility with essendex
-
Jérome Perrin authored
-
- 15 Nov, 2016 7 commits
-
-
Julien Muchembled authored
Apart from some code cleanup, it can override catalog_index.
-
Romain Courteaud authored
Only display desktop mode on big screens.
-
Romain Courteaud authored
-
Sven Franck authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 10 Nov, 2016 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 09 Nov, 2016 1 commit
-
-
Jérome Perrin authored
When we have a transaction with both sections from the same group, we only check accounting periods for the sides which actually define accounting. When there was a source or destination organiation defined at the delivery level it was acquired on the lines and in that check we wrongly considered this to be defining accounting.
-
- 08 Nov, 2016 1 commit
-
-
Julien Muchembled authored
The recently added --frontend_url parameter breaks all existing runUnitTest scripts that don't accept it, and because this option is irrelevant for many of them, we don't want to force everyone to update their test suites. Similarly, parallelizing tests is not worth the effort for some test suites, and currently, their runUnitTest scripts contain ugly lines like: parser.add_argument('--node_quantity', help='ignored', type=int) These 2 parameters are now passed to runUnitTest only if it supports them, like it is already the case for --firefox_bin and --xvfb_bin.
-
- 07 Nov, 2016 4 commits
-
-
Julien Muchembled authored
-
Romain Courteaud authored
-
Kazuhiko Shiozaki authored
-
Romain Courteaud authored
-
- 04 Nov, 2016 16 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Otherwise, the user sees nothing at all whenever she's not allowed to view at least 1 test suite.
-
Romain Courteaud authored
-
Julien Muchembled authored
This fixes commit 63b3ccda
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
ConnectionError does not have status_dict
-
Julien Muchembled authored
-
Sebastien Robin authored
revert a change submitted by mistake
-
Sebastien Robin authored
This allows to have some information when testnode fails running a test suite
-
Douglas authored
Now the test node sends a `--frontend_url` parameter to the test suite, which an IPv4-enabled URL to the test node's backend. This is required to run remote tests on environments without IPv6 connectivity. Also the SlapOSController now waits 20 seconds instead of 10 seconds for the SlapOS proxy web server to start answering requests. On slower machines 10 seconds weren't being enough. @Tyagov, please review. /reviewed-on nexedi/erp5!189
-
Sebastien Robin authored
Some tests are sensible to Daylight saving time when they do some checking with non fixed dates
-
Sebastien Robin authored
mrp: allow edition of line quantities even if industrial_phase is set (and in general, even if option categories are set)
-
Sebastien Robin authored
-
Romain Courteaud authored
HTML is directly injected in the DOM. CSP should prevent to execute JS/CSS.
-
Arnaud Fontaine authored
Before fixing this bug, 'listbox_previousPage:method' input button was submitted but with no value (''). However, this was not handled by the backward-compatibility code and thus next/previous page buttons would not work properly if erp5_xhtml_style is not updated.
-
- 03 Nov, 2016 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Only 'float' supported for the moment. This should cover the case of integers. Example of 'Sortable Columns' value in a ListBox: id | float title | Since there's a fallback to 'Searchable Columns' when 'Sortable Columns' is empty, the cast type can also be specified there, in order to avoid duplication.
-
Julien Muchembled authored
-
- 02 Nov, 2016 1 commit
-
-
Romain Courteaud authored
-