From 1b78a1839b5cafb2df22f4a04ef6be4540a1a159 Mon Sep 17 00:00:00 2001 From: Hanno Schlichting Date: Wed, 27 Jan 2010 12:28:47 +0000 Subject: [PATCH] Factored out subscriber declarations into its own ZCML file. svn path=/plone.app.discussion/trunk/; revision=33486 --- docs/HISTORY.txt | 1 + plone/app/discussion/configure.zcml | 33 +----------------------- plone/app/discussion/subscribers.zcml | 37 +++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 32 deletions(-) create mode 100644 plone/app/discussion/subscribers.zcml diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 2c8accc..30503f4 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -4,6 +4,7 @@ Changelog 1.0b3 (XXXX-XX-XX) ------------------ +* 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] * German translation added. [timo] diff --git a/plone/app/discussion/configure.zcml b/plone/app/discussion/configure.zcml index f66a27a..f6d6b5d 100644 --- a/plone/app/discussion/configure.zcml +++ b/plone/app/discussion/configure.zcml @@ -8,6 +8,7 @@ + @@ -57,38 +58,6 @@ - - - - - - - - - - - - diff --git a/plone/app/discussion/subscribers.zcml b/plone/app/discussion/subscribers.zcml new file mode 100644 index 0000000..a56fed9 --- /dev/null +++ b/plone/app/discussion/subscribers.zcml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + +