1. 21 Nov, 2018 3 commits
  2. 20 Nov, 2018 5 commits
  3. 19 Nov, 2018 4 commits
  4. 16 Nov, 2018 2 commits
  5. 15 Nov, 2018 6 commits
  6. 14 Nov, 2018 5 commits
  7. 13 Nov, 2018 8 commits
  8. 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 nexedi/erp5!793
      3e889a76
  9. 05 Nov, 2018 1 commit
  10. 02 Nov, 2018 3 commits
  11. 01 Nov, 2018 2 commits