From 471b87cfdf5f78e29aa5ba27c19a84139135e1fd Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 20 Jan 2011 20:37:14 +0000 Subject: [PATCH] Discussion is disabled by default only in p.a.discussion 2.x. svn path=/plone.app.discussion/trunk/; revision=46976 --- CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index ccf658e..c7ef789 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,9 @@ Changelog 2.0RC1 (unreleased) ------------------- +- Disable discussion by default. + [timo] + - Enable ajaxify comment deletion again ([thomasdesvenain]). This has been disabled in 1.0b12 because of problems with Plone 3. [timo] @@ -33,9 +36,6 @@ Changelog - Avoid sending multiple notification emails to the same person when he has commented multiple times. [maurits] - -- Disable discussion by default. - [timo] - Move discussion action item from actionicons.xml to actions.xml to avoid deprecation warning.