Do not use https links in CHANGES.txt.

svn path=/plone.app.discussion/trunk/; revision=40426
This commit is contained in:
Timo Stollenwerk 2010-09-29 06:46:57 +00:00
parent f243929662
commit e603494a83

View File

@ -6,13 +6,13 @@ Changelog
- Make sure the __parent__ pointer (the conversation) of a comment is not - Make sure the __parent__ pointer (the conversation) of a comment is not
acquisition wrapped in conversation.addComment. This fixes acquisition wrapped in conversation.addComment. This fixes
https://dev.plone.org/plone/ticket/11156. http://dev.plone.org/plone/ticket/11156.
[timo] [timo]
- Revert r35608 since this was breaking the comment moderation bulk actions. - Revert r35608 since this was breaking the comment moderation bulk actions.
The BulkActionsView expects the absolute path of the comments without the The BulkActionsView expects the absolute path of the comments without the
portal url (e.g. '/plone/doc1/++conversation++default/1285346769126020'). 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] [timo]
- Use "(function($) { /* some code that uses $ */ })(jQuery)" instead of - Use "(function($) { /* some code that uses $ */ })(jQuery)" instead of