From: jordan Date: Thu, 14 Apr 2011 21:51:36 +0000 (+0000) Subject: notifications improvement, now we make sure that the username has passed through... X-Git-Tag: live~328 X-Git-Url: https://git.openstreetmap.org/osqa.git/commitdiff_plain/ba9a60ad5002f1d8ea271f030f4ae5f5e898f7c7?hp=ba9a60ad5002f1d8ea271f030f4ae5f5e898f7c7 notifications improvement, now we make sure that the username has passed through the smart_unicode function and the returned object is a safe unicode string. This used to cause some trouble with the new comment posted notifications. Also fixing a small bug in the accepted answer notifications. The Question object shouldn't go through the smart_str function, then the Question object gets converted to a Unicode string and this caused trouble with the URL reverse process. git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@985 0cfe37f9-358a-4d5e-be75-b63607b5c754 ---