An error occurred fetching the project authors.
  1. 11 Feb, 2015 1 commit
  2. 29 Jan, 2015 1 commit
  3. 08 Nov, 2014 1 commit
    • Kazuhiko Shiozaki's avatar
      use fulltext search in title and description. · d47df833
      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.
      d47df833
  4. 16 Oct, 2014 3 commits
  5. 04 Sep, 2014 1 commit
  6. 17 Jul, 2014 1 commit
  7. 30 Apr, 2014 1 commit
  8. 07 Feb, 2014 1 commit
  9. 30 Jan, 2014 1 commit
  10. 18 Nov, 2013 2 commits
  11. 15 Oct, 2013 1 commit
  12. 12 Sep, 2013 1 commit
  13. 12 Aug, 2013 2 commits
  14. 08 Jul, 2013 1 commit
  15. 27 Jun, 2013 1 commit
  16. 13 Jun, 2013 1 commit
    • Jérome Perrin's avatar
      Revert 3 latest commits · 228e3f79
      Jérome Perrin authored
      Revert "Test deferred style with converting to a format"
      
      This reverts commit cbfa8d56.
      -> pushed by mistake
      
      Revert "Set cloudoo on preferences in ERP5TypeTestCase"
      
      This reverts commit 28824962.
      -> pushed by mistake
      
      Revert "Listbox from Folder_viewWorkflowActionDialog has hidden columns"
      
      This reverts commit 802d3f53.
      -> a test is failing
      228e3f79
  17. 12 Jun, 2013 1 commit
  18. 17 Apr, 2013 1 commit
  19. 09 Apr, 2013 1 commit
  20. 03 Apr, 2013 1 commit
  21. 02 Apr, 2013 1 commit
  22. 27 Feb, 2013 1 commit
  23. 26 Feb, 2013 1 commit
  24. 31 Jan, 2013 1 commit
    • Ivan Tyagov's avatar
      Add tests for: · f6d9717a
      Ivan Tyagov authored
      - getting document original content if format is empty
      - conversion raster image -> svg
      f6d9717a
  25. 29 Jan, 2013 1 commit
  26. 25 Jan, 2013 1 commit
  27. 05 Nov, 2012 2 commits
  28. 31 Oct, 2012 1 commit
  29. 24 Oct, 2012 2 commits
  30. 10 Jun, 2012 1 commit
  31. 15 May, 2012 1 commit
  32. 11 May, 2012 1 commit
  33. 09 May, 2012 1 commit
  34. 18 Apr, 2012 1 commit