Internal:
- Update configuration files. [plone devs]
Breaking changes:
- Replace
pkg_resourcesnamespace with PEP 420 native namespace. Support only Plone 6.2 and Python 3.10+. (#3928)
Internal:
- Renamed master branch to main. (#37)
Internal:
- Move to src-layout. [maurits]
Breaking changes:
- Make major release. Versions 3.1.10 and 3.1.11 (from 2023) are backwards incompatible with Plone 5.2. A 3.x branch was made, but we forgot to bump the version on the master branch. [maurits] (#14)
Internal:
- Update configuration files. [plone devs] (cfffba8c)
Bug fixes:
- Add configuration with plone/meta. [gforcada] (#1)
Bug fixes:
- Add PEP 508 style requirements to not depend on Zope2 in Python 3. [jensens] (#12)
Bug fixes:
- Minor packaging updates. (#1)
Bug fixes:
- Minor packaging updates. [various] (#1)
Bug fixes:
- Python 2 / 3 compatibility. [ale-rt, pbauer]
- Fix issue StopIteration raising a Runtimeerror in Python 3.7 See https://www.python.org/dev/peps/pep-0479/ [pbauer]
Bug fixes:
Import
activatePluginInterfacesfrom the canonical place inProducts.PlonePAS. [maurits]Python 2 / 3 compat with six. [jensens]
Cleanup:
- No self-contained buildout,
- utf8-headers,
- isort,
- ZCA-decorators
- formatting/readability/pep8,
- Security decorators
[jensens]
Fix test for Zope 4. [pbauer]
Bug fixes:
- Made test compatible with zope4. [pbauer]
Bug fixes:
- Removed ZopeTestCase. [maurits]
Fixes:
- Use zope.interface decorator. [gforcada]
- Ported tests to plone.app.testing [tomgross]
- Moved portal_factory stuff to Products.ATContentTypes for PLIP #13770 [ale-rt]
- Close
<input>tags properly (Chameleon compatibility). [swampmonkey]
- Avoid raising deprecation warnings about our own code. [hannosch]
- Use the standard libraries doctest module. [hannosch]
- Update docstring. Nested groups do work properly. [esteele]
- Avoid polluting test environment with extra adapter registrations. [davisagli]
- Use Testing.ZopeTestCase.placeless instead of zope.app.testing.placeless. [hannosch]
- Adjusted test setup for Plone 5. [hannosch]
- Added the replace_local_role_manager method formerly found in CMFPlone. [hannosch]
- Standardize package documentation and remove invalid license files. [hannosch]
- Declare test dependencies in an extra and fixed deprecation warnings for use of Globals. [hannosch]
- Specify package dependencies. [hannosch]
- Support caching of allowed local roles on the request. [witsch]
- Renamed the default adapter to "default" so that people don't accidentally override it with an unnamed adapter. Overriding the default should be possible, but is a marginal use case. If it's overridden but not replicated properly, all sorts of problems can result. [optilude]
- Added exportimport.zcml which registers TitleOnlyExportImport for WorkspaceLocalRoleManager; this allows local roles plug-in to be imported and exported as part of a GenericSetup profile. [rafrombrc]
- Baseline for Plone 3.1