1. 06 Sep, 2022 1 commit
  2. 22 Aug, 2022 1 commit
  3. 18 Aug, 2022 2 commits
  4. 17 Aug, 2022 1 commit
    • Kazuhiko Shiozaki's avatar
      erp5_web: introduce translatable path. · 1f649a49
      Kazuhiko Shiozaki authored
      If /help/ Web Section has translation : {'de': 'hilfe', 'fr': 'aide'},
      this section can be accessible by the following path :
      
      * /de/hilfe/
      * /fr/aide/
      
      Also access to non-translated paths will be redirected like (for GET method) :
      
      * /de/help/* => /de/hilfe/*
      * /fr/help/* => /fr/aide/*
      1f649a49
  5. 09 Aug, 2022 2 commits
  6. 02 Aug, 2022 10 commits
  7. 28 Jul, 2022 1 commit
  8. 13 Jul, 2022 1 commit
    • Jérome Perrin's avatar
      accounting: fix grouping dialog loosing section category on next page · 0d8242de
      Jérome Perrin authored
      In xhtml_style, just after clicking next or previous page in the listbox
      buttons, the values selected in 'Section Category' and 'Section Category
      Strict' were not used, because they were used from request and not from
      as normal script parameters.
      
      This fixes only the xhtml_style version, ERP5JS has another problem that
      dialog fields values are reset when going to next page, so it would also
      need this problem to be fixed.
      0d8242de
  9. 12 Jul, 2022 1 commit
  10. 07 Jul, 2022 2 commits
  11. 01 Jul, 2022 1 commit
  12. 27 Jun, 2022 1 commit
  13. 24 Jun, 2022 1 commit
  14. 23 Jun, 2022 2 commits
  15. 22 Jun, 2022 3 commits
  16. 21 Jun, 2022 4 commits
  17. 20 Jun, 2022 2 commits
  18. 15 Jun, 2022 4 commits