]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 696387: Remove useless calls to field-descs.none.tmpl
authorMatt Selsky <selsky@columbia.edu>
Sat, 25 Feb 2012 23:46:11 +0000 (00:46 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 25 Feb 2012 23:46:11 +0000 (00:46 +0100)
r/a=LpSolit

41 files changed:
template/en/default/admin/confirm-action.html.tmpl
template/en/default/admin/params/bugchange.html.tmpl
template/en/default/admin/params/common.html.tmpl
template/en/default/admin/products/edit-common.html.tmpl
template/en/default/admin/products/updated.html.tmpl
template/en/default/admin/table.html.tmpl
template/en/default/admin/workflow/comment.html.tmpl
template/en/default/admin/workflow/edit.html.tmpl
template/en/default/attachment/create.html.tmpl
template/en/default/bug/activity/table.html.tmpl
template/en/default/bug/create/create.html.tmpl
template/en/default/bug/dependency-tree.html.tmpl
template/en/default/bug/edit.html.tmpl
template/en/default/bug/show-multiple.html.tmpl
template/en/default/bug/summarize-time.html.tmpl
template/en/default/email/bugmail-common.txt.tmpl
template/en/default/email/bugmail-header.txt.tmpl
template/en/default/email/bugmail.html.tmpl
template/en/default/email/bugmail.txt.tmpl
template/en/default/email/whine.txt.tmpl
template/en/default/global/code-error.html.tmpl
template/en/default/global/confirm-user-match.html.tmpl
template/en/default/global/messages.html.tmpl
template/en/default/list/change-columns.html.tmpl
template/en/default/list/list.atom.tmpl
template/en/default/list/list.csv.tmpl
template/en/default/list/table.html.tmpl
template/en/default/pages/bug-writing.html.tmpl
template/en/default/pages/fields.html.tmpl
template/en/default/pages/quicksearch.html.tmpl
template/en/default/reports/duplicates-table.html.tmpl
template/en/default/reports/old-charts.html.tmpl
template/en/default/reports/report-bar.png.tmpl
template/en/default/reports/report-line.png.tmpl
template/en/default/reports/report-pie.png.tmpl
template/en/default/reports/report-table.html.tmpl
template/en/default/reports/report.csv.tmpl
template/en/default/reports/report.html.tmpl
template/en/default/search/boolean-charts.html.tmpl
template/en/default/search/search-report-select.html.tmpl
template/en/default/whine/mail.html.tmpl

index cd420f4738d78ff2bf4510ae5d4b777d69d1ff1f..e3b9ef5f7e91dd6310798500e1775590fa136848 100644 (file)
@@ -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'] %]
 
index 315467b88373702c3eedfc76d46d5215c94368ea..f442c59533101b8426842b33204401071535317f 100644 (file)
@@ -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 = {
index bc18f87670ae8107cceefceb702b8fe3c147e691..c9744f45cd12d9a7033679fd7ef349d1efdc58a3 100644 (file)
@@ -6,8 +6,6 @@
   # defined by the Mozilla Public License, v. 2.0.
   #%]
 
-[% PROCESS "global/field-descs.none.tmpl" %]
-
 [% sortlist_separator = '---' %]
 
 <dl>
index 8c0ee732f33aeb1b51c5eab62ee4efb7092834c9..615f61fc759304095adc6069953026e9b8ce4fa6 100644 (file)
@@ -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>
index f1103e0f3a53cf7ec0e044b28a097e3b533e4f19..4d22801639a0b76fef7773e822f8d74af86ead45 100644 (file)
@@ -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
index 77a15a9fc20b5a19530e52dc9e3d44440df36770..0f572d59022cb53bba38b8f7b3178b0724673460 100644 (file)
@@ -65,8 +65,6 @@
   #
   #%]
 
-[% PROCESS "global/field-descs.none.tmpl" %]
-
 [%###################  TABLE HEADER   ######################%]
 
 <table id="admin_table" border="1" cellpadding="4" cellspacing="0">
index cc7e09b3ea6d2ec25bf45deab0ba97531e4ec325..b5907d1d0b92af495a401cbfe309eaf90e2bdcb0 100644 (file)
@@ -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']
index 03388925a94b2ff4e2d8cc070a77d2bdd08412b5..403405b16440bbf1469e08a0a2f55ed6494f0b32 100644 (file)
@@ -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']
index 586d76611a2850ba85a4343868a1dd737bdf3825..97408deac5c7c8458bea86f55de73b2f6c7e6a57 100644 (file)
@@ -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
index 073e82e5a7fecfd0076cf27e466db461814565a9..253d16109b4fd3f8834eb90146a2ecda914c3005 100644 (file)
@@ -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 %]
index 9786e517f619868b4ff1f49696ed40d4d2e188db..58fb0c937346439b2442e173dfa965c8ee443f99 100644 (file)
@@ -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
index 968243d1fb47f1af9c1b344e90c44a25f7550e67..57fcdaa56292c9875e08ae2b750d0ccc88c45f56 100644 (file)
@@ -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"
index afb61fdb42dc32364d48ffedc733a048d0f835d7..d7c564fdb03b1ac4945c19a84040eef5d518584f 100644 (file)
@@ -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">
index 83e6e8503224563cc650b52f7f200d33cfaf2fe5..7207e8cf9dde71bbaf52aa1e4af92c73ebcc4a0f 100644 (file)
@@ -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 = ""
index 16ec577af5ede521da606c41134b357cf4bb8e0c..3978a1c59e25f4edd01d6e862230f250b18b19ed 100644 (file)
@@ -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 " %]
index 2b56c68af01b6dcac53ba0e615edf811389024c6..5d353598e2b18f05ec7f714d2500c006af794a38 100644 (file)
@@ -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) %]
index ac5e711b1c9507d50ab3a9c3b2d1888e95050444..7454b3684b2d7c96d1085a7d2cfa3b3962caeaa9 100644 (file)
@@ -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 %]
 
