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-notes3.html.tmpl | 406 ++++++++++----------- 1 file changed, 203 insertions(+), 203 deletions(-) (limited to 'template/en/default/pages/release-notes3.html.tmpl') diff --git a/template/en/default/pages/release-notes3.html.tmpl b/template/en/default/pages/release-notes3.html.tmpl index ab1e64fdc..caf345b0e 100644 --- a/template/en/default/pages/release-notes3.html.tmpl +++ b/template/en/default/pages/release-notes3.html.tmpl @@ -6,7 +6,7 @@ # defined by the Mozilla Public License, v. 2.0. #%] -[% SET title = "$terms.Bugzilla 3.6 Release Notes" %] +[% SET title = "Bugzilla 3.6 Release Notes" %] [% INCLUDE global/header.html.tmpl title = title style_urls = ['skins/standard/page.css'] @@ -14,7 +14,7 @@

Release Notes For Newer Versions

-

Release notes for versions of [% terms.Bugzilla %] of the 4.x series are +

Release notes for versions of Bugzilla of the 4.x series are available here.

[% title FILTER html %]

@@ -33,7 +33,7 @@

Introduction

-

Welcome to [% terms.Bugzilla %] 3.6! The focus of the 3.6 release is +

Welcome to Bugzilla 3.6! The focus of the 3.6 release is on improving usability and "polishing up" all our features (by adding some pieces that were "missing" or always wanted), although we also have a few great new features for you, as well!

@@ -51,7 +51,7 @@ Red Hat, and Novell for funding the development of various features and improvements in this release of - [%+ terms.Bugzilla %].

+ Bugzilla.

Updates in this 3.6.x Release

@@ -65,7 +65,7 @@ this release:

Minimum Requirements

@@ -274,7 +274,7 @@

Optional Perl Modules

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

+ features of Bugzilla:

@@ -449,29 +449,29 @@

General Usability Improvements

A scientific - usability study was done on [% terms.Bugzilla %] by researchers + usability study was done on Bugzilla by researchers from Carnegie-Mellon University. As a result of this study, several usability issues were prioritized to be fixed, based on specific data from the study.

-

As a result, you will see many small improvements in [% terms.Bugzilla %]'s +

As a result, you will see many small improvements in Bugzilla's usability, such as using Javascript to validate certain forms before they are submitted, standardizing the words that we use in the user interface, - being clearer about what [% terms.Bugzilla %] needs from the user, + being clearer about what Bugzilla needs from the user, and other changes, all of which are also listed individually in this New Features section.

Work continues on improving usability for the next release of - [%+ terms.Bugzilla %], but the results of the research have already + Bugzilla, but the results of the research have already had an impact on this 3.6 release.

New Extensions System

-

[% terms.Bugzilla %] has a brand-new Extensions system. The system is +

Bugzilla has a brand-new Extensions system. The system is consistent, fast, and fully - documented. It makes it possible to easily extend [% terms.Bugzilla %]'s + documented. It makes it possible to easily extend Bugzilla's code and user interface to add new features or change existing features. There's even a @@ -480,7 +480,7 @@ Extensions documentation.

-

If you had written any extensions using [% terms.Bugzilla %]'s previous +

If you had written any extensions using Bugzilla's previous extensions system, there is a script to help convert old extensions into the new format.

@@ -488,7 +488,7 @@

Improved Quicksearch

The "quicksearch" box that appears on the front page of - [%+ terms.Bugzilla %] and in the header/footer of every page + Bugzilla and in the header/footer of every page is now simplified and made more powerful. There is a [?] link next to the box that will take you to the simplified Quicksearch Help, @@ -523,21 +523,21 @@

Simple "Browse" Interface

-

There is now a "Browse" link in the header of each [% terms.Bugzilla %] +

There is now a "Browse" link in the header of each Bugzilla page that presents a very basic interface that allows users to simply browse through all open [% terms.bugs %] in particular components.

SUExec Support

-

[% terms.Bugzilla %] can now be run in Apache's "SUExec" mode, +

