- 17 Apr, 2014 5 commits
-
-
Julien Muchembled authored
It was unreliable because done only for the first test. Code needing this information can simply call startZServer, which will simply return host/port of already started ZServer.
-
Kazuhiko Shiozaki authored
because the list of threads for Anonymous should be provided through predicate in Web Section, not from the module itself.
-
Kazuhiko Shiozaki authored
-
Aurel authored
-
Kazuhiko Shiozaki authored
this commit prevents generating needless activities at the beginning of tests.
-
- 14 Apr, 2014 8 commits
-
-
Jérome Perrin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
No specific role should be defined for test-related portal_types.
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
ERP5ProjectUnitTestDistributor.startTestSuite doesn't know about computer_guid parameter. Conflicts: bt5/erp5_test_result/bt/revision
-
Benjamin Blanc authored
Conflicts: bt5/erp5_test_result/bt/revision bt5/erp5_test_result/bt/template_document_id_list bt5/erp5_test_result/bt/template_extension_id_list (cherry picked from commit 63c1fc09) Conflicts: bt5/erp5_test_result/TestTemplateItem/portal_components/test.erp5.testTaskDistribution.py bt5/erp5_test_result/bt/revision
-
- 11 Apr, 2014 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
This is a new preference for uses of resources that can be used when creating a response to an event. The create response dialog uses it in two places: - Only resources with this uses are proposed - Only notification messages that creates events with resource with this use are proposed
-
Jérome Perrin authored
-
- 10 Apr, 2014 6 commits
-
-
Julien Muchembled authored
For example, Sale Supply Lines/Cells can be customized to return values for the caller of Movement.getPriceCalculationOperandDict
-
Julien Muchembled authored
This is implemented by first changing Composition so that a model can define several lines with same reference, masking inherited ones. There is actually no compatibility issue, because previously, the result would have been undefined (composition only keeping a random line).
-
Julien Muchembled authored
-
Julien Muchembled authored
'display_id' expects a property name and 'display_method' a method name
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
-
- 09 Apr, 2014 5 commits
-
-
Gabriel Monnerat authored
As Event_send is doing nothing, we don't need it. Then, return None is enough when type based method is not found.
-
Gabriel Monnerat authored
erp5_base: Move script Event_send to erp5_core because it can raise exceptions if sendMessage method is called, for example by alarms. Also, proxy role as Manager was removed, because this script does nothing.
-
Kazuhiko Shiozaki authored
also add a missing return for Base_redirect.
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
so that restrictedTraverse to published objects work for Anonymous.
-
- 08 Apr, 2014 2 commits
-
-
Jérome Perrin authored
-
Julien Muchembled authored
variable_additional_price was not multiplied by the result of getPricingVariable as it was done in previous implementation. In order that the caller has more information about how the price was computed, Resource_getPriceCalculationOperandDict now returns the result of getPriceParameterDict with following changed: - list values involved in priced calculation are replaced by their sums - 'price' key is added to holds the computed price Also removing fallback code from Resource class, since it's been a long time that erp5_pdm provides Resource_getPriceCalculationOperandDict Resource_getPrice script is kept in case some unrelated code still uses it.
-
- 07 Apr, 2014 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 04 Apr, 2014 2 commits
-
-
Jérome Perrin authored
There can be two cases: - the image is on the same domain that the agent is using, then the agent is logged in - the image is on another domain, then the agent is not logged in but we can somehow guess from referer that he is viewing the image from ERP5
-
Jérome Perrin authored
-
- 03 Apr, 2014 5 commits
-
-
Aurel authored
also make redirection stay on website
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
-