diff --git a/CHANGES.txt b/CHANGES.txt index 667d126..9c449cb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,9 @@ Changelog 1.0b7 (unreleased) ------------------ +* Plain text to HTML transformation added for comment text. + [timo] + * Rewrote all tal:condition in comments.pt. The authenticated user has the reply button and the comment form if he has the "Reply to item" permission And the discussion is currently allowed. diff --git a/plone/app/discussion/browser/comments.pt b/plone/app/discussion/browser/comments.pt index 24ea7f6..688b3ca 100644 --- a/plone/app/discussion/browser/comments.pt +++ b/plone/app/discussion/browser/comments.pt @@ -81,7 +81,7 @@
+ tal:content="structure python:view.cook(reply.getText())" />