Bug 933736 - names are no longer links in html bugmail with background bugmail generation
r/a=glob git-svn-id: svn://10.0.0.236/trunk@265091 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a7fc64fcfe
commit
c8f3d68652
@ -1 +1 @@
|
|||||||
8794
|
8795
|
||||||
@ -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 @@
|
|||||||
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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user