Zope's standard CatalogAware class has a number of problems (as of version 2.3.2) which are all fixed by this alternative.
BetterCatalogAware is usable as a base class for ZClasses, and python products.
-
It avoid unnecessary bloat by not unindexing before reindexing
- It handles virtual hosting, by inheriting from the underdocumented
CatalogPathAwareness
- It can be used as a base class with ObjectManager.
Note it must be before ObjectManager in the base class list.
|
Latest Release: |
1.0
|
Last Updated: |
2001-06-26 12:25:45 |
Author: |
ZopeOrgSite
|
Categories: |
Developer |
Maturity: |
Development |
|