- 04 Nov, 2014 1 commit
-
-
Jérome Perrin authored
-
- 27 Oct, 2014 3 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-
- 05 Aug, 2014 3 commits
-
-
Jérome Perrin authored
Conflicts: bt5/erp5_accounting/bt/revision
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 09 Jul, 2014 9 commits
-
-
Jérome Perrin authored
Conflicts: bt5/erp5_credential/bt/revision
-
Jérome Perrin authored
* Method is activated with max_retry 0 and no retry on conflict error * Document is not modified in case of multiple recipients
-
Jérome Perrin authored
-
Jérome Perrin authored
also simplify some error messages
-
Jérome Perrin authored
This is mostly to avoid problems with proxy fields not finding their template field in default skin selection
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 12 May, 2014 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 23 Apr, 2014 17 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Signed-off-by: Aurélien Calonne <aurel@nexedi.com>
-
Jérome Perrin authored
-
Jérome Perrin authored
getModificationDate: sometimes _p_serial cannot be used for DateTime ( TimeError: The time -2208988800.000000 is beyond the range of this Python implementation. )
-
Jérome Perrin authored
When running multiple parralel ingestion updating documents inplace, manage_delObjects complains that object is already removed (which is not the case)
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Note that after applying this change it's important to clear preferred timezone for system preferences, as they have priority over user preferences
-
Jérome Perrin authored
LongRequestLogger from zope svn which should support mutiple thread according to Leonardo + hack to log mysql query
-
Jérome Perrin authored
-
Aurel authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 22 Apr, 2014 1 commit
-
-
Julien Muchembled authored
ERP5VCS: fix error with recent versions of Git when there's no upstream configured for current branch
-
- 18 Apr, 2014 4 commits
-
-
Gabriel Monnerat authored
constraint_type should be a string instead of a list.
-
Jérome Perrin authored
fixup! fix unicodeconflictresolver that was causing the same error when logging the problematic text
-
Jérome Perrin authored
-
Vincent Pelletier authored
fillRecursivePathList could load massive amounts of objects (ex: all signatures below portal_synchronizations) even if no object was to be removed. Instead, just iterate given lists (objects handled by current instance, and actions to perform) and do as much rocessng before actually attempt to load any object. Sadly, the data structures available to this code induce an ugly O(n*m) code, which may be optimised to O(m + log(n)) with more complex code if really needed (but then, data structure should be improved, with a much broader effect).
-