1. 09 Nov, 2017 2 commits
    • Ayush Tiwari's avatar
      Products.ERP5Catalog: EPR5-ify catalog. · b3c58f18
      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
      b3c58f18
    • Ayush Tiwari's avatar
      Products.ERP5.Document: Add SQLMethod class · 6f29c8b8
      Ayush Tiwari authored
      Create the SQLMethod class based on ZSQLMethods.SQL
      class and XMLObject.
      6f29c8b8
  2. 08 Nov, 2017 3 commits
  3. 07 Nov, 2017 3 commits
  4. 06 Nov, 2017 5 commits
  5. 04 Nov, 2017 5 commits
  6. 03 Nov, 2017 13 commits
  7. 02 Nov, 2017 9 commits