- 20 Apr, 2011 9 commits
-
-
Sebastien Robin authored
to allow running parallel tests. runTestSuite command will come with a list of prepared sql tables git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45589 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
That commit was simply unfixing the script... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45584 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Apr, 2011 16 commits
-
-
Sebastien Robin authored
script made by Julien. There is following modifications : - code is moved to ERP5Type/tests - updater is not kept since the update of code will be managed at upper level (erp5 testnode) - use argparse instead of optparse runTestSuite then will be called by erp5 testnode or can be called manually git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45579 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
add trade_phase predicates to rules and check that already applied rules are not rejected just because of that git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Make sure to check already applied rules against simulation movements with successor trade phases, just like was done to search for them in the first place git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45577 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45576 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
stored category value are like 'region/region/west'. This can be worse when base_category id is 'resource', because 'resource' is also a namespace adapter in z2.12. So TraversalableHandler returns a non expected object and keep objects to be correctly indexed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Allows using this script in multi-site reports. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
title & short title should have no translation domain per default, this configuration must be done per site on portal type, otherwise Localizer might explode due to the addition of all titles to it git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45568 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Also, provide bank account state. Also, simplify code. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Always provide unmodified balance as a separate result. Also, fix coding style. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Apr, 2011 15 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45561 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45560 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45552 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
The need was not properly specified, and request got cancelled. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45549 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45546 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45545 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This completes r45536: after all, it was not lost in format change, just never committed before... git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45544 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45543 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
They were accidentally disabled in r45492. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45542 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45541 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
For export format stability. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45540 20353a03-c40f-0410-a6d1-a30d3c3de9de
-