- 18 Nov, 2009 14 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30727 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30726 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30725 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
define it at class level instead of inside __init__ method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30722 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Make sure that enabling a Preference (which generates a reindex activity) in a business template installation is wrapped into proper execution activity order. This is required to prevent calling an recursiveReindexObject on a deleted object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30720 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
comming new divergence testers should inherit Predicate, but for now we need to keep curent behaviour for existing divergence testers. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30719 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
Allow Modules to propagate categories. Otherwise, it is too hard to pack information on business applications into a business template. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30718 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30714 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
result will be stored in order to improve performance git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30713 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30712 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30710 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix wrong python script parameter. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30709 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30706 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 18 commits
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30705 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
rename test() to testDivergence() in divergence tester, because we aldeary have test() in Predicate class that is a super class of divergence classes. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30703 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30701 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30700 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30699 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30698 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Commit r30689 broke ERP5Banking tests because currency might not be created before bank accounts are created. So make createFunctionGroupSiteCategory call createBanknotesAndCoins, and remove all other calls to this method. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30696 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* Proxify forms git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30695 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30693 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
remove IContentish from Products.ERP5.Document.File.File and consequently all its derived classes (like Image), removing a source of double indexing and catalog UID confusion git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30692 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30691 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30690 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30689 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30686 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
- use Base_redirect instead of ERP5Site_redirect - removed checkout web section - fixed the visibility of some fields from SaleOrder_viewAsWeb - added tips to shopping cart to help with the purchase procedure - removed useless script git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Nov, 2009 8 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30681 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
unindexObject may be called with a copy of an object stored in a business template. In this case, this copy is not connected to a portal, so calling getPortalObject is not safe. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30676 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
- removed update button. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30673 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-