[Zope3-checkins] CVS: Zope3 - ftesting.zcml:1.4
products.zcml.in:1.10 sample_principals.zcml:1.6 site.zcml:1.20
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 16:09:13 EDT 2003
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv25485
Modified Files:
ftesting.zcml products.zcml.in sample_principals.zcml
site.zcml
Log Message:
Went through the directives that Stephan converted and declared titles
and descriptions as MessageIDs. This required set of ZCML files and tests
to be updated.
=== Zope3/ftesting.zcml 1.3 => 1.4 ===
--- Zope3/ftesting.zcml:1.3 Sat Aug 2 07:20:35 2003
+++ Zope3/ftesting.zcml Sun Aug 3 15:08:09 2003
@@ -1,4 +1,7 @@
-<configure xmlns="http://namespaces.zope.org/zope">
+<configure
+ xmlns="http://namespaces.zope.org/zope"
+ i18n_domain="zope"
+ >
<!-- This file is the equivalent of site.zcml used for functional testing -->
=== Zope3/products.zcml.in 1.9 => 1.10 ===
--- Zope3/products.zcml.in:1.9 Fri Mar 21 11:04:09 2003
+++ Zope3/products.zcml.in Sun Aug 3 15:08:09 2003
@@ -1,4 +1,4 @@
-<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
+<configure xmlns='http://namespaces.zope.org/zope'>
<!-- add include directives for products here -->
@@ -6,4 +6,4 @@
<include package="zopeproducts.demo.jobboard" />
-->
-</zopeConfigure>
+</configure>
=== Zope3/sample_principals.zcml 1.5 => 1.6 ===
--- Zope3/sample_principals.zcml:1.5 Mon Dec 16 09:13:01 2002
+++ Zope3/sample_principals.zcml Sun Aug 3 15:08:09 2003
@@ -2,7 +2,7 @@
Don't simply copy this file to principals.zcml unless you
absolutely know it will only be used for development.
-->
-<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
+<configure xmlns='http://namespaces.zope.org/zope'>
<unauthenticatedPrincipal id="anybody"
@@ -29,4 +29,4 @@
<grant role="Manager" principal="sample_manager" />
<grant role="Member" principal="sample_member" />
-</zopeConfigure>
+</configure>
=== Zope3/site.zcml 1.19 => 1.20 ===
--- Zope3/site.zcml:1.19 Mon Jul 28 18:19:57 2003
+++ Zope3/site.zcml Sun Aug 3 15:08:09 2003
@@ -1,6 +1,8 @@
-<zopeConfigure xmlns='http://namespaces.zope.org/zope'
- xmlns:browser='http://namespaces.zope.org/browser'
->
+<configure
+ xmlns='http://namespaces.zope.org/zope'
+ xmlns:browser='http://namespaces.zope.org/browser'
+ i18n_domain='zope'
+ >
<include package="zope.app" />
@@ -32,4 +34,4 @@
<browser:skin name="" layers="rotterdam default" />
-->
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list