Commit c650592f authored by Matt Selsky's avatar Matt Selsky Committed by Frédéric Buclin

Bug 696387: Remove useless calls to field-descs.none.tmpl

r/a=LpSolit
parent df2bdf81
...@@ -15,8 +15,6 @@ ...@@ -15,8 +15,6 @@
# if he declines submission. # if he declines submission.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS global/header.html.tmpl title = "Suspicious Action" [% PROCESS global/header.html.tmpl title = "Suspicious Action"
style_urls = ['skins/standard/global.css'] %] style_urls = ['skins/standard/global.css'] %]
......
...@@ -10,8 +10,6 @@ ...@@ -10,8 +10,6 @@
desc = "Set up $terms.bug change policies" desc = "Set up $terms.bug change policies"
%] %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% accept_status = display_value('bug_status', 'IN_PROGRESS') FILTER html %] [% accept_status = display_value('bug_status', 'IN_PROGRESS') FILTER html %]
[% param_descs = { [% param_descs = {
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% sortlist_separator = '---' %] [% sortlist_separator = '---' %]
<dl> <dl>
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# classification: Bugzilla::Classifiation object; classification product is in. # classification: Bugzilla::Classifiation object; classification product is in.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% IF Param('useclassification') %] [% IF Param('useclassification') %]
<tr> <tr>
<th align="right">Classification:</th> <th align="right">Classification:</th>
......
...@@ -26,8 +26,6 @@ ...@@ -26,8 +26,6 @@
style_urls = ['skins/standard/admin.css'] style_urls = ['skins/standard/admin.css']
%] %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% IF changes.name.defined %] [% IF changes.name.defined %]
<p> <p>
Updated product name from '[% changes.name.0 FILTER html %]' to Updated product name from '[% changes.name.0 FILTER html %]' to
......
...@@ -65,8 +65,6 @@ ...@@ -65,8 +65,6 @@
# #
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[%################### TABLE HEADER ######################%] [%################### TABLE HEADER ######################%]
<table id="admin_table" border="1" cellpadding="4" cellspacing="0"> <table id="admin_table" border="1" cellpadding="4" cellspacing="0">
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% INCLUDE global/header.html.tmpl [% INCLUDE global/header.html.tmpl
title = "Comments Required on Status Transitions" title = "Comments Required on Status Transitions"
style_urls = ['skins/standard/admin.css'] style_urls = ['skins/standard/admin.css']
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% INCLUDE global/header.html.tmpl [% INCLUDE global/header.html.tmpl
title = "Edit Workflow" title = "Edit Workflow"
style_urls = ['skins/standard/admin.css'] style_urls = ['skins/standard/admin.css']
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[%# Define strings that will serve as the title and header of this page %] [%# Define strings that will serve as the title and header of this page %]
[% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bug.bug_id %][% END %] [% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bug.bug_id %][% END %]
[% header = BLOCK %]Create New Attachment for [% header = BLOCK %]Create New Attachment for
......
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
# it was affected by an old Bugzilla bug.) # it was affected by an old Bugzilla bug.)
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS bug/time.html.tmpl %] [% PROCESS bug/time.html.tmpl %]
[% IF incomplete_data %] [% IF incomplete_data %]
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% title = BLOCK %]Enter [% terms.Bug %]: [% product.name FILTER html %][% END %] [% title = BLOCK %]Enter [% terms.Bug %]: [% product.name FILTER html %][% END %]
[% PROCESS global/header.html.tmpl [% PROCESS global/header.html.tmpl
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS 'global/field-descs.none.tmpl' %]
[% filtered_desc = blocked_tree.$bugid.short_desc FILTER html %] [% filtered_desc = blocked_tree.$bugid.short_desc FILTER html %]
[% PROCESS global/header.html.tmpl [% PROCESS global/header.html.tmpl
title = "Dependency tree for $terms.Bug $bugid" title = "Dependency tree for $terms.Bug $bugid"
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS bug/time.html.tmpl %] [% PROCESS bug/time.html.tmpl %]
<script type="text/javascript"> <script type="text/javascript">
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS global/header.html.tmpl [% PROCESS global/header.html.tmpl
title = "Full Text $terms.Bug Listing" title = "Full Text $terms.Bug Listing"
h1 = "" h1 = ""
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% title = "Time Summary " %] [% title = "Time Summary " %]
[% IF do_depends %] [% IF do_depends %]
[% title = title _ "for " %] [% title = title _ "for " %]
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% field_label = field_descs.${change.field_name} %] [% field_label = field_descs.${change.field_name} %]
[% old_value = display_value(change.field_name, change.old) %] [% old_value = display_value(change.field_name, change.old) %]
[% new_value = display_value(change.field_name, change.new) %] [% new_value = display_value(change.field_name, change.new) %]
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS "global/reason-descs.none.tmpl" %] [% PROCESS "global/reason-descs.none.tmpl" %]
[% isnew = bug.lastdiffed ? 0 : 1 %] [% isnew = bug.lastdiffed ? 0 : 1 %]
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS "global/reason-descs.none.tmpl" %] [% PROCESS "global/reason-descs.none.tmpl" %]
[% isnew = bug.lastdiffed ? 0 : 1 %] [% isnew = bug.lastdiffed ? 0 : 1 %]
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS "global/reason-descs.none.tmpl" %] [% PROCESS "global/reason-descs.none.tmpl" %]
[% isnew = bug.lastdiffed ? 0 : 1 %] [% isnew = bug.lastdiffed ? 0 : 1 %]
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
From: [% Param("mailfrom") %] From: [% Param("mailfrom") %]
To: [% email %][% Param("emailsuffix") %] To: [% email %][% Param("emailsuffix") %]
Subject: Your [% terms.Bugzilla %] [%+ terms.bug %] list needs attention. Subject: Your [% terms.Bugzilla %] [%+ terms.bug %] list needs attention.
......
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
# in this file; if you do not wish to change it, use the "none" filter. # in this file; if you do not wish to change it, use the "none" filter.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% DEFAULT title = "Internal Error" %] [% DEFAULT title = "Internal Error" %]
[% error_message = BLOCK %] [% error_message = BLOCK %]
......
...@@ -22,9 +22,6 @@ ...@@ -22,9 +22,6 @@
# self-referential URL # self-referential URL
#%] #%]
[%# use the global field descs %]
[% PROCESS "global/field-descs.none.tmpl" %]
[%# This lists fields which use the user auto-completion feature and which [%# This lists fields which use the user auto-completion feature and which
# are not listed in field_descs. %] # are not listed in field_descs. %]
[% field_labels = { # Used by editcomponents.cgi [% field_labels = { # Used by editcomponents.cgi
......
...@@ -10,8 +10,6 @@ ...@@ -10,8 +10,6 @@
# alphabetical order by message tag, and leave a blank line between messages. # alphabetical order by message tag, and leave a blank line between messages.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% message_tag = message %] [% message_tag = message %]
[% message = BLOCK %] [% message = BLOCK %]
......
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
this feature requires cookies to work. this feature requires cookies to work.
</p> </p>
[% PROCESS "global/field-descs.none.tmpl" %]
[% field_descs.short_short_desc = "Summary (first 60 characters)" %] [% field_descs.short_short_desc = "Summary (first 60 characters)" %]
[% field_descs.short_desc = "Summary (Full)" %] [% field_descs.short_desc = "Summary (Full)" %]
[% field_descs.assigned_to_realname = "$field_descs.assigned_to Real Name" %] [% field_descs.assigned_to_realname = "$field_descs.assigned_to Real Name" %]
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% DEFAULT title = "$terms.Bugzilla $terms.Bugs" %] [% DEFAULT title = "$terms.Bugzilla $terms.Bugs" %]
<?xml version="1.0"[% IF Param('utf8') %] encoding="UTF-8"[% END %]?> <?xml version="1.0"[% IF Param('utf8') %] encoding="UTF-8"[% END %]?>
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% colsepchar = user.settings.csv_colsepchar.value %] [% colsepchar = user.settings.csv_colsepchar.value %]
[% IF human %] [% IF human %]
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
# by the browser. # by the browser.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% field_descs.short_short_desc = field_descs.short_desc %] [% field_descs.short_short_desc = field_descs.short_desc %]
[% field_descs.assigned_to_realname = field_descs.assigned_to %] [% field_descs.assigned_to_realname = field_descs.assigned_to %]
[% field_descs.reporter_realname = field_descs.reporter %] [% field_descs.reporter_realname = field_descs.reporter %]
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% INCLUDE global/header.html.tmpl title = "$terms.Bug Writing Guidelines" %] [% INCLUDE global/header.html.tmpl title = "$terms.Bug Writing Guidelines" %]
<p>Effective [% terms.bug %] reports are the most likely to be fixed. <p>Effective [% terms.bug %] reports are the most likely to be fixed.
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS global/header.html.tmpl [% PROCESS global/header.html.tmpl
title = "$terms.Bug Fields" title = "$terms.Bug Fields"
style_urls = ['skins/standard/page.css'] style_urls = ['skins/standard/page.css']
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% INCLUDE global/header.html.tmpl [% INCLUDE global/header.html.tmpl
title = "$terms.Bugzilla QuickSearch", title = "$terms.Bugzilla QuickSearch",
style_urls = ['skins/standard/page.css'] style_urls = ['skins/standard/page.css']
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
# product: array of strings. Restrict to these products only. # product: array of strings. Restrict to these products only.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[%# *** Column Headers *** %] [%# *** Column Headers *** %]
[% SET columns = [ [% SET columns = [
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# url_image: URL of the generated graph. # url_image: URL of the generated graph.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS global/header.html.tmpl [% PROCESS global/header.html.tmpl
title = "$terms.Bug Charts" title = "$terms.Bug Charts"
h1 = "Welcome to the $terms.Bugzilla Charting Kitchen" h1 = "Welcome to the $terms.Bugzilla Charting Kitchen"
......
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
[% y_label = "$terms.Bugs" %] [% y_label = "$terms.Bugs" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% col_field_disp = field_descs.$col_field || col_field %] [% col_field_disp = field_descs.$col_field || col_field %]
[% FOR i IN [ 0 .. data.0.0.max ] %] [% FOR i IN [ 0 .. data.0.0.max ] %]
......
...@@ -8,8 +8,6 @@ ...@@ -8,8 +8,6 @@
[% y_label = "$terms.Bugs" %] [% y_label = "$terms.Bugs" %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% col_field_disp = field_descs.$col_field || col_field %] [% col_field_disp = field_descs.$col_field || col_field %]
[% FOR i IN [ 0 .. data.0.0.max ] %] [% FOR i IN [ 0 .. data.0.0.max ] %]
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% col_field_disp = field_descs.$col_field || col_field %] [% col_field_disp = field_descs.$col_field || col_field %]
[% FOR i IN [ 0 .. data.0.0.max ] %] [% FOR i IN [ 0 .. data.0.0.max ] %]
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
# tbl: Name of a hash in data which is the table to be plotted. # tbl: Name of a hash in data which is the table to be plotted.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% col_field_disp = field_descs.$col_field || col_field %] [% col_field_disp = field_descs.$col_field || col_field %]
[% row_field_disp = field_descs.$row_field || row_field %] [% row_field_disp = field_descs.$row_field || row_field %]
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
# This Source Code Form is "Incompatible With Secondary Licenses", as # This Source Code Form is "Incompatible With Secondary Licenses", as
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% FOREACH tbl = tbl_names %] [% FOREACH tbl = tbl_names %]
[% PROCESS "reports/report-table.csv.tmpl" %] [% PROCESS "reports/report-table.csv.tmpl" %]
......
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
[% row_field = "" %] [% row_field = "" %]
[% END %] [% END %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% tbl_field_disp = field_descs.$tbl_field || tbl_field %] [% tbl_field_disp = field_descs.$tbl_field || tbl_field %]
[% col_field_disp = field_descs.$col_field || col_field %] [% col_field_disp = field_descs.$col_field || col_field %]
[% row_field_disp = field_descs.$row_field || row_field %] [% row_field_disp = field_descs.$row_field || row_field %]
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% types = [ [% types = [
"noop", "noop",
"equals", "equals",
......
...@@ -11,8 +11,6 @@ ...@@ -11,8 +11,6 @@
# default.$name.0: string. The default value for the block, if any. # default.$name.0: string. The default value for the block, if any.
#%] #%]
[% PROCESS "global/field-descs.none.tmpl" %]
[% BLOCK select %] [% BLOCK select %]
[% Hook.process('rep_fields', 'search/search-report-select.html.tmpl') %] [% Hook.process('rep_fields', 'search/search-report-select.html.tmpl') %]
......
...@@ -17,8 +17,6 @@ ...@@ -17,8 +17,6 @@
# recipient: user object for the intended recipient of the message # recipient: user object for the intended recipient of the message
#%] #%]
[% PROCESS 'global/field-descs.none.tmpl' %]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <html>
<head> <head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment