[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services -
configure.zcml:1.73.8.1 view.zcml:1.8.10.1
Jim Fulton
cvs-admin at zope.org
Sun Nov 9 11:08:40 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/services
In directory cvs.zope.org:/tmp/cvs-serv15349/src/zope/app/browser/services
Modified Files:
Tag: adaptergeddon-branch
configure.zcml view.zcml
Log Message:
Created a global presentation service that replaces the
global view, resource, and skin services.
Now look up presentation components by adapting from a request type,
rather than adapting to a presentation type.
=== Zope3/src/zope/app/browser/services/configure.zcml 1.73 => 1.73.8.1 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.73 Tue Sep 2 16:45:45 2003
+++ Zope3/src/zope/app/browser/services/configure.zcml Sun Nov 9 11:08:08 2003
@@ -166,7 +166,7 @@
<zope:include file="menu.zcml" />
-<!-- ZPT Templates -->
+<!-- ZPT Templates
<view
for="zope.app.interfaces.services.view.IZPTTemplate"
@@ -186,6 +186,8 @@
menu="add_component"
action="zope.app.services.zpt.template"
title="ZPT Template" />
+
+ -->
<!-- ConnectionService -->
<zope:include file="connection.zcml" />
=== Zope3/src/zope/app/browser/services/view.zcml 1.8 => 1.8.10.1 ===
--- Zope3/src/zope/app/browser/services/view.zcml:1.8 Mon Aug 25 15:28:37 2003
+++ Zope3/src/zope/app/browser/services/view.zcml Sun Nov 9 11:08:08 2003
@@ -2,7 +2,7 @@
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser">
-<!-- View service -->
+<!-- View service
<page
for="zope.component.interfaces.IViewService"
@@ -17,8 +17,8 @@
menu="add_service"
action="zope.app.services.ViewService"
title="View Service" />
-
-<!-- View pages -->
+ -->
+<!-- View pages
<page
for="zope.component.interfaces.IViewService"
@@ -46,7 +46,7 @@
permission="zope.ManageServices"
fields="forInterface viewName
template class_ layer permission status attribute" />
-
+ -->
<!-- XXX Jim says view configuration doesn't work and aren't well thought out.
So I'm commenting it out for now.
More information about the Zope3-Checkins
mailing list