An error occurred fetching the project authors.
  1. 23 Aug, 2016 1 commit
  2. 22 Aug, 2016 1 commit
  3. 07 Jun, 2016 1 commit
  4. 18 May, 2016 1 commit
  5. 09 May, 2016 1 commit
  6. 04 Feb, 2016 1 commit
  7. 28 Jan, 2016 1 commit
  8. 12 Jan, 2016 1 commit
  9. 01 Dec, 2015 1 commit
  10. 10 Mar, 2015 1 commit
  11. 29 Jan, 2015 1 commit
  12. 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
  13. 16 Oct, 2014 3 commits
  14. 04 Sep, 2014 1 commit
  15. 17 Jul, 2014 1 commit
  16. 30 Apr, 2014 1 commit
  17. 07 Feb, 2014 1 commit
  18. 30 Jan, 2014 1 commit
  19. 18 Nov, 2013 2 commits
  20. 15 Oct, 2013 1 commit
  21. 12 Sep, 2013 1 commit
  22. 12 Aug, 2013 2 commits
  23. 08 Jul, 2013 1 commit
  24. 27 Jun, 2013 1 commit
  25. 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
  26. 12 Jun, 2013 1 commit
  27. 17 Apr, 2013 1 commit
  28. 09 Apr, 2013 1 commit
  29. 03 Apr, 2013 1 commit
  30. 02 Apr, 2013 1 commit
  31. 27 Feb, 2013 1 commit
  32. 26 Feb, 2013 1 commit
  33. 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
  34. 29 Jan, 2013 1 commit
  35. 25 Jan, 2013 1 commit
  36. 05 Nov, 2012 1 commit