- 12 May, 2014 1 commit
-
-
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).
-
- 17 Apr, 2014 5 commits
-
-
Julien Muchembled authored
It was unreliable because done only for the first test. Code needing this information can simply call startZServer, which will simply return host/port of already started ZServer.
-
Kazuhiko Shiozaki authored
because the list of threads for Anonymous should be provided through predicate in Web Section, not from the module itself.
-
Kazuhiko Shiozaki authored
-
Aurel authored
-
Kazuhiko Shiozaki authored
this commit prevents generating needless activities at the beginning of tests.
-
- 14 Apr, 2014 8 commits
-
-
Jérome Perrin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
No specific role should be defined for test-related portal_types.
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
ERP5ProjectUnitTestDistributor.startTestSuite doesn't know about computer_guid parameter. Conflicts: bt5/erp5_test_result/bt/revision
-
Benjamin Blanc authored
Conflicts: bt5/erp5_test_result/bt/revision bt5/erp5_test_result/bt/template_document_id_list bt5/erp5_test_result/bt/template_extension_id_list (cherry picked from commit 63c1fc09) Conflicts: bt5/erp5_test_result/TestTemplateItem/portal_components/test.erp5.testTaskDistribution.py bt5/erp5_test_result/bt/revision
-
- 11 Apr, 2014 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
This is a new preference for uses of resources that can be used when creating a response to an event. The create response dialog uses it in two places: - Only resources with this uses are proposed - Only notification messages that creates events with resource with this use are proposed
-
Jérome Perrin authored
-
- 10 Apr, 2014 1 commit
-
-
Julien Muchembled authored
For example, Sale Supply Lines/Cells can be customized to return values for the caller of Movement.getPriceCalculationOperandDict
-