1. 17 Aug, 2021 5 commits
  2. 16 Aug, 2021 2 commits
    • Nicolas Wavrant's avatar
      erp5_web_service: add also prefix when writing temporary file · 94d2ec4c
      Nicolas Wavrant authored
      See merge request !1481
      94d2ec4c
    • Nicolas Wavrant's avatar
      erp5_web_service: add also prefix when writing temporary file · 005273dd
      Nicolas Wavrant authored
      In practice, SFTP-based client processes often use a prefix based
      filter when retrieving files on the server.
      
      ie: there is one SFTP server between 2 systems, used for different
      exchanges. The SFTP client will do something like (found in the wild):
      process1(file_list=sftp.list(path, prefix='PROCESS_1'))
      process2(file_list=sftp.list(path, prefix='PROCESS_2'))
      
      Our implementation of temporary_file_on_write only sets a suffix,
      which doesn't work for the previous SFTP client. So let's add also a
      prefix when writing temporary files.
      005273dd
  3. 11 Aug, 2021 2 commits
  4. 10 Aug, 2021 7 commits
  5. 09 Aug, 2021 2 commits
  6. 06 Aug, 2021 1 commit
  7. 05 Aug, 2021 4 commits
  8. 02 Aug, 2021 1 commit
    • Jérome Perrin's avatar
      odt_style: Fix hierarchy of ReportSection(title=) · 1e82948c
      Jérome Perrin authored
      When using report sections with title, this is supposed to create outline
      in PDF, but this seem to became broken somewhere in the last 10 years.
      
      This repair by using text:h instead of text:p and by setting
      text:outline-level
      1e82948c
  9. 29 Jul, 2021 3 commits
  10. 28 Jul, 2021 9 commits
  11. 27 Jul, 2021 3 commits
  12. 26 Jul, 2021 1 commit