- 23 May, 2013 6 commits
-
-
Julien Muchembled authored
This also the following line in getBusinessLinkClosure(): if simulation_path.startswith(path): For example, '/erp5/portal_simulation/1/10' should not match '/erp5/portal_simulation/1/1'
-
Jérome Perrin authored
amendments to dd69a61c, unsubcribe / subscribe instead of changing alarm node
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 22 May, 2013 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
mistakenly removed in a8b2267c
-
- 21 May, 2013 15 commits
-
-
Kazuhiko Shiozaki authored
With this change, code like the following will use much less memory. for i in portal_catalog(...): i.activate().method() Signed-off-by: Vincent Pelletier <vincent@nexedi.com>
-
Kazuhiko Shiozaki authored
so that we can register activity by path from restricted environment. also set default parameters just same as ActiveObject.activate().
-
Kazuhiko Shiozaki authored
so that we can call ActivityTool.activateObject() with not only by object but also by it's path. Signed-off-by: Vincent Pelletier <vincent@nexedi.com>
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Fix open order simulation interactions, when using "trigger once by transaction", it's better to call the script at end of transaction
-
Julien Muchembled authored
Some callable are instances with __call__ methods and ZPublisher already expects them to provide useful func_code & func_defaults.
-
Jérome Perrin authored
This is a quick workaround, the main problem is that get_request is monkey patched to use a completly different implementation in tests, and in some cases this monkey patch is not properly applied.
-
Jérome Perrin authored
Because edit adds a line in workflow_history
-
Jérome Perrin authored
Alias properties with storage id are enough, we don't need to declare those properties.
-
- 20 May, 2013 17 commits
-
-
Jérome Perrin authored
This tab will also display outcome and expense paths
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This way we can reuse this test in projects code
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
DeliveryLine_init sets a incremental reference for each delivery line, so this reference cannot be used for searching
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
A set setter keeps the default value, so in a sense the order is preserved.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-