summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-23 00:46:02 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-23 00:46:02 +0200
commitddb5db354ac1b55ce99c9d0e977a2a63099f4c21 (patch)
tree644fe8ebb504af5d5e025ece6eb123a1094137c3 /template/en/default/reports
parent1ccdf14572251c8fe39cf2065fd3ca16da01e1a3 (diff)
downloadbugzilla-ddb5db354ac1b55ce99c9d0e977a2a63099f4c21.tar.gz
bugzilla-ddb5db354ac1b55ce99c9d0e977a2a63099f4c21.tar.xz
Bug 398701: Replace |FILTER url_quote| by |FILTER uri|
r/a=mkanat
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/components.html.tmpl4
-rw-r--r--template/en/default/reports/create-chart.html.tmpl6
-rw-r--r--template/en/default/reports/delete-series.html.tmpl2
-rw-r--r--template/en/default/reports/duplicates-table.html.tmpl8
-rw-r--r--template/en/default/reports/edit-series.html.tmpl6
-rw-r--r--template/en/default/reports/keywords.html.tmpl4
-rw-r--r--template/en/default/reports/report-table.html.tmpl10
-rw-r--r--template/en/default/reports/report.html.tmpl6
8 files changed, 23 insertions, 23 deletions
diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl
index 2b7d1516e..9814f273b 100644
--- a/template/en/default/reports/components.html.tmpl
+++ b/template/en/default/reports/components.html.tmpl
@@ -83,8 +83,8 @@
<tr id="[% comp.name FILTER html %]">
<td rowspan="2" class="component_name">
<a href="buglist.cgi?product=
- [%- product.name FILTER url_quote %]&amp;component=
- [%- comp.name FILTER url_quote %]&amp;resolution=---">
+ [%- product.name FILTER uri %]&amp;component=
+ [%- comp.name FILTER uri %]&amp;resolution=---">
[% comp.name FILTER html %]</a>
</td>
<td class="component_assignee">
diff --git a/template/en/default/reports/create-chart.html.tmpl b/template/en/default/reports/create-chart.html.tmpl
index e2b6090fe..b7068ac14 100644
--- a/template/en/default/reports/create-chart.html.tmpl
+++ b/template/en/default/reports/create-chart.html.tmpl
@@ -180,9 +180,9 @@ function subcatSelected() {
[%- series.series_id %]">Delete</a> |
[% END %]
<a href="buglist.cgi?cmdtype=dorem&amp;namedcmd=
- [% series.category FILTER url_quote %]%20/%20
- [% series.subcategory FILTER url_quote %]%20/%20
- [% series.name FILTER url_quote -%]&amp;series_id=
+ [% series.category FILTER uri %]%20/%20
+ [% series.subcategory FILTER uri %]%20/%20
+ [% series.name FILTER uri -%]&amp;series_id=
[% series.series_id %]&amp;remaction=runseries">Run Search</a>
</td>
</tr>
diff --git a/template/en/default/reports/delete-series.html.tmpl b/template/en/default/reports/delete-series.html.tmpl
index 5003551c7..a25cd1ea5 100644
--- a/template/en/default/reports/delete-series.html.tmpl
+++ b/template/en/default/reports/delete-series.html.tmpl
@@ -52,7 +52,7 @@
<p>
<a href="chart.cgi?action=delete&amp;series_id=[% series.series_id FILTER html %]&amp;token=
- [%- issue_hash_token([series.id, series.name]) FILTER url_quote %]">Yes, delete</a> |
+ [%- issue_hash_token([series.id, series.name]) FILTER uri %]">Yes, delete</a> |
<a href="chart.cgi">No, go back to the charts page</a>
</p>
diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl
index 38ab2d56b..a7abf07b8 100644
--- a/template/en/default/reports/duplicates-table.html.tmpl
+++ b/template/en/default/reports/duplicates-table.html.tmpl
@@ -58,12 +58,12 @@
%]
[% NEXT IF NOT ${param}.defined %]
[% FOREACH value = ${param} %]
- [% filtered_value = value FILTER url_quote %]
+ [% filtered_value = value FILTER uri %]
[% base_args.push("$param=$filtered_value") %]
[% END %]
[% END %]
[% IF sortvisible %]
- [% bug_ids_string = bug_ids.nsort.join(',') FILTER url_quote %]
+ [% bug_ids_string = bug_ids.nsort.join(',') FILTER uri %]
[% base_args.push("bug_id=$bug_ids_string") %]
[% END %]
[% base_args_string = base_args.join('&amp;') %]
@@ -80,9 +80,9 @@
[% column.reverse_sort = reverse ? 0 : 1 %]
[% END %]
<th class="[% column.name FILTER html %]">
- <a href="duplicates.cgi?sortby=[% column.name FILTER url_quote %]
+ <a href="duplicates.cgi?sortby=[% column.name FILTER uri %]
[% IF column.reverse_sort.defined %]
- [%- %]&amp;reverse=[% column.reverse_sort FILTER url_quote %]
+ [%- %]&amp;reverse=[% column.reverse_sort FILTER uri %]
[% END %]
[% IF base_args_string %]
[% "&amp;$base_args_string" FILTER none %]
diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl
index 214bbcd75..9afe7edcd 100644
--- a/template/en/default/reports/edit-series.html.tmpl
+++ b/template/en/default/reports/edit-series.html.tmpl
@@ -64,9 +64,9 @@ set.
<a href="query.cgi?[% default.query FILTER html %]">View
series search parameters</a> |
<a href="buglist.cgi?cmdtype=dorem&amp;namedcmd=
- [% default.category FILTER url_quote %]-
- [% default.subcategory FILTER url_quote %]-
- [% default.name FILTER url_quote %]&amp;remaction=runseries&amp;series_id=
+ [% default.category FILTER uri %]-
+ [% default.subcategory FILTER uri %]-
+ [% default.name FILTER uri %]&amp;remaction=runseries&amp;series_id=
[% default.series_id %]">Run series search</a>
</p>
diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl
index d6fe03425..045c6ebeb 100644
--- a/template/en/default/reports/keywords.html.tmpl
+++ b/template/en/default/reports/keywords.html.tmpl
@@ -56,7 +56,7 @@
<td>[% keyword.description FILTER html_light %]</td>
<td align="center">
[% IF keyword.bug_count > 0 %]
- <a href="buglist.cgi?keywords=[% keyword.name FILTER url_quote %]&amp;resolution=---">
+ <a href="buglist.cgi?keywords=[% keyword.name FILTER uri %]&amp;resolution=---">
Search</a>
[% ELSE %]
none
@@ -64,7 +64,7 @@
</td>
<td align="right">
[% IF keyword.bug_count > 0 %]
- <a href="buglist.cgi?keywords=[% keyword.name FILTER url_quote %]">
+ <a href="buglist.cgi?keywords=[% keyword.name FILTER uri %]">
[% keyword.bug_count %]</a>
[% ELSE %]
none
diff --git a/template/en/default/reports/report-table.html.tmpl b/template/en/default/reports/report-table.html.tmpl
index 164a833bf..cd854230f 100644
--- a/template/en/default/reports/report-table.html.tmpl
+++ b/template/en/default/reports/report-table.html.tmpl
@@ -42,7 +42,7 @@
[% "&amp;$tbl_vals" IF tbl_vals %][% END %]
[% ELSE %]
[% urlbase = BLOCK %]buglist.cgi?[% buglistbase FILTER html %]&amp;
- [% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %][% END %]
+ [% tbl_field FILTER uri %]=[% tbl FILTER uri %][% END %]
[% END %]
<script type="text/javascript">
@@ -193,8 +193,8 @@ YAHOO.util.Event.addListener(window, "load", function() {
<td class="[% classes.$row_idx.$col_idx %]" align="center">
[% IF data.$tbl.$col.$row AND data.$tbl.$col.$row > 0 %]
<a href="[% urlbase %]&amp;
- [% row_field FILTER url_quote %]=[% row FILTER url_quote %]&amp;
- [% col_field FILTER url_quote %]=[% col FILTER url_quote %]">
+ [% row_field FILTER uri %]=[% row FILTER uri %]&amp;
+ [% col_field FILTER uri %]=[% col FILTER uri %]">
[% data.$tbl.$col.$row %]</a>
[% ELSE %]
.
@@ -203,7 +203,7 @@ YAHOO.util.Event.addListener(window, "load", function() {
[% END %]
<td class="ttotal" align="right">
<a href="[% urlbase %]&amp;
- [% row_field FILTER url_quote %]=[% row FILTER url_quote %]
+ [% row_field FILTER uri %]=[% row FILTER uri %]
[% "&amp;$col_vals" IF col_vals %]">
[% row_total %]</a>
[% grand_total = grand_total + row_total %]
@@ -220,7 +220,7 @@ YAHOO.util.Event.addListener(window, "load", function() {
<td class="ttotal" align="center">
<a href="[% urlbase %]&amp;
- [% col_field FILTER url_quote %]=[% col FILTER url_quote %]
+ [% col_field FILTER uri %]=[% col FILTER uri %]
[% "&amp;$row_vals" IF row_vals %]">
[% col_totals.$col %]</a>
</td>
diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl
index 0c15c9489..d4c9d4043 100644
--- a/template/en/default/reports/report.html.tmpl
+++ b/template/en/default/reports/report.html.tmpl
@@ -101,14 +101,14 @@
[% END %]
[% imageurl = BLOCK %]report.cgi?[% imagebase FILTER html %]&amp;format=
- [% format FILTER url_quote %]&amp;ctype=png&amp;action=plot&amp;
+ [% format FILTER uri %]&amp;ctype=png&amp;action=plot&amp;
[% IF tbl_field %]
[% IF tbl != "-total-" %]
- [% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %]&amp;
+ [% tbl_field FILTER uri %]=[% tbl FILTER uri %]&amp;
[% ELSE %]
[% FOREACH tblname = tbl_names %]
[% IF tblname != "-total-" %]
- [% tbl_field FILTER url_quote %]=[% tblname FILTER url_quote %]&amp;
+ [% tbl_field FILTER uri %]=[% tblname FILTER uri %]&amp;
[% END %]
[% END %]
[% END %]