- 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 8 commits
-
-
Vincent Pelletier authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
* ignore sort on full text search score if no full text search happens. * escape table name and column name in order_by_dict.
-
Romain Courteaud authored
+ initiate the panel and the header at the same time Thx to Sven Franck
-
Romain Courteaud authored
Thx to Sven Franck
-
Romain Courteaud authored
Thx to Sven Franck
-
Romain Courteaud authored
Thx to Sven Franck
-
Vincent Pelletier authored
-
- 18 Nov, 2014 6 commits
-
-
Jérome Perrin authored
manually edited xml ...
-
Tristan Cavelier authored
-
Jérome Perrin authored
remove unnecessary workflow chains: local_permission_interaction_workflow is a workflow for role definition
-
Aurel authored
-
Aurel authored
-
Kazuhiko Shiozaki authored
sort_on=(('title',),) => sort by title sort_on=(('title__score__',),) => sort by full text search score for title
-
- 17 Nov, 2014 4 commits
-
-
Sebastien Robin authored
* This add support of * in following fields: - Paths of Objects whose Workflow Histories should be Exported - Path of Objects whose Last Workflow History only should be Exported * Before, only "**" was supported, like "aa/**" or "aa/bb**"
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-