- 10 Apr, 2012 9 commits
-
-
Rafael Monnerat authored
Include base categories copied from erp5_trade in order to drop installation dependencies. This permit the configurator test become more accurate with the desired result.
-
Rafael Monnerat authored
Use sale trade condition from configurator or create a very similar one. Do not use path to this in order to prevent this business template depends on others bt5s.
-
Rafael Monnerat authored
Clean up some paths (**) which were useless (it adds nothing).
-
Rafael Monnerat authored
Due simulation alarms some simulation related objects (ie.: Sale Packing Lists) are owned by __erp5security-=__ user during the functional tests. In this case, this script also consider those objects "safe" to remove (as the tests uses very strict search).
-
Rafael Monnerat authored
-
Rafael Monnerat authored
As funcitional tests runs with alarms disabled, invoke alarms is needed for make simulation work. This commit also includes a macro.
-
Rafael Monnerat authored
This change may help us to understand why the build is stalled when an error page is showed to the user.
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
-
- 09 Apr, 2012 1 commit
-
-
Julien Muchembled authored
-
- 06 Apr, 2012 12 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
See commit 954c7989
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Previous implementation only considered workflows that are chained to the portal type: - this is slower - modification_date of old documents may change or disappear, preventing their reindexation - edit_workflow was always considered, regardless it is chained or not This commit makes getModificationDate more consistent: it simply iterates over all workflow histories stored on the object. When there is no workflow history, ZODB date is returned, which makes getModificationDate useful for objects without any workflow chained, like simulation movements. Another optimization is that last history entry is accessed without loading the whole history.
-
Julien Muchembled authored
-
Julien Muchembled authored
This commit does some refactoring to reuse Delivery_updateSimulation. See also e795d8d1
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Kazuhiko Shiozaki authored
-
- 05 Apr, 2012 3 commits
- 04 Apr, 2012 1 commit
-
-
Ivan Tyagov authored
Add jstorage plugin which is able to provide a high level interface to localStorage across all major browsers.
-
- 03 Apr, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 02 Apr, 2012 2 commits
-
-
Sebastien Robin authored
Since the remote was not cleaned when the runTestSuite was totally failing, there was no chance to get a higher revision with potentially a fix. Now errors will be reported to the master.
-
Kazuhiko Shiozaki authored
make it possible to specify expiration date of credential requests whose default is still current date + 1 day.
-
- 30 Mar, 2012 1 commit
-
-
Ivan Tyagov authored
-
- 29 Mar, 2012 6 commits
-
-
Rafael Monnerat authored
Now Consulting Tests have similar behavior them Standard. Also test simulation and secutity for others configurations (France, Brazil and Russia)
-
Rafael Monnerat authored
The Rules are now used as template and not as it is anymore, the rules are cloned and updated with appropriate categories defined by the configurator. Business Process Configurator Item was reimplemented to use spreadsheet to generate an Business Process.
-
Rafael Monnerat authored
- Solvers were moved to erp5_configurator_standard_solver - trade related code and rules to erp5_configurator_standard_trade_template - accounting related code and rules to erp5_configurator_standard_accounting_template - invoicing related code and rules to erp5_configurator_standard_invoicing_template Code were moved and splited to several diferent business templates. The rules and related code should be used only as template.
-
Rafael Monnerat authored
-
Kazuhiko Shiozaki authored
we no longer need this part for any types of document, and it should be a part of the template itself if such element is needed.
-
Kazuhiko Shiozaki authored
-
- 28 Mar, 2012 4 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Julien Muchembled authored
-
Rafael Monnerat authored
-