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
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,11 @@ plone.app.discussion to-do
- 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
[ ] 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()
[ ] Batching in conversation.getComments()