diff --git a/CHANGES.txt b/CHANGES.txt index 53f517c..38177ca 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,13 +6,13 @@ Changelog - Make sure the __parent__ pointer (the conversation) of a comment is not acquisition wrapped in conversation.addComment. This fixes - https://dev.plone.org/plone/ticket/11156. + http://dev.plone.org/plone/ticket/11156. [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 https://dev.plone.org/plone/ticket/11156. + This fixes http://dev.plone.org/plone/ticket/11156. [timo] - Use "(function($) { /* some code that uses $ */ })(jQuery)" instead of