1. 19 Apr, 2021 1 commit
    • Jérome Perrin's avatar
      More tests for CRM "Create New Event" and "Create Response" dialogs · b8e4bc38
      Jérome Perrin authored
      In e559ecd5 ([erp5_crm] Activate actions for ERP5JS, 2019-09-25) we introduced
      a regression, support for erp5_xhtml_style got broken in "Create Response"
      when enabling ERP5JS.
      
      It was fixed later in 3125590f (fixup! [erp5_crm] Activate actions for ERP5JS,
      2020-10-23).
      
      This extends test coverage for:
       - "Create Response" in erp5_xhtml_style
       - "Create New Event" in both ERP5JS and erp5_xhtml_style
      
      See merge request !1397
      b8e4bc38
  2. 16 Apr, 2021 1 commit
    • Jérome Perrin's avatar
      xhtml_style: fix rendering of standard_error_message when site title is not ASCII · 8fffd3f8
      Jérome Perrin authored
      When rendering error page, the default header_title is computed in global_definitions
      and this is done by concatenating string:ERP5 (which is unicode) and the
      title of the portal (which is an UTF-8 encoded string), which causes an
      UnicodeDecodeError, because the portal title was decoded as ASCII.
      
      Because header_title is usually an UTF-8 encoded string, also use an UTF-8
      encoded string for 'ERP5' default value.
      8fffd3f8
  3. 15 Apr, 2021 8 commits
  4. 14 Apr, 2021 9 commits
  5. 13 Apr, 2021 6 commits
  6. 12 Apr, 2021 3 commits
  7. 09 Apr, 2021 4 commits
  8. 07 Apr, 2021 1 commit
  9. 06 Apr, 2021 1 commit
  10. 02 Apr, 2021 2 commits
  11. 01 Apr, 2021 1 commit
  12. 31 Mar, 2021 3 commits