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/account/auth/login.html.tmpl | 3 +- template/en/default/account/prefs/email.html.tmpl | 4 +- template/en/default/admin/params/common.html.tmpl | 2 +- template/en/default/attachment/diff-file.html.tmpl | 4 +- template/en/default/attachment/list.html.tmpl | 8 +- template/en/default/bug/comments.html.tmpl | 4 +- .../en/default/bug/create/create-guided.html.tmpl | 9 +- template/en/default/bug/dependency-tree.html.tmpl | 2 +- template/en/default/bug/edit.html.tmpl | 7 +- template/en/default/list/table.html.tmpl | 5 +- 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 ++++++++++----------- template/en/default/reports/components.html.tmpl | 5 +- template/en/default/reports/duplicates.html.tmpl | 8 +- template/en/default/reports/keywords.html.tmpl | 5 +- .../en/default/search/boolean-charts.html.tmpl | 8 +- 17 files changed, 141 insertions(+), 164 deletions(-) (limited to 'template') diff --git a/template/en/default/account/auth/login.html.tmpl b/template/en/default/account/auth/login.html.tmpl index 9a043e4f4..80dd12153 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -107,8 +107,7 @@ [% IF user.authorizer.can_change_password %]
-
-
+ If you have an account, but have forgotten your password, enter your login name below and submit a request diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl index 4b76f734d..95acabdf4 100644 --- a/template/en/default/account/prefs/email.html.tmpl +++ b/template/en/default/account/prefs/email.html.tmpl @@ -281,11 +281,11 @@ You are currently not watching any users. [% END %]

-

Add users to my watch list (comma separated list): +

Add users to my watch list (comma separated list):

-

Users watching you:
+

Users watching you:
[% IF watchers.size %] [% FOREACH watcher = watchers %] [% watcher FILTER html %]
diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index 18aa1fb69..870451ebc 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -28,7 +28,7 @@

[% FOREACH param = panel.param_list %] -
[% param.name FILTER html %]
+
[% param.name FILTER html %]
[% panel.param_descs.${param.name} FILTER none %]

