1. 15 Jan, 2024 9 commits
  2. 13 Jan, 2024 1 commit
  3. 12 Jan, 2024 1 commit
  4. 05 Jan, 2024 3 commits
  5. 29 Dec, 2023 2 commits
  6. 28 Dec, 2023 15 commits
  7. 27 Dec, 2023 1 commit
    • Jérome Perrin's avatar
      CSV problems revealed by new cloudooo · bab42871
      Jérome Perrin authored
      New cloudooo uses text/csv as mimetype for CSV, which is correct, but this revealed issues in ERP5:
       - ERP5 did not detect text/csv for csv extensions
       - downloading a file with content type text/csv caused an error
      
      See merge request nexedi/erp5!1859
      bab42871
  8. 26 Dec, 2023 7 commits
  9. 25 Dec, 2023 1 commit
    • Jérome Perrin's avatar
      dms: fix hidden buttons on PDF preview · 3b91fe33
      Jérome Perrin authored
      Instead of disabling in javascript, which cause the button to be visible
      for a few milliseconds, disable directly in the HTML file.
      
      Do not hide "document properties", because it can be useful and it does
      not hurt and "edit images" because we don't hide the buttons to edit
      annotations either, so this is consistent.
      3b91fe33