[CMF-checkins] CVS: Releases/CMF - CHANGES.txt:1.11
Tres Seaver
tseaver@zope.com
Fri, 5 Oct 2001 09:52:26 -0400
Update of /cvs-repository/Releases/CMF
In directory cvs.zope.org:/tmp/cvs-serv16970
Modified Files:
CHANGES.txt
Log Message:
- Ensure that object is recatalogued (e.g., after setting 'portal_type'
(thanks to Florent Guillaume.)
=== Releases/CMF/CHANGES.txt 1.10 => 1.11 ===
Bug fixes
+ - Ensure that object is recatalogued (e.g., after setting 'portal_type'
+ (thanks to Florent Guillaume)
+
- Made Topic directly publishable (like PortalContent), using its
'view' action (or the first action found, if view is not present).