merge r34694-r34695 from the jarn-1.0b3 branch.
Fix unicode error when non-ASCII characters are typed into the name field of a comment by anonymous users. We are indexing the member.id only now instead of the full member name or what anonymous users typed into the name field. svn path=/plone.app.discussion/trunk/; revision=34932
This commit is contained in:
@@ -4,6 +4,10 @@ Changelog
|
||||
1.0b4 (unreleased)
|
||||
------------------
|
||||
|
||||
* Fix unicode error when non-ASCII characters are typed into the name field of a
|
||||
comment by anonymous users.
|
||||
[regebro]
|
||||
|
||||
* New feature: As a moderator, I am notified when new comments require my
|
||||
attention.
|
||||
[timo]
|
||||
@@ -17,6 +21,7 @@ Changelog
|
||||
* Added greek translation.
|
||||
[ggozad]
|
||||
|
||||
|
||||
1.0b3 (2010-01-28)
|
||||
------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user