- 08 Oct, 2008 20 commits
-
-
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
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24102 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
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24098 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Reindex portal_activities in ERP5Site_reindexAll, since it contains indexed objects: active processes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update xml format. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24094 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24093 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
-
Jérome Perrin authored
split assert statement in two statements git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24091 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
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24087 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
'' is false so validator.show_warnings and '' is always false and display always that warnings are not displayed. Now it works correctly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2008 20 commits
-
-
Yusei Tahara authored
* Update some field titles for translation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
- do not display Appendix when there is no class_method or property_sheet to display - do not display class_method section or property_sheet section when it's empty git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24081 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update field titles for translation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24079 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Store exception information on message in the case where commit fails, removing a possible cause for error messages with no error text. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24077 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Remove Person and Organisation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24076 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
there was 2 left groups and 2 right groups defined (with the same name), renamed the center groups to center_right and center_left, as BusinessTemplate_view git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* remove manager proxy role on EGov_goToDocument because it was not usefull git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24073 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
there was a confusion in the first commit. Now it's the good file of french translation for erp5_egov git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
also remove Bug_viewFieldLibrary/my_destination_decision_title which was not use and add Bug_viewFieldLibrary/my_source_trade_title which was missing in field library git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
adding new field to display template_path_list of documented business templates git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-