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
0be9c486
Commit
0be9c486
authored
Nov 19, 2012
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 812220: bug_link() is called twice per bug in bug/process/results.html.tmpl
r=glob a=LpSolit
parent
b0e18c6d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
11 deletions
+7
-11
Requirements.pm
Bugzilla/Install/Requirements.pm
+2
-3
results.html.tmpl
template/en/default/bug/process/results.html.tmpl
+4
-5
filterexceptions.pl
template/en/default/filterexceptions.pl
+1
-3
No files found.
Bugzilla/Install/Requirements.pm
View file @
0be9c486
...
@@ -121,12 +121,11 @@ sub REQUIRED_MODULES {
...
@@ -121,12 +121,11 @@ sub REQUIRED_MODULES {
module
=>
'DBI'
,
module
=>
'DBI'
,
version
=>
(
vers_cmp
(
$perl_ver
,
'5.13.3'
)
>
-
1
)
?
'1.614'
:
'1.54'
version
=>
(
vers_cmp
(
$perl_ver
,
'5.13.3'
)
>
-
1
)
?
'1.614'
:
'1.54'
},
},
# 2.22 fixes various problems related to UTF8 strings in hash keys,
# 2.24 contains several useful text virtual methods.
# as well as line endings on Windows.
{
{
package
=>
'Template-Toolkit'
,
package
=>
'Template-Toolkit'
,
module
=>
'Template'
,
module
=>
'Template'
,
version
=>
'2.2
2
'
version
=>
'2.2
4
'
},
},
# 2.04 implement the "Test" method (to write to data/mailer.testfile).
# 2.04 implement the "Test" method (to write to data/mailer.testfile).
{
{
...
...
template/en/default/bug/process/results.html.tmpl
View file @
0be9c486
...
@@ -20,23 +20,22 @@
...
@@ -20,23 +20,22 @@
[% DEFAULT type="bug" %]
[% DEFAULT type="bug" %]
[% Link = BLOCK %][% "$terms.Bug $id" FILTER bug_link(id) %][% END %]
[% link = BLOCK %][% terms.bug %] [%+ id FILTER bug_link(id) FILTER none %][% END %]
[% link = BLOCK %][% "$terms.bug $id" FILTER bug_link(id) %][% END %]
[%
[%
title = {
title = {
'bug' => "Changes submitted for $link" ,
'bug' => "Changes submitted for $link" ,
'dupe' => "Duplicate notation added to $link" ,
'dupe' => "Duplicate notation added to $link" ,
'dep' => "Checking for dependency changes on $link" ,
'dep' => "Checking for dependency changes on $link" ,
'created' => "$
L
ink has been added to the database" ,
'created' => "$
l
ink has been added to the database" ,
'move' => "$
L
ink has been moved to another database" ,
'move' => "$
l
ink has been moved to another database" ,
}
}
%]
%]
[% Hook.process('title') %]
[% Hook.process('title') %]
<dl>
<dl>
<dt>[% title.$type %]</dt>
<dt>[% title.$type
.ucfirst
%]</dt>
<dd>
<dd>
[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = id %]
[% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = id %]
[%# Links to more information about the changed bug. %]
[%# Links to more information about the changed bug. %]
...
...
template/en/default/filterexceptions.pl
View file @
0be9c486
...
@@ -267,9 +267,7 @@
...
@@ -267,9 +267,7 @@
],
],
'bug/process/results.html.tmpl'
=>
[
'bug/process/results.html.tmpl'
=>
[
'title.$type'
,
'title.$type.ucfirst'
,
'"$terms.Bug $id" FILTER bug_link(id)'
,
'"$terms.bug $id" FILTER bug_link(id)'
,
],
],
'bug/create/create.html.tmpl'
=>
[
'bug/create/create.html.tmpl'
=>
[
...
...
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