- 20 Nov, 2016 3 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
Same as for commit c3450f14: BTrees don't accept None as key anymore.
-
Julien Muchembled authored
Traceback (most recent call last): File "Products/ERP5/tests/testAuthenticationPolicy.py", line 538, in test_05_HttpRequest self.assertFalse(person.isLoginBlocked()) File "Products/ERP5/mixin/login_account_provider.py", line 68, in isLoginBlocked return method(**kw) File "ZODB/Connection.py", line 857, in setstate raise ConnectionStateError(msg) ConnectionStateError: Shouldn't load state for 0x6c90 when the connection is closed
-
- 18 Nov, 2016 1 commit
-
-
Romain Courteaud authored
-
- 17 Nov, 2016 1 commit
-
-
Romain Courteaud authored
-
- 16 Nov, 2016 4 commits
-
-
Nicolas Wavrant authored
Adds the support of filtering with Ledgers for the generation of the French Fiscal Report (aka FEC). /reviewed-on nexedi/erp5!195
-
Ayush Tiwari authored
In case uid=0, its already being treated as int, so there is no need to check for type and add time to performance.
-
Ayush Tiwari authored
__getitem__ function for LazyIndexationParameterList eats up a lot of performance. This patch tries to simplify the code to improve performance.
-
Sven Franck 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 !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.
-