Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
df2bdf81
Commit
df2bdf81
authored
Feb 26, 2012
by
Matt Selsky
Committed by
Frédéric Buclin
Feb 26, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 573368: Whine emails should include links to load buglists listed in the email
r/a=LpSolit
parent
775710d6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
mail.html.tmpl
template/en/default/whine/mail.html.tmpl
+5
-0
mail.txt.tmpl
template/en/default/whine/mail.txt.tmpl
+2
-1
whine.pl
whine.pl
+1
-0
No files found.
template/en/default/whine/mail.html.tmpl
View file @
df2bdf81
...
...
@@ -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 @@
</tr>
[% END %]
</table>
<p
align=
"left"
>
<a
href=
"[% urlbase FILTER html %]buglist.cgi?cmdtype=runnamed&namedcmd=[% query.name FILTER uri %]"
>
View as [% terms.bug %] list
</a>
</p>
[% END %]
[% ELSE %]
...
...
template/en/default/whine/mail.txt.tmpl
View file @
df2bdf81
...
...
@@ -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 %]
...
...
whine.pl
View file @
df2bdf81
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment