An error occurred fetching the project authors.
  1. 22 Aug, 2016 1 commit
  2. 03 Jun, 2016 1 commit
  3. 30 Oct, 2015 1 commit
  4. 29 Oct, 2015 1 commit
  5. 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
  6. 16 Oct, 2014 1 commit
  7. 04 Sep, 2014 1 commit
  8. 23 Jun, 2014 1 commit
  9. 01 Apr, 2014 1 commit
  10. 30 Jan, 2014 1 commit
  11. 24 Dec, 2013 7 commits
  12. 17 Dec, 2013 1 commit
  13. 22 Nov, 2013 1 commit
  14. 05 Aug, 2013 1 commit
  15. 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
  16. 12 Jun, 2013 1 commit
  17. 20 May, 2013 4 commits
  18. 06 May, 2013 1 commit
  19. 30 Apr, 2013 2 commits
  20. 17 Apr, 2013 1 commit
  21. 21 Feb, 2013 1 commit
  22. 22 Jun, 2012 1 commit
    • Leonardo Rochael Almeida's avatar
      Do not recursively reindex security unnecessarily · 71e8596e
      Leonardo Rochael Almeida authored
      In ERP5, objects that do not acquire local roles (according to their portal type configuration) do not need to be reindexed with their containers.
      So do not reindex recursively if portal_types of contained objects don't need it.
      
      Security reindexing can be customized with a type-based method.
      
      Fix test that wrongly relied on unrestricted access for updating object roles.
      71e8596e
  23. 24 May, 2012 1 commit
  24. 15 May, 2012 3 commits
  25. 11 May, 2012 1 commit
  26. 26 Mar, 2012 1 commit
    • Gabriel Monnerat's avatar
      merge gabriel branch into master · d4033f8d
      Gabriel Monnerat authored
      This merge was done to improve features to send mail using the script Event_send. With this changes, is not needed access all persons to get your email and the method searchAndActivate from catalog to don't create one activity for each destination.
      d4033f8d
  27. 23 Jan, 2012 1 commit
  28. 13 Dec, 2011 1 commit