Comment 2 for bug 142568

Revision history for this message
Jamie Heilman (jamie-audible) wrote :

Uploaded: cmassoc.diff

This is a small diff to the Cacheable.ZCacheManager_associate DTMLFile lib/python/OFS/dtml/cmassoc.dtml, which cleans up the HTML and JavaScript removing several annoying bugs. It does not depend on either the new Cache.py or the previous patch in any way, but as its all related to the caching infrastucture I figured I'd include it here.

Also I made a silly typo below in my initial description; "...may be subclassed by Cache implementations, and only caches and logs exceptions if they are derived from that class." should read "...may be subclassed by Cache implementations, and only *catches* and logs exceptions if they are derived from that class." (I had caching on the brain, go figure.)