diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-02-26 00:46:11 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-26 00:46:11 +0100 |
commit | c650592f1cdb27e5605d70a80ae03e9a2afb879b (patch) | |
tree | dfb4675c3da4afc6db96e6ed8e98d2821a4831b8 /template/en/default | |
parent | df2bdf8153e103826321d7363f9632b461e7589e (diff) | |
download | bugzilla-c650592f1cdb27e5605d70a80ae03e9a2afb879b.tar.gz bugzilla-c650592f1cdb27e5605d70a80ae03e9a2afb879b.tar.xz |
Bug 696387: Remove useless calls to field-descs.none.tmpl
r/a=LpSolit
Diffstat (limited to 'template/en/default')
41 files changed, 0 insertions, 75 deletions
diff --git a/template/en/default/admin/confirm-action.html.tmpl b/template/en/default/admin/confirm-action.html.tmpl index cd420f473..e3b9ef5f7 100644 --- a/template/en/default/admin/confirm-action.html.tmpl +++ b/template/en/default/admin/confirm-action.html.tmpl @@ -15,8 +15,6 @@ # if he declines submission. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% PROCESS global/header.html.tmpl title = "Suspicious Action" style_urls = ['skins/standard/global.css'] %] diff --git a/template/en/default/admin/params/bugchange.html.tmpl b/template/en/default/admin/params/bugchange.html.tmpl index 315467b88..f442c5953 100644 --- a/template/en/default/admin/params/bugchange.html.tmpl +++ b/template/en/default/admin/params/bugchange.html.tmpl @@ -10,8 +10,6 @@ desc = "Set up $terms.bug change policies" %] -[% PROCESS "global/field-descs.none.tmpl" %] - [% accept_status = display_value('bug_status', 'IN_PROGRESS') FILTER html %] [% param_descs = { diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index bc18f8767..c9744f45c 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% sortlist_separator = '---' %] <dl> diff --git a/template/en/default/admin/products/edit-common.html.tmpl b/template/en/default/admin/products/edit-common.html.tmpl index 8c0ee732f..615f61fc7 100644 --- a/template/en/default/admin/products/edit-common.html.tmpl +++ b/template/en/default/admin/products/edit-common.html.tmpl @@ -12,8 +12,6 @@ # classification: Bugzilla::Classifiation object; classification product is in. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% IF Param('useclassification') %] <tr> <th align="right">Classification:</th> diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl index f1103e0f3..4d2280163 100644 --- a/template/en/default/admin/products/updated.html.tmpl +++ b/template/en/default/admin/products/updated.html.tmpl @@ -26,8 +26,6 @@ style_urls = ['skins/standard/admin.css'] %] -[% PROCESS "global/field-descs.none.tmpl" %] - [% IF changes.name.defined %] <p> Updated product name from '[% changes.name.0 FILTER html %]' to diff --git a/template/en/default/admin/table.html.tmpl b/template/en/default/admin/table.html.tmpl index 77a15a9fc..0f572d590 100644 --- a/template/en/default/admin/table.html.tmpl +++ b/template/en/default/admin/table.html.tmpl @@ -65,8 +65,6 @@ # #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [%################### TABLE HEADER ######################%] <table id="admin_table" border="1" cellpadding="4" cellspacing="0"> diff --git a/template/en/default/admin/workflow/comment.html.tmpl b/template/en/default/admin/workflow/comment.html.tmpl index cc7e09b3e..b5907d1d0 100644 --- a/template/en/default/admin/workflow/comment.html.tmpl +++ b/template/en/default/admin/workflow/comment.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% INCLUDE global/header.html.tmpl title = "Comments Required on Status Transitions" style_urls = ['skins/standard/admin.css'] diff --git a/template/en/default/admin/workflow/edit.html.tmpl b/template/en/default/admin/workflow/edit.html.tmpl index 03388925a..403405b16 100644 --- a/template/en/default/admin/workflow/edit.html.tmpl +++ b/template/en/default/admin/workflow/edit.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% INCLUDE global/header.html.tmpl title = "Edit Workflow" style_urls = ['skins/standard/admin.css'] diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 586d76611..97408deac 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -6,8 +6,6 @@ # 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 %] [% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bug.bug_id %][% END %] [% header = BLOCK %]Create New Attachment for diff --git a/template/en/default/bug/activity/table.html.tmpl b/template/en/default/bug/activity/table.html.tmpl index 073e82e5a..253d16109 100644 --- a/template/en/default/bug/activity/table.html.tmpl +++ b/template/en/default/bug/activity/table.html.tmpl @@ -20,8 +20,6 @@ # it was affected by an old Bugzilla bug.) #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% PROCESS bug/time.html.tmpl %] [% IF incomplete_data %] diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 9786e517f..58fb0c937 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -6,8 +6,6 @@ # 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 %] [% PROCESS global/header.html.tmpl diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index 968243d1f..57fcdaa56 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS 'global/field-descs.none.tmpl' %] - [% filtered_desc = blocked_tree.$bugid.short_desc FILTER html %] [% PROCESS global/header.html.tmpl title = "Dependency tree for $terms.Bug $bugid" diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index afb61fdb4..d7c564fdb 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% PROCESS bug/time.html.tmpl %] <script type="text/javascript"> diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index 83e6e8503..7207e8cf9 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% PROCESS global/header.html.tmpl title = "Full Text $terms.Bug Listing" h1 = "" diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl index 16ec577af..3978a1c59 100644 --- a/template/en/default/bug/summarize-time.html.tmpl +++ b/template/en/default/bug/summarize-time.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% title = "Time Summary " %] [% IF do_depends %] [% title = title _ "for " %] diff --git a/template/en/default/email/bugmail-common.txt.tmpl b/template/en/default/email/bugmail-common.txt.tmpl index 2b56c68af..5d353598e 100644 --- a/template/en/default/email/bugmail-common.txt.tmpl +++ b/template/en/default/email/bugmail-common.txt.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% field_label = field_descs.${change.field_name} %] [% old_value = display_value(change.field_name, change.old) %] [% new_value = display_value(change.field_name, change.new) %] diff --git a/template/en/default/email/bugmail-header.txt.tmpl b/template/en/default/email/bugmail-header.txt.tmpl index ac5e711b1..7454b3684 100644 --- a/template/en/default/email/bugmail-header.txt.tmpl +++ b/template/en/default/email/bugmail-header.txt.tmpl @@ -6,7 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS "global/reason-descs.none.tmpl" %] [% isnew = bug.lastdiffed ? 0 : 1 %] diff --git a/template/en/default/email/bugmail.html.tmpl b/template/en/default/email/bugmail.html.tmpl index c97420612..d8138cf7f 100644 --- a/template/en/default/email/bugmail.html.tmpl +++ b/template/en/default/email/bugmail.html.tmpl @@ -6,7 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS "global/reason-descs.none.tmpl" %] [% isnew = bug.lastdiffed ? 0 : 1 %] diff --git a/template/en/default/email/bugmail.txt.tmpl b/template/en/default/email/bugmail.txt.tmpl index ee03a578f..e56bab357 100644 --- a/template/en/default/email/bugmail.txt.tmpl +++ b/template/en/default/email/bugmail.txt.tmpl @@ -6,7 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS "global/reason-descs.none.tmpl" %] [% isnew = bug.lastdiffed ? 0 : 1 %] diff --git a/template/en/default/email/whine.txt.tmpl b/template/en/default/email/whine.txt.tmpl index 1105e1c71..106a94a5e 100644 --- a/template/en/default/email/whine.txt.tmpl +++ b/template/en/default/email/whine.txt.tmpl @@ -6,7 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] From: [% Param("mailfrom") %] To: [% email %][% Param("emailsuffix") %] Subject: Your [% terms.Bugzilla %] [%+ terms.bug %] list needs attention. diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 24d0392ca..4a4720b2a 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -20,8 +20,6 @@ # 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" %] [% error_message = BLOCK %] diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index 7e35597ff..efa9dae3c 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -22,9 +22,6 @@ # 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 # are not listed in field_descs. %] [% field_labels = { # Used by editcomponents.cgi diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 3b2a1eb13..dcaf4b81a 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -10,8 +10,6 @@ # alphabetical order by message tag, and leave a blank line between messages. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% message_tag = message %] [% message = BLOCK %] diff --git a/template/en/default/list/change-columns.html.tmpl b/template/en/default/list/change-columns.html.tmpl index a9377feb2..b823d497d 100644 --- a/template/en/default/list/change-columns.html.tmpl +++ b/template/en/default/list/change-columns.html.tmpl @@ -17,7 +17,6 @@ this feature requires cookies to work. </p> -[% PROCESS "global/field-descs.none.tmpl" %] [% field_descs.short_short_desc = "Summary (first 60 characters)" %] [% field_descs.short_desc = "Summary (Full)" %] [% field_descs.assigned_to_realname = "$field_descs.assigned_to Real Name" %] diff --git a/template/en/default/list/list.atom.tmpl b/template/en/default/list/list.atom.tmpl index 67fcf7e5d..fddbbd7a3 100644 --- a/template/en/default/list/list.atom.tmpl +++ b/template/en/default/list/list.atom.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% DEFAULT title = "$terms.Bugzilla $terms.Bugs" %] <?xml version="1.0"[% IF Param('utf8') %] encoding="UTF-8"[% END %]?> diff --git a/template/en/default/list/list.csv.tmpl b/template/en/default/list/list.csv.tmpl index 8b18d72f0..31c5d8d4e 100644 --- a/template/en/default/list/list.csv.tmpl +++ b/template/en/default/list/list.csv.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% colsepchar = user.settings.csv_colsepchar.value %] [% IF human %] diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 7dfd48064..2e73d14cd 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -23,7 +23,6 @@ # by the browser. #%] -[% PROCESS "global/field-descs.none.tmpl" %] [% field_descs.short_short_desc = field_descs.short_desc %] [% field_descs.assigned_to_realname = field_descs.assigned_to %] [% field_descs.reporter_realname = field_descs.reporter %] diff --git a/template/en/default/pages/bug-writing.html.tmpl b/template/en/default/pages/bug-writing.html.tmpl index 4eb85edd6..1fc097eda 100644 --- a/template/en/default/pages/bug-writing.html.tmpl +++ b/template/en/default/pages/bug-writing.html.tmpl @@ -6,8 +6,6 @@ # 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" %] <p>Effective [% terms.bug %] reports are the most likely to be fixed. diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index cece011b4..5ad5f7127 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -6,7 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS global/header.html.tmpl title = "$terms.Bug Fields" style_urls = ['skins/standard/page.css'] diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 50e6cb962..669ea6cc1 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% INCLUDE global/header.html.tmpl title = "$terms.Bugzilla QuickSearch", style_urls = ['skins/standard/page.css'] diff --git a/template/en/default/reports/duplicates-table.html.tmpl b/template/en/default/reports/duplicates-table.html.tmpl index 0e691bc8a..45cf8c394 100644 --- a/template/en/default/reports/duplicates-table.html.tmpl +++ b/template/en/default/reports/duplicates-table.html.tmpl @@ -22,8 +22,6 @@ # product: array of strings. Restrict to these products only. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [%# *** Column Headers *** %] [% SET columns = [ diff --git a/template/en/default/reports/old-charts.html.tmpl b/template/en/default/reports/old-charts.html.tmpl index 844be3a42..12a0cdd83 100644 --- a/template/en/default/reports/old-charts.html.tmpl +++ b/template/en/default/reports/old-charts.html.tmpl @@ -12,8 +12,6 @@ # url_image: URL of the generated graph. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% PROCESS global/header.html.tmpl title = "$terms.Bug Charts" h1 = "Welcome to the $terms.Bugzilla Charting Kitchen" diff --git a/template/en/default/reports/report-bar.png.tmpl b/template/en/default/reports/report-bar.png.tmpl index 2c2bb0873..70d482ec9 100644 --- a/template/en/default/reports/report-bar.png.tmpl +++ b/template/en/default/reports/report-bar.png.tmpl @@ -8,8 +8,6 @@ [% y_label = "$terms.Bugs" %] -[% PROCESS "global/field-descs.none.tmpl" %] - [% col_field_disp = field_descs.$col_field || col_field %] [% FOR i IN [ 0 .. data.0.0.max ] %] diff --git a/template/en/default/reports/report-line.png.tmpl b/template/en/default/reports/report-line.png.tmpl index 5a6c96b84..073e69bcc 100644 --- a/template/en/default/reports/report-line.png.tmpl +++ b/template/en/default/reports/report-line.png.tmpl @@ -8,8 +8,6 @@ [% y_label = "$terms.Bugs" %] -[% PROCESS "global/field-descs.none.tmpl" %] - [% col_field_disp = field_descs.$col_field || col_field %] [% FOR i IN [ 0 .. data.0.0.max ] %] diff --git a/template/en/default/reports/report-pie.png.tmpl b/template/en/default/reports/report-pie.png.tmpl index 68b92cbef..9d3f16fa3 100644 --- a/template/en/default/reports/report-pie.png.tmpl +++ b/template/en/default/reports/report-pie.png.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% col_field_disp = field_descs.$col_field || col_field %] [% FOR i IN [ 0 .. data.0.0.max ] %] diff --git a/template/en/default/reports/report-table.html.tmpl b/template/en/default/reports/report-table.html.tmpl index 250bdcec5..47efe183e 100644 --- a/template/en/default/reports/report-table.html.tmpl +++ b/template/en/default/reports/report-table.html.tmpl @@ -17,8 +17,6 @@ # 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 %] [% row_field_disp = field_descs.$row_field || row_field %] diff --git a/template/en/default/reports/report.csv.tmpl b/template/en/default/reports/report.csv.tmpl index cc66c76c4..a4f85899e 100644 --- a/template/en/default/reports/report.csv.tmpl +++ b/template/en/default/reports/report.csv.tmpl @@ -5,7 +5,6 @@ # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] [% FOREACH tbl = tbl_names %] [% PROCESS "reports/report-table.csv.tmpl" %] diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 074a99d32..84cefbded 100644 --- a/template/en/default/reports/report.html.tmpl +++ b/template/en/default/reports/report.html.tmpl @@ -34,8 +34,6 @@ [% row_field = "" %] [% END %] -[% PROCESS "global/field-descs.none.tmpl" %] - [% tbl_field_disp = field_descs.$tbl_field || tbl_field %] [% col_field_disp = field_descs.$col_field || col_field %] [% row_field_disp = field_descs.$row_field || row_field %] diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index 6a264ef15..e37d9d80e 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -6,8 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% types = [ "noop", "equals", diff --git a/template/en/default/search/search-report-select.html.tmpl b/template/en/default/search/search-report-select.html.tmpl index b7bf459ad..d806e2d03 100644 --- a/template/en/default/search/search-report-select.html.tmpl +++ b/template/en/default/search/search-report-select.html.tmpl @@ -11,8 +11,6 @@ # default.$name.0: string. The default value for the block, if any. #%] -[% PROCESS "global/field-descs.none.tmpl" %] - [% BLOCK select %] [% Hook.process('rep_fields', 'search/search-report-select.html.tmpl') %] diff --git a/template/en/default/whine/mail.html.tmpl b/template/en/default/whine/mail.html.tmpl index 81c1041ee..3287dcc64 100644 --- a/template/en/default/whine/mail.html.tmpl +++ b/template/en/default/whine/mail.html.tmpl @@ -17,8 +17,6 @@ # 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"> <html> <head> |