----------------
- Only recommend using short names for behaviors, improve behavior docs.
[MrTango]
- Generate the same tests for P4/5 packages.
[MrTango]
- Add Tox setup to generated packages, to test multiple Python and Plone versions.
[MrTango]
- Provided buildout, requirements and constraints for all Plone versions.
[MrTango]
- Finally activate and fix new templates: view, viewlet, portlet, restapi_service.
[MrTango]
- Refactor skeleton-tests setup, we call specific Tox envs inside the generated packages.
[MrTango]
- Add Sphinx doc config to addon template docs.
[MrTango]
- Make portlet sub-template Python 3 compatible.
[MrTango]
- Remove skeleton test for theme_barceloneta on Plone 4
[MrTango]
- Always include plone.restapi in setup.py
[MrTango]
- Use newest Tox and Pytest versions, to allow running test in parallel mod on local machine.
[MrTango]
- Add custom tox2travis.py script, to generate a Travis matrix from Tox configuration.
[MrTango]
- Fixes 350: add "python_requires" option to setup.py.
[jensens, iham]
- Fix some confusion in setup.py classifiers and depenencies due to introduction of Plone 5.2 support.
Introduces plone.is_plone5.2 variable.
[jensens]
- Fix behavior template: use separate marker interface,
register marker in the behavior zcml and adapt content to the marker, not to IDexterityContent.
For further reference, see the plone.behavior README.rst Example 2.
Fixes 16.
[fredvd, jensens]
- Use behavior shortnames in FTI.
[jensens]
- Do not add dexterity as dependency in Plone 5.x due to the fact it is already in Plone core.
[jensens]
- Enforce base class, when supermodel is used, to have a decent marker interface
[MrTango]
- Fix theme templates: 349, use package_directory as target now, improve testing
[MrTango]
- Correct viewlet example code, fixes: 351
[MrTango]
- Add missing plone.app.themingplugins to dependencies, fixes: 353
[MrTango]