An error occurred fetching the project authors.
  1. 18 Nov, 2019 1 commit
  2. 05 Sep, 2019 1 commit
  3. 24 Jul, 2018 1 commit
  4. 07 Jul, 2017 1 commit
    • Julien Muchembled's avatar
      tests: clean up code related to configuration of cloudooo/memcached connectors · f84f4cdb
      Julien Muchembled authored
      - The conversion server is supposed to be configured in a system preference,
        so do this instead of using a normal preference.
      - _getConversionServerDict -> _getConversionServerUrl, to make clear that
        cloudooo is now configured by a url, instead of a host/port couple.
      - Refactoring: From the moment where setUpERP5Site() sets up things
        automatically, we don't the "same" duplicated code throughout many test to
        redo cloudooo configuration.
      - In the promise file, the volatile/persistent memcached url were swapped.
      f84f4cdb
  5. 08 Mar, 2017 1 commit
  6. 27 Jan, 2017 1 commit
  7. 23 Dec, 2016 3 commits
  8. 09 Dec, 2016 1 commit
  9. 23 Aug, 2016 1 commit
  10. 22 Aug, 2016 1 commit
  11. 07 Jun, 2016 1 commit
  12. 18 May, 2016 1 commit
  13. 09 May, 2016 1 commit
  14. 04 Feb, 2016 1 commit
  15. 28 Jan, 2016 1 commit
  16. 12 Jan, 2016 1 commit
  17. 01 Dec, 2015 1 commit
  18. 10 Mar, 2015 1 commit
  19. 29 Jan, 2015 1 commit
  20. 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
  21. 16 Oct, 2014 3 commits
  22. 04 Sep, 2014 1 commit
  23. 17 Jul, 2014 1 commit
  24. 30 Apr, 2014 1 commit
  25. 07 Feb, 2014 1 commit
  26. 30 Jan, 2014 1 commit
  27. 18 Nov, 2013 2 commits
  28. 15 Oct, 2013 1 commit
  29. 12 Sep, 2013 1 commit
  30. 12 Aug, 2013 2 commits
  31. 08 Jul, 2013 1 commit
  32. 27 Jun, 2013 1 commit
  33. 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
  34. 12 Jun, 2013 1 commit