- 10 Oct, 2013 1 commit
-
-
Tatuya Kamada authored
Fix a problem that access-tab-front-page wrongly caching old page, for example, even if a user switching to use 'https' from 'http', old 'http' links are remaining at the front page. That was because the key of the CachingMethod which was used for caching the page was ('user' and 'language'). Now the caching key is ('user', 'language' and 'site_url').
-
- 09 Oct, 2013 1 commit
-
-
Vincent Pelletier authored
-
- 07 Oct, 2013 6 commits
-
-
Tatuya Kamada authored
Fewer parameters are better if it is not mandatory (Loose Coupling principle).
-
Tatuya Kamada authored
-
Mame Coumba Sall authored
Revert "Add a test to make sure that even if source and destination are not defined on a mvt, invoice lines are still built" This reverts commit cf80166b.
-
Mame Coumba Sall authored
Revert "Modify zsql method so that movements without source or destination can be selected in stock table" This reverts commit 197cf943.
-
Mame Coumba Sall authored
Revert "Modify zsql method so that all mvts are selected in stock table even if they don't have source_section or destination_section" This reverts commit 87bc3ad5.
-
Tatuya Kamada authored
How it happened while upgrading PathTemplateItem: 1. Try to remove the existing broken object and succeed removing 2. However it is a broken object so self.unindexCatalog() is never called and the old catalog is remaining 3. Add new object of PathTemplateItem and try to reindex the object 4. Since old catalog is remaining, the catalog uid and object uid is different so catalogObjectList fails with FATAL error. The test is tests/BusinessTemplate.py#test_UpgradeBrokenObject.
-
- 04 Oct, 2013 6 commits
-
-
Julien Muchembled authored
Acquisition Portal Types is same as for resource. Example of categories: journal accounting consolidation national project deliverable r_and_d qa invalid fixed wontfix trade prediction reality
-
Mame Coumba Sall authored
Modify zsql method so that all mvts are selected in stock table even if they don't have source_section or destination_section
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Mame Coumba Sall authored
Add a test to make sure that even if source and destination are not defined on a mvt, invoice lines are still built
-
Mame Coumba Sall authored
-
- 02 Oct, 2013 1 commit
-
-
Vincent Pelletier authored
It should be consistent with Category setting, because both are used to render domain tree to user by calling getCompactTranslatedTitle .
-
- 01 Oct, 2013 1 commit
-
-
Aurel authored
-
- 26 Sep, 2013 1 commit
-
-
Tatuya Kamada authored
-
- 25 Sep, 2013 13 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
We only only need an usual test result proxy, we only need the additional method getRunningTestCase
-
Benjamin Blanc authored
This commit in order to force the flush of files containing test informations after each iteration.
-
Sebastien Robin authored
-
Benjamin Blanc authored
Add option to specify several path where to find users file(s), and benchmark suite file(s).
-
Sebastien Robin authored
-
Benjamin Blanc authored
This runner is used by scalability test, it communicates with ERP5 Master and launch test suite (using performance_tester).
-
Benjamin Blanc authored
Testnode code has been splitted. Runner class has been created for each test types (unit and scalability). Communication with SlapOS and ERP5 Master has been added.
-
Benjamin Blanc authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Benjamin Blanc authored
These benchmarks are used during scalability tests. A file which contains list of scalability users is also added.
-
Benjamin Blanc authored
Contain objects and scripts needed to perform scalability tests.
-
- 24 Sep, 2013 2 commits
-
-
Kazuhiko Shiozaki authored
-
Gabriel Monnerat authored
Without sort the item list is hard to select the variations and most of the time are many
-
- 23 Sep, 2013 5 commits
-
-
Kazuhiko Shiozaki authored
-
Jérome Perrin authored
- columns are now searchable - title display line title if any; for consistency with all other reports - title is no longer sortable properly. This is a little regression. - use queries instead of raw where expression
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Kazuhiko Shiozaki authored
-
- 20 Sep, 2013 1 commit
-
-
Ivan Tyagov authored
Allow to close a draft position.
-
- 19 Sep, 2013 2 commits
-
-
Jérome Perrin authored
trade model and invoice transaction line should be in same invoice
-
Kazuhiko Shiozaki authored
so that we can invoke same tests in our favourite collection of business templates by using this mixin.
-