todo list update.

svn path=/plone.app.discussion/trunk/; revision=27314
This commit is contained in:
Timo Stollenwerk 2009-06-05 11:27:16 +00:00
parent 41db8ff395
commit 180e0e75e7
1 changed files with 24 additions and 17 deletions

View File

@ -2,6 +2,13 @@
plone.app.discussion to-do
==========================
[ ] IE: cancel button in reply-to-comment form does not work
[ ] Discussion Control Panel: No icon
[ ] Chrome (Linux): Reply to comment is not working
(TypeError: long() argument must be a string or a number)
[ ] Add event handlers to ensure we don't get stale comments in the catalog
when parent objects are removed/moved/cloned:
@ -42,11 +49,6 @@ plone.app.discussion to-do
- comment forms should use z3c.form subforms and plone.z3cform's
ExtensibleForm support
[ ] Add control panel
- install plone.registry records using registry.xml
- create control panel using helper class in plone.app.registry
[ ] Make sure a catalog Clear & Rebuild doesn't lose all comments
[ ] Add BBB support for the existing portal_discussion interface
@ -54,3 +56,8 @@ plone.app.discussion to-do
- implement in BBB package
- mix into tool.CommentingTool
- emit deprecation warnings
[X] Add control panel
- install plone.registry records using registry.xml
- create control panel using helper class in plone.app.registry