- 20 Mar, 2012 9 commits
-
-
Łukasz Nowak authored
Let the activity system chose randomly what to do.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 19 Mar, 2012 1 commit
-
-
Romain Courteaud authored
Those alarms read the promise parameters (configured for example by SlapOS) and can configure ERP5 if user want to solve the difference.
-
- 15 Mar, 2012 2 commits
-
-
Romain Courteaud authored
Read external promise parameters. The parameters should be provided by an external configuration file. Location of this configuration file is defined in the zope configuration file in a product_config named as the path of the ERP5 site. Example if the site id is erp5: <product-config /erp5> promise_path /tmp/promise.cfg </product-config> The promise configuration is a simple ConfigParser readable file (a list of section containing a list of string parameters. getPromiseParameter returns None if the parameter isn't found.
-
Romain Courteaud authored
This will prevent creating compensation movement if stop date of the open order line is increased.
-
- 13 Mar, 2012 1 commit
-
-
Łukasz Nowak authored
This reverts commit 1ec72363.
-
- 12 Mar, 2012 4 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Łukasz Nowak authored
Do not expand on equal dates too.
-
Łukasz Nowak authored
-
- 09 Mar, 2012 1 commit
-
-
Łukasz Nowak authored
-
- 08 Mar, 2012 7 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Creation and modification dates are not object properties, they are provided by getter methods and shall be never set directly. Conflicts: product/ERP5/bootstrap/erp5_core/bt/revision
-
- 07 Mar, 2012 7 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Generate activities and allow to pass the tag. Use search and activate everywhere which will allow to walk through objects without killing the cluster even in case of really big documents.
-
Łukasz Nowak authored
Alarm can generate a lot of activities, so run them less often then critical ones.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Also minimise activity hurricane by calling expand directly. Open Orders are searched using indexation timestamp, which allows to see them in "windows", and does not repeat expand if not needed.
-
Łukasz Nowak authored
Another way to generate and update simulation shall be found, especially on busy sites.
-
- 06 Mar, 2012 8 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Return a safe html selenium test code (which always fails) to indicate a problem when download a test. This will prevent Zelenium get Stalled during the launch.
-
Rafael Monnerat authored
Follow up commit e0855913
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Code cleaned up from not needed variables.
-