[% IF param.type == "t" %] diff --git a/template/en/default/attachment/diff-file.html.tmpl b/template/en/default/attachment/diff-file.html.tmpl index 9392ca105..a742a841e 100644 --- a/template/en/default/attachment/diff-file.html.tmpl +++ b/template/en/default/attachment/diff-file.html.tmpl @@ -53,7 +53,7 @@ incremental_restore() [% FOREACH section = sections %] [% section_num = section_num + 1 %] - +
[% IF file.is_add %] Added @@ -79,7 +79,7 @@ incremental_restore()   [% section.func_info FILTER html IF section.func_info %] [% END %] - Link Here  + Link Here 
[% current_line_old = section.old_start %] diff --git a/template/en/default/attachment/list.html.tmpl b/template/en/default/attachment/list.html.tmpl index 6453b4e68..9efc8a4e0 100644 --- a/template/en/default/attachment/list.html.tmpl +++ b/template/en/default/attachment/list.html.tmpl @@ -50,9 +50,9 @@ function toggle_display(link) {
- + @@ -65,7 +65,7 @@ function toggle_display(link) { [% IF attachment.isobsolete %] [% obsolete_attachments = obsolete_attachments + 1 %] [% END %] -
- Attachments + Attachments
[% IF attachment.datasize %] - [% END %] [% attachment.description FILTER html FILTER obsolete(attachment.isobsolete) %] diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 41b91d79a..93b954e87 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -158,7 +158,7 @@ [% BLOCK a_comment %] [% RETURN IF comment.is_private AND ! user.is_insider %] -
[% IF count == description %] @@ -194,7 +194,7 @@ [% END %] - [%- comment_label FILTER html %] diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 9f2a21b71..86bdb8621 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -67,8 +67,7 @@ function PutDescription() { } - -

Step 1 of 3 - has your [% terms.bug %] already been reported?

+

Step 1 of 3 - has your [% terms.bug %] already been reported?

Please don't skip this step - half of all @@ -136,8 +135,7 @@ function PutDescription() {

- -

Step 2 of 3 - give information

+

Step 2 of 3 - give information

If you've tried a few searches and your [% terms.bug %] really isn't in @@ -474,8 +472,7 @@ function PutDescription() {

- -

Step 3 of 3 - submit the [% terms.bug %] report

+

Step 3 of 3 - submit the [% terms.bug %] report

   diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index b84aa8238..9979e9551 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1019,8 +1019,7 @@ [%############################################################################%] [% BLOCK comment_box %] -

- +
[% IF user.id %] : @@ -1048,13 +1047,13 @@
[% PROCESS commit_button id=""%] - +
diff --git a/template/en/default/list/table.html.tmpl b/template/en/default/list/table.html.tmpl index 64ed319db..a8b5cb608 100644 --- a/template/en/default/list/table.html.tmpl +++ b/template/en/default/list/table.html.tmpl @@ -167,7 +167,7 @@ [% FOREACH bug = bugs %] [% count = loop.count() %] - - [% bug.bug_id %] + [% bug.bug_id %][%+ '[SEC]' IF bug.secure_mode %] 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 @@
Status: - [% PROCESS bug/knob.html.tmpl %]
- - @@ -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

  • If you want to search for a phrase or something that @@ -189,7 +189,7 @@
-

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

    • checksetup.pl now re-writes the localconfig @@ -616,7 +611,7 @@ -

      [% terms.Bugzilla %] 3.2 Release Notes

      +

      [% terms.Bugzilla %] 3.2 Release Notes

      Table of Contents

      @@ -633,7 +628,7 @@
    • Release Notes for Previous Versions
    -

    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

    • MySQL v4.1.2
    • @@ -775,22 +770,22 @@ DBD::mysql v4.00
    -

    For PostgreSQL Users

    +

    For PostgreSQL Users

    • PostgreSQL v8.00.0000
    • perl module: DBD::Pg v1.45
    -

    Email Addresses Hidden From Logged-Out - UsersFor Oracle Users

    +

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

    • Oracle v10.02.0
    • perl module: DBD::Oracle v1.19
    -

    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

    • If you upgrade by CVS, the extensions and @@ -1263,8 +1258,7 @@ Upgrading documentation for instructions on how to upgrade.

      -

      Code Changes Which May Affect - Customizations

      +

      Code Changes Which May Affect Customizations

      -

      More Hooks!

      +

      More Hooks!

      There are more code hooks in 3.2 than there were in 3.0. See the documentation of Bugzilla::Hook for more details.

      -

      Search.pm Rearchitecture

      +

      Bugzilla/Search.pm has been heavily modified, to be much easier to read and use. It contains mostly the same code as it did in 3.0, but it has been moved around and reorganized significantly.

      -

      lib Directory

      +

      lib Directory

      As part of implementing install-module.pl, [%+ terms.Bugzilla %] was given a local lib directory which @@ -1294,7 +1288,7 @@

      This means that all [% terms.Bugzilla %] scripts now start with use lib qw(. lib); as one of the first lines.

      -

      Other Changes

      +

      Other Changes

      • You should now be using get_status('NEW') instead of @@ -1303,7 +1297,7 @@ template file has been removed.
      -

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

      +

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

      Table of Contents

      @@ -1320,7 +1314,7 @@
    • Release Notes for Previous Versions
    -

    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

    • Perl v5.8.0 (non-Windows @@ -1575,21 +1569,21 @@
    • Perl v5.8.1 (Windows platforms)
    -

    For MySQL Users

    +

    For MySQL Users

    • MySQL v4.1.2
    • perl module: DBD::mysql v2.9003
    -

    For PostgreSQL Users

    +

    For PostgreSQL Users

    • PostgreSQL v8.00.0000
    • perl module: DBD::Pg v1.45
    -

    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

    • If you upgrade by CVS, there are several .cvsignore files @@ -2179,8 +2170,7 @@ Upgrading documentation for instructions on how to upgrade.

      -

      Code Changes Which May Affect - Customizations

      +

      Code Changes Which May Affect Customizations

      -

      Packagers: Location - Variables Have Moved

      +

      Packagers: Location Variables + Have Moved

      In previous versions of [% terms.Bugzilla %], Bugzilla::Config held all the paths for different things, such as the path to localconfig @@ -2210,7 +2200,7 @@ absolute (not relative) paths. There is already code in that subroutine to help you with this.

      -

      Hooks!

      +

      Hooks!

      [% terms.Bugzilla %] now supports a code hook mechanism. See the documentation for @@ -2226,7 +2216,7 @@

      If you need more hooks, please File a bug!

      -

      API Documentation

      +

      API Documentation

      [% terms.Bugzilla %] now ships with all of its perldoc built as HTML. Go ahead and read the @@ -2234,7 +2224,7 @@ for all of the [% terms.Bugzilla %] modules now! Even scripts like checksetup.pl have HTML documentation.

      -

      Elimination of globals.pl

      +

      Elimination of globals.pl

      The old file globals.pl has been eliminated. Its code is now in various modules. Each function went to the module @@ -2246,7 +2236,7 @@ the function, and that should get you the information about what it's called now and where it lives.

      -

      Cleaned Up Variable Scoping Issues

      +

      Cleaned Up Variable Scoping Issues

      In normal perl, you can have code like this:

      my $var = 0;
      @@ -2256,7 +2246,7 @@ sub y { $var++ }
      longer "shared" with subroutines--instead all variables that a subroutine needs must be declared inside the subroutine itself.

      -

      No More SendSQL

      +

      No More SendSQL

      The old SendSQL function and all of its companions are gone. Instead, we now use DBI for all database @@ -2268,7 +2258,7 @@ sub y { $var++ } Developer's Guide Section About DBI

      -

      Auth Re-write

      +

      Auth Re-write

      The Bugzilla::Auth family of modules have been completely re-written. For details on how the new structure of authentication, @@ -2278,14 +2268,14 @@ sub y { $var++ }

      It should be very easy to write new authentication plugins, now.

      -

      Bugzilla::Object

      +

      Bugzilla::Object

      There is a new base class for most of our objects, Bugzilla::Object. It makes it really easy to create new objects based on things that are in the database.

      -

      Bugzilla->request-cache

      +

      Bugzilla->request-cache

      Bugzilla.pm used to cache things like the database connection in package-global variables (like $_dbh). @@ -2300,7 +2290,7 @@ sub y { $var++ } that they cache, so to reset the template object, you'd do: delete Bugzilla->request_cache->{template};.

      -

      Other Changes

      +

      Other Changes

      • checksetup.pl has been completely re-written, and most @@ -2336,7 +2326,7 @@ sub y { $var++ } still exists, but the file is empty.
      -

      Release Notes For Previous Versions

      +

      Release Notes For Previous Versions

      Release notes for versions of [% terms.Bugzilla %] for versions prior to 3.0 are only available in text format: @@ -2347,8 +2337,7 @@ sub y { $var++ } [% BLOCK db_req %] [% SET m = DB_MODULE.$db %] -

      For [% m.name FILTER html %] - Users

      +

      For [% m.name FILTER html %] Users

      • [% m.name FILTER html %] diff --git a/template/en/default/reports/components.html.tmpl b/template/en/default/reports/components.html.tmpl index 35f656a5a..2b7d1516e 100644 --- a/template/en/default/reports/components.html.tmpl +++ b/template/en/default/reports/components.html.tmpl @@ -80,10 +80,9 @@ [%############################################################################%] [% BLOCK describe_comp %] - + - [% comp.name FILTER html %] diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl index 6b49a23c6..ff1c271fe 100644 --- a/template/en/default/reports/duplicates.html.tmpl +++ b/template/en/default/reports/duplicates.html.tmpl @@ -58,7 +58,7 @@ [% bug_ids_string = bug_ids.join(',') %] -

        Change Parameters

        +

        Change Parameters

        @@ -136,9 +136,9 @@
        - - What are "Most Frequently Reported [% terms.Bugs %]"? - +

        + What are "Most Frequently Reported [% terms.Bugs %]"? +

        The Most Frequent [% terms.Bugs %] page lists the known open diff --git a/template/en/default/reports/keywords.html.tmpl b/template/en/default/reports/keywords.html.tmpl index 10e6573b8..d6fe03425 100644 --- a/template/en/default/reports/keywords.html.tmpl +++ b/template/en/default/reports/keywords.html.tmpl @@ -49,10 +49,9 @@ [% END %] - + - - [% keyword.name FILTER html %] + [% keyword.name FILTER html %] [% keyword.description FILTER html_light %] diff --git a/template/en/default/search/boolean-charts.html.tmpl b/template/en/default/search/boolean-charts.html.tmpl index 905cc584e..a58efc9a9 100644 --- a/template/en/default/search/boolean-charts.html.tmpl +++ b/template/en/default/search/boolean-charts.html.tmpl @@ -48,11 +48,9 @@ "matches", ] %] -

        - - Advanced Searching Using Boolean Charts: - -

        +

        + Advanced Searching Using Boolean Charts +

        [%# Whoever wrote the original version of boolean charts had a seriously twisted mind %] -- cgit v1.2.3-24-g4f1b