- 07 Jun, 2019 1 commit
-
-
Yusei Tahara authored
[erp5_web_renderjs_ui] Fix translation script. Get service worker filename from layout property. Don't hardcode it.
-
- 06 Jun, 2019 1 commit
-
-
Yusei Tahara authored
[erp5_web_renderjs_ui] New client can use the latest cache without waiting for the new service worker to be activated. And once client was associated with a cache, client keeps using the same cache.
-
- 05 Jun, 2019 2 commits
-
-
Yusei Tahara authored
To preserve the consistency of code and data, let the new service worker wait until all tabs and windows of the old version are closed.
-
Yusei Tahara authored
Don't give request object itself to cache.match. Firefox's Cache Storage does not work properly when VARY contains Accept-Language. Give URL string instead, then cache.match works on both Firefox and Chrome.
-
- 04 Jun, 2019 1 commit
-
-
Yusei Tahara authored
[erp5_web_renderjs_ui] Fix rjs_gadget_erp5_serviceworker.js. Use cache.add because safari does not support cache.addAll.
-
- 03 Jun, 2019 1 commit
-
-
Yusei Tahara authored
Collect a list of files from service worker code.
-
- 17 May, 2019 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Fetch usage can be bypassed to do not use service worker when not needed. As appcache has been dropped on Firefox, this change will improve the speed on Firefox. No change is expected on Chrome/Safari.
-
- 16 May, 2019 4 commits
-
-
Rafael Monnerat authored
-
Yusei Tahara authored
erp5_trade: Fix PackingList_getODTDataDict.py. Get source reference from supply paths. Movements are not predicates.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Otherwise, this test fails because of duplicate uids.
-
- 15 May, 2019 5 commits
-
-
Romain Courteaud authored
Display precalculated listbox content returned after a form validation error. Ensure the cell error_text is displayed and can be removed.
-
Romain Courteaud authored
Return the submitted value in case if present in the REQUEST. Return the cell error_text if present. Execute the listbox listmethod in case of ValidationError. Ensure that it is rendered with the same query parameters.
-
Romain Courteaud authored
-
Romain Courteaud authored
This commit does not change the behaviour of the gadget. The goal is only to make the next commit more readable.
-
Vincent Pelletier authored
Even if it does not lead to ConflictError being raised, updating _max_uid has a cost and a transaction-serialising effect (most noticeable with NEO). This value is not used (outside of a bootstrap value for portal_ids generator), so stop doing this unnecessary work. Also, fold produceUid into its only caller. Also, change the folded pattern to react to an empty buffer rather than test for emptiness before each access.
-
- 13 May, 2019 3 commits
-
-
Jérome Perrin authored
The way of truncating the index file was an error in git 2.11.0, but it was not an error with git 2.17.0. /reviewed-on nexedi/erp5!863
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 10 May, 2019 1 commit
-
-
Vincent Pelletier authored
-
- 06 May, 2019 2 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
Follow xhtml_style CSS.
-
- 03 May, 2019 5 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This is nearly a copy/paste of renderJS error rendering.
-
- 02 May, 2019 5 commits
-
-
Tristan Cavelier authored
While rendering a field_list gadget in non-editable mode, the `text_content` parameter was given only in the first `render` call. /bug #20190204-39AF19 https://nexedijs.erp5.net/#/bug_module/20190204-39AF19 /reviewed-on nexedi/erp5!860
-
Tristan Cavelier authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Sebastien Robin authored
Before we were using up to 10 testnodes per test suite. Push it to 15 testnodes to have chance to run big test suite (like whole ERP5 tests) in less than 2 hours.
-
- 29 Apr, 2019 3 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Georgios Dagkakis authored
/reviewed-on nexedi/erp5!859
-
- 26 Apr, 2019 2 commits
-
-
Romain Courteaud authored
-
Arnaud Fontaine authored
ZODB Components: Use regex to check whether a class of the same name as the Component reference is defined. Until now, there was a very basic string check which didn't handle such cases: class DocumentReferenceAnything(): pass class DocumentReference(): pass => _message_reference_class_not_defined was incorrectly raised as the first class was considered.
-
- 25 Apr, 2019 1 commit
-
-
Sebastien Robin authored
This allows to know the node working on test, thus we can redraft lines when a runTestSuite command fails
-
- 24 Apr, 2019 1 commit
-
-
Sebastien Robin authored
Before we were looking only create date of test results to give priority of work to do for a test nodes. So we had cases where some test suites with medium priority had 5 testnodes, and test suites with high priority having only 3 testnodes. So clearly distribute the work depending on the maximum quantity of testnode we want.
-