An error occurred fetching the project authors.
- 29 Jan, 2010 1 commit
-
-
Julien Muchembled authored
When a node is looking for activities to process, there's no point testing the 'processing' column. This fixes cases leaving activities at 'processing=1' forever (unless, of course, a cluster is killed and restarted with fewer nodes). Also remove now useless cleanup at startup. One known case leaving such activities is when the first commit of dequeueMessage raises, which can happen, for example, during migration of portal_types. It seems the 'processing' column becomes useless for CMFActivity. Acked-by: Vincent Pelletier git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32089 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Nov, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
The cold to reactivate an activity could sometimes switch to 'Anonymous User' and not switch back. Move the user switching logic to inside the 'try' block that restores the user afterwards. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30778 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Nov, 2009 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30617 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Oct, 2009 2 commits
-
-
Yoshinori Okuji authored
Sorry, the previously reverted change seems to be not the real cause of the problem, so I re-patch it again. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29954 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
Make sure skins are setup on timerserver calls (approved by jm) CMFActivity/ActivityTool.py ERP5/Tool/AlarmTool.py git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29926 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29480 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Oct, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Sep, 2009 1 commit
-
-
Vincent Pelletier authored
Remove the need to resolve hostname to determine node identifier when http server explicitely listens on a non-wilcard address. Also, fix timerserver startup when http server listens on a non-wilcard address. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28957 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Aug, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28403 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jul, 2009 1 commit
-
-
Vincent Pelletier authored
Update comment: if no distributing node is selected, distribution is simply disabled. Found by Julien. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Jun, 2009 1 commit
-
-
Julien Muchembled authored
Restore links to cancel or invoke activities manually from "Activities" tab, and add a button in "Advanced" tab to be able to hide them. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27620 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
-
- 26 May, 2009 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27199 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Apr, 2009 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Feb, 2009 1 commit
-
-
Vincent Pelletier authored
Repr user name in "user not found" error, to make it more obvious when a space slipped into the string, for example. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25702 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Jan, 2009 2 commits
-
-
Sebastien Robin authored
put tracking activities in the default event.log file instead of having a separate file, this is more convenient when investigating problems git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
another location. Add support for both Localizer and iHotFix locations, and rename variables to use "localizer" name. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jan, 2009 1 commit
-
-
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
-
- 26 Dec, 2008 1 commit
-
-
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
-
- 17 Dec, 2008 1 commit
-
-
Julien Muchembled authored
Display current node instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24912 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Dec, 2008 1 commit
-
-
Vincent Pelletier authored
Restore skin selection after each activity invocation, to make sure activity mechanism can work (it relies on skins to reach ZSQLMethods for activity book-keeping). Also, solves problems where activities invoked after an activity which called changeSkin would get an unexpected skin selection. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Nov, 2008 1 commit
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Nov, 2008 1 commit
-
-
Vincent Pelletier authored
Fix behaviour with logrotate (rotating failed because logging.FileHandler does not have "reopen" method). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24544 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Oct, 2008 3 commits
-
-
Vincent Pelletier authored
Move global variables for those options to ZODB (attributes of activity_tool) to ease their use on multinode setups. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
- Create "standard" logging channels. - Direct CMFActivity channel to a separate log file. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Oct, 2008 1 commit
-
-
Vincent Pelletier authored
Use "%r" to make it easy to spot "foo "-alike logins (used to be an ERP5Security bug causing activities to fail because of non-existing user). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24263 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 7 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24108 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
- Move try..finaly block in Message.__call__ to contain all code executed after security context is changed. - Raise an error in Message.__call__ when method is not found. - Raise a dummy exception in Message.setExecutionState when there is no previous exception nor any given exception. This allows handling both cases in a single way. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Fix case where there is no exception: error_log.raising raises given exc_info if it's a tuple, to make it latest exception and let python logging module get it by itself. But this attemp causes another error if excpetion is None (!), which in turn hides original exception... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24101 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Stack dump is different if caused by an exception or by a simple dump, so use different formating methods for each one. Reorder to first log exception before attemping to format it since it might fail: it happens for example when there is an unicode char in exception value and was the reason for commit 22857. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Make the setter output log and push entries in Zope's error_log. Make the setter grab current traceback if no error was found (neither given by parameter nor found via sys.exc_info) to help identifying causes of activity non-execution. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24092 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24090 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24089 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2008 1 commit
-
-
Vincent Pelletier authored
Fix calling Folder_reindexAll on ActivityTool instance: this prototype is incompatible with current prototype from ERP5Type/Core/Folder.py . git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24051 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Sep, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-