From 61565de95a20f1a6177a868362817a7470bc72f8 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 26 Aug 2010 09:31:49 +0000 Subject: [PATCH] Put email notification subscribers into their own zcml file so it is easier for integrators to override them. svn path=/plone.app.discussion/trunk/; revision=38981 --- CHANGES.txt | 4 +++ plone/app/discussion/configure.zcml | 1 + plone/app/discussion/notifications.zcml | 47 +++++++++++++++++++++++++ plone/app/discussion/subscribers.zcml | 28 --------------- 4 files changed, 52 insertions(+), 28 deletions(-) create mode 100644 plone/app/discussion/notifications.zcml diff --git a/CHANGES.txt b/CHANGES.txt index a70a227..b6ecdeb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,10 @@ Changelog 1.0b7 (unreleased) ------------------ +* Put email notification subscribers into their own zcml file so it is easier + for integrators to override them. + [timo] + * Plain text and intelligent text options for comment text added to preserve basic text structure and to make links clickable. [timo] diff --git a/plone/app/discussion/configure.zcml b/plone/app/discussion/configure.zcml index 0ea1f1d..e7b9d2f 100644 --- a/plone/app/discussion/configure.zcml +++ b/plone/app/discussion/configure.zcml @@ -12,6 +12,7 @@ + diff --git a/plone/app/discussion/notifications.zcml b/plone/app/discussion/notifications.zcml new file mode 100644 index 0000000..e72aee0 --- /dev/null +++ b/plone/app/discussion/notifications.zcml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/plone/app/discussion/subscribers.zcml b/plone/app/discussion/subscribers.zcml index 6e0cb1f..0323996 100644 --- a/plone/app/discussion/subscribers.zcml +++ b/plone/app/discussion/subscribers.zcml @@ -36,20 +36,6 @@ zope.lifecycleevent.interfaces.IObjectRemovedEvent" handler=".tool.unindex_object" /> - - - - - - - -