- 27 Nov, 2018 12 commits
-
-
Romain Courteaud authored
If ERP5 hateoas calculation is fast, try not to wait for the warmup to be finished (especially if those gadgets are not used). Warmup the panel, header, translation gadgets
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This improve the feeling of speed when refreshing.
-
Romain Courteaud authored
-
Jérome Perrin authored
-
- 23 Nov, 2018 2 commits
-
-
Łukasz Nowak authored
It defaults to MAX_PARTITIONS, but if needed allows the caller to change the amount of runs, especially in case if fine grained expectations are needed from instantiation. /reviewed-on nexedi/erp5!805
-
Aurel authored
-
- 22 Nov, 2018 2 commits
-
-
Sven Franck authored
-
Arnaud Fontaine authored
In such case, it must obviously be considered that the ZODB Component Document was not found and thus fallback on filesystem Document. 2018-11-21 17:05:01,919 WARNING ERP5Type.Dynamic Could not access Portal Type Object for type 'Category Tool' Traceback (most recent call last): File "product/ERP5Type/dynamic/lazy_class.py", line 3 52, in loadClass class_definition = generatePortalTypeClass(site, portal_type) File "product/ERP5Type/dynamic/portal_type_class.py", line 198, in generatePortalTypeClass module = erp5.component.document.find_load_module(type_class) File "product/ERP5Type/dynamic/component_package.py", line 361, in find_load_module loader = self.find_module(fullname) File "product/ERP5Type/dynamic/component_package.py", line 155, in find_module component_tool = aq_base(site.portal_components) AttributeError: portal_components
-
- 21 Nov, 2018 3 commits
-
-
Aurel authored
/reviewed-on nexedi/erp5!799
-
Jérome Perrin authored
instead of building HTML in python, it's cleaner and prevent problems when attachments names are HTML entities.
-
Yusei Tahara authored
erp5_base portal_actions/jump_related_object: Generic jump action should be lower priority than other dedicated jump actions.
-
- 20 Nov, 2018 5 commits
-
-
Jérome Perrin authored
because storing as document depends on erp5_ingestion & erp5_dms
-
Jérome Perrin authored
So that conversion is done by a zope activity node and not on a front node.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
fixes from user feedback /reviewed-on nexedi/erp5!800
-
- 19 Nov, 2018 4 commits
-
-
Aurel authored
-
Aurel authored
-
Jérome Perrin authored
Assorted fixes: * Fix performance problems on the dashboard graphs by optimizing `SupportRequest_getSupportRequestStatisticsAsJson` * Fix performance problems on RSS by applying a limit correctly * Fix rendering of RSS in some corner cases security configurations (with documents user cannot view) /reviewed-on nexedi/erp5!795
-
Jérome Perrin authored
Using a cache cookie that is incremented each time an account is added or modified, we can keep an (almost) up to date list of accounts in the UI. Fixes #20170221-1812E21 /reviewed-on nexedi/erp5!796
-
- 16 Nov, 2018 2 commits
-
-
Jérome Perrin authored
<h1>, <h2> ... currently have a style applied by gadget_nojqm.css that does not make them look like header. Apply a local override for now.
-
Jérome Perrin authored
The vertial space between two <p> was not different from the vertical space between two lines in a <p> making it hard to visualize the boundaries of paragraphs.
-
- 15 Nov, 2018 6 commits
-
-
Aurel authored
-
Aurel authored
-
Ayush Tiwari authored
/reviewed-on nexedi/erp5!798
-
Jérome Perrin authored
On both the "create new support request" and "post new message on an existing support request", enable the "Maximize" button so that users can author their message in larger editor.
-
Jérome Perrin authored
If we have a dialog with an editor field in bottom group, then dialog action buttons does not fit on the screen. Until rjs_gadget_erp5_nojqm.css allows using editor in bottom groups of dialog, let's put them in center group, because editor in center group have "normal" size and the action button fits.
-
Jérome Perrin authored
This reverts commit 11b815bc. This approach was not enough to solve on all dialogs the problem that button is not always on the screen and it can still be confusing. nexedi/erp5!800 (comment 69514)
-
- 14 Nov, 2018 4 commits