[Checkins] SVN: Products.PluggableAuthService/trunk/Products/PluggableAuthService/ Fixed deprecation warning occurring when used together with Five. (manage_afterAdd got undeprecated.)

Michael Howitz mh at gocept.com
Thu Sep 4 03:16:56 EDT 2008


Log message for revision 90787:
  Fixed deprecation warning occurring when used together with Five. (manage_afterAdd got undeprecated.)
  

Changed:
  A   Products.PluggableAuthService/trunk/Products/PluggableAuthService/compatibility.zcml
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/configure.zcml
  U   Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt

-=-
Added: Products.PluggableAuthService/trunk/Products/PluggableAuthService/compatibility.zcml
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/compatibility.zcml	                        (rev 0)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/compatibility.zcml	2008-09-04 07:16:55 UTC (rev 90787)
@@ -0,0 +1,9 @@
+<configure
+   xmlns="http://namespaces.zope.org/zope"
+   xmlns:five="http://namespaces.zope.org/five">
+
+  <five:deprecatedManageAddDelete
+     class="Products.PluggableAuthService.PluggableAuthService.PluggableAuthService" 
+     />
+
+</configure>


Property changes on: Products.PluggableAuthService/trunk/Products/PluggableAuthService/compatibility.zcml
___________________________________________________________________
Name: svn:keywords
   + Id Rev Date
Name: svn:eol-style
   + native

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/configure.zcml
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/configure.zcml	2008-09-04 07:15:14 UTC (rev 90786)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/configure.zcml	2008-09-04 07:16:55 UTC (rev 90787)
@@ -6,4 +6,6 @@
 
   <include file="events.zcml" />
 
+  <include file="compatibility.zcml" />
+
 </configure>

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt	2008-09-04 07:15:14 UTC (rev 90786)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt	2008-09-04 07:16:55 UTC (rev 90787)
@@ -23,7 +23,10 @@
 
 - Split up large permission tests into individual tests.
 
+- Fixed deprecation warning occurring when used together with
+  Five. (manage_afterAdd got undeprecated.)
 
+
 PluggableAuthService 1.5.3 (2008-02-06)
 ---------------------------------------
 



More information about the Checkins mailing list