An error occurred fetching the project authors.
- 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.
-
- 21 Feb, 2013 1 commit
-
-
Julien Muchembled authored
-
- 11 May, 2012 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 17 Feb, 2011 2 commits
-
-
Vincent Pelletier authored
The 2nd test failed because of a side effect of 1st test. 1st test failed because it (purposely) causes a failure when committing transaction, and this is remembered inside the transaction itself, and it then always refuses commit. Aborting is the normal execution path after an error in commit, so do it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43400 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
"except: raise" is a no-pop. "try:... except: self.fail()" just hides the actual exception. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43397 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Jan, 2011 1 commit
-
-
Sebastien Robin authored
is only a proxy now git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42531 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Sep, 2009 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29148 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Apr, 2007 2 commits
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14008 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14007 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Apr, 2007 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13851 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Mar, 2007 1 commit
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13709 20353a03-c40f-0410-a6d1-a30d3c3de9de
-