1. 30 May, 2017 3 commits
    • Ayush Tiwari's avatar
      Products.ZSQLCatalog.SQLCatalog: Make SQLCatalog not rely on isIndexable from ERP5Site · ee6475c1
      Ayush Tiwari authored
      Earlier, In ERP5Site, we use property 'isIndexable' to have control over indexing and unindexing.
      This was usefull specially in case of bootstrap. To have this control, we had a function
      `isIndexable` in SQLCatalog which we used to switch for enabling-disabling indexation. (769f9fb2)
      
      This is a preparative commit for case where:
      Now, as we move to ERP5 based Catalog, which itself is an ERP5 Object, hence it has an accessor `isIndexable`
      of itself which we plan to disable for now(as we don't want circular dependency while indexing
      catalog in itself). But as we did have a function `isIndexable` in SQLCatalog which had control
      over the indexing, we needed to rename this property for ERP5Site.
      
      Hence, now we use property 'isIndexingRequired' for ERP5Site and use to have overall control
      over indexing process.
      
      Please note, we do not intend to change the same property name for any other object. Its just
      for ERP5Site.
      ee6475c1
    • Ayush Tiwari's avatar
      Products.ZSQLCatalog.SQLCatalog: Remove global and use default values instead. · 9a51faae
      Ayush Tiwari authored
      This would also remove the need of evaluating the globals every time.
      9a51faae
    • Tristan Cavelier's avatar
      erp5_officejs: improve WebSection_getDocumentValue behavior + test · 9a188fd1
      Tristan Cavelier authored
      to fit original script behavior, from erp5_web skin folder.
      Also fixes "KeyError: TraversalRequestNameStack" from
      `WebPage.getDocumentValue(reference)` on the "View" skin selection.
      9a188fd1
  2. 29 May, 2017 13 commits
  3. 25 May, 2017 11 commits
  4. 24 May, 2017 5 commits
  5. 23 May, 2017 2 commits
  6. 22 May, 2017 6 commits