svn path=/plone.app.discussion/trunk/; revision=27093
This commit is contained in:
Martin Aspeli 2009-05-24 16:21:14 +00:00
parent 9263a61a31
commit 56a3f92023

View File

@ -9,6 +9,11 @@ plone.app.discussion to-do
- Dispatch object added/removed/moved/cloned events to conversations - Dispatch object added/removed/moved/cloned events to conversations
- Dispatch conversation added/removed/moved/cloned events to comments - Dispatch conversation added/removed/moved/cloned events to comments
[ ] 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.
[ ] Thread building in conversation.getThreads() [ ] Thread building in conversation.getThreads()
[ ] Batching in conversation.getComments() [ ] Batching in conversation.getComments()