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,
# 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
# 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 %]
# 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 %]
# This template has no interface.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Remove your votes?"
%]
# 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.
# 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 =>
{
# 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. %]
[% IF !target %]
[% target = "index.cgi" %]
[% END %]
-
-[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Log in to $terms.Bugzilla",
# Tobias Burnus <burnus@net-b.de>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% PROCESS subject %]
# Param("emailsuffix") is used to pre-fill the email field.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]
Create a new [% terms.Bugzilla %] account
[% END %]
# 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 %]
# Contributor(s): John Vandenberg <zeroj@null.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% terms.Bugzilla %] Change Email Address Request
# 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
# email: email address of the new account.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% email %]
Subject: [% terms.Bugzilla %]: confirm account creation
# Contributor(s): John Vandenberg <zeroj@null.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% Param('mailfrom') %]
To: [% emailaddress %]
Subject: [% terms.Bugzilla %] Change Password Request
# 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
# other people.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
<table align="center">
<tr>
<td>
# 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 %])
# 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>
# which the component belongs.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]
Edit component '[% comp.name FILTER html %]' of product '[% product.name FILTER html %]'
[% END %]
# 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
# 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?"
%]
# 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
[% 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
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Edit values for which field?"
%]
# 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
# Frédéric Buclin <LpSolit@gmail.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS "global/js-products.html.tmpl" %]
[% IF action == "insert" %]
# Frédéric Buclin <LpSolit@gmail.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS "global/js-products.html.tmpl" %]
[% PROCESS global/header.html.tmpl
# keyword: A Bugzilla::Keyword object.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Edit keyword"
%]
# - bug_count: number. The number of bugs with the keyword.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Select keyword"
%]
# 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
[% 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
# 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?"
%]
# shutdown_is_active: boolean; is true when 'shutdownhtml' has been turned on.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% curpanel = -1 %]
[% panels = panels.nsort('sortkey') %]
#
#%]
-[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Confirm Group Control Change for product '[%- product.name FILTER html %]'
[% END %]
# Contributor(s): Joel Peshkin <bugreport@peshkin.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]
Edit Group Controls for [% product.name FILTER html %]
[% END %]
#
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Select Classification"
%]
# showbugcounts: boolean; true if bug counts should be included in the table
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% IF classification %]
[% classification_url_part = BLOCK %]&classification=
[%- classification.name FILTER uri %]
# 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'] %]
# 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.
#
# Contributor(s): A. Karl Kornel <karl@kornel.name>
#%]
-
-[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl
title = "Begin sudo session"
# 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
# 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
# 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?"
%]
# 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()"
# 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 %]
# Possible values: autodetect, list, manual.
#%]
-[% PROCESS global/variables.none.tmpl %]
[% bug = bugs.0 %]
[% PROCESS "bug/show-header.html.tmpl" %]
[% PROCESS global/header.html.tmpl
[% 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 %]
[%# 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 %]
# 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 %]
[% 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>
# 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 %]
# attachment: object of the attachment we just attached.
#%]
-[% PROCESS global/variables.none.tmpl %]
[% bug = bugs.0 %]
[% PROCESS "bug/show-header.html.tmpl" %]
# 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"
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Search by $terms.bug number"
%]
# 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 – $filtered_desc"
# 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"
# 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
dependencies. (Optional)
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = "Dependency Graph"
header = title
%]
# Elliotte Martin <emartin@everythingsolved.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS "global/field-descs.none.tmpl" %]
[% PROCESS bug/time.html.tmpl %]
#%]
[%# Please don't use field-descs here. It can slow down Bugzilla. %]
-[% PROCESS 'global/variables.none.tmpl' %]
[% SET comment_body = comment.body %]
# Guy Pyrzak <guy.pyrzak@gmail.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
<div id="status">
[% PROCESS bug/field.html.tmpl
no_tds = 1
[% RETURN IF !bug %]
-[% PROCESS global/variables.none.tmpl %]
[% IF bottom_navigator == 1 %]
<ul class="related_actions">
<li><a href="show_bug.cgi?format=multiple&id=
# sent_bugmail: The results of Bugzilla::BugMail::Send().
#%]
-[% PROCESS global/variables.none.tmpl %]
-
<dl>
[% PROCESS emails
description = "Email sent to"
# 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) %]
# As global/header.html.tmpl.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% USE Bugzilla %]
[% PROCESS "bug/show-header.html.tmpl" %]
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
-[% PROCESS global/variables.none.tmpl %]
-
[% UNLESS header_done %]
[% PROCESS bug/process/header.html.tmpl %]
[% END %]
# 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 %]
# 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...' %]
# Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[%# This script/template only handles one bug #%]
[% bug = bugs.0 %]
# 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 %]
# 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 %])
# 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
# Contributor(s): A. Karl Kornel <karl@kornel.name>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
Content-Type: text/plain
From: [% Param('mailfrom') %]
To: [% user.email %]
# name: string; The name of the extension.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS extensions/license.txt.tmpl %]
package B[% %]ugzilla::Extension::[% name %];
# name: string; The name of the extension.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS extensions/license.txt.tmpl %]
package B[% %]ugzilla::Extension::[% name %];
# 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
# 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
# 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:
# name: string; The name of the extension.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS extensions/license.txt.tmpl %]
package B[% %]ugzilla::Extension::[% name %]::Util;
# 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
# 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 %]
[%# Remember to PROCESS rather than INCLUDE this template. %]
-[% PROCESS global/variables.none.tmpl %]
-
[% SET search_descs = {
"noop" => "---",
"equals" => "is equal to",
+++ /dev/null
-[%# 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 %]
# link: string. The link text for that URL.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% DEFAULT title = "$terms.Bugzilla Message" %]
[% PROCESS global/header.html.tmpl %]
# 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 %]
# 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 %]
[%# 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",
# bug.bug_id: integer. Number of current bug (for navigation purposes)
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
[%# 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" %]
# 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" %]
}
%]
+[% USE Hook %]
[% Hook.process("end") %]
# 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"
# Pascal Held <paheld@gmail.com>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Change Columns"
javascript_urls = "js/change-columns.js"
# title: string. The title for this page. (optional)
#%]
-[% PROCESS global/variables.none.tmpl %]
-
-[%############################################################################%]
-[%# Initialization #%]
-[%############################################################################%]
-
[% DEFAULT title = "$terms.Bug List" %]
-[%############################################################################%]
-[%# Bug Table #%]
-[%############################################################################%]
-
<html>
<head>
#
# Contributor(s): William Jon McCann <mccann@jhu.edu>
#%]
-[% PROCESS global/variables.none.tmpl %]
BEGIN:VCALENDAR
CALSCALE:GREGORIAN
[%+ PROCESS ics_prodid +%]
# 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"
# query: string. The SQL query which makes the buglist.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
<html>
<head>
<title>[% terms.Bugzilla %] is pondering your search</title>
# Gervase Markham <gerv@gerv.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
[% INCLUDE global/header.html.tmpl title = "Linkify Text" %]
<p>
# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
#%]
-[% PROCESS global/variables.none.tmpl %]
[% SET title = "$terms.Bugzilla 4.0 Release Notes" %]
[% INCLUDE global/header.html.tmpl
title = title
# Contributor(s): A. Karl Kornel <karl@kornel.name>
#%]
-[% PROCESS global/variables.none.tmpl %]
[% INCLUDE global/header.html.tmpl title = "sudo: User Impersonation" %]
<p>
# You need to fulfill the interface to duplicates-table.html.tmpl.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
# duplicates-table.html.tmpl.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% IF product.size %]
[% title = BLOCK %]
Most Frequently Reported [% terms.Bugs %] for
# caneditkeywords: boolean. True if this user can edit keywords
%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "$terms.Bugzilla Keyword Descriptions"
%]
# types in Bugzilla.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Reporting and Charting Kitchen"
doc_section = "reporting.html"
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% y_label = "$terms.Bugs" %]
[% PROCESS "global/field-descs.none.tmpl" %]
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% y_label = "$terms.Bugs" %]
[% PROCESS "global/field-descs.none.tmpl" %]
# You need to fulfill the interface to report-table.html.tmpl.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
<html>
[% title = "$terms.Bug List" %]
[%# INTERFACE:
# See report-table.html.tmpl.
#%]
-[% PROCESS global/variables.none.tmpl %]
[% colsepchar = user.settings.csv_colsepchar.value %]
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
# edited. This value is just passed through in a
# hidden field.
#%]
-
-
-[% PROCESS global/variables.none.tmpl %]
[%# This is not necessary for English templates, but useful for localizers. %]
[% ordersdesc = {
# search/boolean-charts.html.tmpl.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% USE Bugzilla %]
[% cgi = Bugzilla.cgi %]
# search/boolean-charts.html.tmpl.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% js_data = BLOCK %]
var queryform = "chartform";
[% END %]
# Contributor(s): Frédéric Buclin <LpSolit@gmail.com>
#
#%]
-[% PROCESS global/variables.none.tmpl %]
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>[% terms.Bugzilla %]</ShortName>
# the interfaces of the templates it contains.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% js_data = BLOCK %]
var queryform = "reportform"
[% END %]
# the interfaces of the templates it contains.
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% js_data = BLOCK %]
var queryform = "reportform"
[% END %]
# Contributor(s): Myk Melez <myk@mozilla.org>
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl
title = "Simple Search"
style_urls = [ "skins/standard/search_form.css" ]
# none
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = BLOCK %]Welcome to [% terms.Bugzilla %][% END %]
[% PROCESS global/header.html.tmpl
# recipient: user object for the intended recipient of the message
#%]
-[% PROCESS global/variables.none.tmpl %]
[% PROCESS 'global/field-descs.none.tmpl' %]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
# from: Bugzilla system email address
#%]
-[% PROCESS global/variables.none.tmpl %]
-
From: [% from %]
To: [% recipient.email %]
Subject: [[% terms.Bugzilla %]] [% subject %]
# sort: integer that sets execution order on named queries
#%]
-[% PROCESS global/variables.none.tmpl %]
-
[% title = "Set up whining" %]
[% PROCESS global/header.html.tmpl
title = title