[Zope3-checkins] SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/
Backported revision 27242 & 27243.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Aug 24 11:22:58 EDT 2004
Log message for revision 27244:
Backported revision 27242 & 27243.
Changed:
U Zope3/branches/ZopeX3-3.0/src/zope/app/dav/configure.zcml
U Zope3/branches/ZopeX3-3.0/src/zope/app/pagetemplate/configure.zcml
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/dav/configure.zcml
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/dav/configure.zcml 2004-08-24 15:08:29 UTC (rev 27243)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/dav/configure.zcml 2004-08-24 15:22:57 UTC (rev 27244)
@@ -56,7 +56,7 @@
<view
type="zope.publisher.interfaces.http.IHTTPRequest"
- for="zope.schema.interfaces.ITextLine"
+ for="zope.schema.interfaces.IBytes"
provides="zope.app.dav.interfaces.IDAVWidget"
factory="zope.app.dav.widget.TextDAVWidget"
permission="zope.Public"
@@ -64,6 +64,22 @@
<view
type="zope.publisher.interfaces.http.IHTTPRequest"
+ for="zope.schema.interfaces.IInt"
+ provides="zope.app.dav.interfaces.IDAVWidget"
+ factory="zope.app.dav.widget.TextDAVWidget"
+ permission="zope.Public"
+ />
+
+ <view
+ type="zope.publisher.interfaces.http.IHTTPRequest"
+ for="zope.schema.interfaces.IFloat"
+ provides="zope.app.dav.interfaces.IDAVWidget"
+ factory="zope.app.dav.widget.TextDAVWidget"
+ permission="zope.Public"
+ />
+
+ <view
+ type="zope.publisher.interfaces.http.IHTTPRequest"
for="zope.schema.interfaces.IDatetime"
provides="zope.app.dav.interfaces.IDAVWidget"
factory="zope.app.dav.widget.TextDAVWidget"
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/pagetemplate/configure.zcml
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/pagetemplate/configure.zcml 2004-08-24 15:08:29 UTC (rev 27243)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/pagetemplate/configure.zcml 2004-08-24 15:22:57 UTC (rev 27244)
@@ -1,5 +1,4 @@
-<configure xmlns='http://namespaces.zope.org/zope'
- xmlns:tales='http://namespaces.zope.org/tales'>
+<configure xmlns="http://namespaces.zope.org/zope">
<content class=".viewpagetemplatefile.BoundPageTemplate">
<allow attributes="__call__ __str__ __name__" />
More information about the Zope3-Checkins
mailing list