An error occurred fetching the project authors.
- 19 Nov, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11369 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Nov, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11230 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Sep, 2006 2 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Clear SkinsTool cache, because there's only one cache per REQUEST, and with timer service, we have the same request for potentially multiple portals. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9623 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Aug, 2006 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Aug, 2006 1 commit
-
-
Jérome Perrin authored
in unsuscribe, only redirect if we are called with a RESPONSE object (ie as a form action) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9222 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Aug, 2006 1 commit
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9126 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
-
- 13 May, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7255 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 May, 2006 1 commit
-
-
Jean-Paul Smets authored
Move Error class from ERP5Type to CMFActivity.ActiveResult since this is a Result instance for an active process rather than an error. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7248 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 May, 2006 1 commit
-
-
Alexandre Boeglin authored
Log, when a activity fails. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7117 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2006 3 commits
-
-
Jérome Perrin authored
email. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6979 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Don't keep a reference to sys.exc_info(), as described in http://docs.python.org/lib/module-sys.html git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6961 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Attach the traceback to failure notification messages. Add some docstrings. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6958 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Mar, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6338 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
-
- 03 Mar, 2006 1 commit
-
-
Jérome Perrin authored
user folder, then try to get it from the parent user folder, otherwise invoke the message as anonymous user. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5969 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Feb, 2006 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5768 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2006 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5751 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
This method is used to invoke a part of expanded objects separately. When activate specifies an alternate_method_id, the Acitivty Tool detects an alternative method automatically from a list of grouped objects. If found, such an object is activated separately by using the alternate method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5746 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2006 4 commits
-
-
Alexandre Boeglin authored
creating database conflicts). Added missing "global" statement in distribute. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
processing flag for all activities processed by this node, to clear zombie activities safely. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Don't duplicate the code used to test if there are too many threads. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
variable must be dont within the same lock. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2006 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jan, 2006 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jan, 2006 1 commit
-
-
http://dev.legco.biz/products/timerserviceAlexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5047 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Dec, 2005 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4882 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4877 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Dec, 2005 1 commit
-
-
Yoshinori Okuji authored
Do not reraise ConflictError, but handle it explicitly. When ConflictError occurs, delaying the execution of an active object. Also, do not cache the result of getObjectList, because this might lead to an inconsistent state. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Oct, 2005 4 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4195 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4187 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4183 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4178 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2005 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4016 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Sep, 2005 1 commit
-
-
Jérome Perrin authored
also use the lock when accessing the active thread count variable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Sep, 2005 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3887 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3878 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Sep, 2005 2 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3856 20353a03-c40f-0410-a6d1-a30d3c3de9de
-