From 192b02906b89fb61efdf60ef553d717a5d3e037f Mon Sep 17 00:00:00 2001 From: Connor Behan Date: Tue, 7 Jan 2014 15:36:28 -0500 Subject: Bug 770073 - Hardcode "Bugzilla" in templates when it's not related to a specific Bugzilla installation r=dkl,a=justdave --- template/en/default/pages/release-notes.html.tmpl | 236 +++++++++++----------- 1 file changed, 118 insertions(+), 118 deletions(-) (limited to 'template/en/default/pages/release-notes.html.tmpl') diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index c7a853c03..d21f54319 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -6,7 +6,7 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% SET title = "$terms.Bugzilla 4.4 Release Notes" %] +[% SET title = "Bugzilla 4.4 Release Notes" %] [% INCLUDE global/header.html.tmpl title = title style_urls = ['skins/standard/page.css'] @@ -28,8 +28,8 @@

Introduction

-

Welcome to [% terms.Bugzilla %] 4.4! It has been over a year since we - released [% terms.Bugzilla %] 4.2 on February 2012, and this new major +

Welcome to Bugzilla 4.4! It has been over a year since we + released Bugzilla 4.2 on February 2012, and this new major release comes with several new features and improvements. This release contains major improvements to WebServices, which were our main target in this release, a rewritten tagging system, a real MIME type auto-detection for @@ -110,7 +110,7 @@

Perl v5.8.1

IMPORTANT: This is the last major release to support - Perl 5.8.x! The next major release, [% terms.Bugzilla %] 5.0, will require + Perl 5.8.x! The next major release, Bugzilla 5.0, will require Perl 5.10.1 as a minimum.

[% INCLUDE db_req db='mysql' %] @@ -129,7 +129,7 @@

Optional Perl Modules

The following perl modules, if installed, enable various - features of [% terms.Bugzilla %]:

+ features of Bugzilla:

[% INCLUDE req_table reqs = OPTIONAL_MODULES new = ['Net-SMTP-SSL', 'HTML-FormatText-WithLinks', @@ -139,10 +139,10 @@

Optional Apache Modules

-

If you are using Apache as your webserver, [% terms.Bugzilla %] can +

If you are using Apache as your webserver, Bugzilla can take advantage of some Apache features if you have the below Apache modules installed and enabled. Currently, - certain [% terms.Bugzilla %] features + certain Bugzilla features are enabled only if you have all of the following modules installed and enabled:

@@ -175,14 +175,14 @@

In the "Advanced Search" page, it is now possible to build queries using - multiple custom search criteria against the same field. In [% terms.Bugzilla %] + multiple custom search criteria against the same field. In Bugzilla 4.2 and older, queries of the form

"Status changed to VERIFIED" AND "Status changed by foo@bar.com"

were returning all [% terms.bugs %] which had their status changed to VERIFIED by some user and which were edited by foo@bar.com once, but both actions could - be independent. In [% terms.Bugzilla %] 4.4, you can now decide if both + be independent. In Bugzilla 4.4, you can now decide if both criteria must match the exact same action or not, i.e. if you want [%+ terms.bugs %] whose status has been set to VERIFIED by foo@bar.com himself. In the same way, queries of the form @@ -243,10 +243,10 @@

When a user uploads a new attachment and lets the "Content Type" field set to - "auto-detect", [% terms.Bugzilla %] now does its own MIME type detection + "auto-detect", Bugzilla now does its own MIME type detection if the web browser tells him that the attachment is of type "application/octet-stream", in an attempt to make a better guess than the web - browser. In all other cases, [% terms.Bugzilla %] still trusts what the browser + browser. In all other cases, Bugzilla still trusts what the browser tells him.

@@ -285,7 +285,7 @@

This release got major improvements in its WebServices interface. Many new methods have been implemented to let third-party applications interact with - [%+ terms.Bugzilla %] even more closely. For instance, it is now possible to + Bugzilla even more closely. For instance, it is now possible to know what parameters are set to using B[%%]ugzilla.parameters. It is now also possible to update tags, products, groups or user accounts using our API. @@ -302,10 +302,10 @@

New Apache Configuration

- For improved security, [% terms.Bugzilla %] now prevents directory browsing - by default. If you run [% terms.Bugzilla %] under Apache (as most people do), + For improved security, Bugzilla now prevents directory browsing + by default. If you run Bugzilla under Apache (as most people do), you most likely require a new Apache configuration for this - version of [% terms.Bugzilla %]. See the + version of Bugzilla. See the Notes On Upgrading From a Previous Version section for details.

@@ -385,7 +385,7 @@ X-Priority email headers to increase or decrease the initial priority of the [% terms.bug %], unless the priority is already explicitly set in the email itself. -
  • Skins: [% terms.Bugzilla %] no longer fetches all skins +
  • Skins: Bugzilla no longer fetches all skins available when viewing a page. It only loads the skin selected by the user in his preferences, which results in less requests to the server.
  • @@ -393,7 +393,7 @@

    Enhancements for Administrators and Developers

    -

    [% terms.Bugzilla %] 4.2 Release Notes

    +

    Bugzilla 4.2 Release Notes