From 738591be1e58b664146eb12b61fa4294d56b534e Mon Sep 17 00:00:00 2001 From: "Gordon P. Hemsley" Date: Wed, 17 Feb 2010 13:55:21 -0800 Subject: Bug 546340 - Change anchors to use @id r=mkanat, a=mkanat --- template/en/default/pages/fields.html.tmpl | 8 +- template/en/default/pages/quicksearch.html.tmpl | 6 +- template/en/default/pages/release-notes.html.tmpl | 217 ++++++++++------------ 3 files changed, 109 insertions(+), 122 deletions(-) (limited to 'template/en/default/pages') diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 184aef96f..bb1deb8ed 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -31,13 +31,11 @@ - - @@ -266,7 +264,7 @@ [% NEXT IF skip_fields.contains(field) %] -
[% field_desc FILTER html %]
+
[% field_desc FILTER html %]
[% SET help_text = field_help_map.${field_desc}.help %] [% IF help_text %] diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 515502329..b859484ca 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -92,7 +92,7 @@

You may also want to read up on the Advanced Features.

-

Fields You Can Search On

+

Fields You Can Search On

You can specify any of these fields like field:value in the search box, to search on them. You can also abbreviate @@ -143,7 +143,7 @@

- +

[% field_descs.bug_status FILTER upper FILTER html %]

- +

[% field_descs.resolution FILTER upper FILTER html %]

-

Advanced Features

+

Advanced Features

-

Advanced Shortcuts

+

Advanced Shortcuts

