- Updated templates to match recent markup conventions. References http://dev.plone.org/plone/ticket/9981 [spliter]
- Convert test setup to `collective.testcaselayer`. [witsch]
- Updated tests to not rely on specific CSS classes or ids. Refs http://dev.plone.org/plone/ticket/10231 [limi, witsch]
1.3a2
------------------
- Fix issue with the final submission of the delete confirmation page in Zope 2.12. This closes http://dev.plone.org/plone/ticket/9699. [davisagli]
1.3a1
------------------
- Access the subtopics page directly since the tab is now hidden by default. [davisagli]
- Partially disable the test regarding the undo log as the outcome differs between Plone 3 and 4, probably due to changes in the test setup. Refs http://dev.plone.org/plone/ticket/7784 [witsch]
- Add test to verify undo log entries are not longer missing after removing items via the "delete" action. Refs http://dev.plone.org/plone/ticket/7784 [witsch]
1.2
----------------
- Also catch `NotFound` exceptions when trying to resolve linked objects. [optilude]
1.1
----------------
- Make compatible with repoze.zope2. See README.txt for notes on how to deploy. [optilude]
- Don't use id() to record confirmed items. It can change on request boundaries. Use an encoded _p_oid instead. [optilude]
- Also regard traversal adapters when trying to resolve links into their corresponding objects. [witsch]
- Fix some tests to make sure that text values are treated as text/html in Zope 2.12, whose zope.contenttype is stricter when guessing the mimetype. [davisagli]
- Don't install the exception hook in Zope 2.12 where it is no longer needed and breaks exception handling. [davisagli]
1.0.12
-------------------
- Compare UIDs instead of objects during cleanup of breach information in order to avoid expensive hashing in "... in ..." expressions. This makes removing linked objects much faster. [regebro]