[Zope3-checkins] CVS: Zope3/src/zope/app - meta.zcml:1.28

Jim Fulton jim at zope.com
Sun Apr 18 12:01:01 EDT 2004


Update of /cvs-repository/Zope3/src/zope/app
In directory cvs.zope.org:/tmp/cvs-serv12900/src/zope/app

Modified Files:
	meta.zcml 
Log Message:
Changed way namespace handlers (handlers for traversing names of the
form "++namespace++name") are registered.  Now the are registered as
views and adapters.  When traversing a namespace-qualified view, a
request is sometimes provided.  When a request is provided, a view
will be used to traverse the name. Otherwise, an adapter is used.
handlers that don't care about the request are registered as both an
adapter and a view.

With this change, it's not possible to have content-specific
namespace-specific traversers.  Content objects can now define
specialized namespaces.


=== Zope3/src/zope/app/meta.zcml 1.27 => 1.28 ===
--- Zope3/src/zope/app/meta.zcml:1.27	Fri Apr 16 07:51:20 2004
+++ Zope3/src/zope/app/meta.zcml	Sun Apr 18 12:00:29 2004
@@ -6,7 +6,6 @@
 
 <include package="zope.app.component" file="meta.zcml" />
 <include package="zope.app.publisher" file="meta.zcml" />
-<include package="zope.app.traversing" file="meta.zcml" />
 <include package="zope.app.security" file="meta.zcml" />
 <include package="zope.app.securitypolicy" file="meta.zcml" />
 <include package="zope.app.form.browser" file="meta.zcml" />




More information about the Zope3-Checkins mailing list