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

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


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

Changed:
  U   Products.CMFTopic/trunk/Products/CMFTopic/CHANGES.txt
  U   Products.CMFTopic/trunk/Products/CMFTopic/profiles/default/types/Topic.xml

-=-
Modified: Products.CMFTopic/trunk/Products/CMFTopic/CHANGES.txt
===================================================================
--- Products.CMFTopic/trunk/Products/CMFTopic/CHANGES.txt	2009-11-13 14:57:33 UTC (rev 105605)
+++ Products.CMFTopic/trunk/Products/CMFTopic/CHANGES.txt	2009-11-13 14:57:54 UTC (rev 105606)
@@ -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.CMFTopic/trunk/Products/CMFTopic/profiles/default/types/Topic.xml
===================================================================
--- Products.CMFTopic/trunk/Products/CMFTopic/profiles/default/types/Topic.xml	2009-11-13 14:57:33 UTC (rev 105605)
+++ Products.CMFTopic/trunk/Products/CMFTopic/profiles/default/types/Topic.xml	2009-11-13 14:57:54 UTC (rev 105606)
@@ -4,7 +4,7 @@
  <property name="title" i18n:translate="">Topic</property>
  <property name="description"
     i18n:translate="">Topics are canned queries for organizing content with up to date queries into the catalog.</property>
- <property name="content_icon">topic_icon.gif</property>
+ <property name="icon_expr">string:${portal_url}/topic_icon.gif</property>
  <property name="content_meta_type">Portal Topic</property>
  <property name="product"></property>
  <property name="factory">cmf.topic</property>



More information about the checkins mailing list