- 07 Oct, 2008 31 commits
-
-
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
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24059 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24057 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24056 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* Initial creation of the business template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24052 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-
Sebastien Robin authored
- test_08_SomeWeekDaysSomeHours was wrong, one date was missing, and this test was working before because of error in implementation - test_07a_Every4DaysSomeHours was expecting that alarm dates takes into account initial start time, this is not implemented like this and current implementation is probably enough, so I changed values. Fixed Alarm.py : - When we add a day, we should reset hours and minutes, otherwise we can forget several matching dates, it might be required to do the same thing when adding one hour git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24050 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24046 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24045 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24044 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24043 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24042 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Oct, 2008 9 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24041 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24039 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24038 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Set version to 5.2. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24036 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Added a script which create default knowledge boxes. By default, this script do nothing. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24035 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24034 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* When displaying the last result of an alarm, sort the result in order to see directly important results. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24031 20353a03-c40f-0410-a6d1-a30d3c3de9de
-