From f1aaa0d7528ef9137bb4ce866f29fda9cd46009b Mon Sep 17 00:00:00 2001 From: maartenkling Date: Thu, 1 Nov 2012 08:31:02 +0100 Subject: [PATCH 1/4] The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead. --- plone/app/discussion/browser/comments.pt | 4 ++-- plone/app/discussion/browser/stylesheets/discussion.css | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/plone/app/discussion/browser/comments.pt b/plone/app/discussion/browser/comments.pt index 8e28a88..c192e7a 100644 --- a/plone/app/discussion/browser/comments.pt +++ b/plone/app/discussion/browser/comments.pt @@ -44,14 +44,14 @@ tal:attributes="href author_home_url"> Date: Tue, 13 Nov 2012 09:41:57 +0100 Subject: [PATCH 3/4] update changes --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 69ffb3c..e77e101 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,13 @@ Changelog 2.2.1 (unreleased) ------------------ +- fix insufficient privileges when trying to view + the RSS feed of a comment collection + [maartenkling] + +- removed inline border=0 and move it to css + [maartenkling] + - For migrations of comments without a valid old_status, apply the 'published' state. [thet] From 3f82467828fc812e775c49af54f12d1f3374156e Mon Sep 17 00:00:00 2001 From: maartenkling Date: Tue, 13 Nov 2012 09:45:17 +0100 Subject: [PATCH 4/4] add missing declaration --- plone/app/discussion/comment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plone/app/discussion/comment.py b/plone/app/discussion/comment.py index a14eec8..93bab67 100644 --- a/plone/app/discussion/comment.py +++ b/plone/app/discussion/comment.py @@ -80,6 +80,7 @@ class Comment(CatalogAware, WorkflowAware, DynamicType, Traversable, """ implements(IComment) + security = ClassSecurityInfo() meta_type = portal_type = 'Discussion Item' # This needs to be kept in sync with types/Discussion_Item.xml title