- 02 Dec, 2014 4 commits
-
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
-
Cédric de Saint Martin authored
...in testERP5TestNode.
-
Jérome Perrin authored
-
- 01 Dec, 2014 5 commits
-
-
Jérome Perrin authored
not only payment transaction group
-
Jérome Perrin authored
-
Cédric de Saint Martin authored
glob uses os.listdir, which returns list in arbitrary order. Sometimes we have seevral partitions containing bin/runTestSuite. We want to use the one closest to the root instance (i.e alphabetical order, test0-1/bin/runTestSuite is better thantest0-3/bin/runTestSuite). Usecase: webrunner, for which main instance contains a bin/runTestSuite for unit tests. But resiliency tests (dedicated partition, usually test0-0) also has bin/runTestSuite, and then requests a normal instance of slaprunner (usually test0-3).
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 28 Nov, 2014 1 commit
-
-
Xiaowu Zhang authored
Use field key instead of field id
-
- 27 Nov, 2014 3 commits
-
-
Xiaowu Zhang authored
-
Sven Franck authored
-
Klaus Wölfel authored
-
- 26 Nov, 2014 4 commits
-
-
Xiaowu Zhang authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Xiaowu Zhang authored
-
- 25 Nov, 2014 2 commits
-
-
Xiaowu Zhang authored
-
Xiaowu Zhang authored
1. Change title because of test name convention. 2. GadgetField make div instead of section
-
- 24 Nov, 2014 11 commits
-
-
Sebastien Robin authored
When printing an ERP5 page (through the print function of the web browser itself), remove : - toolbars - tabs This allows to print any ERP5 page, reports rendered as html included
-
Kazuhiko Shiozaki authored
fixup! fix WebSection_zGetDocumentValueList so that it returns documents having different languages and the same reference.
-
Kazuhiko Shiozaki authored
-
Xiaowu Zhang authored
Since Foo portal type's change breaks some existing funcitonal tests in erp5_ui_test, so use Bar , which is less used in tests.
-
Rafael Monnerat authored
This reverts commit c76f571e.
-
Rafael Monnerat authored
This reverts commit 20682986.
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
fix WebSite_getFullTextSearchResultList so that 'any language' search and 'newest only' search work.
-
Kazuhiko Shiozaki authored
fix WebSection_zGetDocumentValueList so that it returns documents having different languages and the same reference.
-
Sven Franck authored
-
- 21 Nov, 2014 6 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Gabriel Monnerat authored
-
Xiaowu Zhang authored
The new implementation of GadgetField allow to integrate renderjs's gadget into ERP5 ui. Some examples are in bt erp5_ui_test to validate implementation.
-
Vincent Pelletier authored
-
- 20 Nov, 2014 3 commits
-
-
Cédric de Saint Martin authored
-
Kazuhiko Shiozaki authored
so that we have less misses even though we have more noises. to migrate, you can use the following SQL : ALTER TABLE catalog_full_text DROP KEY title, DROP KEY description, ENGINE=mroonga, ADD FULLTEXT KEY title (`title`) COMMENT 'parser "TokenBigramSplitSymbolAlphaDigit"', ADD FULLTEXT KEY description (`description`) COMMENT 'parser "TokenBigramSplitSymbolAlphaDigit"'; ALTER TABLE content_translation DROP KEY translated_text, ENGINE=mroonga, ADD FULLTEXT KEY translated_text (`translated_text`) COMMENT 'parser "TokenBigramSplitSymbolAlphaDigit"'; ALTER TABLE full_text DROP KEY SearchableText, ENGINE=mroonga, ADD FULLTEXT KEY SearchableText (`SearchableText`) COMMENT 'parser "TokenBigramSplitSymbolAlphaDigit"';
-
Aurel authored
-
- 19 Nov, 2014 1 commit
-
-
Vincent Pelletier authored
-