1. 23 Apr, 2021 2 commits
  2. 21 Apr, 2021 2 commits
  3. 20 Apr, 2021 1 commit
  4. 19 Apr, 2021 2 commits
  5. 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
  6. 15 Apr, 2021 8 commits
  7. 14 Apr, 2021 9 commits
  8. 13 Apr, 2021 6 commits
  9. 12 Apr, 2021 3 commits
  10. 09 Apr, 2021 4 commits
  11. 07 Apr, 2021 1 commit
  12. 06 Apr, 2021 1 commit