Wicked 0.8 (Nov 27, 2005)

Wicked

This release is no longer supported! If you are using this release, please upgrade to a newer version if possible.

Fixes installation problem w/ Zope 2.8.x, adds resolved link caching for improved performance.

For additional information about this project, please visit the overview page .

Available downloads

Source tarball

For all platforms (0 kB)

Release Notes

Tested with Plone 2.1.2, Plone 2.1.1, Plone 2.1, Plone 2.0.5, Plone 2.0.4
State Final release
License GPL
Release Manager Rob Miller

In Zope 2.8 changes were made to the enumerateIndexes method of the ZCatalog; these changes were preventing earlier versions of wicked from installing successfully. Also, wicked now caches on a given object all of the resolved wicked links for that object so they do not have to be looked up again for each page view. The cached links are invalidated using the reference engine's callback mechanisms when the link targets are moved or renamed to ensure that link resolution is always accurate. (Details on the link caching can be found in the docs/LINK_CACHE.txt file.)