- 16 Jul, 2015 9 commits
-
-
Jérome Perrin authored
accounting: prevent user from creating balance transaction while previous one is still beeing reindexed
-
Aurel authored
-
Vincent Pelletier authored
-
Tristan Cavelier authored
-
Sebastien Robin authored
-
wenjie.zheng authored
Until now, it was only possible to define the ID on properties, then the reference was guessed from the ID. We even had constraint to make sure when we define a standard "foo" property that the ID was "foo_property". Then the reference "foo" was guessed for the ID. This is not user friendly, it is more logical to make the ID non editable and guess it from the reference. Therefore now the developer could define the reference, like "foo", and the corresponding ID will be automatically set.
-
Aurel authored
- run computation before trying to get results - always defined a section, it is mandatory in UI so it should be in tests
-
Aurel authored
-
Aurel authored
-
- 15 Jul, 2015 11 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
-
Jérome Perrin authored
A zindex of -1 breaks handsontable.
-
Jérome Perrin authored
-
Jérome Perrin authored
This reverts commit 514a5157.
-
Sven Franck authored
-
Sven Franck authored
-
Sebastien Robin authored
-
Sebastien Robin authored
This is very convenient when we use portal_templates.upgradeSite to make sure some bt will always be installed with force=1. This is usually used when we have a bt patching other bt.
-
Vincent Pelletier authored
Allows implementing user-based restrictions on classical ERP5-style rendering.
-
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 5 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
-