In addition to using field names to search specific fields, there are certain characters or words that you can diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 4156ce03b..7699047c5 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -37,7 +37,7 @@

  • Release Notes for Previous Versions
  • -

    Introduction

    +

    Introduction

    This is [% terms.Bugzilla %] 3.4! [% terms.Bugzilla %] 3.4 brings a lot of great enhancements for [% terms.Bugzilla %] over previous versions, @@ -57,7 +57,7 @@ San Jose State University Foundation.

    -

    Updates In This 3.4.x Release

    +

    Updates In This 3.4.x Release

    3.4.5

    @@ -194,7 +194,7 @@ Security Advisory for details.

    -

    Minimum Requirements

    +

    Minimum Requirements

    Any requirements that are new since 3.2.3 will look like this.

    @@ -208,7 +208,7 @@
  • Optional Perl Modules
  • -

    Perl

    +

    Perl

    Perl v5.8.1

    @@ -218,14 +218,14 @@ [% INCLUDE db_req db='oracle' %] -

    Required Perl Modules

    +

    Required Perl Modules

    [% INCLUDE req_table reqs = REQUIRED_MODULES new = ['URI', 'DateTime', 'DateTime-TimeZone', 'Digest-SHA'] updated = ['Template-Toolkit'] %] -

    Optional Perl Modules

    +

    Optional Perl Modules

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

    @@ -235,7 +235,7 @@ updated = [] include_feature = 1 %] -

    New Features and Improvements

    +

    New Features and Improvements

    -

    Simple [% terms.Bug %] Filing

    +

    Simple [% terms.Bug %] Filing

    When entering a new [% terms.bug %], the vast majority of fields are now hidden by default, which enormously simplifies the bug-filing form. @@ -267,15 +267,14 @@ 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

    +

    New Home Page

    [% terms.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 %].

    -

    Email Addresses Hidden From Logged-Out - Users

    +

    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. @@ -288,12 +287,12 @@ The WebService still returns full email addresses, even if you are logged out.

    -

    Shorter Search URLs

    +

    Shorter Search URLs

    When submitting a search, all the unused fields are now stripped from the URL, so search URLs are much more meaningful, and much shorter.

    -

    Asynchronous Email Sending

    +

    Asynchronous Email Sending

    The largest performance problem in former versions of [% terms.Bugzilla %] was that when updating [% terms.bugs %], email would be sent immediately @@ -312,16 +311,15 @@ should result in a very large speed-up for updating [% terms.bugs %], particularly on larger installations.

    -

    Dates and Times Displayed In User's Time - Zone

    +

    Dates and Times Displayed In User's Time Zone

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

    -

    Custom Fields That Only Appear When - Another Field Has a Particular Value

    +

    Custom Fields That Only Appear When Another Field + Has a Particular Value

    When creating a new custom field (or updating the definition of an existing custom field), you can now say that "this field only @@ -335,8 +333,8 @@

    This is a good way of making Product-specific fields.

    -

    Custom Fields Whose List of Values - Change Depending on the Value of Another Field

    +

    Custom Fields Whose List of Values Change + Depending on the Value of Another Field

    When creating a drop-down or multiple-selection custom field, you can now specify that another field "controls the values" of this field. @@ -355,14 +353,13 @@ the user interface. [% terms.Bugzilla %] itself will still accept any combination of values as valid, in the backend.

    -

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

    +

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

    You can now create a custom field that holds a reference to a single valid [% terms.bug %] ID. In the future this will be enhanced to allow [%+ terms.bugs %] to refer to each other via this field.

    -

    "See Also" Field

    +

    "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 @@ -380,19 +377,19 @@ the use_see_also parameter.

    -

    Re-order Columns in Search Results

    +

    Re-order Columns in Search Results

    There is a new interface for choosing what columns appear in search results, which allows you to change the order in which columns appear from left to right when viewing the [% terms.bug %] list.

    -

    Search Descriptions

    +

    Search Descriptions

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

    -

    Other Enhancements and Changes

    +

    Other Enhancements and Changes

    Enhancements for Users

    @@ -515,7 +512,7 @@ and dateTimes, and translates them to undef. -

    Outstanding Issues

    +

    Outstanding Issues

    -

    Notes On Upgrading From a Previous - Version

    +

    Notes On Upgrading From a Previous Version

    When upgrading to 3.4, checksetup.pl will create foreign keys for many columns in the database. Before doing this, it will check the @@ -565,8 +561,7 @@

    Remember that you should always back up your database before doing an upgrade.

    -

    Code Changes Which May Affect - Customizations

    +

    Code Changes Which May Affect Customizations

    -

    Introduction

    +

    Introduction

    Welcome to [% terms.Bugzilla %] 3.2! This is our first major feature release since [% terms.Bugzilla %] 3.0, and it brings a lot of great @@ -646,7 +641,7 @@ and this one, particularly the "Notes For Upgraders" section of each version's release notes.

    -

    Updates in this 3.2.x Release

    +

    Updates in this 3.2.x Release

    This section describes what's changed in the most recent bug-fix releases of [% terms.Bugzilla %] after 3.2. We only list the @@ -725,7 +720,7 @@ ([% terms.Bug %] 469136) -

    Security Fixes In This 3.2.x Release

    +

    Security Fixes In This 3.2.x Release

    3.2.3

    @@ -748,7 +743,7 @@ Security Advisory for this release.

    -

    Minimum Requirements

    +

    Minimum Requirements

    Any requirements that are new since 3.0.5 will look like this.

    @@ -763,11 +758,11 @@ Modules -

    Perl

    +

    Perl

    Perl v5.8.1

    -

    For MySQL Users

    +

    For MySQL Users

    -

    For PostgreSQL Users

    +

    For PostgreSQL Users

    -

    Email Addresses Hidden From Logged-Out - UsersFor Oracle Users

    +

    Email Addresses Hidden From Logged-Out Users + For Oracle Users

    -

    Required Perl Modules

    +

    Required Perl Modules

    @@ -812,7 +807,7 @@
    Module Version
    -

    Optional Perl Modules

    +

    Optional Perl Modules

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

    @@ -920,7 +915,7 @@ -

    New Features and Improvements

    +

    New Features and Improvements

    -

    Major UI Improvements

    +

    Major UI Improvements

    [% terms.Bugzilla %] 3.2 has had some UI assistance from the NASA Human-Computer Interaction department and the new @@ -944,7 +939,7 @@

    In particular, you will notice a massively redesigned [% terms.bug %] editing form, in addition to our new skin.

    -

    New Default Skin: Dusk

    +

    New Default Skin: Dusk

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

    @@ -959,14 +954,14 @@ Addons page for additional skins, or try making your own!

    -

    Custom Status Workflow

    +

    Custom Status Workflow

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

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

    -

    New Custom Field Types

    +

    New Custom Field Types

    [% terms.Bugzilla %] 3.2 has support for three new types of custom fields:

    @@ -979,7 +974,7 @@ calendar popup to make picking a date easier. -

    Easier Installation

    +

    Easier Installation

    [% terms.Bugzilla %] now comes with a script called install-module.pl that can automatically download @@ -992,7 +987,7 @@ install-module.pl, or you can read its documentation.

    -

    Experimental Oracle Support

    +

    Experimental Oracle Support

    [% terms.Bugzilla %] 3.2 contains experimental support for using Oracle as its database. Some features of [% terms.Bugzilla %] are known @@ -1008,7 +1003,7 @@ development contributions to [% terms.Bugzilla %] which allowed this to happen!

    -

    Improved UTF-8 Support

    +

    Improved UTF-8 Support

    [% terms.Bugzilla %] 3.2 now has advanced UTF-8 support in its code, including correct handling for truncating and wrapping multi-byte @@ -1017,14 +1012,14 @@ by users in every country with little (or at least much less) customization.

    -

    Group Icons

    +

    Group Icons

    Administrators can now specify that users who are in certain groups should have an icon appear next to their name whenever they comment. This is particularly useful for distinguishing developers from [%+ terms.bug %] reporters.

    -

    Other Enhancements and Changes

    +

    Other Enhancements and Changes

    These are either minor enhancements, or enhancements that have very short descriptions. Some of these are very useful, though!

    @@ -1201,7 +1196,7 @@ be localized. See template/en/default/setup/strings.txt.pl. -

    Outstanding Issues

    +

    Outstanding Issues

    -

    How to Upgrade From An Older Version

    +

    How to Upgrade From An Older Version

    -

    Notes For Upgraders

    +

    Notes For Upgraders

    -

    Introduction

    +

    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 @@ -1334,7 +1328,7 @@ previous versions in between your version and this one.

    -

    Updates in this 3.0.x Release

    +

    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 @@ -1552,7 +1546,7 @@ ([% terms.Bug %] 335354) -

    Minimum Requirements

    +

    Minimum Requirements

    Any requirements that are new since 2.22 will look like this.

    @@ -1567,7 +1561,7 @@ -

    Perl

    +

    Perl

    -

    For MySQL Users

    +

    For MySQL Users

    -

    For PostgreSQL Users

    +

    For PostgreSQL Users

    -

    Required Perl Modules

    +

    Required Perl Modules

    @@ -1624,7 +1618,7 @@
    -

    Optional Perl Modules

    +

    Optional Perl Modules

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

    @@ -1726,7 +1720,7 @@ -

    New Features and Improvements

    +

    New Features and Improvements

    -

    Custom Fields

    +

    Custom Fields

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

    @@ -1768,7 +1762,7 @@ after a few weeks of using [% terms.Bugzilla %], only then should you start your custom fields.

    -

    mod_perl Support

    +

    mod_perl Support

    [% terms.Bugzilla %] 3.0 supports mod_perl, which allows for extremely enhanced page-load performance. mod_perl trades memory usage for performance, @@ -1782,7 +1776,7 @@ Apache, [% terms.Bugzilla %] still runs perfectly as a normal CGI application, as well.

    -

    Shared Saved Searches

    +

    Shared Saved Searches

    Users can now choose to "share" their saved searches with a certain group. That group will then be able to @@ -1802,8 +1796,7 @@

    Users can control their shared and subscribed queries from the "Preferences" screen.

    -

    Attachments and Flags on New - [% terms.Bugs %]

    +

    Attachments and Flags on New [% terms.Bugs %]

    You can now add an attachment while you are filing a new [% terms.bug %].

    @@ -1811,7 +1804,7 @@

    You can also set flags on the [% terms.bug %] and on attachments, while filing a new [% terms.bug %].

    -

    Custom Resolutions

    +

    Custom Resolutions

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

    @@ -1820,7 +1813,7 @@ and MOVED have a special meaning to [% terms.Bugzilla %], though, and cannot be renamed or deleted.

    -

    Per-Product Permissions

    +

    Per-Product Permissions

    You can now grant users editbugs and canconfirm for only certain products. You can also grant users editcomponents @@ -1828,7 +1821,7 @@ including adding/removing components and other product-specific controls.

    -

    User Interface Improvements

    +

    User Interface Improvements

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

    @@ -1842,7 +1835,7 @@ page) has been changed, and the attachment table has been redesigned. -

    XML-RPC Interface

    +

    XML-RPC Interface

    [% terms.Bugzilla %] now has a Web Services interface using the XML-RPC protocol. It can be accessed by external applications by going @@ -1852,7 +1845,7 @@ [% terms.Bugzilla %] API Docs, in the various Bugzilla::WebService modules.

    -

    Skins

    +

    Skins

    [% terms.Bugzilla %] can have multiple "skins" installed, and users can pick between them. To write a skin, you just have to @@ -1863,14 +1856,13 @@ [% terms.Bugzilla %]. If you write an alternate skin, please let us know!

    -

    Unchangeable Fields Appear - Unchangeable

    +

    Unchangeable Fields Appear Unchangeable

    As long as you are logged in, when viewing [% terms.abug %], if you cannot change a field, it will not look like you can change it. That is, the value will just appear as plain text.

    -

    All Emails in Templates

    +

    All Emails in Templates

    All outbound emails are now controlled by the templating system. What used to be the passwordmail, whinemail, @@ -1885,7 +1877,7 @@ who shows up in the From field on all emails that [%+ terms.Bugzilla %] sends.

    -

    No More Double-Filed [% terms.Bugs %]

    +

    No More Double-Filed [% terms.Bugs %]

    Users of [% terms.Bugzilla %] will sometimes accidentally submit [% terms.abug %] twice, either by going back in their web browser, @@ -1898,12 +1890,12 @@ you about what you're doing, before it actually submits the duplicate [%+ terms.bug %].

    -

    Default CC List for Components

    +

    Default CC List for Components

    You can specify a list of users who will always be added to the CC list of new [% terms.bugs %] in a component.

    -

    File/Modify [% terms.Bugs %] By Email

    +

    File/Modify [% terms.Bugs %] By Email

    You can now file or modify [% terms.bugs %] via email. Previous versions of [% terms.Bugzilla %] included this feature only as an @@ -1913,8 +1905,7 @@

    For more details see the documentation for email_in.pl.

    -

    Users Who Get All [% terms.Bug %] - Notifications

    +

    Users Who Get All [% terms.Bug %] Notifications

    There is now a parameter called globalwatchers. This is a comma-separated list of [% terms.Bugzilla %] users who will @@ -1923,7 +1914,7 @@

    Group controls still apply, though, so users who can't see [% terms.abug %] still won't get notifications about that [% terms.bug %].

    -

    Improved UTF-8 Support

    +

    Improved UTF-8 Support

    [% terms.Bugzilla %] users running MySQL should now have excellent UTF-8 support if they turn on the utf8 parameter. (New @@ -1931,7 +1922,7 @@ now correctly supports searching and sorting in non-English languages, including multi-bytes languages such as Chinese.

    -

    Automatic Update Notification

    +

    Automatic Update Notification

    If you belong to the admin group, you will be notified when you log in if there is a new release of [% terms.Bugzilla %] @@ -1944,20 +1935,20 @@ through a proxy to access the web, you may also have to set the proxy_url parameter.

    -

    Welcome Page for New Installs

    +

    Welcome Page for New Installs

    When you log in for the first time on a brand-new [% terms.Bugzilla %] installation, you will be presented with a page that describes where you should go from here, and what parameters you should set.

    -

    QuickSearch Plugin for IE7 and Firefox 2

    +

    QuickSearch Plugin for IE7 and Firefox 2

    Firefox 2 users and Internet Explorer 7 users will be presented with the option to add [% terms.Bugzilla %] to their search bar. This uses the QuickSearch syntax.

    -

    Other Enhancements and Changes

    +

    Other Enhancements and Changes

    These are either minor enhancements, or enhancements that have very short descriptions. Some of these are very useful, though!

    @@ -2065,7 +2056,7 @@ installation. -

    Outstanding Issues

    +

    Outstanding Issues

    -

    Security Updates in This Release

    +

    Security Updates in This Release

    3.0.6

    @@ -2144,9 +2135,9 @@ uncommonly-used template. For details, see the Security Advisory.

    -

    How to Upgrade From An Older Version

    +

    How to Upgrade From An Older Version

    -

    Notes For Upgraders

    +

    Notes For Upgraders