An error occurred fetching the project authors.
  1. 20 Mar, 2018 1 commit
    • Vincent Pelletier's avatar
      ZSQLCatalog: Drop support for "reserved" path. · 69aefdff
      Vincent Pelletier authored
      ZSQLCatalog now requires having portal_ids.
      Keep support for clearing existing ones.
      
      Any existing "reserved" row encountered while indexing documents will be
      treated as a uid being attributed to more than one path.
      69aefdff
  2. 30 Nov, 2017 1 commit
  3. 20 Nov, 2017 2 commits
    • Ayush Tiwari's avatar
      ERP5CatalogTool: ERP5-ify CatalogTool · 4872db70
      Ayush Tiwari authored
      ERP5CatalogTool class inherits from BaseTool.
      
      Significant addition/changes in:
      -------------------------------
        ERP5CatalogTool:
          Add functions _isBootstrapRequired and _bootstrap
          Explicilty add manage option tabs in Catalog Tool
      
        BusinessTemplate:
          Update BusinessTemplate installation according to changes made in ERP5Catalog and Tool
      
        testCopySupport:
          Its better to change the tests where they need to call getpath function of
          portal_catalog to use portal_catalog.getpath instead of portal_catalog.getPath,
          as we have overridden the 'getPath' function for CatalogTool class due to change
          in inheritence.
      
        ERP5Site:
          Create portal_catalog while setting up erp5site
      4872db70
    • Ayush Tiwari's avatar
      Products.ERP5Catalog: EPR5-ify catalog. · 557c20bd
      Ayush Tiwari authored
      Move from SQLCatalog to ERP5Catalog as the default Catalog inside ERP5.
      The major difference is use of Products.ERP5Type.Core.Folder as Catalog
      base class.
      
      Significant addition/changes in
      -------------------------------
      
        ERP5Catalog class:
          Inherit from Catalog class from Products.ZSQLCatalog.SQLCatalog instead of copy-pasting the whole code again.
          Monkey patch some property setters and getters to maintain consistency
          Override getCatalogMethodIds cause it uses global variable in SQLCatalog.Catalog
          Add FilterDict and Filter class to have consistency with `filter_dict` attribute of SQLCatalog
      
        BusinessTemplate:
          Update BusinessTemplate installation with updated filter_dict
          Also, use dynamic migration while installing the catalog method objects for
          bt5. This way we have SQL Methods migrated just after installation.
      
        Tests:
          Update tests according to changes in portal_catalog
      
        SQLCatalog, testZSQLCatalog:
          Cleanup for unusable functions
      557c20bd
  4. 16 Nov, 2017 1 commit
  5. 03 Oct, 2017 1 commit
  6. 06 Jun, 2017 1 commit
  7. 14 Apr, 2017 1 commit
    • Vincent Pelletier's avatar
      {ERP5,ZSQL}Catalog: Wrap all documents at once. · 8a278cbd
      Vincent Pelletier authored
      Allows reducing the number of user existence check queries from one per
      document to one per document batch, reducing database (currently, catalog)
      latency effect on indexation time.
      Also, avoid object -> id -> object dance for SQLCatalog instance while at
      it.
      Also, modernise syntax a bit, avoiding intermediate locals mostly.
      8a278cbd
  8. 13 Jun, 2016 1 commit
  9. 12 Jan, 2016 2 commits
  10. 16 Oct, 2014 1 commit
  11. 04 Sep, 2014 1 commit
  12. 20 Dec, 2013 1 commit
  13. 15 Jan, 2013 2 commits
  14. 10 Jan, 2013 3 commits
  15. 30 Apr, 2012 1 commit
  16. 09 Feb, 2011 1 commit
  17. 16 Apr, 2010 1 commit
  18. 01 Mar, 2010 1 commit
  19. 12 Feb, 2010 1 commit
  20. 21 Jan, 2010 1 commit
  21. 12 Nov, 2009 1 commit
  22. 08 Nov, 2009 2 commits
  23. 15 Oct, 2009 1 commit
  24. 07 Oct, 2009 1 commit
  25. 10 Mar, 2009 1 commit
  26. 25 Feb, 2009 1 commit
  27. 24 Nov, 2008 1 commit
  28. 19 May, 2008 1 commit
  29. 17 Dec, 2007 1 commit
  30. 14 Dec, 2007 1 commit
  31. 13 Dec, 2007 1 commit
  32. 07 Dec, 2007 1 commit
  33. 06 Dec, 2007 1 commit
  34. 29 Nov, 2007 1 commit