- 23 Oct, 2015 8 commits
-
-
Romain Courteaud authored
This will allow to catch possible errors.
-
Romain Courteaud authored
Mostly, header gadget is rendered after the main gadget. Remove many zelenium 'pause' command, by waiting for the expected element instead.
-
Romain Courteaud authored
This is an adhoc URL command to support creation of new ERP5 document while keeping the global history usable. Clicking on the 'back' icon on the newly created document will redirect to the parent document.
-
Romain Courteaud authored
-
Jérome Perrin authored
testERP5Security shows that owner queries must be done with ExactMatch
-
Jérome Perrin authored
... so that we have setup's error message
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 22 Oct, 2015 2 commits
-
-
Romain Courteaud authored
-
Jérome Perrin authored
This relies on selecting preferences using owner= catalog key. This way also supports the edge case where the user has a "Owner" role defined in acl_users.
-
- 21 Oct, 2015 2 commits
-
-
Jérome Perrin authored
Also fix some comments
-
Jérome Perrin authored
-
- 20 Oct, 2015 7 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Stop using the patched renderJS version which forces to use a fix URL pattern (#a=b&c=d). Instead, the URL logic was moved to the router gadget which becomes responsible to build and parse URL. This will allow applications to support their own URL pattern (HTML5 pushState for example). In case of the ERP5 JS UI, it provides now a stateful URL building (next URL depends on the current one). This is used to support browser side "selection" (ie, stored query parameters), needed to support pagination from one document to another. Example: * go to a module * filter with a search * click on the first document line and review it * click on the "next" icon, to directly see the second document without going back to the list Stateful URL are also used to provides a "global" navigation history on the browser side. Example: * go to a module * click on the first document (A) and review it * use a jump button to go to a linked document (B) and review it * click on the "back" button to go back to A * click on the "back" button to go back to the module Please note that this history works even if you open a new tab, as it is persistent in IndexedDB. TODO: it will be required to clean IndexedDB from time to time to not fill it The current URL patterns are: #/jio_key?a=b&c=d (used to display an ERP5 document) #!command?a=b&c=d (used to apply some operations on the URL)
-
Romain Courteaud authored
-
- 19 Oct, 2015 5 commits
-
-
Romain Courteaud authored
This will prevent cache manifest update issue.
-
Vincent Pelletier authored
Update callers which could not be fixed so they disable the exception. Reviewed-by: Jerôme Perrin <jerome@nexedi.com>
-
Vincent Pelletier authored
Reviewed-by: Jerôme Perrin <jerome@nexedi.com>
-
Romain Courteaud authored
-
Jérome Perrin authored
-
- 16 Oct, 2015 4 commits
-
-
Sebastien Robin authored
In the same time, remove checking of legacy business template, they are not maintained any more. Do not check naming conventions for field libraries in many business templates that would need cleanup first (the list is harcoded, this way any new bt will be checked automatically)
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Vincent Pelletier authored
-
- 14 Oct, 2015 2 commits
-
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
- 13 Oct, 2015 2 commits
-
-
Jérome Perrin authored
Otherwise we quickly end up with thousands of activities when one builder has a problem.
-
Sebastien Robin authored
When testnodes are unable to create partitions and unable to find runTestSuite command, this change avoid having the testnode always trying to reuse same revision by forcing to move test result to failed
-
- 12 Oct, 2015 2 commits
-
-
Klaus Wölfel authored
-
Vincent Pelletier authored
Disable stock cache by removing erp5_syock_cache from skin selection.
-
- 09 Oct, 2015 6 commits
-
-
Cédric Le Ninivin authored
- Dates Are now using ISOString providing efficient sorting as string - modification_date property is not saved on object - Modified conflict_handling parameter to overwrite the remote document with local content (no loss of data) - the three different storage use different local databases
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Romain Courteaud authored
This caching policy should be the default for any offline webapp, to prevent any mistake done with the html5 cache manifest.
-
Kazuhiko Shiozaki authored
This reapplies commit 648d7020
-
Tristan Cavelier authored
-