- 06 Dec, 2017 1 commit
-
-
Jérome Perrin authored
We realized that the references of notification messages used in credential request management had a typo (`crendential` vs `credential`) and that the message used for a new credential request was not using the same `credential_request` prefix as others. This MR changes the messages as follow: | Wrong Reference | Correct Reference | | --- | --- | | erp5-subscription.notification | credential_request-subscription | | crendential_request-confirmation-without-password | credential_request-confirmation-without-password | | crendential_request-confirmation-with-password | credential_request-confirmation-with-password | | crendential_request-confirmation-without-password | credential_request-confirmation-without-password | | crendential_recovery-reset-link | credential_recover-reset-link | | crendential_recovery-username | credential_recovery-username | This is an incompatible change that can affect projects that have defined some custom notification messages without explicitly setting the references on the system preferences (ie. getting the default value from the property definition). I found one project using custom notification messages, but preference was defined. Other projects I checked did not override these notification messages. In our projects, we mostly use messages for credential requests, but the reference for the notification message is usually defined as a property of the web section. So I'm confident this should not affect projects and we can proceed with this clean up without causing too much troubles. To check if you need to adjust notification messages, check if you have customized notification message with reference *Wrong Reference*. /reviewed-on nexedi/erp5!492
-
- 05 Dec, 2017 3 commits
-
-
Roque Porchetto authored
-
Roque authored
- ERP5Site_getScalabilityTestMetric script gets metrics of last created objects - Bootstrap script now creates the users for test /reviewed-on nexedi/erp5!513
-
Roque Porchetto authored
-
- 04 Dec, 2017 2 commits
- 01 Dec, 2017 6 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
- 30 Nov, 2017 15 commits
-
-
Sebastien Robin authored
-
Ayush Tiwari authored
This contains changes for 2 points: 1. To improve view of ERP5 Catalog and its sub-objects . 2. Export Catalog Methods with no duplication between attributes and properties after migration. These changes are pointed out in comment here: nexedi/erp5!178 (comment 52224) /reviewed-on nexedi/erp5!510
-
Ayush Tiwari authored
-
Ayush Tiwari authored
BusinessTemplate: Look for string type in property map while extracting Properties for CatalogTemplateMethodItem
-
Ayush Tiwari authored
After migration of ERP5 Catalog and sub-objects, the filter attributes are now properties of Catalog Method(s). So, they are now already exported in xml file for the method. Thus, no need to duplicate export in _catalog_keys file. Also, installation should take care of the changes.
-
Ayush Tiwari authored
Also, add tests for them
-
Ayush Tiwari authored
[erp5_core]: No need to have export_properties action for ERP5 Catalog as we do cleanup of old manage_exportProperties function
-
Ayush Tiwari authored
-
Ayush Tiwari authored
-
Ayush Tiwari authored
According to guidelines, documents should have 'edit_workflow'. https://www.erp5.com/documentation/developer/guideline/programming/erp5-Guideline.Programming.Naming.Conventions#never-forget-edit-workflow-on-documents
-
Ayush Tiwari authored
This follows the guidelines and also make it feasible to go to listbox to search or make changes in sub-object list. Also, - Add 'More columns' in listbox for viewing Catalog Method list. - Add title field in listbox view for Catalog content and Catalog Filter List - Fixup links on these views which were not consistent.
-
Roque Porchetto authored
-
Sebastien Robin authored
-
Roque Porchetto authored
- ERP5Site_getScalabilityTestMetric script gets metrics of last created objects - Bootstrap script now creates the users for test
-
Sebastien Robin authored
-
- 29 Nov, 2017 2 commits
-
-
Cédric Le Ninivin authored
-
Sebastien Robin authored
When accessing an ERP5 Site, we might have automatic migration of tools. When this happens, we might not have yet access to scripts like ERP5Type_asSecurityGroupId. There was already try/except, so just move slightly more code inside.
-
- 28 Nov, 2017 1 commit
-
-
Vincent Pelletier authored
-
- 27 Nov, 2017 2 commits
-
-
Tristan Cavelier authored
forgot to commit related template_document_id_list
-
Tomáš Peterka authored
/#/bug_module/20171103-82F24A /reviewed-on nexedi/erp5!489
-
- 24 Nov, 2017 3 commits
-
-
Ayush Tiwari authored
As pointed by /Jerome, it is only used for ZMI classes nexedi/erp5@557c20bd (comment 52113)
-
Ayush Tiwari authored
Catalog Tool has been added as a portal_action, so update in tests was needed: nexedi/erp5@ba2b3566
-
Vincent Bechu authored
/reviewed-on nexedi/erp5!505
-
- 23 Nov, 2017 4 commits
-
-
Ayush Tiwari authored
After ERP5-ification of catalog, its better to have Catalog Tool in action list for ERP5.
-
Cédric Le Ninivin authored
erp5_xhtml_style: Update ckeditor appcache
-
Vincent Pelletier authored
Also, drop whitespaces at end of line.
-
Tomáš Peterka authored
- Revert changes which led to lost of formatting. - Implement decimal precision for non-editable mode - Implement thousands separator - Add test for FloadField from original XHTML interface /reviewed-on nexedi/erp5!500
-
- 22 Nov, 2017 1 commit
-
-
Sebastien Robin authored
-