[CMF-checkins] CVS: CMF - CHANGES.txt:1.92 TODO.txt:1.18
Florent Guillaume
fg@nuxeo.com
Sat, 29 Jun 2002 17:01:09 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv654
Modified Files:
CHANGES.txt TODO.txt
Log Message:
Made discussion replies work correctly when hitting Enter in the title
field (Tracker #515), and corrected discussion Preview followed by an
Edit that lost body information (Tracker #516).
Put Creator computation in discussion_reply.py, no need to get it from
the forms. The Creator can still be spoofed though by using a URL like
doc/talkback/createReply?title=foo&text=bar&Creator=mickeymouse but this
is less obvious to script kiddies. But createReply should really compute
the creator itself.
Simplified a bit the page templates.
Fixed dtml to html_quote everything.
Removed spurious "This is evaluated." text.
=== CMF/CHANGES.txt 1.91 => 1.92 ===
Bugs Fixed
+ - Made discussion replies work correctly when hitting Enter in the
+ title field (Tracker #515), and corrected discussion Preview
+ followed by an Edit that lost body information (Tracker #516).
+
- Fixed the deletion of replies (Tracker #513, thanks to Stefan H.
Holek for the patch).
=== CMF/TODO.txt 1.17 => 1.18 ===
( ) Tracker #506: Invalid relative URL on metadata_edit_form
- - ( ) Content fixes
+ - (x) Content fixes
(x) Tracker #507: Link inconsistent on empty remote_url
(x) Tracker #513: deleteReply is genocidal
- ( ) Tracker #515: Improper default button for discussion reply
+ (x) Tracker #515: Improper default button for discussion reply
- ( ) Tracker #516: Preview, then edit broken for ZPT discussion
+ (x) Tracker #516: Preview, then edit broken for ZPT discussion
replies.
- (x) Documentation fixes (Tres Seaver)