1. 19 Nov, 2018 1 commit
  2. 15 Nov, 2018 2 commits
  3. 14 Nov, 2018 5 commits
  4. 13 Nov, 2018 2 commits
  5. 07 Nov, 2018 1 commit
    • Ayush Tiwari's avatar
      ERP5CatalogTool: Display view for portal_catalog when we access it on ERP5 UI · 3e889a76
      Ayush Tiwari authored
      Before this change, `index_html` for Catalog Tool was None that means trying to
      access view for CatalogTool from UI always make a function call to the
      ` __call__` which function was overridden with `searchResults`, which
      means everytime someone tried to access `portal_catalog/`, a useless query was
      being made and an undesirable query result was displyed on the UI.
      
      In this case, `index_html` is prefered whenever we try to access portal_catalog
      from UI.
      
      Also, add test for proper display of view when CatalogTool is accessed from XHTML UI
      
      /reviewed-on !793
      3e889a76
  6. 02 Nov, 2018 3 commits
  7. 01 Nov, 2018 8 commits
  8. 31 Oct, 2018 6 commits
  9. 30 Oct, 2018 12 commits