[Checkins] SVN: Products.PluggableAuthService/trunk/Products/PluggableAuthService/ Fixed another deprecation for manage_afterAdd occurring when used

Maurits van Rees m.van.rees at zestsoftware.nl
Thu Sep 4 08:04:06 EDT 2008


Log message for revision 90804:
  Fixed another deprecation for manage_afterAdd occurring when used
  together with Five (this time for the ZODBRoleManager class).
  

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

-=-
Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/compatibility.zcml
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/compatibility.zcml	2008-09-04 11:55:11 UTC (rev 90803)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/compatibility.zcml	2008-09-04 12:04:05 UTC (rev 90804)
@@ -6,4 +6,7 @@
      class="Products.PluggableAuthService.PluggableAuthService.PluggableAuthService" 
      />
 
+  <five:deprecatedManageAddDelete
+      class="Products.PluggableAuthService.plugins.ZODBRoleManager.ZODBRoleManager" />
+
 </configure>

Modified: Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt
===================================================================
--- Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt	2008-09-04 11:55:11 UTC (rev 90803)
+++ Products.PluggableAuthService/trunk/Products/PluggableAuthService/doc/CHANGES.txt	2008-09-04 12:04:05 UTC (rev 90804)
@@ -4,6 +4,9 @@
 PluggableAuthService 1.6 (unreleased)
 -------------------------------------
 
+- Fixed another deprecation for manage_afterAdd occurring when used
+  together with Five (this time for the ZODBRoleManager class).
+
 - Ensure the _findUser cache is invalidated if the roles or groups for
   a principal change.
 



More information about the Checkins mailing list