[Checkins] SVN: Products.CMFCalendar/trunk/Products/CMFCalendar/ Got rid of redundant icon related type info properties.

Hanno Schlichting hannosch at hannosch.eu
Fri Nov 13 09:57:33 EST 2009


Log message for revision 105605:
  Got rid of redundant icon related type info properties.
  

Changed:
  U   Products.CMFCalendar/trunk/Products/CMFCalendar/CHANGES.txt
  U   Products.CMFCalendar/trunk/Products/CMFCalendar/profiles/default/types/Event.xml

-=-
Modified: Products.CMFCalendar/trunk/Products/CMFCalendar/CHANGES.txt
===================================================================
--- Products.CMFCalendar/trunk/Products/CMFCalendar/CHANGES.txt	2009-11-13 13:11:40 UTC (rev 105604)
+++ Products.CMFCalendar/trunk/Products/CMFCalendar/CHANGES.txt	2009-11-13 14:57:33 UTC (rev 105605)
@@ -4,6 +4,9 @@
 2.2.0 (unreleased)
 ------------------
 
+- Got rid of redundant icon related type info properties.
+  (https://bugs.launchpad.net/zope-cmf/+bug/397795)
+
 - moved the Zope dependency to version 2.12.0b3dev
 
 - Cleaned up / normalized imports:

Modified: Products.CMFCalendar/trunk/Products/CMFCalendar/profiles/default/types/Event.xml
===================================================================
--- Products.CMFCalendar/trunk/Products/CMFCalendar/profiles/default/types/Event.xml	2009-11-13 13:11:40 UTC (rev 105604)
+++ Products.CMFCalendar/trunk/Products/CMFCalendar/profiles/default/types/Event.xml	2009-11-13 14:57:33 UTC (rev 105605)
@@ -5,7 +5,7 @@
  <property name="title" i18n:translate="">Event</property>
  <property name="description"
     i18n:translate="">Events are objects for use in Calendar topical queries on the catalog.</property>
- <property name="content_icon">++resource++event_icon.gif</property>
+ <property name="icon_expr">string:${portal_url}/++resource++event_icon.gif</property>
  <property name="content_meta_type">CMF Event</property>
  <property name="product"></property>
  <property name="factory">cmf.calendar.event</property>



More information about the checkins mailing list