Skip to content

WIP: Support both Zope2 and Zope4

Kazuhiko Shiozaki requested to merge zope2zope4py2 into zope4py2

I introduce small changes to support both Zope2 and Zope4 in the same branch, so that those who don't upgrade to Zope4 in near future can still keep contributing.

Also, it may make project code upgrade safer, like you upgrade to the latest code on Zope2 first, then upgrade to Zope4.

Here are changes to the current master (normal Zope2 branch) :

  • remove patch code of DTMLMethod and PythonScript ZMI (see e7c01c2e)
  • remove mostly-copy-and-pasted code of publish() in ERP5TypeTestCase (see 4593328a)
  • remove ZServer support (see e702bb69)
Edited by Kazuhiko Shiozaki

Merge request reports