- 29 Nov, 2016 1 commit
-
-
Romain Courteaud authored
Ensure a new subgadget is declared when the panel is opened Editor panel can be closed from the sort/filter buttons
-
- 28 Nov, 2016 1 commit
-
-
Georgios Dagkakis authored
-
- 25 Nov, 2016 2 commits
-
-
Romain Courteaud authored
Localization should be done by fetching the locales and provide it as parameter to toLocaleDateString.
-
Romain Courteaud authored
-
- 24 Nov, 2016 7 commits
-
-
Sebastien Robin authored
-
Romain Courteaud authored
Fixes: UnboundLocalError: local variable 'translated_portal_type' referenced before assignment
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 23 Nov, 2016 6 commits
-
-
Tristan Cavelier authored
-
Tristan Cavelier authored
-
Romain Courteaud authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 22 Nov, 2016 13 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
in ready step, indexeddb storage is not yet create, so translation gadget can't get language setting
-
Xiaowu Zhang authored
in ready step, indexeddb storage is not yet create, so translation gadget can't get language setting
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 21 Nov, 2016 1 commit
-
-
Ivan Tyagov authored
This fixes number of Jupyter bugs. Tests passing here: https://nexedi.erp5.net/test_result_module/20161117-147BEEA9 /reviewed-on !198
-
- 20 Nov, 2016 4 commits
-
-
Julien Muchembled authored
-
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 2 commits
-
-
Ivan Tyagov authored
Try to import module before it is added to environment this way if user tries to import non existent module Exception is immediately raised and doesn't block next Jupyter cell execution.
-
Romain Courteaud authored
-
- 16 Nov, 2016 2 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
-
Ivan Tyagov authored
If user using Jupyter with ERP5 kernel is simply passing a comment inside a cell a server side error is raised thus this commit properly fixes it. Clean up & style.
-