An error occurred fetching the project authors.
  1. 28 Apr, 2022 1 commit
  2. 16 Apr, 2022 2 commits
  3. 06 Apr, 2022 2 commits
  4. 12 Mar, 2022 2 commits
    • Arnaud Fontaine's avatar
      RFC: genbt5list may depend on non-standard Python modules. · ddc553f4
      Arnaud Fontaine authored
      Until now it wasn't but with python3, import on future (not part of Python
      library) means ${buildout:executable} is not enough. Anyhow, genbt5list should
      be executed with all eggs IMO to avoid such problem.
      ddc553f4
    • Arnaud Fontaine's avatar
      RFC: Make maintenance of Zope eggs versions by pulling them from upstream. · eb5c6047
      Arnaud Fontaine authored
      I don't see any reason why we don't use upstream zope *versions.cfg files. This
      just duplicates work and makes maintenance tedious especially now that we have
      zope2, zope4py2 and zope4py3.
      
      Also:
        * Remove pinned versions on eggs with newer version or already defined in
          Zope versions.cfg files.
        * Make sure that pinned versions in stack/slapos.cfg do not override Zope versions
          (for example ZConfig versions set in stack/slapos.cfg was creating a version
          conflict while installing another egg).
      eb5c6047
  5. 08 Mar, 2022 1 commit
  6. 03 Mar, 2022 1 commit
  7. 25 Feb, 2022 1 commit
    • Arnaud Fontaine's avatar
      Zope 4.x: Fix OFS.Image PUT() for Python 2 (#1015). · 8cd7a917
      Arnaud Fontaine authored
      This fixes failures in erp5_dms:testWebDavSupport.
      
        Traceback (innermost last):
          [...]
          Module Products.ERP5Type.patches.OFSImage, line 94, in PUT
            return PUT_orig(self, REQUEST, RESPONSE)
          Module OFS.Image, line 665, in PUT
            data = data.encode('UTF-8')
        UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 10: ordinal not in range(128)
      8cd7a917
  8. 14 Feb, 2022 1 commit
  9. 11 Feb, 2022 1 commit
  10. 07 Feb, 2022 2 commits
  11. 03 Feb, 2022 5 commits
  12. 02 Feb, 2022 1 commit
  13. 01 Feb, 2022 1 commit
  14. 28 Jan, 2022 1 commit
    • Aurel's avatar
      WIP: zope4 on python patches from Aurel (+changes from jerome) · 9943ce81
      Aurel authored
      build on zope4
      
      wip : patches
      
      update patches
      
      reactivatee some patches & egg and remove dep to old ZSQLMEthod
      
      fix zope patch
      
      add Sessions product
      
      reintroduce reStructuredText
      
      use ExternalEditor compatible with Zope4
      
      reinstroduce the config of _Z2PORT and _Z2HOST for testing
      
      fix patch ?
      
      add CMFDefault
      
      Revert "add CMFDefault"
      
      This reverts commit 3e3545ebd02fa188f4265301bbbf6b6b0f0dad9b.
      
      pin eggs version
      
      jerome: stop allowing version picking and pin versions
      9943ce81
  15. 20 Jan, 2022 1 commit
  16. 11 Jan, 2022 1 commit
  17. 02 Dec, 2021 1 commit
  18. 30 Nov, 2021 1 commit
  19. 06 Oct, 2021 1 commit
  20. 19 Aug, 2021 1 commit
  21. 12 Aug, 2021 1 commit
  22. 13 Jul, 2021 1 commit
  23. 07 Jul, 2021 10 commits