- 04 Oct, 2018 1 commit
-
-
Vincent Pelletier authored
-
- 02 Oct, 2018 5 commits
-
-
Yusei Tahara authored
-
Jérome Perrin authored
/reviewed-on nexedi/erp5!759
-
Vincent Pelletier authored
These will be added by activity spawning mechanism: either "activate" or "recurseCallMethod".
-
Vincent Pelletier authored
Subsequent activities will produce an empty dictionary, causing inconsistencies in activity dependencies.
-
Vincent Pelletier authored
It is set in constructInstance from received activate_kw, but is then if ActiveObject.activate is not used - as is the case when reindexObject is made an alias of recursiveReindexObject (ex: ERP5.Document.Delivery), as the latter calls recurseCallMethod which uses ActivityTool.activateObject which (purposefully, visibly) ignores getDefaultActivateParameterDict (unlike ActiveObject.activate). Also, do not step on activate_kw, for readability.
-
- 01 Oct, 2018 10 commits
-
-
Thomas Gambier authored
/reviewed-on nexedi/erp5!757
-
Jérome Perrin authored
-
Jérome Perrin authored
This is not used in this interface
-
Jérome Perrin authored
now that we have ERP5 Login, reference is just reference.
-
Jérome Perrin authored
-
Jérome Perrin authored
Searchable and sortable
-
Jérome Perrin authored
now that we have ERP5 Login, reference is just reference.
-
Jérome Perrin authored
It was displaying "False" when no requester, display nothing instead.
-
Jérome Perrin authored
add reference which was misisng in searchable / sortable sort in same order as columns + more columns
-
Jérome Perrin authored
This must be from manual edit of business templates files.
-
- 28 Sep, 2018 6 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
The timeout of 10 seconds was too short for some machines
-
Vincent Pelletier authored
Drop failed activities instead of retrying execution and expecting it to both fail and do something (execute alarm, then index result).
-
Sebastien Robin authored
-
Romain Courteaud authored
This also reverts commit f3519857.
-
Jérome Perrin authored
/reviewed-on nexedi/erp5!756
-
- 26 Sep, 2018 3 commits
-
-
Thomas Gambier authored
/reviewed-on nexedi/erp5!753
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 25 Sep, 2018 5 commits
-
-
Thomas Gambier authored
After clicking on "Documents", we need to wait for the listbox to be loaded before doing anything else. In particular, if we do a search after clicking on "Documents" the listbox is loaded twice (once after clicking on Documents and once after clicking on search). If we don't wait for the listbox to be loaded before doing the search, the search macro might end too early.
-
Thomas Gambier authored
Add manifests to make the app a progressive webapp. There are 2 manifests : one during the installation process (while the app is loading) and one for the app itself. Note that the "start_url" parameter is made for the officejs app URL ([your_app].app.officejs.com/[release_number]). It doesn't work on an ERP5 instance ([instance_url]/erp5/web_site_module/[your_app]). If you want to make it work on the ERP5 instance for testing purposes, remove one "../". Update the Javascript Editor logo according to Vincent's wishes.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Thomas Gambier authored
The app will be labelled "Javascript Editor" for now but the domain name will be codemirror.app.officejs.com. Update dropbox_app_key (generated by Vincent). Reorder totally the apps on officejs appstore (as suggested by Vincent).
-
- 24 Sep, 2018 1 commit
-
-
Vincent Bechu authored
/reviewed-on nexedi/erp5!754
-
- 21 Sep, 2018 9 commits
-
-
Sebastien Robin authored
-
Tristan Cavelier authored
-
Thomas Gambier authored
Don't change anything, just make it pass the linter.
-
Thomas Gambier authored
/reviewed-on nexedi/erp5!750
-
Nicolas Wavrant authored
In web_site_module/predecessor_test_web_site/section_with_content_page. This publication_section was already sel on the web section (but seemed not active ??), but not on the web page. Then this commit just adds the missing category and update the web page
-
Romain Courteaud authored
-
Romain Courteaud authored
Those classes were used by JQuery Mobile.
-
Georgios Dagkakis authored
-
Thomas Gambier authored
The tests are exactly the same as for text editor (except there is no "migration test" which was not really to test TextEditor)
-