[Zope3-checkins] CVS: Zope3/src/zope/app/browser - auth.zcml:1.4
menus.zcml:1.13 onlinehelp.zcml:1.10 undo.zcml:1.5
Martijn Faassen
m.faassen at vet.uu.nl
Sat Aug 23 17:38:07 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv10824/zope/app/browser
Modified Files:
auth.zcml menus.zcml onlinehelp.zcml undo.zcml
Log Message:
Some more ZCML fixes towards schema compliance.
=== Zope3/src/zope/app/browser/auth.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/auth.zcml:1.3 Wed Aug 6 10:41:11 2003
+++ Zope3/src/zope/app/browser/auth.zcml Sat Aug 23 16:37:35 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">
<page
name="login.html"
@@ -16,4 +18,4 @@
permission="zope.Public"
allowed_interface="zope.app.interfaces.publisher.http.ILogout" />
-</configure>
+</zope:configure>
=== Zope3/src/zope/app/browser/menus.zcml 1.12 => 1.13 ===
--- Zope3/src/zope/app/browser/menus.zcml:1.12 Tue Aug 19 13:33:54 2003
+++ Zope3/src/zope/app/browser/menus.zcml Sat Aug 23 16:37:35 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">
<menu
id="zmi_views"
@@ -76,4 +78,4 @@
class=".menu.MenuAccessView"
allowed_interface="zope.app.interfaces.browser.menu.IMenuAccessView" />
-</configure>
\ No newline at end of file
+</zope:configure>
\ No newline at end of file
=== Zope3/src/zope/app/browser/onlinehelp.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/browser/onlinehelp.zcml:1.9 Fri Aug 8 14:06:59 2003
+++ Zope3/src/zope/app/browser/onlinehelp.zcml Sat Aug 23 16:37:35 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">
<page
name="find_help_topics"
@@ -24,4 +26,4 @@
title="Help"
action="++help++/@@index.html" />
-</configure>
+</zope:configure>
=== Zope3/src/zope/app/browser/undo.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/undo.zcml:1.4 Wed Aug 6 10:41:11 2003
+++ Zope3/src/zope/app/browser/undo.zcml Sat Aug 23 16:37:35 2003
@@ -1,4 +1,5 @@
-<configure
+<zope:configure
+ xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser"
xmlns:event="http://namespaces.zope.org/event">
@@ -21,4 +22,4 @@
subscriber=".undo.undoSetup"
event_types="zope.app.interfaces.event.IDatabaseOpenedEvent" />
-</configure>
+</zope:configure>
More information about the Zope3-Checkins
mailing list