- 29 Oct, 2009 12 commits
-
-
Vincent Pelletier authored
- Baobab_getMainAgencyForSite - Baobab_getMainAgencyAccountForSite git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
instead of having to wrap __call__ methods of the testers. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30095 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30094 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
revert r29530, because it will display useful information if building of the template fails (eg. missing Extention/*.py etc.) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30093 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
components. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30092 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
test runs. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30090 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30089 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
will now be skipped. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30087 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
The way profiling was implemented in ZopeTestCase.profiler does not allow us to extend properly TestCase.run, because in classes inheriting profiler, run() is never called. On the other hand, we cannot override __call__ in children classes, or we will lose profiling behavior. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Oct, 2009 28 commits
-
-
Jérome Perrin authored
update _setup docstring that was not reflecting implementation git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30084 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Don't compare the portal types items, but simply the first element. This is to be compatible with some fields that uses for instance python:zip(context.getPortalXTypeList()) as TALES git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
${form_id} was partially working by accident before 30076. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30077 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Don't use "listbox" as default value for field_id, because it will be used if the TALES fails, and it may hide some bugs. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30076 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30073 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
movement, not on the order's movement title. Rules and solvers are supposed to copy the title in simulation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use SaleSupply_viewProfile for Internal Supply too. * add source_reference and destination_reference. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use setUpOnce() instead of afterSetUp() because calling once is enough. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30070 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* use same form as Sale Packing List profile for Internal Packing List profile. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30067 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
we'll compare with an arbitrary precision, untill we have a good way of specifying this. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* Update titles for milestone report git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30062 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Hervé Poulain authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30061 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30060 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30059 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This is required to customize an OOoChart depending of values entered in a dialog form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30058 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30057 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
Use a default namespace to retrieve the Status git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* Make the report working even if stop dates are not defined everywhere git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
To keep the backward compatibility with the persistent objects which were not updated yet (ie.: Inside old business templates), it was added the some imports from PortalTransforms. Without this patch the persistent objects becomes broken and not accessible or updatable by Subversion and cause problems to update erp5_core. XXX Please remove this path once portal_transforms is not used or once all objects are already moved to latest versions of ERP5 (after transforms be moved at least). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30052 20353a03-c40f-0410-a6d1-a30d3c3de9de
-