Bug fixes:
- Fix DeprecationWarnings. [maurits] (#4090)
Bug fixes:
- Fix removed unittest.makeSuite in python 3.13. [petschki] (#27)
Internal:
- Update configuration files. [plone devs] (cfffba8c)
Breaking changes:
- Drop Python 2 and Plone 5.2 support. [gforcada] (#6)
Internal:
- Update configuration files. [plone devs] (2a4ba395)
Bug fixes:
- Minor packaging updates. (#1)
Bug fixes:
- Tests run on Python 3 [ale-rt]
Bug fixes:
- Handle case where we get no skinname in Zope4. [pbauer]
Bug fixes:
- Minor administrativa fixes. [gforcada]
Bug fixes:
- removed unittest2 dependency [kakshay21]
Bug fixes:
- Fixed test when using Zope 4. [maurits]
Fixes:
- Remove ZopeTestCase traces. [gforcada]
- 3.x is plone 5 only [vangheem]
- Remove dependency on CMFDefault [tomgross]
- Test layer is testing layer. [bloodbare]
- Move tests from PloneTestCase to plone.app.testing. [sdelcourt,timo]
- Remove hard dependency on CMFDefault. [davisagli]
- Update to import BeforeTraverseEvent from zope.traversing instead of zope.app.publication. [davisagli]
- Add MANIFEST.in. [WouterVH]
- Update license to GPL version 2 only. [hannosch]
- Protect against running multiple times. This can happen when using ++skin++ traversers or VirtualHostMonster. [wichert]
- Fix an error introduced by my previous adjustment. If a skin layer extending the default layer was used (which is typical), then the default layer would end up with higher precedence than browser layers not extending the default layer. [davisagli]
- Inherit from the CMFDefault layer again, for compatibility with products that depend only on CMF but are also usable within Plone, and register views to the CMFDefault layer. [davisagli]
- Avoid inheriting from the CMFDefault browser layer and rather define our own. We don't have anything in common with the CMFDefault layer. [hannosch]
- Declare test dependencies in an extra. [hannosch]
- Specify package dependencies. [hannosch]
- Make sure the theme layer takes precedence over other browser layers. [davisagli]
- First stable release [wichert]