- 15 Jul, 2015 1 commit
-
-
Vincent Pelletier authored
This functional change should have been in a separate commit.
-
- 14 Jul, 2015 2 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
- 13 Jul, 2015 5 commits
-
-
Vincent Pelletier authored
Commit accidentally reverted "IE use the latest rendering engine to render the page". Reapply the change.
-
Vincent Pelletier authored
That template is only to be used for ERP5-style UI.
-
Vincent Pelletier authored
That template is only to be used for ERP5-style UI.
-
Vincent Pelletier authored
To encourage creation of alternative templates for web mode, as this template must not be used outside of ERP5-style UI (aka "ERP5 XHTML Style").
-
Xiaowu Zhang authored
-
- 12 Jul, 2015 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 10 Jul, 2015 6 commits
-
-
Sven Franck authored
-
Sven Franck authored
-
Vincent Pelletier authored
Sadly, we still implement our own escaping, as places escaping strings do not know which connector will be used (proper escaping is connector-dependent, because database-dependent). Move this method in ZSQLCatalog to factorise code.
-
Vincent Pelletier authored
Disabled by default (configurable by user preference). Also, reorganise erp5_auto_logout code: - logout: Do not duplicate original code. - twiddleAuthCookie: Simplify & factorise. - setAuthCookie: Resync features with Cookie Crumbler's, and set http_only flag. - ERP5Site_getMaxUserInactivityDuration: Cached access takes the same time as actual access (and access is surprisingly slow, actually), so do not cache. - Base_getAutoLogoutSessionKey: New script, to factorise session key generation.
-
Vincent Pelletier authored
Editor Field does not escapes value, String Field does.
-
Xiaowu Zhang authored
-
- 09 Jul, 2015 1 commit
-
-
Jérome Perrin authored
-
- 08 Jul, 2015 7 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
also : * remove Accept-Encoding from Vary header, because Zope's response does not differ by Accept-Encoding request header. * use getModificationDate() for modification time if available.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 07 Jul, 2015 1 commit
-
-
Romain Courteaud authored
-
- 06 Jul, 2015 2 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
- 03 Jul, 2015 7 commits
-
-
Jérome Perrin authored
Editing a text containing </textarea> was breaking the field
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
this commit fixes the following commit : * patch : Caching Policy Manager should not override existing response headers.
-
Sven Franck authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
erp5_web_renderjs_ui: create link when a sub field is not editable but it's in listbox's editable column
-
- 02 Jul, 2015 7 commits
-
-
Sebastien Robin authored
We have to use destination since this what we define on production orders (not source). Make sure we display correct values if a resource is used by several lines.
-
Sebastien Robin authored
-
Sebastien Robin authored
invoicing: invoice transaction builders should find corresponding deliveries only through explanations What happened before : - user confirm sale invoice - activity for building vat invoice lines is created - user change destination_section - since builder was expecting having same destination_section on delivery and simulation movements, it was failing Now, the builder does not look at source/destination or other categories, it only looks for common explanation. This can be done this way only because transaction lines should go inside the same delivery as invoice lines with standard invoicing.
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
-