1. 19 Mar, 2024 10 commits
  2. 18 Mar, 2024 7 commits
  3. 13 Mar, 2024 3 commits
  4. 11 Mar, 2024 5 commits
  5. 08 Mar, 2024 3 commits
  6. 07 Mar, 2024 2 commits
  7. 06 Mar, 2024 1 commit
  8. 05 Mar, 2024 4 commits
  9. 04 Mar, 2024 2 commits
  10. 01 Mar, 2024 3 commits
    • Rafael Monnerat's avatar
      erp5_forge: Add action to update whole site Local Roles · 7b1855d4
      Rafael Monnerat authored
          Action on portal_types just invoke updateRoleMapping on all portal types that have
          at least one Role.
      
          This is useful whever you change way too many roles and you can to ensure that
          everything is updated.
      7b1855d4
    • Rafael Monnerat's avatar
      Split movement group must split · 34c83947
      Rafael Monnerat authored
      See merge request nexedi/erp5!1893
      34c83947
    • Jérome Perrin's avatar
      use print_function future · 4a639656
      Jérome Perrin authored
      This uses `from __future__ import print_function` from "unrestricted" python code.
      
      For restricted python in python scripts, this expects SlapOS to have slapos!1536 .
      Running ERP5 with this patch on an old SlapOS software release should probably be OK,
      especially because after all we don't have so much critical code using print.
      
      To ease migration of custom project code, PythonCodeUtils was modified so that
      when running CodingStyle python scripts are checked with print_function future enabled.
      
      See merge request !1883
      4a639656