From 9790dd5b65bfff1fe31ca2c819fee35ed30ffe25 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Thu, 20 Jan 2011 19:49:58 +0000 Subject: [PATCH] Enable discussion by default if p.a.discussion is shipped as add-on product. svn path=/plone.app.discussion/branches/1.x/; revision=46973 --- CHANGES.txt | 3 --- plone/app/discussion/interfaces.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index cd15295..3a7ce71 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -22,9 +22,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. diff --git a/plone/app/discussion/interfaces.py b/plone/app/discussion/interfaces.py index bfdf1a7..1259c0c 100644 --- a/plone/app/discussion/interfaces.py +++ b/plone/app/discussion/interfaces.py @@ -29,7 +29,7 @@ class IDiscussionSettings(Interface): "specific content types, folders or content objects " "before users will be able to post comments."), required=False, - default=False, + default=True, ) anonymous_comments = schema.Bool(