From: Matt Selsky Date: Sat, 25 Feb 2012 23:04:04 +0000 (+0100) Subject: Bug 573368: Whine emails should include links to load buglists listed in the email X-Git-Tag: bugzilla-4.3.1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df2bdf8153e103826321d7363f9632b461e7589e;p=thirdparty%2Fbugzilla.git Bug 573368: Whine emails should include links to load buglists listed in the email r/a=LpSolit --- diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index d82e214f7c..81c1041eef 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -12,6 +12,7 @@ # queries: array of hashes containing: # bugs: array containing hashes of fieldnames->values for each bug # title: the title given in the whine scheduling mechanism + # name: the name of the query # author: user object for the person who scheduled this whine # recipient: user object for the intended recipient of the message #%] @@ -71,6 +72,10 @@ [% END %] + +

+ View as [% terms.bug %] list +

[% END %] [% ELSE %] diff --git a/template/en/default/whine/mail.txt.tmpl b/template/en/default/whine/mail.txt.tmpl index eb88414645..44ea655f2a 100644 --- a/template/en/default/whine/mail.txt.tmpl +++ b/template/en/default/whine/mail.txt.tmpl @@ -12,6 +12,7 @@ # queries: array of hashes containing: # bugs: array containing hashes of fieldnames->values for each bug # title: the title given in the whine scheduling mechanism + # name: the name of the query # author: user object for the person who scheduled this whine # recipient: user object for the intended recipient of the message #%] @@ -44,7 +45,7 @@ Summary: [% bug.short_desc %] [% END %] - +View as [% terms.bug %] list: [% urlbase %]buglist.cgi?cmdtype=runnamed&namedcmd=[% query.name FILTER uri %] [% END %] [% ELSE %] diff --git a/whine.pl b/whine.pl index 4929001748..7dca2620b8 100755 --- a/whine.pl +++ b/whine.pl @@ -338,6 +338,7 @@ while (my $event = get_next_event) { # - queries array of hashes containing: # - bugs: array of hashes mapping fieldnames to values for this bug # - title: text title given to this query in the whine event +# - name: text name of this query # - schedule_id integer id of the schedule being run # - subject Subject line for the message # - recipient user object for the recipient