- 23 Apr, 2012 16 commits
-
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
This will be required to fix a possible race condition in causality_workflow
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Otherwise, first test may fail if '--random_activity_priority=' option is used.
-
Julien Muchembled authored
-
Sebastien Robin authored
This fix is already applied to erp5.util.testnode, we duplicate the fix. The code will move to library soon
-
Leonardo Rochael Almeida authored
The stop_condition() check is run once every beginning of loop tic, but if a loop achieved a state of total failure, RuntimeError was raised before stop_condition() had a chance to run. So we call it again just one more time to see if we can avoid failing.
-
Sebastien Robin authored
the code of some id generator can raise ValueError when objects are not fully installed, and this is typically a case when the compatibility code needs to run (like uid generation in the middle of the installation of id generators objects)
-
Ivan Tyagov authored
-
Sebastien Robin authored
-
Sebastien Robin authored
This is used to get ongoing status even though there is no failures, it allows to know what is going on on testnode side
-
Aurel authored
-
- 20 Apr, 2012 5 commits
-
-
Sebastien Robin authored
This fix errors that could depend on environment (like python version, mariadb version, etc)
-
Ivan Tyagov authored
-
Leonardo Rochael Almeida authored
-
Sebastien Robin authored
The test was randomly failing since we were not getting last modification date exactly the same way as the zope webdav support
-
Ivan Tyagov authored
Allow to override and address every individual menu item.
-
- 19 Apr, 2012 8 commits
-
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
Css fixes.
-
Kazuhiko Shiozaki authored
-
Aurel authored
- move "keep in draft state" field - fix list of nodes displayed on event creation dialog - display warning for mail message only
-
Vincent Pelletier authored
Forgot to drop extra threadframe references.
-
Aurel authored
in Base_viewAddEventDialog: - add sender&receiver - change the destination state of the event based on who is the sender - allow to keep event in draft state in Event_viewCreateTicketWorkflowActionDialog: - copy title from event - make selection of resource dynamic based on ticket portal type - fix some category definition on the created ticket
-
Aurel authored
-
Gabriel Monnerat authored
Changes to fix test_store_as_event from testNotificationTool and testMailFromMailMessageEvent from testERP5Credential after_path_and_method_id argument was added to not activate when Crededial request object is not indexed yet. This is needed because when the method searchAndActivate from catalog is called, if the object is not indexed, the e-mail is not sent. And extended script Entity_sendEmail to use from_url parameter when it is not None. This case happens when the sender is a string instead of one object in ERP5
-
- 18 Apr, 2012 3 commits
-
-
Sebastien Robin authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 17 Apr, 2012 8 commits
-
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
One dependency less.
-
Sebastien Robin authored
To enable DeadlockDebugger in test, we setup a default product_config, and this was breaking testBusinessTemplate and testDynamicClassGeneration. Also, stop duplicating code and use a mixin class for the "login" mehtod used by both tests.
-
Sebastien Robin authored
-
Sebastien Robin authored
Since DeadlockDebugger is checking for product configuration, it was no longer working in unit test
-
Sebastien Robin authored
- the import dialog must show the url to import - url should not be editable directly on review since it needs special dialog
-
Leonardo Rochael Almeida authored
If we ever need it back, just move this Document class into a business template, so that Products.ExtFile is not a hard dependency of ERP5.
-
Sebastien Robin authored
Import of javascript files coming from business templates was sometimes altering the javascript source code. It happened that javascript files with a line like " ];\n" was replaced by "];\n", so the indent was lost. May be there is more beautiful ways to fix this.
-