1. 24 May, 2022 2 commits
    • Jérome Perrin's avatar
      Revert "erp5: py3: `func_{code,defaults}` was replaced in Python3 by `__{code,defaults}__`." · 3e654be3
      Jérome Perrin authored
      This reverts commit 4fa33dfc.
      
      This patch is not complete, backporting full support of
      `__{code,defaults}__` on Zope2 would require patching more, so we
      decided to keep using func_code with ERP5 on Zope2 and to use
      __code__ only with ERP5 on Zope4
      3e654be3
    • Jérome Perrin's avatar
      erp5/upgrade_test: make sure users can create and search for content · 414e7dd3
      Jérome Perrin authored
      Extend the upgrade tests to create data before the upgrade, to
      confirm that this data can still be found after the upgrade.
      
      This also extends the test to confirm that after upgrade, inituser
      can still login, create content and find content created before and
      after upgrade.
      
      After 4fa33dfc (erp5: py3: `func_{code,defaults}` was replaced in
      Python3 by `__{code,defaults}__`., 2022-04-25), this was no longer
      the case, because during indexation, using existing scripts failed
      with AttributeError __code__
      414e7dd3
  2. 23 May, 2022 8 commits
  3. 20 May, 2022 1 commit
  4. 19 May, 2022 4 commits
  5. 18 May, 2022 1 commit
  6. 17 May, 2022 2 commits
  7. 13 May, 2022 5 commits
  8. 12 May, 2022 6 commits
  9. 11 May, 2022 2 commits
  10. 10 May, 2022 1 commit
  11. 09 May, 2022 8 commits