From e603494a832d1d9642d77db0164926aaf02912bd Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Wed, 29 Sep 2010 06:46:57 +0000 Subject: [PATCH] Do not use https links in CHANGES.txt. svn path=/plone.app.discussion/trunk/; revision=40426 --- CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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