- 11 Sep, 2017 10 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
Use portal_membership.getAuthenticatedMember().getUserValue() instead.
-
Boxiang Sun authored
This issue was reported by Nicolas. When embedding the support request application in other App. The `options` parameter in the `render` function is undefined, so the `field_listbox_begin_from` can not be found. Use `getUrlParameter` to retrieve it from URL.
-
Boxiang Sun authored
The commit 1fbf9ba9 put the title in wrong order. Correct it. This commit is not a revert, it is a fixing.
-
Boxiang Sun authored
- "Restore Filter" button. Allow to remove the filters applied on the homepage listbox. Disabled when no filter applied. - Generate RSS button. Generate the RSS link. Click this button will generate a RSS link for an anchor tag and hide the button itself. - Create Support Request button. Make the appearance same in desktop and iphone browser.
-
Vincent Bechu authored
/reviewed-on nexedi/erp5!386
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Jérome Perrin authored
Currently, the domain selection is implictly on node_category
-
Jérome Perrin authored
`portal_catalog/erp5_mysql_innodb/SQLCatalog_makeFullTextQuery` is provided by full text implementation business template. The scriptable key definition is intentionnaly left in this business template because we don't have a mechanism like template_keep_path_list to prevent uninstalling the scriptable key when business template is updated. /fixes #20170620-8BDEBE /reviewed-on nexedi/erp5!300
-
- 08 Sep, 2017 29 commits
-
-
Nicolas Wavrant authored
state_dict.items doesn't exist and trying to access it raises an error
-
Vincent Bechu authored
And update appcache
-
Vincent Bechu authored
-
Tomáš Peterka authored
/reviewed-on nexedi/erp5!381
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
[officejs_monitoring] Some performances improvement, speed up hosting subscription list page rendering Speed up display of hosting subscription list by reducing the amount of queries. If a document is not synced (due to an error) change the status of that document to WARNING so that monitor will tell when instances/servers are offline.
-
Alain Takoudjou authored
-
Łukasz Nowak authored
Since by default insecure and unrestricted code execution is disabled and manual intervention by the user is required reflect this in description.
-
Łukasz Nowak authored
Before executing any code check if server side is configured to execute unrestricted code.
-
Łukasz Nowak authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Tatuya Kamada authored
Before: self.portal_components.reset(force=True, reset_portal_type_at_transaction_boundary=True) After: self.portal_components.reset(force=True) If the reset_portal_type_at_transaction_boundary is True, it does reset component only once at the end of transaction. (In detail, it reset component document module on the fly, and reset the component portal_types in the end of the transaction) However, it is possible that those components are required in the middle of the transaction while installing the business templates. For exmaple: - A method of a component is triggered while installing - A document component is required in a different business template, and those buisiness templates are installed inside a single transaction by upgrader. Thus reset here on the fly.
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Tatuya Kamada authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
Conflicts: product/ERP5/bootstrap/erp5_core/bt/template_document_id_list
-
Klaus Wölfel authored
Conflicts: product/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/PyData%20Script/proxy_role_view.xml product/ERP5/bootstrap/erp5_core/bt/template_action_path_list
-
Klaus Wölfel authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This was an experiment which never worked. It has only been loosely following erp5_mysql_innodb_catalog for no actual use. It is a dead weight.
-
Vincent Pelletier authored
This code is not used by generic code for several years, and is unmaintained. Resource_zGetInventoryList supersedes it, and will be worked on, so I take this opportunity to reduce maintenance costs.
-
- 07 Sep, 2017 1 commit
-
-
Romain Courteaud authored
Breaking word everywhere leads to a really ugly rendering
-