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 @@ + + + + + + + + + + + + + + +