[Zope3-checkins] CVS: Zope3/lib/python/Zope - configure.zcml:1.10

Gary Poster gary@modernsongs.com
Tue, 29 Oct 2002 22:48:15 -0500


Update of /cvs-repository/Zope3/lib/python/Zope
In directory cvs.zope.org:/tmp/cvs-serv4759

Modified Files:
	configure.zcml 
Log Message:
This checkin cleans up the ObjectHub system.

First of all, the Zope.ObjectHub and Zope.App.OFS.Services.LocalObjectHub packages are gone, replaced by Zope.App.OFS.Services.ObjectHub, as per discussion with Jim and Steve.

Second, the hub events have been modified to match Jim's approach with the ObjectEvents (i.e., events are usually handed an object at the get go whenever possible).  Incidentally, this also coincides with making the "moved" hub event implementation actually coincide with the interface (by including fromLocation).  This is as per discussion with Jim.

Third, lookupLocation and lookupHubid have been switched to getLocation and getHubid.  This is a bit of a ninja-checkin or whatever the term is since I didn't bandy this change about beforehand.  :-(  Sorry.  If folks say nay then I will take responsibility for removing this change.

I think that's about it.




=== Zope3/lib/python/Zope/configure.zcml 1.9 => 1.10 ===
--- Zope3/lib/python/Zope/configure.zcml:1.9	Mon Oct 21 02:14:45 2002
+++ Zope3/lib/python/Zope/configure.zcml	Tue Oct 29 22:47:45 2002
@@ -55,7 +55,6 @@
 <include package=".App" />
 <include package=".I18n" />
 <include package=".Publisher" />
-<include package=".ObjectHub" />
 <include package=".StartUp" />