[CMF-checkins] CVS: CMF - CHANGES.txt:1.107.2.4
Tres Seaver
tseaver@zope.com
Wed, 10 Jul 2002 01:41:10 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv8351
Modified Files:
Tag: CMF-1_3-branch
CHANGES.txt
Log Message:
- Ensured that Link, File, and Image content objects reindex themselves
after edit (wrapping 'edit' as a WorkflowMethod no longer guarantees
that).
=== CMF/CHANGES.txt 1.107.2.3 => 1.107.2.4 ===
Bug Fixes
+ - Ensured that Link, File, and Image content objects reindex themselves
+ after edit (wrapping 'edit' as a WorkflowMethod no longer guarantees
+ that).
+
- Fixed CMFCalendar's "day view" to accomodate the removal of 'title'
metadata from catalog in favor of 'Title' (thanks to Dieter Maurer
for pointing this out).