[Zope-Checkins] CVS: Zope2 - CatalogAwareness.py:1.10.32.2

Chris Petrilli petrilli@digicool.com
Mon, 18 Dec 2000 12:03:27 -0500 (EST)


Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog
In directory korak.digicool.com:/home/petrilli/src/petrilli-Catalog-branch/lib/python/Products/ZCatalog

Modified Files:
      Tag: petrilli-Catalog-branch
	CatalogAwareness.py 
Log Message:
Cleaned up CatalogAware a LOT.  Fixed path handling and naming, and
made sure all the manage_foo hooks are done correctly for
ObjectManagers.  This is taken from the current behaviour of Object
Manager as of v1.117.

In addition, fixed [867] which was due to not having
Acquisition.aq_base available unless it was mixed into something that
had Acquisition.Implicit/Explicit as a parent.