- 18 Sep, 2009 7 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29109 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(the id) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29108 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29107 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29105 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
SalerOrder_getShopppingCartDefaultCurrency to WebSite_getShopppingCartDefaultCurrency SalerOrder_getShopppingCartDefaultCurrencyCode to WebSite_getShopppingCartDefaultCurrencyCode SalerOrder_getShopppingCartDefaultCurrencySymbol to WebSite_getShopppingCartDefaultCurrencySymbol git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29104 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29102 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Sep, 2009 17 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29100 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29099 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
This file is been kept for backward compatibility for almost 4 years. I couldn't find any import for this file or any usage related to it. If someone find any problem, please advise me to revert this change. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29098 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- support portal_type parameter - node_uid must now be passed as a list. This is incompatible API change * Account_getNotGroupedAccountingTransactionList: - update for new Base_zGetNotGroupedMovementList API (and remove no longer applicable XXXs) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29094 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29093 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29092 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- add parameter to use other search form than default one. This will permit to reuse this script in other bt (like km) and avoid duplication code. Compatibility should be kept because of the default value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29087 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29084 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Simplification: set default to 0 if not set, which removes the need for Dummy class instance, and factorises 2 branches of a test. Micro optimisation: fetch the persistent mapping only from self only once (prevents instanciating 2 acquisition wrappers out of 3). Improve coding style (space around operators). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
It is pointless to instantiate a lock as a local value, as function local values are local to any given call, hence local to a thread. Moreover, there is no need to lock access to a persistent object, as its access is protected by ACID. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Sep, 2009 16 commits
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
- removed modules, security of any module should not be exported to bt5, it can cause conflicts during update. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29079 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
- removed modules, security of any module should not be exported to bt5, it can cause conflicts during update. - added comment - updated maintainer list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29076 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- fix some bugs - use business process to take the social security address in a generic way git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29073 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- as this test uses mixins do not use docstring on test methods, so that report will use id of tested method, which is more readable than repeated first row of docstring git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-