index c974206124d85aa07739e0c6726c6d916c037cb5..d8138cf7f6455dafd5bffb933995ff1b35c05fe6 100644 (file)
@@ -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 %]
index ee03a578f628a1976fc229c7aaf9092a05ba119a..e56bab357947d407f1213a565bf2bcde68e36b81 100644 (file)
@@ -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 %]
index 1105e1c71a878dccbb3bb9d08801a326778aa7ee..106a94a5e6d704b4efb3578966d858bfeaff4cef 100644 (file)
@@ -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.
index 24d0392cad37c5dc328f731f0cd9900eb49c9e0b..4a4720b2a5c4e0a6ce61a8771c4b25cb8b707b0b 100644 (file)
@@ -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 %]
index 7e35597ffbf2776f272845d30b56980f4f42c688..efa9dae3ca4e5a561d10b5fff8ab32884e517e58 100644 (file)
@@ -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
index 3b2a1eb132ab2c444c9220db9deda5af381ea71d..dcaf4b81a33557ce02f47ad8af44a6b9b9cf7a14 100644 (file)
@@ -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 %]
index a9377feb2e214adfe32a3d7e5a0a727015314059..b823d497d12a467f82592f53399e9eae8379311c 100644 (file)
@@ -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" %]
index 67fcf7e5d40ac5a84706978d2df23d8283aa50ea..fddbbd7a30d58e939dfdc0252796a57d4b9f2fc1 100644 (file)
@@ -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 %]?>
index 8b18d72f0c127ecefedbfb29bbb0872907bad955..31c5d8d4e5c402dc8b336c7147616cbf7ccfae0c 100644 (file)
@@ -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 %]
index 7dfd48064e88a47b8e45335b667867908077ff18..2e73d14cde33da2c140e31dd980f12e8a46f0bd6 100644 (file)
@@ -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    %]
index 4eb85edd6d5a588325b51879033a5e0a5af22e5a..1fc097eda8d53401a6b54c8b7031330b2272db6a 100644 (file)
@@ -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. 
index cece011b4eafdaf6ad6b6ed15262f21a1b783f8a..5ad5f7127bfd28c467c2f7875bf7e26c705a5524 100644 (file)
@@ -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']
index 50e6cb96236591fb4fd60135d027cef1c651942f..669ea6cc1b42f36159155c285404e26280bb9780 100644 (file)
@@ -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']         
index 0e691bc8a8d5cd3afc2cd651a2fa720a2e244d6d..45cf8c394ef6f1e0e8f982c6dfed52b2b9045ab0 100644 (file)
@@ -22,8 +22,6 @@
   # product: array of strings. Restrict to these products only.
   #%]
 
-[% PROCESS "global/field-descs.none.tmpl" %]
-
 [%# *** Column Headers *** %]
 
 [% SET columns = [
index 844be3a422befed5dbb56208b09b9207b871cf0b..12a0cdd83f4d21bd26ba7e152ef1f2550d2a6cd3 100644 (file)
@@ -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"
index 2c2bb0873df785eb067240537c3158870efb76b8..70d482ec9e0ab873081e05f7e87c49dabc0402fb 100644 (file)
@@ -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 ] %]
index 5a6c96b84db7bc3eb844c038f7e559ab13e389ec..073e69bccd28d688e003fb3572ac3122c9f36a45 100644 (file)
@@ -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 ] %]
index 68b92cbef53635a653ad851d8d7d48d95f144972..9d3f16fa3c9b35ee5462de7e7498a3e37dd0275d 100644 (file)
@@ -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 ] %]
index 250bdcec5d3554df9f4a7ec9a0dd59f6319f563d..47efe183ee654e312b5fd4f6f40c5ba7117716a5 100644 (file)
@@ -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 %]
   
index cc66c76c49c6a658d2b23795882e06d3a77a59b4..a4f85899eb1c5151c1ac8044f8a4e323b65bbb70 100644 (file)
@@ -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" %] 
 
index 074a99d32f43489e6d4ce136eeeb6ceb0963a765..84cefbded33250d7d335c3be9b93f8fbd0d8837d 100644 (file)
@@ -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 %]
index 6a264ef154ca835c1ee59ddbc7cf79bd28af52e4..e37d9d80e7baffe2fa88b17ca4b1c786b01d415d 100644 (file)
@@ -6,8 +6,6 @@
   # defined by the Mozilla Public License, v. 2.0.
   #%]
 
-[% PROCESS "global/field-descs.none.tmpl" %]
-  
 [% types = [
   "noop",
   "equals",
index b7bf459ad5c36a23c245e0a53f32e7cfedda4c7d..d806e2d03f317291a354b0958570923bbdb6e7af 100644 (file)
@@ -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') %]
 
index 81c1041eef48cf73bf8a3cc4cb22543846a54208..3287dcc64284b0eec57d6e345f491efcc113f310 100644 (file)
@@ -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>