- 06 Apr, 2012 10 commits
-
-
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
-
- 27 Mar, 2012 4 commits
-
-
Gabriel Monnerat authored
Add the same proxy role set on Event_send script, this role is needed to use the function 'sendMailHostMessage' This failure was found after check testFunctionalStandaloneUserTutorial results
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This script is required to generate the basic security of standard configuration.
-
Rafael Monnerat authored
-
- 26 Mar, 2012 7 commits
-
-
Rafael Monnerat authored
Those files are copy of standard files used by standard workflow to bootstrap the instance. By Using this files, Standarard workflow and Consulting Workflow should provide same outcome configuration.
-
Rafael Monnerat authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Even if not required for the test, the change to test_advanced_sale_invoice_trade_model_builder preferable.
-
Julien Muchembled authored
This reverts commit 414042ad partially, which is required for testLegacySimulationPerformance
-
Julien Muchembled authored
testSimulationPerformance hasn't been updated for new simulation. It is currently broken but still useful for documentation purpose, to reimplement performance tests for simulation.
-
Gabriel Monnerat authored
This merge was done to improve features to send mail using the script Event_send. With this changes, is not needed access all persons to get your email and the method searchAndActivate from catalog to don't create one activity for each destination.
-
- 23 Mar, 2012 1 commit
-
-
Vincent Pelletier authored
This causes error in unit tests since Person_init is now called when creating a Person since f6edb446 .
-