Use unicode for logging comments
authorTryggvi Bjorgvinsson <tryggvib@fsfi.is>
Fri, 28 Feb 2014 23:25:02 +0000 (23:25 +0000)
committerJessica Tallon <jessica@megworld.co.uk>
Fri, 18 Jul 2014 14:27:35 +0000 (15:27 +0100)
commit09bed9a7328c806873405bd2ec5a5cf72930e89c
tree128b92334716663eb229f6f680f2a08326dd1648
parent8c311def96a8e68afeedeb43b38ee019788ca542
Use unicode for logging comments

The comment problems detailed in issue 791 are related to logging
of comments creation. The log tries to format unicode comments into
an ascii string (that is the unicode comment content).

This also creates problems with mark seen functionality since that
also logs the comments which breaks and you end up with a lot of
international comments in your message queue.

This commit makes both log messages unicode as well as the
representation of the comment.
mediagoblin/db/mixin.py
mediagoblin/db/models.py
mediagoblin/notifications/__init__.py
mediagoblin/notifications/task.py