- 19 Apr, 2012 5 commits
-
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
Css fixes.
-
Kazuhiko Shiozaki authored
-
Vincent Pelletier authored
Forgot to drop extra threadframe references.
-
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 11 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.
-
Ivan Tyagov authored
We should have a way to 'purge' localStorage by setting a ROOT_CACHE_ID (which can be changed server side)
-
Ivan Tyagov authored
-
Sebastien Robin authored
-
- 16 Apr, 2012 1 commit
-
-
Sebastien Robin authored
-
- 12 Apr, 2012 2 commits
-
-
Ivan Tyagov authored
-
Sebastien Robin authored
-
- 11 Apr, 2012 6 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
- display the output of all commands launched by erp5testnode in erp5testnode log - add a thread to upload ongoing logs to the master regularly - if the software release is not built successfully after a few time, totally erase software. This help unblocking if buildout is unable to update software. - check if the last test result was cancelled in order to allow relaunching test without restarting testnode - improve logs to allow much better understanding of what is going on
-
Vincent Pelletier authored
-
Sebastien Robin authored
-
Ivan Tyagov authored
-
Gabriel Monnerat authored
When the same document is uploaded, the message displayed after upload is different. So, the code was changed to check the url without the parameters.
-
- 10 Apr, 2012 12 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Use a much wider range for Accounting Period definition to prevent random errors when define dates at the test.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The related tests were updated for check this change.
-
Rafael Monnerat authored
The reusage permit use configuration for multiple gap definitions. Included specific test for Account Configurator Item.
-
Rafael Monnerat authored
This Constraint do not work for packing lists because according to the constraint the "lines" should be order movements and not delivery movements. Update related Test.
-
Rafael Monnerat authored
This keeps compatibitility with Standard Configurator outcome.
-
Rafael Monnerat authored
Test were updated to check the change.
-
Rafael Monnerat authored
The test should be compatible with Configurator Outcome and w/o Configurator case. This change unify outcome of those 2 cases, making it compatible when run into diferent scenarios.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This Configurator Item configures the script ERP5Site_getSecurityCategoryMapping, This can be combined with roles generations and categories spreadsheet in future to generate full security definition. Update configuration to use Security Category Mapping Configurator Item instead include the script directly, otherwise it breaks the instance due the dependency with scripts on erp5_dms
-
Rafael Monnerat authored
Initial code is almost the same as the one provided by erp5_simulation_test in order to preserver initial compatibility
-