[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - auth.zcml:1.4 cache.zcml:1.9 configure.zcml:1.72 connection.zcml:1.13 menu.zcml:1.3 pagefolder.zcml:1.5 view.zcml:1.8

Martijn Faassen m.faassen at vet.uu.nl
Mon Aug 25 16:29:09 EDT 2003


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

Modified Files:
	auth.zcml cache.zcml configure.zcml connection.zcml menu.zcml 
	pagefolder.zcml view.zcml 
Log Message:
Everything in zope.app.browser now passes the Relax NG schema.


=== Zope3/src/zope/app/browser/services/auth.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/services/auth.zcml:1.3	Thu Aug  7 13:41:03 2003
+++ Zope3/src/zope/app/browser/services/auth.zcml	Mon Aug 25 15:28:37 2003
@@ -1,4 +1,6 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<zope:configure 
+   xmlns:zope="http://namespaces.zope.org/zope"
+   xmlns="http://namespaces.zope.org/browser">
 
 <!-- Authentication Service  -->
 
@@ -42,4 +44,4 @@
       for="zope.app.interfaces.security.IPrincipal"
       name="editForm.html" />
 
-</configure>
+</zope:configure>


=== Zope3/src/zope/app/browser/services/cache.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/browser/services/cache.zcml:1.8	Tue Aug 19 13:34:02 2003
+++ Zope3/src/zope/app/browser/services/cache.zcml	Mon Aug 25 15:28:37 2003
@@ -1,4 +1,6 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<zope:configure 
+    xmlns:zope="http://namespaces.zope.org/zope"
+    xmlns="http://namespaces.zope.org/browser">
 
 <!-- Browser directives for the cache service -->
 
@@ -47,4 +49,4 @@
       menu="zmi_views" title="Caches" />
 
 
-</configure>
+</zope:configure>


=== Zope3/src/zope/app/browser/services/configure.zcml 1.71 => 1.72 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.71	Tue Aug 19 13:34:02 2003
+++ Zope3/src/zope/app/browser/services/configure.zcml	Mon Aug 25 15:28:37 2003
@@ -1,4 +1,6 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<zope:configure 
+   xmlns:zope="http://namespaces.zope.org/zope"
+   xmlns="http://namespaces.zope.org/browser">
 
 <!-- For services, just treat @@manage as @@index.html by default -->
 
@@ -11,7 +13,7 @@
      allowed_interface="zope.publisher.interfaces.browser.IBrowserPublisher" />
 
 <!-- General registration views --> 
-  <include package=".registration" />
+   <zope:include package=".registration" />
 
 <!--Error Logging Service -->
 
@@ -47,7 +49,7 @@
       file="error_service.gif" />
 
 <!-- CachingService --> 
-  <include file="cache.zcml" />
+  <zope:include file="cache.zcml" />
 
 <!-- Event Service -->
 
@@ -107,10 +109,10 @@
     </pages>
 
 <!-- Deprecated Simple Authentication Service --> 
-  <include file="auth.zcml" />
+  <zope:include file="auth.zcml" />
 
 <!-- Pluggable Authentication Service --> 
-  <include package=".pluggableauth" />
+  <zope:include package=".pluggableauth" />
 
 <!-- Component Location widget -->
 
@@ -165,10 +167,10 @@
       title="Adapter Service" />
 
 <!-- Views -->  
-  <include file="view.zcml" />
+  <zope:include file="view.zcml" />
 
 <!-- Menu -->  
-  <include file="menu.zcml" />
+  <zope:include file="menu.zcml" />
 
 
 <!-- ZPT Templates -->
@@ -218,7 +220,7 @@
   </menuItems>
 
 <!-- ConnectionService --> 
-  <include file="connection.zcml" />
+  <zope:include file="connection.zcml" />
 
 <!-- ServiceManager -->
 
@@ -354,10 +356,10 @@
       permission="zope.ManageServices" />
 
 <!-- Persistent Modules --> 
-  <include package=".module" />
+  <zope:include package=".module" />
 
 <!-- PageFolder --> 
-  <include file="pagefolder.zcml" />
+  <zope:include file="pagefolder.zcml" />
 
 <!-- Session service -->
 
@@ -419,7 +421,7 @@
     template="subscription_control.pt" />
 
 <!-- Utility Service --> 
-  <include package=".utility" />
+  <zope:include package=".utility" />
 
 <!-- "Add Service" menu -->
 
@@ -467,9 +469,9 @@
 
 
 <!-- Translation Service Views -->
-  <include package=".translation" />
+  <zope:include package=".translation" />
 
 <!-- Local Interface Service -->
-  <include package=".interface" />
+  <zope:include package=".interface" />
 
-</configure>
+</zope:configure>


=== Zope3/src/zope/app/browser/services/connection.zcml 1.12 => 1.13 ===
--- Zope3/src/zope/app/browser/services/connection.zcml:1.12	Tue Aug 19 13:34:02 2003
+++ Zope3/src/zope/app/browser/services/connection.zcml	Mon Aug 25 15:28:37 2003
@@ -1,4 +1,6 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<zope:configure 
+  xmlns:zope="http://namespaces.zope.org/zope"
+  xmlns="http://namespaces.zope.org/browser">
 
 <!-- Browser directives for the connection service -->
 
@@ -45,4 +47,4 @@
       permission="zope.ManageServices"
       menu="zmi_views" title="Connections" />
 
-</configure>
+</zope:configure>


=== Zope3/src/zope/app/browser/services/menu.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/services/menu.zcml:1.2	Fri Aug 15 20:42:54 2003
+++ Zope3/src/zope/app/browser/services/menu.zcml	Mon Aug 25 15:28:37 2003
@@ -1,4 +1,6 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<zope:configure 
+   xmlns:zope="http://namespaces.zope.org/zope"
+   xmlns="http://namespaces.zope.org/browser">
 
 <!-- Browser Menu Service -->
 
@@ -116,4 +118,4 @@
       for="zope.app.interfaces.publisher.browser.IBrowserMenuItem"
       name="edit.html" />
 
-</configure>
+</zope:configure>


=== Zope3/src/zope/app/browser/services/pagefolder.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/services/pagefolder.zcml:1.4	Thu Aug  7 13:41:03 2003
+++ Zope3/src/zope/app/browser/services/pagefolder.zcml	Mon Aug 25 15:28:37 2003
@@ -1,4 +1,6 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<zope:configure
+   xmlns:zope="http://namespaces.zope.org/zope"
+   xmlns="http://namespaces.zope.org/browser">
 
 <!-- PageFolder -->
 
@@ -39,4 +41,4 @@
      action="zope.app.services.PageFolder"
      title="Page Folder" />
 
-</configure>
+</zope:configure>


=== Zope3/src/zope/app/browser/services/view.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/browser/services/view.zcml:1.7	Fri Aug 15 20:42:54 2003
+++ Zope3/src/zope/app/browser/services/view.zcml	Mon Aug 25 15:28:37 2003
@@ -1,4 +1,6 @@
-<configure xmlns="http://namespaces.zope.org/browser">
+<zope:configure 
+   xmlns:zope="http://namespaces.zope.org/zope"
+   xmlns="http://namespaces.zope.org/browser">
 
 <!-- View service -->
 
@@ -79,4 +81,4 @@
 
 -->
 
-</configure>
+</zope:configure>




More information about the Zope3-Checkins mailing list