[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/profiles/default/actions.xml New action cannot be added without appropriate upgrade step

Charlie Clark charlie at begeistert.org
Wed Jun 30 08:47:22 EDT 2010


Log message for revision 114013:
  New action cannot be added without appropriate upgrade step

Changed:
  U   Products.CMFDefault/trunk/Products/CMFDefault/profiles/default/actions.xml

-=-
Modified: Products.CMFDefault/trunk/Products/CMFDefault/profiles/default/actions.xml
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/profiles/default/actions.xml	2010-06-30 12:39:56 UTC (rev 114012)
+++ Products.CMFDefault/trunk/Products/CMFDefault/profiles/default/actions.xml	2010-06-30 12:47:22 UTC (rev 114013)
@@ -32,21 +32,6 @@
    </property>
    <property name="visible">True</property>
   </object>
-  <object name="change_password" meta_type="CMF Action"
-     i18n:domain="cmf_default">
-   <property name="title" i18n:translate="">Change password</property>
-   <property name="description"
-      i18n:translate="">Change your password</property>
-   <property name="url_expr">string:${portal_url}/password_form</property>
-   <property name="link_target"></property>
-   <property
-      name="icon_expr">string:${portal_url}/preferences_icon.png</property>
-   <property name="available_expr">member</property>
-   <property name="permissions">
-    <element value="Set own password"/>
-   </property>
-   <property name="visible">False</property>
-  </object>
   <object name="preferences" meta_type="CMF Action" i18n:domain="cmf_default">
    <property name="title" i18n:translate="">Preferences</property>
    <property name="description"



More information about the checkins mailing list