- 20 Sep, 2017 2 commits
-
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
- 19 Sep, 2017 4 commits
-
-
Boxiang Sun authored
-
Vincent Pelletier authored
Also, fix a logging context name.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
- 18 Sep, 2017 6 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
erp5_officejs_support_request_ui: Let the search bar only search the items which type are 'Support Request'
-
Boxiang Sun authored
Add some support requests to let the listbox have enough items to paging.
-
Boxiang Sun authored
-
Boxiang Sun authored
When the homepage refreshed with "field_listbox_begin_from", the listbox always on loading state. We should not call child gadget's "changeState" directly. Instead, we need to call child(listbox) render in parent render. Which can let the child listbox aware of the parameter change in the parent gadget.
-
Tristan Cavelier authored
This fixes an issue : When we work on two web apps in two different domains but using the same erp5 as storage backend, the allow origin response header was equal to one sole domain for the two web apps.
-
- 15 Sep, 2017 4 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Vincent Pelletier authored
This way it is easier to further extend it without risking key conflicts in catalog parameters, which in turn would either lead to simple TypeErrors ("multiple values for parameter ...") or to criterion being accidentally ignored. Update callers. These methods are young enough that no other callers should exist yet.
-
- 14 Sep, 2017 8 commits
-
-
Cédric Le Ninivin authored
* This kind of query: 'foo:("bar", "couscous")' is currently not supported by query storage
-
Tristan Cavelier authored
follow_up | Related Object creation_date | Creation Date translated_validation_state_title | State
-
Jérome Perrin authored
This action should only be possible if user have View History permission. erp5_data_protection relies on removing the "View History" permission to make sure users cannot see the properties before protection in the history tab. This was supported by Base_viewHistory, but not by ZODB History
-
Jérome Perrin authored
If we call Base_translateString before storing the message in the history, the message will be translated when this action is used and stored as translated using the language of the user executing this action. The proper way is to store a message in history, so that it is rendered when displayed.
-
Tomáš Peterka authored
-
Tomáš Peterka authored
-
Iliya Manolov authored
Clone of nexedi/erp5!339 /reviewed-on nexedi/erp5!391
-
Xiaowu Zhang authored
-
- 13 Sep, 2017 2 commits
-
-
Cédric Le Ninivin authored
-
Vincent Pelletier authored
Also, document that value order in base_category_dict is meaningless.
-
- 12 Sep, 2017 3 commits
-
-
Tomáš Peterka authored
@Nicolas uses worklist as one of many gadgets in one page thus stackable empty worklist is necessary (before it was positioned as an fixed element). /reviewed-on nexedi/erp5!387
-
Jérome Perrin authored
fixes #20170911-1AD62FB
-
Jérome Perrin authored
Reports is easier to read if lines are sorted by third party name then by date. We also sort by transaction title to keep stable ordering of lines.
-
- 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 1 commit
-
-
Nicolas Wavrant authored
state_dict.items doesn't exist and trying to access it raises an error
-