Bugzilla can now be run in Apache's "SUExec" mode, which is what control panel software like cPanel and Plesk use - (so [% terms.Bugzilla %] should now be much easier to install + (so Bugzilla should now be much easier to install on shared hosting). SUExec support shows up as an option in the localconfig file during installation.

Experimental mod_perl Support on Windows

-

There is now experimental support for running [% terms.Bugzilla %] +

There is now experimental support for running Bugzilla under mod_perl on Windows, for a significant performance enhancement (in exchange for using more memory).

@@ -549,24 +549,24 @@

JSON-RPC Interface

-

[% terms.Bugzilla %] now has support for the +

Bugzilla now has support for the JSON-RPC WebServices protocol via jsonrpc.cgi. The JSON-RPC interface is experimental in this release--if you want any fundamental changes in how it works, let us - know, for the next release of [% terms.Bugzilla %].

+ know, for the next release of Bugzilla.

Migration From Other [% terms.Bug %]-Trackers

-

[% terms.Bugzilla %] 3.6 comes with a new script, +

Bugzilla 3.6 comes with a new script, migrate.pl, which allows migration from other [% terms.bug %]-tracking systems. Among the various features of the migration system are:

-

[% terms.Bugzilla %] 3.4 Release Notes

+

Bugzilla 3.4 Release Notes

@@ -1356,21 +1356,21 @@

When entering a new [% terms.bug %], the vast majority of fields are now hidden by default, which enormously simplifies the bug-filing form. You can click "Show Advanced Fields" to show all the fields, if you want - them. [%+ terms.Bugzilla %] remembers whether you last used the "Advanced" + them. Bugzilla remembers whether you last used the "Advanced" or "Simple" version of the [% terms.bug %]-entry form, and will display the same version to you again next time you file [% terms.abug %].

New Home Page

-

[% terms.Bugzilla %]'s front page has been redesigned to be better at +

Bugzilla's front page has been redesigned to be better at guiding new users into the activities that they most commonly want to do. Further enhancements to the home page are coming in future versions - of [% terms.Bugzilla %].

+ of Bugzilla.

Email Addresses Hidden From Logged-Out Users

-

To help prevent spam to [% terms.Bugzilla %] users, all email addresses - stored in [% terms.Bugzilla %] are now displayed only if you are logged in. +

To help prevent spam to Bugzilla users, all email addresses + stored in Bugzilla are now displayed only if you are logged in. If you are logged out, only the part before the "@" of the email address is displayed. This includes [% terms.bug %] lists, viewing [% terms.bugs %], the XML format of [% terms.abug %], and any other place in the web interface that @@ -1387,15 +1387,15 @@

Asynchronous Email Sending

-

The largest performance problem in former versions of [% terms.Bugzilla %] +

The largest performance problem in former versions of Bugzilla was that when updating [% terms.bugs %], email would be sent immediately to every user who needed to be notified, and process_bug.cgi would wait for the emails to be sent before continuing.

-

Now [% terms.Bugzilla %] is capable of queueing emails to be sent +

Now Bugzilla is capable of queueing emails to be sent while [% terms.abug %] is being updated, and sending them in the background. This requires the administrator to run a daemon - that comes with [% terms.Bugzilla %], named + that comes with Bugzilla, named jobqueue.pl, and to enable the use_mailer_queue parameter.

@@ -1406,9 +1406,9 @@

Dates and Times Displayed In User's Time Zone

-

Users can now select what time zone they are in and [% terms.Bugzilla %] +

Users can now select what time zone they are in and Bugzilla will adjust displayed times to be correct for their time zone. However, - times the user inputs are unfortunately still in [% terms.Bugzilla %]'s + times the user inputs are unfortunately still in Bugzilla's time zone.

Custom Fields That Only Appear When Another Field @@ -1443,7 +1443,7 @@ appears.

One thing to note is that this feature only controls what values appear in - the user interface. [% terms.Bugzilla %] itself will still accept + the user interface. Bugzilla itself will still accept any combination of values as valid, in the backend.

New Custom Field Type: [% terms.Bug %] ID

