You need to sign in or sign up before continuing.
Commit 663b5520 authored by Dave Lawrence's avatar Dave Lawrence

Bug 933736 - names are no longer links in html bugmail with background bugmail generation

r/a=glob
parent 7d590c7d
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<b>[% "Comment # ${comment.count}" FILTER bug_link(bug, <b>[% "Comment # ${comment.count}" FILTER bug_link(bug,
{comment_num => comment.count, full_url => 1, user => to_user}) FILTER none %] {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 %] 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 %]</b> from [% INCLUDE global/user.html.tmpl user = to_user, who = comment.author %]</b>
[% END %] [% END %]
<pre>[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment, to_user) %]</pre> <pre>[% comment.body_full({ wrap => 1 }) FILTER quoteUrls(bug, comment, to_user) %]</pre>
</div> </div>
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
FILTER bug_link(change.blocker, {full_url => 1, user => to_user}) FILTER none %], FILTER bug_link(change.blocker, {full_url => 1, user => to_user}) FILTER none %],
which changed state. which changed state.
[% ELSE %] [% 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 %] [%+ "${terms.bug} ${bug.id}" FILTER bug_link(bug, {full_url => 1, user => to_user}) FILTER none %]
[% END %] [% END %]
<br> <br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment