Internal:
- Update configuration files. [plone devs] (cfffba8c)
Internal:
- Update configuration files. [plone devs] (ba6bcc29)
Breaking changes:
- Drop support for Plone 5 and Python 2. [maurits] (#600)
Bug fixes:
- Fix 'KeyError: file' in browser tests on Python 3.11. [maurits] (#3663)
Bug fixes:
- Fixed deprecation warning for
zope.component.interfaces.IComponentRegistry
. [maurits] (#3130)
Bug fixes:
- Minor packaging updates. (#1)
Bug fixes:
- Fix tests for py3 [pbauer]
Bug fixes:
- Add Python 2 / 3 compatibility [pbauer]
Bug fixes:
- Fixed test when using Zope 4. [maurits]
Fixes:
- Removed ZopeTestCase. We were importing from it but not using it... [ivanteoh, maurits]
Fixes:
- Minor cleanup in order to follow plone code style conventions. [jensens]
- Rerelease for clarity, because 2.1.4 got released twice. [maurits]
- Move tests to plone.app.testing. [sdelcourt,timo]
- Fix tests with diazo. [davisagli]
- Add support for calling many times remove in export (ie:even when no corresponding layer is registered, remove option should not throw exception). [toutpt]
- Added uninstall support to browserlayer.xml with the 'remove' option. [maurits]
- GS export xml is now repeatable. Before two consecutive exports could yield differently ordered results. [do3cc]
- Update import of BeforeTraverseEvent to come from zope.traversing instead of zope.app.publication. [davisagli]
- Add MANIFEST.in [WouterVH]
- Make sure the layers don't get applied twice if the site is traversed more than once (such as in a vhosting URL). [davisagli]
- Update license to GPL version 2 only. [hannosch]
- Package metadata cleanup, require Zope2 distribution. [hannosch]
- Be more robust against broken layer registrations. These can occur when packages with registered layers are removed. [wichert]
- Clarified license and copyright. [hannosch]
- Register ourselves for the more generic ISiteRoot from CMFCore and not IPloneSiteRoot. [hannosch]
- Declare test dependencies in an extra. [hannosch]
- Specify package dependencies. [hannosch]
- Unchanged from 1.0rc4
- Register the GenericSetup import and export steps using zcml. This means you will no longer need to install this package manually. [wichert]
- Include README.txt and HISTORY.txt in the package's long description. [wichert]
- Add metadata.xml to the GenericSetup profile. This fixes a deprecation warning for Plone 3.1 and later. [wichert]
- Initial package structure. [zopeskel]