- 13 Nov, 2014 4 commits
-
-
Gabriel Monnerat authored
-
Kazuhiko Shiozaki authored
-
Aurel authored
-
Alain Takoudjou authored
-
- 12 Nov, 2014 6 commits
-
-
Romain Courteaud authored
Conflicts: product/ERP5/bootstrap/erp5_property_sheets/bt/revision
-
Romain Courteaud authored
Conflicts: bt5/erp5_base/bt/revision
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Thanks to this Computer Partitions can be in same category as Computers they are contained in. Conflicts: bt5/erp5_base/bt/revision
-
Romain Courteaud authored
Conflicts: bt5/erp5_base/bt/revision
-
Aurel authored
-
- 10 Nov, 2014 7 commits
-
-
Xiaowu Zhang authored
Really useful when same field declared in one page
-
Kazuhiko Shiozaki authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
erp5_short_message: Remove proxy role in ShortMessage_init to not allow anonymous users to create/edit Short Messages
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
- 08 Nov, 2014 1 commit
-
-
Kazuhiko Shiozaki authored
* to quickly setup catalog_full_text table, you can use the following SQL. REPLACE INTO catalog_full_text SELECT uid, title, description FROM catalog; * non fulltext queries like '=abc', '>abc', '%abc%' are supported. * now erp5_full_text_mroonga_catalog is used for unit tests thus I recommend using it instead of erp5_full_text_myisam_catalog. * to migrate existing MyISAM full_text table into Mroonga, you can use the following SQL. ALTER TABLE full_text DROP KEY SearchableText, ENGINE = mroonga, ADD FULLTEXT KEY SearchableText (`SearchableText`) COMMENT 'parser "TokenBigramSplitSymbolAlpha"'; * fulltext search score is no longer provided as (column_name) but now provided as (column_name)__score__. * (category)_title, like source_title, related keys are automatically generated. (category)_description keys as well.
-
- 07 Nov, 2014 2 commits
-
-
Gabriel Monnerat authored
-
Gabriel Monnerat authored
-
- 06 Nov, 2014 5 commits
-
-
Jérome Perrin authored
-
Gabriel Monnerat authored
-
Aurel authored
syncml : fix method-id that indexed data in the after_method_id so that order of synchronization is followed
-
Aurel authored
-
Aurel authored
-
- 05 Nov, 2014 3 commits
-
-
Rafael Monnerat authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 04 Nov, 2014 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
Also simplify a bit the code
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 03 Nov, 2014 1 commit
-
-
Vincent Pelletier authored
- do not use getToolByName. - do not put two statements on the same line - merge nested "if" statements around a single code block
-
- 31 Oct, 2014 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
Amend 9240d498: Since many Loaders are instanciated by unittest itself, filter_test_list still have to be a class variable
-
Jérome Perrin authored
-
- 30 Oct, 2014 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 23 Oct, 2014 1 commit
-
-
Jérome Perrin authored
-