Defect #11262
closedLink is escaped in wiki added/updated notification email
0%
Description
After wiki page update/addition a notification mail is generated. This mail contains localized message :mail_body_wiki_content_updated
with interpolated html link to wiki page (:id
argument).
Currently, this generated message is treated as html unsafe and thus all tags are escaped. The workaround is to call html_safe
method on localized message. Attached patch contains implementation of this workaround and unit tests covering this issue.
Please let me know if there is a better solution.
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.4
Rails version 3.2.6
Active Record version 3.2.6
Action Pack version 3.2.6
Active Resource version 3.2.6
Action Mailer version 3.2.6
Active Support version 3.2.6
Environment development
Database adapter sqlite3
Database schema version 20120422150750
Files