Commit e9f859e1 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 696256: global/variables.none.tmpl should be PRE_PROCESS'ed

r/a=mkanat
parent 408ad74d
......@@ -610,7 +610,7 @@ sub create {
COMPILE_DIR => bz_locations()->{'template_cache'},
# Initialize templates (f.e. by loading plugins like Hook).
PRE_PROCESS => ["global/initialize.none.tmpl"],
PRE_PROCESS => ["global/variables.none.tmpl"],
ENCODING => Bugzilla->params->{'utf8'} ? 'UTF-8' : undef,
......
......@@ -19,7 +19,6 @@
# Gervase Markham <gerv@gerv.net>
#%]
[% PROCESS global/variables.none.tmpl %]
[% INCLUDE global/header.html.tmpl title = "Voting" %]
<p>[% terms.Bugzilla %] has a "voting" feature. Each product allows users to
......
......@@ -26,8 +26,6 @@
# vote_count: integer. The number of times that user has votes for this bug.
#%]
[% PROCESS global/variables.none.tmpl %]
[% subheader = BLOCK %]
[% "$terms.Bug $bug.id" FILTER bug_link(bug) FILTER none %] - [% bug.short_desc FILTER html %]
[% END %]
......
......@@ -38,8 +38,6 @@
# all_bug_ids: List of all bug ids the user has voted for, across all products
#%]
[% PROCESS global/variables.none.tmpl %]
[% IF !header_done %]
[% subheader = voting_user.login FILTER html %]
[% IF canedit %]
......
......@@ -22,8 +22,6 @@
# This template has no interface.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Remove your votes?"
%]
......
......@@ -18,8 +18,6 @@
# Contributor(s): Emmanuel Seyman <eseyman@linagora.com>
#%]
[% PROCESS global/variables.none.tmpl %]
From: [% Param('mailfrom') %]
To: [% to %]
Subject: [% terms.Bug %] [%+ bugid %] Some or all of your votes have been removed.
......
......@@ -78,7 +78,7 @@ foreach my $include_path (@include_paths) {
# See Template.pm for the actual codebase definitions.
# Initialize templates (f.e. by loading plugins like Hook).
PRE_PROCESS => "global/initialize.none.tmpl",
PRE_PROCESS => "global/variables.none.tmpl",
FILTERS =>
{
......
......@@ -18,8 +18,6 @@
# Contributor(s): Jacob Steenhagen <jake@bugzilla.org>
#%]
[% PROCESS global/variables.none.tmpl %]
[%# Use the current script name. If an empty name is returned,
# then we are accessing the home page. %]
......
......@@ -26,8 +26,6 @@
[% IF !target %]
[% target = "index.cgi" %]
[% END %]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Log in to $terms.Bugzilla",
......
......@@ -19,8 +19,6 @@
# Tobias Burnus <burnus@net-b.de>
#%]
[% PROCESS global/variables.none.tmpl %]
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% PROCESS subject %]
......
......@@ -25,8 +25,6 @@
# Param("emailsuffix") is used to pre-fill the email field.
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Create a new [% terms.Bugzilla %] account
[% END %]
......
......@@ -23,8 +23,6 @@
# login: string. The user's Bugzilla login email address.
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Request for new user account '[% login FILTER html %]' submitted
[% END %]
......
......@@ -18,8 +18,6 @@
# Contributor(s): John Vandenberg <zeroj@null.net>
#%]
[% PROCESS global/variables.none.tmpl %]
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% terms.Bugzilla %] Change Email Address Request
......
......@@ -23,8 +23,6 @@
# token: string. The token associated with this change.
#%]
[% PROCESS global/variables.none.tmpl %]
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% terms.Bugzilla %] Change Email Address Request
......
......@@ -19,8 +19,6 @@
# email: email address of the new account.
#%]
[% PROCESS global/variables.none.tmpl %]
From: [% Param('mailfrom') %]
To: [% email %]
Subject: [% terms.Bugzilla %]: confirm account creation
......
......@@ -18,8 +18,6 @@
# Contributor(s): John Vandenberg <zeroj@null.net>
#%]
[% PROCESS global/variables.none.tmpl %]
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% terms.Bugzilla %] Change Password Request
......
......@@ -33,8 +33,6 @@
# receiving mail for that reason when in that role.
#%]
[% PROCESS global/variables.none.tmpl %]
<p>
If you don't like getting a notification for "trivial"
changes to [% terms.bugs %], you can use the settings below to
......
......@@ -29,8 +29,6 @@
# other people.
#%]
[% PROCESS global/variables.none.tmpl %]
<table align="center">
<tr>
<td>
......
......@@ -13,8 +13,6 @@
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Administer your installation ([% terms.Bugzilla %]
[%+ constants.BUGZILLA_VERSION FILTER html %])
......
......@@ -18,7 +18,5 @@
# Contributor(s): Nitish Bezzala <nbezzala@yahoo.com>
#%]
[% PROCESS global/variables.none.tmpl %]
<p>Back to the <a href="./">main [% terms.bugs %] page</a>
or <a href="editclassifications.cgi"> edit</a> more classifications.</p>
......@@ -26,8 +26,6 @@
# which the component belongs.
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Edit component '[% comp.name FILTER html %]' of product '[% product.name FILTER html %]'
[% END %]
......
......@@ -25,8 +25,6 @@
# which the component belongs.
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]Select component of product
'[% product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
......
......@@ -25,8 +25,6 @@
# showbugcounts: if defined, then bug counts should be included in the table
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Edit components for which product?"
%]
......
......@@ -18,8 +18,6 @@
# field: Bugzilla::Field; The field this value belongs to.
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Edit Value '[% value.name FILTER html %]' for the
'[% field.description FILTER html %]' ([% field.name FILTER html %]) field
......
......@@ -26,8 +26,6 @@
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]Select value for the '[% field.description FILTER html %]'
([% field.name FILTER html %]) field[% END %]
[% PROCESS global/header.html.tmpl
......
......@@ -23,8 +23,6 @@
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Edit values for which field?"
%]
......
......@@ -18,8 +18,6 @@
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]Confirm Deletion of Flag Type '[% flag_type.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
......
......@@ -20,8 +20,6 @@
# Frédéric Buclin <LpSolit@gmail.com>
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS "global/js-products.html.tmpl" %]
[% IF action == "insert" %]
......
......@@ -19,8 +19,6 @@
# Frédéric Buclin <LpSolit@gmail.com>
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS "global/js-products.html.tmpl" %]
[% PROCESS global/header.html.tmpl
......
......@@ -24,8 +24,6 @@
# keyword: A Bugzilla::Keyword object.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Edit keyword"
%]
......
......@@ -28,8 +28,6 @@
# - bug_count: number. The number of bugs with the keyword.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Select keyword"
%]
......
......@@ -25,8 +25,6 @@
# milestone the user wants to edit.
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]Edit Milestone '[% milestone.name FILTER html %]' of product '
[%- product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
......
......@@ -28,8 +28,6 @@
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]Select milestone of product
'[% product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
......
......@@ -25,8 +25,6 @@
# showbugcounts: if defined, then bug counts should be included in the table
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Edit milestones for which product?"
%]
......
......@@ -24,8 +24,6 @@
# shutdown_is_active: boolean; is true when 'shutdownhtml' has been turned on.
#%]
[% PROCESS global/variables.none.tmpl %]
[% curpanel = -1 %]
[% panels = panels.nsort('sortkey') %]
......
......@@ -19,7 +19,6 @@
#
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Confirm Group Control Change for product '[%- product.name FILTER html %]'
[% END %]
......
......@@ -18,8 +18,6 @@
# Contributor(s): Joel Peshkin <bugreport@peshkin.net>
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Edit Group Controls for [% product.name FILTER html %]
[% END %]
......
......@@ -21,8 +21,6 @@
#
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Select Classification"
%]
......
......@@ -22,8 +22,6 @@
# showbugcounts: boolean; true if bug counts should be included in the table
#%]
[% PROCESS global/variables.none.tmpl %]
[% IF classification %]
[% classification_url_part = BLOCK %]&amp;classification=
[%- classification.name FILTER uri %]
......
......@@ -15,8 +15,6 @@
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl title = "Sanity Check"
style_urls = ['skins/standard/admin.css'] %]
......
......@@ -15,8 +15,6 @@
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
#%]
[% PROCESS global/variables.none.tmpl %]
[% san_message = BLOCK %]
[% IF san_tag == "checks_start" %]
OK, now running sanity checks.
......
......@@ -17,8 +17,6 @@
#
# Contributor(s): A. Karl Kornel <karl@kornel.name>
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Begin sudo session"
......
......@@ -25,8 +25,6 @@
# version the user wants to edit.
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]Edit Version '[% version.name FILTER html %]' of product '
[%- product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
......
......@@ -24,8 +24,6 @@
# which the versions belongs.
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]Select version of product
'[% product.name FILTER html %]'[% END %]
[% PROCESS global/header.html.tmpl
......
......@@ -25,8 +25,6 @@
# showbugcounts: if defined, then bug counts should be included in the table
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Edit versions for which product?"
%]
......
......@@ -18,8 +18,6 @@
# Contributor(s): Gavin Shelley <bugzilla@chimpychompy.org>
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Locate attachment",
onload = "document.forms['choose-id'].id.focus()"
......
......@@ -18,8 +18,6 @@
# token: string; The token used to identify the session.
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Delete Attachment [% a.id FILTER html %] of [% terms.Bug %] [%+ a.bug_id FILTER html %]
[% END %]
......
......@@ -24,7 +24,6 @@
# Possible values: autodetect, list, manual.
#%]
[% PROCESS global/variables.none.tmpl %]
[% bug = bugs.0 %]
[% PROCESS "bug/show-header.html.tmpl" %]
[% PROCESS global/header.html.tmpl
......
......@@ -23,8 +23,6 @@
[% IF headers %]
<br>
[% PROCESS global/variables.none.tmpl %]
<span>Return to [% "$terms.bug $bugid" FILTER bug_link(bugid) FILTER none %]</span>
[% PROCESS global/footer.html.tmpl %]
......
......@@ -20,8 +20,6 @@
[%# Define strings that will serve as the title and header of this page %]
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
[% IF attachid %]
Attachment #[% attachid %] for [% terms.bug %] #[% bugid %]
......
......@@ -20,8 +20,6 @@
# Guy Pyrzak <guy.pyrzak@gmail.com>
#%]
[% PROCESS global/variables.none.tmpl %]
[%# Define strings that will serve as the title and header of this page %]
[% title = BLOCK %]
Attachment [% attachment.id %] Details for [% terms.Bug %] [%+ attachment.bug_id %]
......
......@@ -31,7 +31,6 @@
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl title = "Mid-air collision!" %]
<h1>Mid-air collision detected!</h1>
......
......@@ -18,7 +18,6 @@
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
[% PROCESS global/variables.none.tmpl %]
[% filtered_summary = bugsummary FILTER html %]
[% header = BLOCK %]View All Attachments for
[%+ "$terms.Bug $bug.id" FILTER bug_link(bug) FILTER none %][% END %]
......
......@@ -23,7 +23,6 @@
# attachment: object of the attachment we just attached.
#%]
[% PROCESS global/variables.none.tmpl %]
[% bug = bugs.0 %]
[% PROCESS "bug/show-header.html.tmpl" %]
......
......@@ -26,8 +26,6 @@
# activity/table.html.tmpl template fulfilled.
#%]
[% PROCESS global/variables.none.tmpl %]
[% filtered_desc = bug.short_desc FILTER html %]
[% PROCESS global/header.html.tmpl
title = "Changes made to $terms.bug $bug.bug_id"
......
......@@ -18,8 +18,6 @@
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Search by $terms.bug number"
%]
......
......@@ -28,8 +28,6 @@
# template bug/edit.html.tmpl
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS "bug/show-header.html.tmpl" %]
[% PROCESS global/header.html.tmpl
title = "$terms.Bug $id Submitted &ndash; $filtered_desc"
......
......@@ -24,8 +24,6 @@
# short_desc: Bug summary as entered in the form.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Bookmarks are your friend"
header = "Template constructed"
......
......@@ -27,8 +27,6 @@
# the 'product' variable.
#%]
[% PROCESS global/variables.none.tmpl %]
Before reporting [% terms.abug %], please read the
<a href="page.cgi?id=bug-writing.html">
[% terms.bug %] writing guidelines</a>, please look at the list of
......
......@@ -30,8 +30,6 @@
dependencies. (Optional)
#%]
[% PROCESS global/variables.none.tmpl %]
[% title = "Dependency Graph"
header = title
%]
......
......@@ -24,8 +24,6 @@
# Elliotte Martin <emartin@everythingsolved.com>
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS bug/time.html.tmpl %]
......
......@@ -29,7 +29,6 @@
#%]
[%# Please don't use field-descs here. It can slow down Bugzilla. %]
[% PROCESS 'global/variables.none.tmpl' %]
[% SET comment_body = comment.body %]
......
......@@ -21,7 +21,6 @@
# Guy Pyrzak <guy.pyrzak@gmail.com>
#%]
[% PROCESS global/variables.none.tmpl %]
<div id="status">
[% PROCESS bug/field.html.tmpl
no_tds = 1
......
......@@ -21,7 +21,6 @@
[% RETURN IF !bug %]
[% PROCESS global/variables.none.tmpl %]
[% IF bottom_navigator == 1 %]
<ul class="related_actions">
<li><a href="show_bug.cgi?format=multiple&amp;id=
......
......@@ -24,8 +24,6 @@
# sent_bugmail: The results of Bugzilla::BugMail::Send().
#%]
[% PROCESS global/variables.none.tmpl %]
<dl>
[% PROCESS emails
description = "Email sent to"
......
......@@ -27,7 +27,6 @@
# of the original bug can access that bug.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl title="Duplicate Warning" %]
[% orig_bug = "$terms.bug $original_bug_id"
FILTER bug_link(original_bug_id) %]
......
......@@ -22,8 +22,6 @@
# As global/header.html.tmpl.
#%]
[% PROCESS global/variables.none.tmpl %]
[% USE Bugzilla %]
[% PROCESS "bug/show-header.html.tmpl" %]
......
......@@ -35,8 +35,6 @@
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
[% PROCESS global/variables.none.tmpl %]
[% UNLESS header_done %]
[% PROCESS bug/process/header.html.tmpl %]
[% END %]
......
......@@ -26,8 +26,6 @@
# and "dep" when a bug is checked for changes to its dependencies.
#%]
[% PROCESS global/variables.none.tmpl %]
[% UNLESS header_done %]
[% PROCESS bug/process/header.html.tmpl %]
[% END %]
......
......@@ -31,8 +31,6 @@
# verify_bug_groups: If groups need to be confirmed in addition to fields.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = 'Verify New Product Details...' %]
......
......@@ -21,8 +21,6 @@
# Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
[% PROCESS global/variables.none.tmpl %]
[%# This script/template only handles one bug #%]
[% bug = bugs.0 %]
......
......@@ -20,8 +20,6 @@
# Frédéric Buclin <LpSolit@gmail.com>
#%]
[% PROCESS global/variables.none.tmpl %]
[% bugidsummary = bug.bug_id _ ': ' _ bug.short_desc %]
[% attidsummary = attachment.id _ ': ' _ attachment.description %]
[% flagtype_name = flag ? flag.type.name : old_flag.type.name %]
......
......@@ -18,8 +18,6 @@
# Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
[% PROCESS global/variables.none.tmpl %]
From: [% Param('mailfrom') %]
To: [% Param('maintainer') %]
Subject: [[% terms.Bugzilla %]] Account Lock-Out: [% locked_user.login %] ([% attempts.0.ip_addr %])
......
......@@ -18,7 +18,6 @@
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
#%]
[% PROCESS "global/variables.none.tmpl" %]
From: [% Param('mailfrom') %]
To: [% addressee %]
Subject: [[% terms.Bugzilla %]] Sanity Check Results
......
......@@ -18,8 +18,6 @@
# Contributor(s): A. Karl Kornel <karl@kornel.name>
#%]
[% PROCESS global/variables.none.tmpl %]
Content-Type: text/plain
From: [% Param('mailfrom') %]
To: [% user.email %]
......
......@@ -23,8 +23,6 @@
# name: string; The name of the extension.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS extensions/license.txt.tmpl %]
package B[% %]ugzilla::Extension::[% name %];
......
......@@ -23,8 +23,6 @@
# name: string; The name of the extension.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS extensions/license.txt.tmpl %]
package B[% %]ugzilla::Extension::[% name %];
......
......@@ -18,8 +18,6 @@
# Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
[% PROCESS global/variables.none.tmpl %]
Template hooks go in this directory. Template hooks are called in normal
[%+ terms.Bugzilla %] templates like [[% '%' %] Hook.process('some-hook') %].
More information about them can be found in the documentation of
......
......@@ -23,8 +23,6 @@
# name: string; The name of the extension.
#%]
[% PROCESS global/variables.none.tmpl %]
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
......
......@@ -18,8 +18,6 @@
# Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
[% PROCESS global/variables.none.tmpl %]
Normal templates go in this directory. You can load them in your
code like this:
......
......@@ -23,8 +23,6 @@
# name: string; The name of the extension.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS extensions/license.txt.tmpl %]
package B[% %]ugzilla::Extension::[% name %]::Util;
......
......@@ -18,8 +18,6 @@
# Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
[% PROCESS global/variables.none.tmpl %]
Web-accessible files, like JavaScript, CSS, and images go in this
directory. You can reference them directly in your HTML. For example,
if you have a file called "style.css" and your extension is called
......
......@@ -27,8 +27,6 @@
# format: the desired format to display the target.
#%]
[% PROCESS global/variables.none.tmpl %]
[% IF target == "enter_bug.cgi" %]
[% title = "Enter $terms.Bug" %]
[% h2 = BLOCK %]First, you must pick a product on which to enter [% terms.abug %]: [% END %]
......
......@@ -21,8 +21,6 @@
[%# Remember to PROCESS rather than INCLUDE this template. %]
[% PROCESS global/variables.none.tmpl %]
[% SET search_descs = {
"noop" => "---",
"equals" => "is equal to",
......
[%# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is the Bugzilla Bug Tracking System.
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
[%# This template is a place to put directives that should get processed
# every time a primary template gets processed. Primary templates are those
# called from Perl code rather than from other templates via the PROCESS
# and INCLUDE directives.
#
# This template gets auto-processed at the beginning of primary templates
# via the PRE_PROCESS configuration parameter. Note that it gets processed
# for non-HTML templates too, so don't put HTML-specific stuff in here;
# put that into header.html.tmpl instead.
#%]
[% USE Hook %]
......@@ -23,8 +23,6 @@
# link: string. The link text for that URL.
#%]
[% PROCESS global/variables.none.tmpl %]
[% DEFAULT title = "$terms.Bugzilla Message" %]
[% PROCESS global/header.html.tmpl %]
......
......@@ -17,8 +17,6 @@
# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
[% PROCESS global/variables.none.tmpl %]
[%# Yes, this may show some HTML. But it's the best we
# can do at the moment. %]
[% PROCESS global/messages.html.tmpl %]
......
......@@ -23,8 +23,6 @@
# alphabetical order by message tag, and leave a blank line between messages.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% message_tag = message %]
......
......@@ -16,8 +16,6 @@
[%# Remember to PROCESS rather than INCLUDE this template. %]
[% PROCESS global/variables.none.tmpl %]
[% setting_descs = {
"comment_sort_order" => "When viewing $terms.abug, show comments in this order",
"csv_colsepchar" => "Field separator character for CSV files",
......
......@@ -23,8 +23,6 @@
# bug.bug_id: integer. Number of current bug (for navigation purposes)
#%]
[% PROCESS global/variables.none.tmpl %]
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
......
......@@ -23,8 +23,6 @@
[%# Migration note: this whole file corresponds to the old %commandmenu%
substitution param in 'footerhtml' %]
[% PROCESS global/variables.none.tmpl %]
<ul id="useful-links">
<li id="links-actions">
[% PROCESS "global/common-links.html.tmpl" qs_suffix = "_bottom" %]
......
......@@ -39,8 +39,6 @@
# nobody can guarantee the hook files processing order in the future.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS "global/field-descs.none.tmpl" %]
[% DEFAULT title = "Error" %]
......
......@@ -41,4 +41,5 @@
}
%]
[% USE Hook %]
[% Hook.process("end") %]
......@@ -26,9 +26,6 @@
# release: a hash containing data about new releases, if any.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "$terms.Bugzilla Main Page"
header = "Main Page"
......
......@@ -19,8 +19,6 @@
# Pascal Held <paheld@gmail.com>
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Change Columns"
javascript_urls = "js/change-columns.js"
......
......@@ -22,18 +22,8 @@
# title: string. The title for this page. (optional)
#%]
[% PROCESS global/variables.none.tmpl %]
[%############################################################################%]
[%# Initialization #%]
[%############################################################################%]
[% DEFAULT title = "$terms.Bug List" %]
[%############################################################################%]
[%# Bug Table #%]
[%############################################################################%]
<html>
<head>
......
......@@ -17,7 +17,6 @@
#
# Contributor(s): William Jon McCann <mccann@jhu.edu>
#%]
[% PROCESS global/variables.none.tmpl %]
BEGIN:VCALENDAR
CALSCALE:GREGORIAN
[%+ PROCESS ics_prodid +%]
......
......@@ -26,8 +26,6 @@
# List of all quips.
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "$terms.Bugzilla Quip System"
header = "Add your own clever headline"
......
......@@ -23,8 +23,6 @@
# query: string. The SQL query which makes the buglist.
#%]
[% PROCESS global/variables.none.tmpl %]
<html>
<head>
<title>[% terms.Bugzilla %] is pondering your search</title>
......
......@@ -19,7 +19,6 @@
# Gervase Markham <gerv@gerv.net>
#%]
[% PROCESS global/variables.none.tmpl %]
[% INCLUDE global/header.html.tmpl title = "Linkify Text" %]
<p>
......
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