- 27 Nov, 2018 35 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This prevent to load the translation gadget during the page load
-
Romain Courteaud authored
Do not prevent different gadget to be loaded in parallel
-
Romain Courteaud authored
-
Romain Courteaud authored
Reduce number of acquire method call
-
Romain Courteaud authored
Stop displaying the loader everytime jIO is called. This clarify the loader meaning: the page is rendering. Stop displaying the header loader during the first rendering.
-
Romain Courteaud authored
-
Romain Courteaud authored
Panel is already closed during bootstrap
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This slow down the current rendering, but the goal is to delay their usage.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
This was only used with jquery mobile.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
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 1 commit
-
-
Aurel authored
/reviewed-on nexedi/erp5!799
-