Plone.app.discussion

Latest version: v4.1.2

Safety actively analyzes 629855 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 20

1.0b12

-------------------

- Remove AJAX comment deletion binding. This function relies on the nextUntil()
selector introduced by jQuery 1.4 and therefore breaks in Plone 3
(that currently uses jQuery 1.3.2).
[timo]

1.0b11

-------------------

- Fix Dutch and Czech language code and name.
[timo]

- Re-add the CommentsViewlet can_manage method. This method has been removed
in version 1.0b9 and added again in 1.0b11 because we don't want to change
the API in beta releases.
[timo]

- Declare z3c.form and zope.schema as minimum version dependencies in setup.py
in case people use a different KGS.
[timo]

- Add and update es and eu l10ns.
[dukebody, on behalf of erral]

- Ajaxify comment deletion and approval.
[thomasdesvenain]

- New feature: As a logged-in user, I can enable/disable email notification of
additional comments on this content object.
[timo]

- Disable the plone.app.registry check on schema elements, so no error is
raised on upgrades. This fixes http://dev.plone.org/plone/ticket/11195.
[timo]

- Remove the too generic id attribute of the comment form.
[timo]

- Fixed handling of non-ascii member data, like fullname and email.
[hannosch]

1.0b10

-------------------

- Fixed "global name 'WrongCaptchaCode' is not defined" if norobots captcha,
but no other validation package is installed.
[naro]

- Check if there is a 'pending' review state in the current workflow for
comments instead of just checking for the 'comment_review_workflow'. This
allows integrators to use a custom review workflow. This fixes
http://dev.plone.org/plone/ticket/11184.
[timo]

- fixed plone-it.po (improper language code ('en' instead of 'it'))
[ajung]

1.0b9

------------------

- Replace the can_manage method with a can_review method that checks the
'Review comments' permission. This fixes
http://dev.plone.org/plone/ticket/11145.
[timo]

- Fix moderation actions (publish, delete) in the moderation view with virtual
hosts. This is a replacement for http://dev.plone.org/plone/changeset/35608.
[timo]

- Do not show two "login to add comments" buttons when there are no comments
yet. This fixes http://plone.org/products/plone.app.discussion/issues/12.
[timo]

1.0b8

------------------

- Apply the comment viewlet template and styles to the new title-less comments.
This might require integrators to apply their custom templates and styles.
[timo]

- Remove title field from the comment form and replace it with an auto-generated
title ("John Doe on Welcome to Plone").
[timo]

- Fix http://dev.plone.org/plone/ticket/11098: "Comment byline shows login
name, not full name"
[kiorky]

- Make sure the __parent__ pointer (the conversation) of a comment is not
acquisition wrapped in conversation.addComment. This fixes
http://dev.plone.org/plone/ticket/11157.
[timo]

- Revert r35608 since this was breaking the comment moderation bulk actions.
The BulkActionsView expects the absolute path of the comments without the
portal url (e.g. '/plone/doc1/++conversation++default/1285346769126020').
This fixes http://dev.plone.org/plone/ticket/11156.
[timo]

- Use "(function($) { /* some code that uses $ \*/ })(jQuery)" instead of
"$(document).ready(function(){ /* some code that uses $ \*/ });" to invoke
jQuery code.
[timo]

- Finnish translation added.
[saffe]

- Italian translation updated.
[keul]

1.0b7

------------------

* Captcha plugin support for collective.z3cform.norobots (version >= 1.1) added.
[saffe]

* Store dates in utc and not in local time. Display local time
[do3cc]

* Fetch context for the comment view with "context = aq_inner(self.context)".
[timo]

* Raise an unauthorized error when authenticated users try to post a comment
on a content object that has discussion disabled. Thanks to vincentfrentin
for reporting this.
[timo]

* Czech translation added.
[naro]

* Clean up code with PyLint.
[timo]

* Make Javascripts pass JSLint validation.
[timo]

* Put email notification subscribers into their own zcml file so it is easier
for integrators to override them.
[timo]

* Plain text and intelligent text options for comment text added to preserve
basic text structure and to make links clickable.
[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.
[vincentfretin]

Page 18 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.