[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/upgrade/configure.zcml - fixed title and description of actions tool step

Yvo Schubbe y.2010 at wcm-solutions.de
Fri Nov 26 08:44:22 EST 2010


Log message for revision 118593:
  - fixed title and description of actions tool step

Changed:
  U   Products.CMFDefault/trunk/Products/CMFDefault/upgrade/configure.zcml

-=-
Modified: Products.CMFDefault/trunk/Products/CMFDefault/upgrade/configure.zcml
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/upgrade/configure.zcml	2010-11-26 13:40:17 UTC (rev 118592)
+++ Products.CMFDefault/trunk/Products/CMFDefault/upgrade/configure.zcml	2010-11-26 13:44:21 UTC (rev 118593)
@@ -209,8 +209,9 @@
         />
 
     <genericsetup:upgradeStep
-        title="Upgrade acl_users"
-        description="Update UserFolder class."
+        title="Upgrade actions tool"
+        description="Add 'change_password' and 'syndication' action if
+                     missing."
         handler=".to23.upgrade_actions_tool"
         checker=".to23.check_actions_tool"
         />



More information about the checkins mailing list