- 08 Sep, 2008 20 commits
-
-
Yusei Tahara authored
* Added web mode version of Base_doLanguage. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Enable template feature for Sales Order. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23488 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Desmares authored
* add an action for create a task from a sale order line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23487 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
translated in erp5_l10nfr git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23485 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Base_getPreferredSectionItemList : don't return deleted or invalidated sections, and prevent some security problems with deleted organisations. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23484 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23483 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Use Base_translateString instead of translate. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23480 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Fix "Field 'untranslatable_columns' is not present in request object." that appears in functional tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23479 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23477 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* this fix the bug of not possible edition using the butom button git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23476 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* change print link in header to correspond to the portal_type object displayed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
With previous solution, regular reindexation activities were not given any "after_method_id", so they triggered the infamous "uid already used by path ..." log message. Instead, use new placeless activity parameter mechanism to make all activity get the new tag. This removes the need for any extra reindexation. Kudos to Sebastien for the idea. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23472 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
* Add site-level accessors * Modify existing getters to use placeless parameters as default values, context-sensitive parameters being given higher priority. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23471 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23470 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23468 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Sep, 2008 6 commits
-
-
Yusei Tahara authored
* Update English messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23467 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update English messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Replace "+" with " " in translation messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23463 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update English messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
Add one parameter in order to show only line titles instead of description in the Print Order report. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23456 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Sep, 2008 14 commits
-
-
Yusei Tahara authored
* Fixed wrong i18n:name. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23455 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23453 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* change the link of eGov_RegisterInformations to use web pages * remove eGov_RegisterInformations git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23449 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23448 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
WebSite_viewAgentWorklistRenderer : correct a problem, and reindent all source code to be easier to understant. Improve comments in ERP5EGov_Extensions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23447 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23445 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
if there is an error during Base_edit the document, return what Base_edit return, else, go to the next step. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23444 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23443 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-