An error occurred fetching the project authors.
- 03 Sep, 2009 1 commit
-
-
Sebastien Robin authored
for activity with group method_id and without group method_id git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28763 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Sep, 2009 2 commits
-
-
Yusei Tahara authored
Update CheckSerializationTag and check if serialization_tag blocks to validate the same tagged message and the message remains. Split test_102_CheckSQLDictDoesNotDeleteDuplicatesBeforeExecution into two tests and covers new SQLDict behavior. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28739 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Rename test_102. The name said the test was checking SQLQueue feature, but the content was obviously checking SQLDict feature. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28738 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Sep, 2009 2 commits
-
-
Yusei Tahara authored
Fix a bug. serialization tag guarantees that tagged messages are processed serially and not parallelly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Fix test_115_TestSerializationTagSQLDictPreventsParallelExecution. Delete remaining activities at the end. This broke other test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28705 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Aug, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Aug, 2009 1 commit
-
-
Jérome Perrin authored
- tests that no message are lost if we record more then MAX_MESSAGE_LIST_SIZE in one transaction. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jun, 2009 1 commit
-
-
Jérome Perrin authored
activity table ( manageClearActivities ). Messages where always reactivated using SQLDict git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27487 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Jun, 2009 1 commit
-
-
Julien Muchembled authored
Fix ActiveProcess.hasActivity. On active processes, hasActivity tests active_process_uid instead of path: * hasActivity must handle the case when no document is provided (bug #1142) * Fix initialisation of active_process_uid property on Message objects. Add unit test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Apr, 2009 1 commit
-
-
Sebastien Robin authored
any more in hasActivity git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26271 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26210 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2009 2 commits
-
-
Vincent Pelletier authored
Implement ActiveProcess.hasActivity . It was present, but required data was never present in the table. Now that SQL{Dict|Queue}.hasActivity don't use "**kw" any more, it causes errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25274 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make all dtml tests use expr="...", so that tested values don't use acquisition. (Nice catch, Nicolas !) Update callers to cope with those new limitations. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25266 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Dec, 2008 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24992 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24989 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Dec, 2008 3 commits
-
-
Vincent Pelletier authored
Add missing "global" declarations. Simplify: there is no need for both a global variable and a lock do just carry a boolean with atomic access. Add the possibility to put activity tool back in a working state after process_shutdown has been called. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24988 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24986 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24985 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Dec, 2008 1 commit
-
-
Vincent Pelletier authored
Add a test (specific to SQLQueue) to check that activities executed after an activity invoking "changeSkin" get default skin. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Oct, 2008 1 commit
-
-
Vincent Pelletier authored
unrestrictedTraverse is no suitable for this use: it can raise another exception than KeyError (see OFS/Traversable.py) and also prevents from finding methods on object (only subobjects or objects accessible via acquisition context). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24123 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Oct, 2008 1 commit
-
-
Vincent Pelletier authored
Add a test for error paths: error data must be present on the message itself. There are 2 (4, actualy) error paths not covered, since they rely on code present in queues (commit after activity execution), and it's not possible to extract message object after error was processed, so it cannot be unit tested. Message commit must be moved to Message.__call__ and ActivityTool.invokeGroup for those cases to be testable. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24103 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jul, 2008 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22638 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2008 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20954 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20940 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 May, 2008 1 commit
-
-
Vincent Pelletier authored
Only provide HTTP_ACCEPT_LANGUAGE at activate time, and unset it at tic time. Also, do not invoke iHotfix-related methods, it must be done in the product (that's what is tested). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20921 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 May, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20916 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Apr, 2008 1 commit
-
-
Vincent Pelletier authored
Mark messages as not executable when either their path or the method to call on it cannot be retrieved. Make messages marked as not excutable immediately fail with VALIDATE_ERROR_STATE state. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20311 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Apr, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20262 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Mar, 2008 1 commit
-
-
Jérome Perrin authored
absolute_url returns the same URL it would have returned if called directly. This is needed because during invocation it's another REQUEST, from timerservice. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20204 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Mar, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19840 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Feb, 2008 1 commit
-
-
Vincent Pelletier authored
Add a test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19534 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Feb, 2008 3 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19440 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19431 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19427 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2008 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19405 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2008 1 commit
-
-
Vincent Pelletier authored
Check that deletion of messages in SQLDict does not happen too early (it can only happen after current message is executed). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19191 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Feb, 2008 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19139 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19130 20353a03-c40f-0410-a6d1-a30d3c3de9de
-