From 56a3f9202346644d3ffac4c3cc5befc74e5b1e92 Mon Sep 17 00:00:00 2001 From: Martin Aspeli Date: Sun, 24 May 2009 16:21:14 +0000 Subject: [PATCH] Reminder svn path=/plone.app.discussion/trunk/; revision=27093 --- plone/app/discussion/TODO.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plone/app/discussion/TODO.txt b/plone/app/discussion/TODO.txt index 8b2fb6e..f24e6c2 100644 --- a/plone/app/discussion/TODO.txt +++ b/plone/app/discussion/TODO.txt @@ -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()