- 06 Oct, 2017 40 commits
-
-
Łukasz Nowak authored
Also if process_timeout is available in received configuration setup process_manager with transmitted value. Backward compatibility is assured, that if no process_timeout is provided, nothing is being updated. Also process_timeout not set on master (the default), will not change local default.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Extend subscribeNode to send configuration provided by user.
-
Łukasz Nowak authored
ERP5ProjectUnitTestDistributor allows to define maximum process timeout of testnodes attached to it.
-
Nicolas Wavrant authored
Sending mode is set by user when printing the DSN report
-
Cédric Le Ninivin authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Vincent Pelletier authored
Allows reducing the number of user existence check queries from one per document to one per document batch, reducing database (currently, catalog) latency effect on indexation time. Also, avoid object -> id -> object dance for SQLCatalog instance while at it. Also, modernise syntax a bit, avoiding intermediate locals mostly.
-
Vincent Pelletier authored
These are used nowhere in the code. In many workflows, these "catalog-available" variables are only configured so they appear as fields on worklist definitions. So it is understood as more of an informative setting having a local effect than a normative one having an effect on how indexation happens. So shave off a bit of useless time spent in indexation. Also, it should be mentionned that when profiling this code causes a big red-herring: this code is the first place where workflow history gets loaded (and presumably indexed document itself), which draws attention away from potentially more interesting areas.
-
Jérome Perrin authored
tell business template to keep z_catalog_stock_list when upgrading erp5_calendar
-
Jérome Perrin authored
Because CatalogTemplateItem uses a special preinstall method, their way of computing modified objet did not support template_keep_path_list. To support template_keep_path_list, we must give priority to ObjectTemplateItem.preinstall, because BaseTemplateItem.preinstall does not work with path.
-
Jérome Perrin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_officejs_appstore_base: Fix Improve Publication process. * Only one submit alarm is run at a time * Move creation dialog to Software Publication for consistency * Person is a contributor for the web document of its application erp5_officejs_appstore_base: Update to use Static Web Section, remove RJS versionning erp5_officejs_appstore_base: Various improvment for ERP5JS compatibility erp5_officejs_appstore_base: Add Action to attach Software Product to Software Publication erp5_officejs_appstore_base: Update to use version in reference erp5_officejs_appstore_base: Update upload dialog to have all in one place + use product line category
-
Cédric Le Ninivin authored
erp5_web: Fix Display Static Web Section in Web Section and Web Site views
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
* Landing page show all Apps sorted by int_index * Language Automatically centered * Icons better centered
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_officejs_appstore_base: Fix get section_content link on Web Section erp5_officejs_appstore_base: Enforce version control and add app dedicated url erp5_officejs_appstore_base: Update Consistency scripts related to web site. Add Export Tool erp5_officejs_appstore_base: Add missing dependency to software pdm erp5_officejs_appstore_base: Various fixes erp5_officejs_appstore_base: Use dedicated application redirect manifest erp5_officejs_appstore_base: Versionning, remove fallback if document is not found with predicate erp5_officejs_appstore_base: Update predicate of all web section of application during review process erp5_officejs_appstore_base: X-Frame-Option is a parameter on OfficeJS webSections
-
Cédric Le Ninivin authored
-
Cédric Le Ninivin authored
erp5_software_pdm: Fix FullText indexation of Software Publication Line and Software Release
-
Yusei Tahara authored
ERP5Type/tests/testERP5Type.py: Put expectedFailure mark to test_PropertySheetSecurityOnAccessors. Permission definition on Accessor is buggy. It has to be fixed.
-
Jérome Perrin authored
Base.edit has this feature of not actually modifying the properties when the new property value is same as the current one, so when we do `movement.edit(price=x)`, this will cause an implicit getPrice. As price lookup is a bit slow, do not lookup price in this case.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Google stopped providing this service testBasicGadgetSystem and testGadgetEditPreferences from erp5_knowledge_pad_ui_test have been updated to rely other on other gadgets to test gadget framework on the frontpage.
-
Jérome Perrin authored
-
Romain Courteaud authored
Allow to switch from editable/viewable mode directly from the panel. Drop editable/viewable button on tabpage. The editable parameter is propagated by all links.
-
Yusei Tahara authored
ERP5Type/tests/testERP5Type.py: Make sure that accessors are protected correctly when permission was specified in the property sheet.
-
Sebastien Robin authored
-
Sebastien Robin authored
-