[CMF-checkins] CVS: CMF - CHANGES.txt:1.97
Tres Seaver
tseaver@zope.com
Tue, 2 Jul 2002 14:57:56 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv19406
Modified Files:
CHANGES.txt
Log Message:
- Enabled creation of "My Stuff" folder for users (e.g., the manager)
authenticated "above" the normal user folder (Tracker #485, thanks
to Dieter Maurer for the patch).
- Code hygeine (line wrapping, table layout, docstring tidying, etc.)
=== CMF/CHANGES.txt 1.96 => 1.97 ===
Bugs Fixed
+ - Enabled creation of "My Stuff" folder for users (e.g., the manager)
+ authenticated "above" the normal user folder (Tracker #485, thanks
+ to Dieter Maurer for the patch).
+
- Fixed handling of discussion items so that they are correctly
indexed, unindexed and reinserted into the workflows when copied
or moved.