An error occurred fetching the project authors.
- 28 Oct, 2008 1 commit
-
-
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
-
- 01 Sep, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23319 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Aug, 2008 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23193 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Aug, 2008 1 commit
-
-
Yusei Tahara authored
Add SERVER_URL to failure notification. This is useful if we have many erp5 instances in a same machine such as erp5 express servers. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Aug, 2008 1 commit
-
-
Vincent Pelletier authored
Disable activity creation-time traceack by default to fix performance tests failing on object creation (~+40% increase !). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22983 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Aug, 2008 1 commit
-
-
Vincent Pelletier authored
Store creation-time traceback in Message class to make it easier to track where activities come from. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22965 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Aug, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22857 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jul, 2008 1 commit
-
-
Vincent Pelletier authored
Do not store "_is_running" or "_has_processed_shutdown" on a persistent object. Use global variables instead. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jul, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22388 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jun, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2008 5 commits
-
-
Vincent Pelletier authored
Also, recreate them with activity_tool path: originaly, they lead to timer server control panel, which is outside of erp5 site. This way, acquisition using PARENTS value will be able to access objects inside the site. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20953 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Do not loose information about presence or not of saved request values (do not use "get"). Only recreate a iHotfix context if a language is available in request: otherwise, translating will fail loudly. If no context is defined, translation will still fail, but silently. Sigh. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20943 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Always define old_ihotfix_context (will simplify when there are more cases when ihotfix context should not be restored). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20942 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20941 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20939 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 May, 2008 3 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20925 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Improve iHotfix cleanup code to distinguish between a non-need to cleanup and a need to remove iHotfix context. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20923 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Call iHotfix to (re)create its data structures. Add iHotfix-related cleanup. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20922 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Apr, 2008 1 commit
-
-
Sebastien Robin authored
- currently, this code do not work - usual users are not developpers, they don't understand traceback, path, method_id - users can not start again an activity git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20560 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
-
- 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
-
- 14 Mar, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19892 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
-
- 25 Feb, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19488 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2008 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Feb, 2008 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19292 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Feb, 2008 3 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19266 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Add a comment about "assert" statement. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19265 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19264 20353a03-c40f-0410-a6d1-a30d3c3de9de
-