[Checkins] SVN: zope.app.authentication/trunk/src/zope/app/authentication/browser/ replace zope.app.form references for zope.formlib references from zcml as well

Jan-Wijbrand Kolman janwijbrand at gmail.com
Wed Oct 13 02:48:23 EDT 2010


Log message for revision 117486:
  replace zope.app.form references for zope.formlib references from zcml as well

Changed:
  U   zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml
  U   zope.app.authentication/trunk/src/zope/app/authentication/browser/grant.zcml

-=-
Modified: zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml
===================================================================
--- zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml	2010-10-13 02:16:45 UTC (rev 117485)
+++ zope.app.authentication/trunk/src/zope/app/authentication/browser/configure.zcml	2010-10-13 06:48:22 UTC (rev 117486)
@@ -16,7 +16,7 @@
 
     <widget
         field="prefix"
-        class="zope.app.form.browser.TextWidget"
+        class="zope.formlib.widgets.TextWidget"
         required="False"
         convert_missing_value="False"
         />
@@ -84,7 +84,7 @@
   <zope:adapter
       for="..interfaces.IQuerySchemaSearch
            zope.publisher.interfaces.browser.IBrowserRequest"
-      provides="zope.app.form.browser.interfaces.ISourceQueryView"
+      provides="zope.fornlib.browser.interfaces.ISourceQueryView"
       factory=".schemasearch.QuerySchemaSearchView"
       />
 

Modified: zope.app.authentication/trunk/src/zope/app/authentication/browser/grant.zcml
===================================================================
--- zope.app.authentication/trunk/src/zope/app/authentication/browser/grant.zcml	2010-10-13 02:16:45 UTC (rev 117485)
+++ zope.app.authentication/trunk/src/zope/app/authentication/browser/grant.zcml	2010-10-13 06:48:22 UTC (rev 117486)
@@ -46,7 +46,7 @@
       type="zope.publisher.interfaces.browser.IBrowserRequest"
       for="zope.schema.interfaces.IChoice
            zope.securitypolicy.interfaces.IGrantVocabulary"
-      provides="zope.app.form.interfaces.IInputWidget"
+      provides="zope.formlib.interfaces.IInputWidget"
       factory=".granting.GrantWidget"
       permission="zope.Public"
       />



More information about the checkins mailing list