An error occurred fetching the project authors.
- 21 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
before-commit-hook API for the transaction object changed. Temporarily patch transaction on Zope 2.8 with the new API and adapt all uses (approved by jm) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Mar, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26000 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Nov, 2008 1 commit
-
-
Vincent Pelletier authored
This fixes a bug introduced by recent possibility to call interaction workflow methods in beforeCommitHooks. Example scenario of this bug: - create an activity - trigger an interaction workflow action set to happen before commit, and which creates an activity - commit transaction In beforeCommitHooks: - activity will get pushed to its queue - interaction will trigger, creating an activity, causing ActivityBuffer to register itself again. - both activities will get pushed to their queue (both the already-pushed one and the new one, since ActivityBuffer does its cleanup only at transaction commit). So we get 3 activities, where 2 were expected, and those numbers get worse very quickly (!n behaviour, n being the number of registered interactions). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24579 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2008 2 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19171 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19170 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2007 1 commit
-
-
Vincent Pelletier authored
- implies removing the global dict used in ActivityBuffer to avoid duplicated activity insertion. - implies that ActivityBuffer is boud to a thread (because of get_ident) and not to a connection any more (because volatile is bound to a connection), so persistent objects must not be held outside transaction scope (the maximum scope at which a connection is bound to a thread) - implies modifying hook registration so that portal_activities is passed as a parameter to tpc_prepare - implies overloading partially TM._register method to take activity_tool as a parameter git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Sep, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16722 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Mar, 2007 1 commit
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13546 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Mar, 2007 3 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13195 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13192 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13188 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jun, 2006 1 commit
-
-
Yoshinori Okuji authored
Instead, store the path in ActivityBuffer in __init__. Make the parameter activity_tool to __init__ in ActivityBuffer obligatory. Some performance tuning. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8153 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 May, 2006 1 commit
-
-
Alexandre Boeglin authored
restarting the site with only failed activities in the queue (#253). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7291 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove .cvsignore. Repair broken image. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6278 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Mar, 2006 1 commit
-
-
Sebastien Robin authored
do not put the activity tool as a part of a key for dictionnaries, because hash fails when the uid is not defined (probably because acquisition is removed in dictionnaries) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6157 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4014 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Aug, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Apr, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2829 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2004 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@876 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2004 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Apr, 2004 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Apr, 2004 2 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
more tests needed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Apr, 2004 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-