- Nothing changed yet.
- Added Dutch translations. [jladage]
- Use Bootstrap classes on buttons to look nicer in Plone 6. [jladage]
- Let the histories table look nicer in Plone 6. [maurits]
- Fixed link to Site Setup to work in all supported Plone versions. [maurits]
- Allow all Managers to use the full control panel. Until now, for some parts you needed to be Manager in the Zope root. Fixes issue 30. [maurits]
- Test with Plone 6 (still also on 4.3, 5.1, 5,2) and on GitHub Actions. [maurits]
- Fixes a bug in Plone 5.2 ('RequestContainer' object has no attribute 'translate') [pysailor]
- Drop CMFQuickInstaller dependency. [pbauer]
- Add support for Python 3. [pbauer,maurits,tschorr]
- Fixed deleting orphans in Plone 5.1+ (CMFEditions 3). Fixes issue #19. [maurits]
- Fixed startup error by loading the CMFCore zcml. [maurits]
- Do not fail on
BrokenModified
while calculating storage statistics. [pbauer] - UX-Improvements: Display size in a human-readable format, allow to increase the batch-size with a query-string, allow selecting all items. [pbauer]
- In addition to the overall number of revisions, also display the number of purged revisions (fixes #14). [tschorr]
- Decrease log level for logging processing of each history (fixes #15). [tschorr]
- Add script to rebuild i18n stuff and update translations. [hvelarde]
- Do not fail on
POSKeyError
while calculating storage statistics (fixes #9). [tschorr] - Storage statistics calculation now works behind a proxy (fixes #8). [tschorr]
- Fix a typo. This requires to run an update step (see #10). [tschorr]
- Add Brazilian Portuguese and Spanish translations. [hvelarde]
- Fix package uninstall. [hvelarde]
- Fix package dependencies. Remove needless dependency on z3c.jbot. [hvelarde]
- do not calculate statistics during installation. This allows to configure subtransactions (and thereby memory consumption) before calculating statistics initially
- add more german translations
- more work on i18n
- fix KeyError when sorting by portal_type
- add button to delete all histories without working copy at once
- introducing subtransactions to save memory
- more work on german translations
- add some german translations
- handle POSKeyError when accessing inconsistent histories storage
- revisions controlpanel now works in Plone 5
- Replace Update Statistics View by a button in controlpanel
- Travis testing for Plone 4.3.x and 5.0.x
- check for marker file in post install step
- Initial release.