@@ -1455,8 +1455,8 @@

"See Also" Field

We have added a new standard field called "See Also" to - [%+ terms.Bugzilla %]. In this field, you can put URLs to multiple - [%+ terms.bugs %] in any [% terms.Bugzilla %] installation, to indicate + Bugzilla. In this field, you can put URLs to multiple + [%+ terms.bugs %] in any Bugzilla installation, to indicate that those [% terms.bugs %] are related to this one. It also supports adding URLs to [% terms.bugs %] in Launchpad.

@@ -1478,7 +1478,7 @@

Search Descriptions

-

When displaying search results, [% terms.Bugzilla %] will now show +

When displaying search results, Bugzilla will now show a brief description of what you searched for, at the top of the [%+ terms.bug %] list.

@@ -1505,14 +1505,14 @@
  • When viewing a search result, you can now hover over any abbreviated field to see its full value.
  • When logging out, users are now redirected to the main page of - [%+ terms.Bugzilla %] instead of an empty page.
  • + Bugzilla instead of an empty page.
  • When editing [% terms.abug %], text fields (except the comment box) now grow longer when you widen your browser window.
  • When viewing [% terms.abug %], the Depends On and Blocks list will display [% terms.abug %]'s alias if it has one, instead of its id. Also, closed [% terms.bugs %] will be sorted to the end of the list.
  • -
  • If you use the time-tracking features of [% terms.Bugzilla %], and +
  • If you use the time-tracking features of Bugzilla, and you enable the time-tracking related columns in a search result, then you will see a summary of the time-tracking data at the bottom of the search result.
  • @@ -1528,15 +1528,15 @@
  • You can now use any custom drop-down field as an axis for a tabular or graphical report.
  • The X-Bugzilla-Type header in emails sent by - [%+ terms.Bugzilla %] is now "new" for [% terms.bug %]mail sent for + Bugzilla is now "new" for [% terms.bug %]mail sent for newly-filed [% terms.bugs %], and "changed" for emails having to do with updated [% terms.bugs %].
  • Mails sent by the "Whining" system now contain the header X-Bugzilla-Type: whine.
  • [% terms.bug %]mail now contains a X-Bugzilla-URL header to uniquely - identify which [% terms.Bugzilla %] installation the email came from.
  • + identify which Bugzilla installation the email came from.
  • If you input an invalid regular expression anywhere in - [%+ terms.Bugzilla %], it will now tell you explicitly instead of failing + Bugzilla, it will now tell you explicitly instead of failing cryptically.
  • The duplicates.xul page (which wasn't used by very many people) is now gone.
  • @@ -1545,28 +1545,28 @@

    Enhancements for Administrators and Developers

    @@ -2047,9 +2047,9 @@

    Major UI Improvements

    -

    [% terms.Bugzilla %] 3.2 has had some UI assistance from the NASA +

    Bugzilla 3.2 has had some UI assistance from the NASA Human-Computer Interaction department and the new - [% terms.Bugzilla %] + Bugzilla User Interface Team.

    In particular, you will notice a massively redesigned [% terms.bug %] @@ -2057,7 +2057,7 @@

    New Default Skin: Dusk

    -

    [% terms.Bugzilla %] 3.2 now ships with a skin called "Dusk" that is +

    Bugzilla 3.2 now ships with a skin called "Dusk" that is a bit more colorful than old default "Classic" skin.

    Upgrading installations will still default to the "Classic" @@ -2065,21 +2065,21 @@ control panel. Users can also choose to use the old skin in their Preferences (or using the View :: Page Style menu in Firefox).

    -

    The changes that [% terms.Bugzilla %] required for Dusk made - [%+ terms.Bugzilla %] much easier to skin. See the +

    The changes that Bugzilla required for Dusk made + Bugzilla much easier to skin. See the Addons page for additional skins, or try making your own!

    Custom Status Workflow

    -

    You can now customize the list of statuses in [% terms.Bugzilla %], +

    You can now customize the list of statuses in Bugzilla, and transitions between them.

    You can also specify that a comment must be made on certain transitions.

    New Custom Field Types

    -

    [% terms.Bugzilla %] 3.2 has support for three new types of +

    Bugzilla 3.2 has support for three new types of custom fields:

    Enhancements for Localizers (or Localized Installations)

    @@ -2303,9 +2303,9 @@ -

    [% terms.Bugzilla %] 3.0.x Release Notes

    +

    Bugzilla 3.0.x Release Notes

    Table of Contents

    @@ -2432,9 +2432,9 @@

    Introduction

    -

    Welcome to [% terms.Bugzilla %] 3.0! It's been over eight years since - we released [% terms.Bugzilla %] 2.0, and everything has changed since - then. Even just since our previous release, [% terms.Bugzilla %] 2.22, +

    Welcome to Bugzilla 3.0! It's been over eight years since + we released Bugzilla 2.0, and everything has changed since + then. Even just since our previous release, Bugzilla 2.22, we've added a lot of new features. So enjoy the release, we're happy to bring it to you.

    @@ -2447,7 +2447,7 @@

    Updates in this 3.0.x Release

    This section describes what's changed in the most recent bug-fix - releases of [% terms.Bugzilla %] after 3.0. We only list the + releases of Bugzilla after 3.0. We only list the most important fixes in each release. If you want a detailed list of everything that's changed in each version, you should use our Change Log Page.

    @@ -2472,7 +2472,7 @@
  • If you don't have permission to set a flag, it will now appear unchangeable in the UI. ([% terms.Bug %] 433851)
  • -
  • If you were running mod_perl, [% terms.Bugzilla %] was not correctly +
  • If you were running mod_perl, Bugzilla was not correctly closing its connections to the database since 3.0.3, and so sometimes the DB would run out of connections. ([% terms.Bug %] 441592)
  • @@ -2492,7 +2492,7 @@

    3.0.4

    @@ -2873,30 +2873,30 @@

    Custom Fields

    -

    [% terms.Bugzilla %] now includes very basic support for custom fields.

    +

    Bugzilla now includes very basic support for custom fields.

    Users in the admin group can add plain-text or drop-down custom fields. You can edit the values available for drop-down fields using the "Field Values" control panel.

    -

    Don't add too many custom fields! It can make [% terms.Bugzilla %] +

    Don't add too many custom fields! It can make Bugzilla very difficult to use. Try your best to get along with the default fields, and then if you find that you can't live without custom fields - after a few weeks of using [% terms.Bugzilla %], only then should you + after a few weeks of using Bugzilla, only then should you start your custom fields.

    mod_perl Support

    -

    [% terms.Bugzilla %] 3.0 supports mod_perl, which allows for extremely +

    Bugzilla 3.0 supports mod_perl, which allows for extremely enhanced page-load performance. mod_perl trades memory usage for performance, allowing near-instantaneous page loads, but using much more memory.

    -

    If you want to enable mod_perl for your [% terms.Bugzilla %], we recommend +

    If you want to enable mod_perl for your Bugzilla, we recommend a minimum of 1.5GB of RAM, and for a site with heavy traffic, 4GB to 8GB.

    If performance isn't that critical on your installation, you don't have the memory, or you are running some other web server than - Apache, [% terms.Bugzilla %] still runs perfectly as a normal CGI + Apache, Bugzilla still runs perfectly as a normal CGI application, as well.

    Shared Saved Searches

    @@ -2930,10 +2930,10 @@

    Custom Resolutions

    You can now customize the list of resolutions available - in [% terms.Bugzilla %], including renaming the default resolutions.

    + in Bugzilla, including renaming the default resolutions.

    The resolutions FIXED, DUPLICATE - and MOVED have a special meaning to [% terms.Bugzilla %], + and MOVED have a special meaning to Bugzilla, though, and cannot be renamed or deleted.

    Per-Product Permissions

    @@ -2946,7 +2946,7 @@

    User Interface Improvements

    -

    There has been some work on the user interface for [% terms.Bugzilla %] 3.0, +

    There has been some work on the user interface for Bugzilla 3.0, including: