- 27 Oct, 2008 11 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24343 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
- making level for Z SQL Method and Script Python in Skins Folder Documentation Helper git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
"${ungrouped_line_count} lines ungrouped." was using a non existant key for substitution. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
a listbox is displayed in the same rendering then lead to failed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
r24318 is wrong, because ZPublisher looks at the signature the callee to know what parameters it can pass. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Oct, 2008 11 commits
-
-
Yusei Tahara authored
* Fixed to make messages translatable in Add gadgets form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Use translation of payment_mode category in the journal dialog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Use translated role name in entity_role field in third party report. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fixed EventModule_getEventDetailedReportSectionList. Since All messages will be translated in a template, no need to translate in this script. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24323 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Cleaned up Base_getTranslatedWorkflowStateItemList and separate generic function to Base_getWorkflowStateItemList. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fixed Folder_generateWorkflowReport. This did not work if there is interaction workflow. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Convert return value of render_pdf to string explicitly. It might return non-string value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
(DateTime().earliestTime() + gap).earliestTime(), since DateTime().__add__() returns a different tz offset if daylight saving changes. For example (timezone is Europe/Paris): >>> DateTime().earliestTime() DateTime('2008/10/24') >>> DateTime().earliestTime()._tz 'GMT+2' >>> (DateTime().earliestTime()+10) DateTime('2008/11/03') >>> (DateTime().earliestTime()+10)._tz 'GMT+2' >>> DateTime(str((DateTime().earliestTime()+10))) DateTime('2008/11/03') >>> DateTime(str((DateTime().earliestTime()+10)))._tz 'GMT+1' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Oct, 2008 15 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24311 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24310 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24308 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24306 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Remove erp5_tabber.js. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24301 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24297 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24295 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2008 3 commits
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24294 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24293 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24292 20353a03-c40f-0410-a6d1-a30d3c3de9de
-