2009-05-18 16:16:48 +02:00
|
|
|
==========================
|
|
|
|
plone.app.discussion to-do
|
|
|
|
==========================
|
|
|
|
|
2009-06-05 13:27:16 +02:00
|
|
|
[ ] 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)
|
|
|
|
|
2009-05-23 18:42:30 +02:00
|
|
|
[ ] Add event handlers to ensure we don't get stale comments in the catalog
|
|
|
|
when parent objects are removed/moved/cloned:
|
2009-06-05 13:27:16 +02:00
|
|
|
|
2009-05-23 18:42:30 +02:00
|
|
|
- Create the conversation when an object is created
|
|
|
|
- Dispatch object added/removed/moved/cloned events to conversations
|
|
|
|
- Dispatch conversation added/removed/moved/cloned events to comments
|
2009-06-05 13:27:16 +02:00
|
|
|
|
2009-05-24 18:21:14 +02:00
|
|
|
[ ] During recursive deletion of child comments, events are fired when the
|
|
|
|
conversation data structures may be in an inconsistent state. We need
|
|
|
|
some tests for this, and possibly some different handling of those
|
|
|
|
events.
|
2009-05-23 18:42:30 +02:00
|
|
|
|
2009-05-18 16:16:48 +02:00
|
|
|
[ ] Thread building in conversation.getThreads()
|
|
|
|
[ ] Batching in conversation.getComments()
|
|
|
|
|
|
|
|
[ ] Implement plone.indexer indexers for comments, filling standard metadata
|
2009-06-05 13:27:16 +02:00
|
|
|
|
2009-05-18 16:16:48 +02:00
|
|
|
- Note discrepancy between Python datetime and indexing expecting a Zope 2
|
|
|
|
DateTime field
|
|
|
|
|
|
|
|
[ ] Implement plone.indexer indexers for commented-upon content
|
2009-06-05 13:27:16 +02:00
|
|
|
|
|
|
|
- Unique set of commentators
|
2009-05-18 16:16:48 +02:00
|
|
|
- Number of comments
|
|
|
|
- Date/time of most recent comment
|
2009-06-05 13:27:16 +02:00
|
|
|
|
|
|
|
These have to be reindexed when comment is added/removed
|
2009-05-18 17:49:48 +02:00
|
|
|
(IContainerModifiedEvent). They also need to be set up in catalog.xml.
|
2009-06-05 13:27:16 +02:00
|
|
|
|
2009-05-18 16:16:48 +02:00
|
|
|
[ ] Add tests for conversation dict API
|
|
|
|
[ ] Add tests for IReplies adapters
|
2009-05-18 17:49:48 +02:00
|
|
|
|
|
|
|
[ ] Add UI
|
2009-06-05 13:27:16 +02:00
|
|
|
|
2009-05-18 17:49:48 +02:00
|
|
|
- comment display should be a viewlet overriding the standard comments
|
|
|
|
viewlet
|
2009-06-05 13:27:16 +02:00
|
|
|
|
2009-05-18 17:49:48 +02:00
|
|
|
- comment forms should use z3c.form subforms and plone.z3cform's
|
|
|
|
ExtensibleForm support
|
2009-06-05 13:27:16 +02:00
|
|
|
|
2009-05-18 16:16:48 +02:00
|
|
|
[ ] Make sure a catalog Clear & Rebuild doesn't lose all comments
|
|
|
|
|
|
|
|
[ ] Add BBB support for the existing portal_discussion interface
|
2009-06-05 13:27:16 +02:00
|
|
|
|
2009-05-18 16:16:48 +02:00
|
|
|
- implement in BBB package
|
|
|
|
- mix into tool.CommentingTool
|
|
|
|
- emit deprecation warnings
|
2009-06-05 13:27:16 +02:00
|
|
|
|
|
|
|
[X] Add control panel
|
|
|
|
|
|
|
|
- install plone.registry records using registry.xml
|
|
|
|
- create control panel using helper class in plone.app.registry
|