From 3968f6291ec8f90ef5eed787240657fd35c9fcbc Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Fri, 10 Dec 2010 08:57:53 +0000 Subject: [PATCH] Assigning the 'Reply to item' permission to the 'Authenticated' role. The old commenting system allowed 'Authenticated' users to post comments. Also, OpenID users do not possess the 'Authenticated' role. svn path=/plone.app.discussion/trunk/; revision=46231 --- CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index e1fbfd5..f4e9a8b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,11 @@ Changelog 1.0RC1 (unreleased) ------------------- +- Assigning the 'Reply to item' permission to the 'Authenticated' role. The old + commenting system allowed 'Authenticated' users to post comments. Also, OpenID + users do not possess the 'Authenticated' role. + [timo] + - Make sure the handleComment method checks for the 'Reply to item' permission when adding a comment. [timo]