From: Dave Lawrence Date: Mon, 4 Nov 2013 18:52:10 +0000 (-0500) Subject: Bug 933736 - names are no longer links in html bugmail with background bugmail generation X-Git-Tag: bugzilla-4.5.2~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=663b5520e2d205979dfa39ea14b1ef9b55296635;p=thirdparty%2Fbugzilla.git Bug 933736 - names are no longer links in html bugmail with background bugmail generation r/a=glob --- diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index 5d31d27a0e..6464e0a96b 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -23,7 +23,7 @@ [% "Comment # ${comment.count}" FILTER bug_link(bug, {comment_num => comment.count, full_url => 1, user => to_user}) FILTER none %] on [% "$terms.bug $bug.id" FILTER bug_link(bug, { full_url => 1, user => to_user }) FILTER none %] - from [% INCLUDE global/user.html.tmpl who = comment.author %] + from [% INCLUDE global/user.html.tmpl user = to_user, who = comment.author %] [% END %]
[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment, to_user) %]
@@ -64,7 +64,7 @@ FILTER bug_link(change.blocker, {full_url => 1, user => to_user}) FILTER none %], which changed state. [% ELSE %] - [% INCLUDE global/user.html.tmpl who = change.who %] changed + [% INCLUDE global/user.html.tmpl user = to_user, who = change.who %] changed [%+ "${terms.bug} ${bug.id}" FILTER bug_link(bug, {full_url => 1, user => to_user}) FILTER none %] [% END %]