- Information about contents within a selected folder for deletion. This information contains number of deleted objects, number of subfolders and number of published objects. [karalics]
3.0.8
------------------
Bug fixes:
- Add coding headers on python files. [gforcada]
- Remove hard dependency on Archetypes (again). [davisagli]
3.0.7
------------------
Bug fixes:
- Use transaction savepoints while calling updateLinkIntegrityInformation to keep memory usage under control. [ale-rt]
3.0.6
------------------
Bug fixes:
- Fix object url in delete confirmation [vangheem]
- Use zope.interface decorator. [gforcada]
3.0.5
------------------
Fixes:
- Fix test isolation problems: if a test calls transaction.commit() directly or indirectly it can not be an integration test, either avoid the commit or change the layer into a functional one. Fixes: https://github.com/plone/plone.app.linkintegrity/issues/36 [gforcada]
3.0.4
------------------
Fixes:
- Handle links that do not have an intid yet. Should help with upgrade issues. [vangheem]
- make handler.findObject() work when the webserver rewrites the portal name [tschorr]