From efc60b26208b0822c085c1d85f6bc5389d2d1dbe Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Wed, 27 Jan 2010 13:51:44 +0000 Subject: [PATCH] Register the event subscribers for the correct interfaces in Plone 3. svn path=/plone.app.discussion/trunk/; revision=33488 --- docs/HISTORY.txt | 1 + plone/app/discussion/subscribers.zcml | 89 +++++++++++++++++++-------- 2 files changed, 65 insertions(+), 25 deletions(-) diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 30503f4..abc0f0d 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,6 +4,7 @@ Changelog 1.0b3 (XXXX-XX-XX) ------------------ +* Register the event subscribers for the correct interfaces in Plone 3. [hannosch] * Factored out subscriber declarations into its own ZCML file. [hannosch] * Bugfix for #2281226: Moderation View: Comments disappear when hitting the 'Apply' button without choosing a bulk action. [timo] * Allow to show the full text of a comment in the moderation view. [timo] diff --git a/plone/app/discussion/subscribers.zcml b/plone/app/discussion/subscribers.zcml index a56fed9..1be80e1 100644 --- a/plone/app/discussion/subscribers.zcml +++ b/plone/app/discussion/subscribers.zcml @@ -1,37 +1,76 @@ - + - + - + - + - + + + + + + + + + + + + + + + + + + +