1. 27 Nov, 2018 1 commit
    • Jérome Perrin's avatar
      officejs_support_request_ui: reuse existing API script for "Comment {Date,Author}" · f665c90e
      Jérome Perrin authored
      Because this API script returns JSON, it cannot easily be used
      "internally" server side, so the logic as been moved to a
      SupportRequest_getCommentPostList and
      SupportRequest_getCommentPostListAsJson just does the serialization to
      JSON part.
      
      It has been found that there is no convention for "scripts returning
      JSON but that can also be called by other script", so this way is not an
      example to follow.
      f665c90e
  2. 22 Nov, 2018 1 commit
  3. 20 Nov, 2018 1 commit
  4. 19 Nov, 2018 2 commits
  5. 16 Nov, 2018 2 commits
  6. 15 Nov, 2018 4 commits
  7. 13 Nov, 2018 6 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 8 commits
  12. 31 Oct, 2018 6 commits
  13. 30 Oct, 2018 4 commits