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
Updated by Jean-Philippe Lang over 12 years ago
- Tracker changed from Patch to Defect
- Subject changed from Link html tag is escaped in localized message during delivery of wiki added/updated mail notification to Link is escaped in wiki added/updated notification email
- Status changed from New to Resolved
- Target version set to 2.0.4
- Affected version (unused) set to 2.0.3
- Resolution set to Fixed
- Affected version set to 2.0.3
Patch committed in r9896, thanks.