- 16 Oct, 2009 40 commits
-
-
Kazuhiko Shiozaki authored
* try to sort only if it is required, because Localizer.translate() is much slower than len(list) and sort(key=...) will call key function even if the list has only one item. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29762 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
unrestricted like it was before. Now it is unrestricted again. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29761 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29760 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29759 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
- several statements belong to several lines - use bools over ints - not(foo in bar) -> foo not in bar - (if not b: return 0; else: return 1) -> return b git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29758 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29757 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29756 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29754 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29753 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29752 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29751 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
This test extends TestERP5BankingMixin which provides the exact same getBusinessTemplateList method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29750 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29749 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29748 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29747 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29746 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29745 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29744 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
group git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29743 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use a report from erp5_base not to install erp5_crm minor style changes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29742 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29741 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29740 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29739 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29738 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29737 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
add caching_class_method_decorator that is based on ZSQLCatalog/SQLCatalog's one, but str(self) will not be included in cache_id by default. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29736 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29735 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29734 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29733 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29732 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
system. This change permit to not waste time in case of missing bt (you don't have to wait for all previous bt to be installed to get the error message) and the time cost of this operation is negligible (less than 0.007 seconds for 52 bt on my 2 cores 2Gb Ram machine) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29731 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29730 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update for the changes of new portal types of portal types. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29729 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29728 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update for the changes of new portal types of portal types. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29727 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
when you remove them from Paths Field. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29725 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update for the changes of new portal types of portal types. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29723 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29721 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update for the changes of new portal types of portal types. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29720 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
* Update for the changes of new portal types of portal types. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29719 20353a03-c40f-0410-a6d1-a30d3c3de9de
-