2009-05-18 16:16:48 +02:00
|
|
|
==========================
|
|
|
|
plone.app.discussion to-do
|
|
|
|
==========================
|
|
|
|
|
2009-09-09 17:17:47 +02:00
|
|
|
[ ] Add BBB support for the existing portal_discussion interface
|
2009-06-16 12:43:00 +02:00
|
|
|
|
2009-09-09 17:17:47 +02:00
|
|
|
- implement in BBB package
|
|
|
|
- mix into tool.CommentingTool
|
|
|
|
- emit deprecation warnings
|
|
|
|
|
|
|
|
MINOR/FUTURE RELEASES:
|
|
|
|
----------------------
|
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-09-09 17:17:47 +02:00
|
|
|
[ ] Ajaxify adding and deleting comments in the comments viewlet.
|
2009-06-05 13:27:16 +02:00
|
|
|
|
2009-09-09 17:17:47 +02:00
|
|
|
[ ] Rebuild the zebra table after batch deleting/publishing
|
|
|
|
|
|
|
|
[ ] Replace the comment_review_workflow
|
2009-05-18 16:16:48 +02:00
|
|
|
|
2009-06-16 12:43:00 +02:00
|
|
|
[ ] Thread building in conversation.getThreads()
|
2009-07-07 10:37:49 +02:00
|
|
|
|
2009-06-16 12:43:00 +02:00
|
|
|
[ ] Batching in conversation.getComments()
|
|
|
|
|
|
|
|
|
|
|
|
DONE:
|
|
|
|
-----
|
|
|
|
|
2009-10-15 12:45:35 +02:00
|
|
|
[X] Make sure a catalog Clear & Rebuild doesn't lose all comments
|
|
|
|
|
2009-08-15 22:10:17 +02:00
|
|
|
[X] Add UI
|
|
|
|
|
|
|
|
- comment forms should use z3c.form subforms and plone.z3cform's
|
|
|
|
ExtensibleForm support
|
|
|
|
|
2009-07-07 10:37:49 +02:00
|
|
|
[X] Implement plone.indexer indexers for comments, filling standard metadata
|
|
|
|
|
|
|
|
- Note discrepancy between Python datetime and indexing expecting a Zope 2
|
|
|
|
DateTime field
|
|
|
|
|
|
|
|
[X] Implement plone.indexer indexers for commented-upon content
|
|
|
|
|
|
|
|
- Unique set of commentators
|
|
|
|
- Number of comments
|
|
|
|
- Date/time of most recent comment
|
|
|
|
|
|
|
|
These have to be reindexed when comment is added/removed
|
|
|
|
(IContainerModifiedEvent). They also need to be set up in catalog.xml.
|
|
|
|
|
|
|
|
[X] Add jQuery auto-resize to comment text field
|
|
|
|
http://www.aclevercookie.com/demos/autogrow_textarea.html
|
|
|
|
|
|
|
|
[X] Add event handlers to ensure we don't get stale comments in the catalog
|
|
|
|
when parent objects are removed/moved/cloned:
|
|
|
|
|
|
|
|
- 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-16 12:43:00 +02:00
|
|
|
[X] Add tests for conversation dict API
|
|
|
|
|
|
|
|
[X] Add tests for IReplies adapters
|
|
|
|
|
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
|
2009-06-08 17:04:21 +02:00
|
|
|
|
2009-06-16 12:43:00 +02:00
|
|
|
[X] Discussion Control Panel: Add icon
|
|
|
|
|
2009-06-24 17:30:22 +02:00
|
|
|
[X] Add id fall back for Creator if no Username (Title) has been added
|
|
|
|
|
|
|
|
[X] Replace the reply-to-comment button with a Plone-like reply-button
|
|
|
|
|
|
|
|
[X] IE: cancel button in reply-to-comment form does not work
|
|
|
|
|
|
|
|
[X] Chrome (Linux): Reply to comment is not working
|
|
|
|
(TypeError: long() argument must be a string or a number)
|
|
|
|
|
|
|
|
[X] Restrict nesting of comments on a certain level
|
|
|
|
|
|
|
|
[X] Fix temporary commenter's image css
|
|
|
|
|
|
|
|
[X] Make comments viewlet format_time return localized time
|
|
|
|
|
|
|
|
[X] Add i18n translations
|
|
|
|
|
|
|
|
[X] Add i18n translations for author_username and author_email
|
|
|
|
|
|
|
|
[X] Plone reports "unsuccessfully attempted to uncatalog an object" while
|
|
|
|
trying to delete a comment.
|
|
|
|
|
|
|
|
[X] Fix that when opening a reply form before the page has been fully loaded,
|
|
|
|
the reply layer is closed again.
|
|
|
|
|
|
|
|
[X] Form validation is not working in the reply-to-comment form
|