Whitespace

svn path=/plone.app.discussion/trunk/; revision=37348
This commit is contained in:
Hanno Schlichting 2010-06-18 11:14:53 +00:00
parent 12589d9fd2
commit 6d415efde7

View File

@ -4,11 +4,11 @@ Changelog
1.0b5 (unreleased) 1.0b5 (unreleased)
------------------ ------------------
* Remove the hard coded check for title and text when the comment form is * Remove the hard coded check for title and text when the comment form is
submitted. This allows integrators to write schema extenders that remove the submitted. This allows integrators to write schema extenders that remove the
title from the comment form. title from the comment form.
[timo] [timo]
* Move captcha registration to its own captcha.zcml file. * Move captcha registration to its own captcha.zcml file.
[timo] [timo]
@ -16,8 +16,8 @@ Changelog
support added. support added.
[timo] [timo]
* Simplify the CaptchaValidator class by dynamically adapting a view with the * Simplify the CaptchaValidator class by dynamically adapting a view with the
name of the captcha plugin (e.g. recaptcha, captcha, akismet) for the name of the captcha plugin (e.g. recaptcha, captcha, akismet) for the
validator. validator.
[timo] [timo]
@ -37,14 +37,14 @@ Changelog
* Clean up Javascript code. * Clean up Javascript code.
[timo] [timo]
* Fix encoding error in migration procedure, otherwise migration procedure * Fix encoding error in migration procedure, otherwise migration procedure
breaks on joining output list in case we have there any non-ascii characters. breaks on joining output list in case we have there any non-ascii characters.
[piv] [piv]
* plone.z3cform 0.6.0 compatibility (fix maximum recursion depth error which * plone.z3cform 0.6.0 compatibility (fix maximum recursion depth error which
appears with plone.z3cform higher than 0.5.10). appears with plone.z3cform higher than 0.5.10).
[piv] [piv]
* Removed moderation.js from js registry and include it only in moderation.pt as * Removed moderation.js from js registry and include it only in moderation.pt as
that is the only place where it is used. that is the only place where it is used.
[ggozad] [ggozad]
@ -57,7 +57,7 @@ Changelog
attention. attention.
[timo] [timo]
* Sphinx-based developer documentation added. See * Sphinx-based developer documentation added. See
http://packages.python.org/plone.app.discussion. http://packages.python.org/plone.app.discussion.
[timo] [timo]
@ -66,23 +66,23 @@ Changelog
* Rename 'publish comment' to 'approve comment'. This fixes #1608470. * Rename 'publish comment' to 'approve comment'. This fixes #1608470.
[timo] [timo]
* Show a warning in the moderation view if the moderation workflow is disabled. * Show a warning in the moderation view if the moderation workflow is disabled.
[timo] [timo]
* Move 'Moderate comments' link from site actions to user actions. * Move 'Moderate comments' link from site actions to user actions.
[timo] [timo]
* Fix #662654: As an administrator, I can configure a Collection to show recent * Fix #662654: As an administrator, I can configure a Collection to show recent
comments. Comment.Type() now correctly returns the FTI title ('Comment') comments. Comment.Type() now correctly returns the FTI title ('Comment')
[chaoflow] [chaoflow]
* German translation updated. * German translation updated.
[juh] [juh]
* Fix #2419342: Fix untranslated published/deleted status messages. * Fix #2419342: Fix untranslated published/deleted status messages.
[timo] [timo]
* Remove fixed width of the actions column of the moderation view. The * Remove fixed width of the actions column of the moderation view. The
translated button titles can differ in size from the English titles. translated button titles can differ in size from the English titles.
[timo] [timo]
@ -93,7 +93,7 @@ Changelog
* Fix unicode error when non-ASCII characters are typed into the name field of a * Fix unicode error when non-ASCII characters are typed into the name field of a
comment by anonymous users. comment by anonymous users.
[regebro] [regebro]
* Make p.a.d. work with the recent version of plone.z3cform (0.5.10) * Make p.a.d. work with the recent version of plone.z3cform (0.5.10)
[timo] [timo]
@ -221,13 +221,13 @@ Changelog
* Plone 4 / Zope 2.12 support * Plone 4 / Zope 2.12 support
[timo] [timo]
* Comment migration script added * Comment migration script added
[timo] [timo]
* Pluggable plone.z3cform comment forms * Pluggable plone.z3cform comment forms
[timo] [timo]
* Captcha and ReCaptcha support added * Captcha and ReCaptcha support added
[timo] [timo]