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/account/auth/login.html.tmpl | 2 +- template/en/default/account/cancel-token.txt.tmpl | 2 +- template/en/default/account/create.html.tmpl | 2 +- template/en/default/admin/admin.html.tmpl | 4 +- template/en/default/admin/confirm-action.html.tmpl | 4 +- .../default/admin/custom_fields/create.html.tmpl | 6 +- .../admin/flag-type/confirm-delete.html.tmpl | 2 +- .../default/admin/groups/confirm-remove.html.tmpl | 2 +- template/en/default/admin/groups/edit.html.tmpl | 2 +- template/en/default/admin/params/admin.html.tmpl | 2 +- .../en/default/admin/params/advanced.html.tmpl | 18 +- .../en/default/admin/params/attachment.html.tmpl | 10 +- template/en/default/admin/params/auth.html.tmpl | 10 +- .../en/default/admin/params/bugfields.html.tmpl | 6 +- template/en/default/admin/params/core.html.tmpl | 12 +- .../en/default/admin/params/editparams.html.tmpl | 6 +- template/en/default/admin/params/general.html.tmpl | 10 +- .../default/admin/params/groupsecurity.html.tmpl | 2 +- template/en/default/admin/params/ldap.html.tmpl | 6 +- .../en/default/admin/params/memcached.html.tmpl | 2 +- template/en/default/admin/params/mta.html.tmpl | 12 +- .../en/default/admin/params/patchviewer.html.tmpl | 4 +- template/en/default/admin/params/query.html.tmpl | 2 +- .../en/default/admin/params/shadowdb.html.tmpl | 4 +- .../en/default/admin/params/usermatch.html.tmpl | 2 +- .../en/default/admin/sanitycheck/list.html.tmpl | 2 +- template/en/default/admin/sudo.html.tmpl | 2 +- template/en/default/admin/workflow/edit.html.tmpl | 4 +- template/en/default/attachment/created.html.tmpl | 4 +- .../en/default/attachment/diff-header.html.tmpl | 4 +- template/en/default/bug/field-help.none.tmpl | 8 +- template/en/default/extensions/config.pm.tmpl | 2 +- template/en/default/extensions/extension.pm.tmpl | 8 +- .../en/default/extensions/hook-readme.txt.tmpl | 6 +- .../en/default/extensions/name-readme.txt.tmpl | 6 +- template/en/default/extensions/util.pm.tmpl | 4 +- template/en/default/global/code-error.html.tmpl | 6 +- .../en/default/global/confirm-user-match.html.tmpl | 4 +- template/en/default/global/messages.html.tmpl | 10 +- template/en/default/global/user-error.html.tmpl | 14 +- template/en/default/index.html.tmpl | 4 +- template/en/default/list/list.html.tmpl | 4 +- template/en/default/list/quips.html.tmpl | 4 +- template/en/default/pages/linkify.html.tmpl | 2 +- template/en/default/pages/quicksearch.html.tmpl | 8 +- template/en/default/pages/release-notes.html.tmpl | 236 ++++++------ template/en/default/pages/release-notes3.html.tmpl | 406 ++++++++++----------- template/en/default/pages/sudo.html.tmpl | 4 +- .../en/default/reports/delete-series.html.tmpl | 2 +- template/en/default/reports/edit-series.html.tmpl | 2 +- template/en/default/reports/menu.html.tmpl | 2 +- .../en/default/search/search-specific.html.tmpl | 2 +- template/en/default/welcome-admin.html.tmpl | 4 +- template/en/default/whine/schedule.html.tmpl | 4 +- 54 files changed, 451 insertions(+), 451 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 14415f1a6..266d77842 100644 --- a/template/en/default/account/auth/login.html.tmpl +++ b/template/en/default/account/auth/login.html.tmpl @@ -97,7 +97,7 @@ If you don't have a [% terms.Bugzilla %] account, you can create a new account. [% IF Param("requirelogin") %] - A user account is required because this [% terms.Bugzilla %] + A user account is required because this Bugzilla installation is only accessible to authenticated users. [% ELSIF target.match("_bug\.cgi$") %] A user account is required to file a new [% terms.bug %] or to comment diff --git a/template/en/default/account/cancel-token.txt.tmpl b/template/en/default/account/cancel-token.txt.tmpl index 483947ec9..c21a21b0a 100644 --- a/template/en/default/account/cancel-token.txt.tmpl +++ b/template/en/default/account/cancel-token.txt.tmpl @@ -81,7 +81,7 @@ Canceled Because: [% PROCESS cancelactionmessage %] [% ELSE %] [%# Give sensible error if the cancel-token function is used incorrectly. #%] - You are using [% terms.Bugzilla %]'s cancel-token function incorrectly. You + You are using Bugzilla's cancel-token function incorrectly. You passed in the string '[% cancelaction %]'. The correct use is to pass in a tag, and define that tag in the file cancel-token.txt.tmpl. diff --git a/template/en/default/account/create.html.tmpl b/template/en/default/account/create.html.tmpl index 9ac79ba45..15896ef55 100644 --- a/template/en/default/account/create.html.tmpl +++ b/template/en/default/account/create.html.tmpl @@ -32,7 +32,7 @@ You will receive an email at this address to confirm the creation of your account. You will not be able to log in until you receive the email. If it doesn't arrive within a reasonable amount of time, you may contact - the maintainer of this [% terms.Bugzilla %] installation + the maintainer of this Bugzilla installation at [% Param("maintainer") %].

diff --git a/template/en/default/admin/admin.html.tmpl b/template/en/default/admin/admin.html.tmpl index 5c109dc3f..9f60eb662 100644 --- a/template/en/default/admin/admin.html.tmpl +++ b/template/en/default/admin/admin.html.tmpl @@ -7,7 +7,7 @@ #%] [% title = BLOCK %] - Administer your installation ([% terms.Bugzilla %] + Administer your installation (Bugzilla [%+ constants.BUGZILLA_VERSION FILTER html %]) [% END %] @@ -83,7 +83,7 @@
[% class = user.in_group('admin') ? "" : "forbidden" %]
Custom Fields
-
[% terms.Bugzilla %] lets you define fields which are +
Bugzilla lets you define fields which are not implemented by default, based on your local and specific requirements. These fields can then be used as any other field, meaning that you can set them in [% terms.bugs %] and run any search involving them.
diff --git a/template/en/default/admin/confirm-action.html.tmpl b/template/en/default/admin/confirm-action.html.tmpl index ecc162540..b6a21811b 100644 --- a/template/en/default/admin/confirm-action.html.tmpl +++ b/template/en/default/admin/confirm-action.html.tmpl @@ -21,10 +21,10 @@ [% IF abuser %]
-

When you view an administrative form in [% terms.Bugzilla %], a token string +

When you view an administrative form in Bugzilla, a token string is randomly generated and stored both in the database and in the form you loaded, to make sure that the requested changes are being made as a result of submitting - a form generated by [% terms.Bugzilla %]. Unfortunately, the token used right now + a form generated by Bugzilla. Unfortunately, the token used right now is incorrect, meaning that it looks like you didn't come from the right page. The following token has been used :

diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl index 185cfffb5..d610a68dc 100644 --- a/template/en/default/admin/custom_fields/create.html.tmpl +++ b/template/en/default/admin/custom_fields/create.html.tmpl @@ -28,11 +28,11 @@

- Adding custom fields can make the interface of [% terms.Bugzilla %] very - complicated. Many admins who are new to [% terms.Bugzilla %] start off + Adding custom fields can make the interface of Bugzilla very + complicated. Many admins who are new to Bugzilla start off adding many custom fields, and then their users complain that the interface is "too complex". Please think carefully before adding any custom fields. - It may be the case that [% terms.Bugzilla %] already does what you need, + It may be the case that Bugzilla already does what you need, and you just haven't enabled the correct feature yet.

diff --git a/template/en/default/admin/flag-type/confirm-delete.html.tmpl b/template/en/default/admin/flag-type/confirm-delete.html.tmpl index 74ceb2201..72a928b42 100644 --- a/template/en/default/admin/flag-type/confirm-delete.html.tmpl +++ b/template/en/default/admin/flag-type/confirm-delete.html.tmpl @@ -24,7 +24,7 @@ deactivate it, in which case the type [% IF flag_type.flag_count %] and its flags [% END %] will remain - in the database but will not appear in the [% terms.Bugzilla %] UI. + in the database but will not appear in the Bugzilla UI.

diff --git a/template/en/default/admin/groups/confirm-remove.html.tmpl b/template/en/default/admin/groups/confirm-remove.html.tmpl index a9aa7e132..bc9698aee 100644 --- a/template/en/default/admin/groups/confirm-remove.html.tmpl +++ b/template/en/default/admin/groups/confirm-remove.html.tmpl @@ -32,7 +32,7 @@ [% END %]

Generally, you will only need to do this when upgrading groups - created with [% terms.Bugzilla %] versions 2.16 and earlier. Use + created with Bugzilla versions 2.16 and earlier. Use this option with extreme care and consult the documentation for further information.

diff --git a/template/en/default/admin/groups/edit.html.tmpl b/template/en/default/admin/groups/edit.html.tmpl index de243b9a5..a14795be7 100644 --- a/template/en/default/admin/groups/edit.html.tmpl +++ b/template/en/default/admin/groups/edit.html.tmpl @@ -160,7 +160,7 @@

Mass Remove

You can use this form to do mass-removal of users from groups. - This is often very useful if you upgraded from [% terms.Bugzilla %] + This is often very useful if you upgraded from Bugzilla 2.16.

diff --git a/template/en/default/admin/params/admin.html.tmpl b/template/en/default/admin/params/admin.html.tmpl index c63329cae..eb023de75 100644 --- a/template/en/default/admin/params/admin.html.tmpl +++ b/template/en/default/admin/params/admin.html.tmpl @@ -21,7 +21,7 @@ "switching this option on will not let users use an invalid address.", allowuserdeletion => "The user editing pages are capable of letting you delete user accounts. " _ - "$terms.Bugzilla will issue a warning in case you'd run into inconsistencies " _ + "Bugzilla will issue a warning in case you'd run into inconsistencies " _ "when you're about to do so, but such deletions remain kinda scary. " _ "So, you have to turn on this option before any such deletions " _ "will ever happen." } diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl index d2e38f34e..1f24c7d06 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -18,7 +18,7 @@ security to your SSL connections by forcing the browser to always access your domain over SSL and never accept an invalid certificate. However, it should only be used if you have the ssl_redirect - parameter turned on, [% terms.Bugzilla %] is the only thing running + parameter turned on, Bugzilla is the only thing running on its domain (i.e., your urlbase is something like http://bugzilla.example.com/), and you never plan to disable the ssl_redirect parameter. @@ -35,7 +35,7 @@ with the includeSubDomains flag, which will apply the security change to all subdomains. This is especially useful when combined with an attachment_base that exists as (a) - subdomain(s) under the main [% terms.Bugzilla %] domain. + subdomain(s) under the main Bugzilla domain. [% END %] @@ -44,22 +44,22 @@ cookiedomain => "If your website is at 'www.foo.com', setting this to" _ " '.foo.com' will also allow 'bar.foo.com' to access" - _ " $terms.Bugzilla cookies. This is useful if you have more than" + _ " Bugzilla cookies. This is useful if you have more than" _ " one hostname pointing at the same web server, and you" - _ " want them to share the $terms.Bugzilla cookie.", + _ " want them to share the Bugzilla cookie.", inbound_proxies => - "When inbound traffic to $terms.Bugzilla goes through a proxy," - _ " $terms.Bugzilla thinks that the IP address of every single" + "When inbound traffic to Bugzilla goes through a proxy," + _ " Bugzilla thinks that the IP address of every single" _ " user is the IP address of the proxy. If you enter a comma-separated" - _ " list of IPs in this parameter, then $terms.Bugzilla will trust any" + _ " list of IPs in this parameter, then Bugzilla will trust any" _ " X-Forwarded-For header sent from those IPs," _ " and use the value of that header as the end user's IP address.", proxy_url => - "$terms.Bugzilla may have to access the web to get notifications about" + "Bugzilla may have to access the web to get notifications about" _ " new releases (see the upgrade_notification parameter)." - _ " If your $terms.Bugzilla server is behind a proxy, it may be" + _ " If your Bugzilla server is behind a proxy, it may be" _ " necessary to enter its URL if the web server cannot access the" _ " HTTP_PROXY environment variable. If you have to authenticate," _ " use the http://user:pass@proxy_url/ syntax.", diff --git a/template/en/default/admin/params/attachment.html.tmpl b/template/en/default/admin/params/attachment.html.tmpl index e60753d90..5efcc1106 100644 --- a/template/en/default/admin/params/attachment.html.tmpl +++ b/template/en/default/admin/params/attachment.html.tmpl @@ -25,12 +25,12 @@ attachment_base => "When the allow_attachment_display parameter is on, it is " _ " possible for a malicious attachment to steal your cookies or" - _ " perform an attack on $terms.Bugzilla using your credentials." + _ " perform an attack on Bugzilla using your credentials." _ "

If you would like additional security on attachments to avoid" - _ " this, set this parameter to an alternate URL for your $terms.Bugzilla" + _ " this, set this parameter to an alternate URL for your Bugzilla" _ " that is not the same as urlbase or sslbase." _ " That is, a different domain name that resolves to this exact" - _ " same $terms.Bugzilla installation.

" + _ " same Bugzilla installation.

" _ "

Note that if you have set the" _ " cookiedomain" _" parameter, you should set attachment_base to use a" @@ -42,14 +42,14 @@ _ " attachments to accessing only other attachments on the same" _ " ${terms.bug}. Remember, though, that all those possible domain names " _ " (such as 1234.your.domain.com) must point to this same" - _ " $terms.Bugzilla instance.", + _ " Bugzilla instance.", allow_attachment_deletion => "If this option is on, administrators will be able to delete " _ "the content of attachments.", maxattachmentsize => "The maximum size (in kilobytes) of attachments to be stored " _ "in the database. If a file larger than this size is attached " _ - "to ${terms.abug}, $terms.Bugzilla will look at the " _ + "to ${terms.abug}, Bugzilla will look at the " _ "maxlocalattachment parameter " _ "to determine if the file can be stored locally on the web server. " _ "If the file size exceeds both limits, then the attachment is rejected. " _ diff --git a/template/en/default/admin/params/auth.html.tmpl b/template/en/default/admin/params/auth.html.tmpl index 88d54ccf3..175e0c08f 100644 --- a/template/en/default/admin/params/auth.html.tmpl +++ b/template/en/default/admin/params/auth.html.tmpl @@ -50,13 +50,13 @@

DB
- ${terms.Bugzilla}'s built-in authentication. This is the most common + Bugzilla's built-in authentication. This is the most common choice.
RADIUS
RADIUS authentication using a RADIUS server. - Please see the $terms.Bugzilla documentation for + Please see the Bugzilla documentation for more information. Using this method requires additional @@ -65,7 +65,7 @@
LDAP
LDAP authentication using an LDAP server. - Please see the $terms.Bugzilla documentation + Please see the Bugzilla documentation for more information. Using this method requires additional parameters to be set. @@ -84,7 +84,7 @@
  • defaulton/defaultoff - Default behavior as described - above, but user can choose whether $terms.Bugzilla will remember his + above, but user can choose whether Bugzilla will remember his login or not.
  • ", @@ -98,7 +98,7 @@ "if the user is logged in or not. This works similarly to how the " _ "web UI currently filters email addresses. If requirelogin " _ "is enabled, then this parameter has no effect as users must be logged " _ - "in to use ${terms.Bugzilla}.", + "in to use Bugzilla.", emailregexp => "This defines the regular expression to use for legal email addresses. " _ diff --git a/template/en/default/admin/params/bugfields.html.tmpl b/template/en/default/admin/params/bugfields.html.tmpl index 961833d89..1f177067a 100644 --- a/template/en/default/admin/params/bugfields.html.tmpl +++ b/template/en/default/admin/params/bugfields.html.tmpl @@ -11,7 +11,7 @@ %] [% param_descs = { - useclassification => "If this is on, $terms.Bugzilla will associate each product with a " _ + useclassification => "If this is on, Bugzilla will associate each product with a " _ "specific classification. But you must have 'editclassification' " _ "permissions enabled in order to edit classifications.", @@ -34,13 +34,13 @@ defaultplatform => "This is the platform that is preselected on the $terms.bug " _ "entry form.
    " _ "You can leave this empty: " _ - "$terms.Bugzilla will then use the platform that the browser " _ + "Bugzilla will then use the platform that the browser " _ "reports to be running on as the default.", defaultopsys => "This is the operating system that is preselected on the $terms.bug " _ "entry form.
    " _ "You can leave this empty: " _ - "$terms.Bugzilla will then use the operating system that the browser " _ + "Bugzilla will then use the operating system that the browser " _ "reports to be running on as the default.", collapsed_comment_tags => "A comma separated list of tags which, when applied " _ diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl index cc533fc91..d7703b5b8 100644 --- a/template/en/default/admin/params/core.html.tmpl +++ b/template/en/default/admin/params/core.html.tmpl @@ -8,7 +8,7 @@ [% title = "Required Settings" - desc = "Settings that are required for proper operation of $terms.Bugzilla" + desc = "Settings that are required for proper operation of Bugzilla" %] [% param_descs = { @@ -19,17 +19,17 @@ "(SSL) $terms.Bugzilla URLs.", ssl_redirect => - "When this is enabled, $terms.Bugzilla will ensure that every page is" + "When this is enabled, Bugzilla will ensure that every page is" _ " accessed over SSL, by redirecting any plain HTTP requests to HTTPS" _ " using the sslbase parameter. Also, when this is enabled," - _ " $terms.Bugzilla will send out links using sslbase in emails" + _ " Bugzilla will send out links using sslbase in emails" _ " instead of urlbase.", cookiepath => "Path, relative to your web document root, to which to restrict " _ - "$terms.Bugzilla cookies. Normally this is the URI portion of your URL " _ + "Bugzilla cookies. Normally this is the URI portion of your URL " _ "base. Begin with a / (single slash mark). For instance, if " _ - "$terms.Bugzilla serves from 'http://www.somedomain.com/bugzilla/', set " _ + "Bugzilla serves from 'http://www.somedomain.com/bugzilla/', set " _ "this parameter to /bugzilla/. Setting it to / will allow " _ "all sites served by this web server or virtual host to read " _ - "$terms.Bugzilla cookies.", + "Bugzilla cookies.", } %] diff --git a/template/en/default/admin/params/editparams.html.tmpl b/template/en/default/admin/params/editparams.html.tmpl index 00fb27ba4..2e7d2245a 100644 --- a/template/en/default/admin/params/editparams.html.tmpl +++ b/template/en/default/admin/params/editparams.html.tmpl @@ -69,8 +69,8 @@
    Note: - B[% %]ugzilla is developed entirely by volunteers. - The best way to give back to the B[% %]ugzilla project is to + Bugzilla is developed entirely by volunteers. + The best way to give back to the Bugzilla project is to contribute yourself! You don't have to be a programmer to contribute, there are lots of things that we need. @@ -80,7 +80,7 @@ [% PROCESS admin/params/index.html.tmpl panels = panels %] [% ELSE %]

    - This lets you edit the basic operating parameters of [% terms.Bugzilla %]. + This lets you edit the basic operating parameters of Bugzilla. Be careful!
    Any item you check "Reset" on will get reset to its default value.

    diff --git a/template/en/default/admin/params/general.html.tmpl b/template/en/default/admin/params/general.html.tmpl index 9de306d1d..4c94bc747 100644 --- a/template/en/default/admin/params/general.html.tmpl +++ b/template/en/default/admin/params/general.html.tmpl @@ -14,7 +14,7 @@ [% param_descs = { maintainer => "The email address of the person who maintains this installation " - _ " of ${terms.Bugzilla}.", + _ " of Bugzilla.", docs_urlbase => "The URL that is the common initial leading part of all" @@ -36,12 +36,12 @@ _ " afterward.

    ", shutdownhtml => - "If this field is non-empty, then $terms.Bugzilla will be completely" + "If this field is non-empty, then Bugzilla will be completely" _ " disabled and this text will be displayed instead of all the" _ " $terms.Bugzilla pages.", announcehtml => - "If this field is non-empty, then $terms.Bugzilla will" + "If this field is non-empty, then Bugzilla will" _ " display whatever is in this field at the top of every" _ " HTML page. The HTML you put in this field is not wrapped or" _ " enclosed in anything. You might want to wrap it inside a" @@ -52,7 +52,7 @@ _ " will work. To get centered text, use class=\"center\".", upgrade_notification => - "$terms.Bugzilla can inform you when a new release is available." + "Bugzilla can inform you when a new release is available." _ " The notification will appear on the $terms.Bugzilla homepage," _ " for administrators only." _ "
    • 'development_snapshot' notifies you about the development " @@ -66,7 +66,7 @@ _ " for newer release candidates too.
    • " _ "
    • 'disabled' will never notify you about new releases and no" _ " connection will be established to a remote server.
    " - _ "

    Note that if your $terms.Bugzilla server requires a proxy to" + _ "

    Note that if your Bugzilla server requires a proxy to" _ " access the Internet, you may also need to set the proxy_url" _ " parameter in the Advanced section.

    ", } %] diff --git a/template/en/default/admin/params/groupsecurity.html.tmpl b/template/en/default/admin/params/groupsecurity.html.tmpl index 52f12e3c5..590f4da02 100644 --- a/template/en/default/admin/params/groupsecurity.html.tmpl +++ b/template/en/default/admin/params/groupsecurity.html.tmpl @@ -11,7 +11,7 @@ %] [% param_descs = { - makeproductgroups => "If this is on, $terms.Bugzilla will associate $terms.abug group " _ + makeproductgroups => "If this is on, Bugzilla will associate $terms.abug group " _ "with each product in the database, and use it for querying ${terms.bugs}.", chartgroup => "The name of the group of users who can use the 'New Charts' " _ diff --git a/template/en/default/admin/params/ldap.html.tmpl b/template/en/default/admin/params/ldap.html.tmpl index 7a10c3f64..ab3521f27 100644 --- a/template/en/default/admin/params/ldap.html.tmpl +++ b/template/en/default/admin/params/ldap.html.tmpl @@ -35,9 +35,9 @@ LDAPmailattribute => "The name of the attribute of a user in your " _ "directory that contains the email address, to be " _ - "used as $terms.Bugzilla username. If this parameter " _ - "is empty, $terms.Bugzilla will use the LDAP username"_ - " as the $terms.Bugzilla username. You may also want" _ + "used as Bugzilla username. If this parameter " _ + "is empty, Bugzilla will use the LDAP username"_ + " as the Bugzilla username. You may also want" _ " to set the \"emailsuffix\" parameter, in this case.", LDAPfilter => "LDAP filter to AND with the LDAPuidattribute for " _ diff --git a/template/en/default/admin/params/memcached.html.tmpl b/template/en/default/admin/params/memcached.html.tmpl index eef39860a..997376b49 100644 --- a/template/en/default/admin/params/memcached.html.tmpl +++ b/template/en/default/admin/params/memcached.html.tmpl @@ -12,7 +12,7 @@ [% param_descs = { memcached_servers => - "If this option is set, $terms.Bugzilla will integrate with Memcached. " _ + "If this option is set, Bugzilla will integrate with Memcached. " _ "Specify one of more server, separated by spaces, using hostname:port " _ "notation (for example: 127.0.0.1:11211).", diff --git a/template/en/default/admin/params/mta.html.tmpl b/template/en/default/admin/params/mta.html.tmpl index f491a3035..4aee7090d 100644 --- a/template/en/default/admin/params/mta.html.tmpl +++ b/template/en/default/admin/params/mta.html.tmpl @@ -23,7 +23,7 @@ in 'data/mailer.testfile' instead of being sent.
  • - 'none' will completely disable email. $terms.Bugzilla continues + 'none' will completely disable email. Bugzilla continues to act as though it is sending mail, but nothing is sent or stored.
  • @@ -32,14 +32,14 @@ mailfrom => "The email address of the $terms.Bugzilla mail daemon. Some email systems " _ "require this to be a valid email address.", - use_mailer_queue => "In a large $terms.Bugzilla installation, updating" - _ " $terms.bugs can be very slow, because $terms.Bugzilla sends all" - _ " email at once. If you enable this parameter, $terms.Bugzilla will" + use_mailer_queue => "In a large Bugzilla installation, updating" + _ " $terms.bugs can be very slow, because Bugzilla sends all" + _ " email at once. If you enable this parameter, Bugzilla will" _ " queue all mail and then send it in the background. This requires" _ " that you have installed certain Perl modules (as listed by" _ " checksetup.pl for this feature), and that you are" _ " running the jobqueue.pl daemon (otherwise your mail" - _ " won't get sent). This affects all mail sent by $terms.Bugzilla," + _ " won't get sent). This affects all mail sent by Bugzilla," _ " not just $terms.bug updates.", smtpserver => "The SMTP server address (if using SMTP for mail delivery).", @@ -54,7 +54,7 @@ smtp_debug => "If enabled, this will print detailed information to your" _ " web server's error log about the communication between" _ - " $terms.Bugzilla and your SMTP server. You can use this to" _ + " Bugzilla and your SMTP server. You can use this to" _ " troubleshoot email problems.", whinedays => "The number of days that we'll let a $terms.bug sit untouched in a CONFIRMED " _ diff --git a/template/en/default/admin/params/patchviewer.html.tmpl b/template/en/default/admin/params/patchviewer.html.tmpl index 61d32a07b..d8aabd4ba 100644 --- a/template/en/default/admin/params/patchviewer.html.tmpl +++ b/template/en/default/admin/params/patchviewer.html.tmpl @@ -23,9 +23,9 @@ "part of the CVS root.) Leave this blank if you have no " _ "CVS repository.", - cvsroot_get => "The CVS root $terms.Bugzilla will be using to get patches from. " _ + cvsroot_get => "The CVS root Bugzilla will be using to get patches from. " _ "Some installations may want to mirror their CVS repository on " _ - "the $terms.Bugzilla server or even have it on that same server, and " _ + "the Bugzilla server or even have it on that same server, and " _ "thus the repository can be the local file system (and much " _ "faster). Make this the same as cvsroot if you don't " _ "understand what this is (if cvsroot is blank, make this blank too).", diff --git a/template/en/default/admin/params/query.html.tmpl b/template/en/default/admin/params/query.html.tmpl index b3415cc83..fb26f3471 100644 --- a/template/en/default/admin/params/query.html.tmpl +++ b/template/en/default/admin/params/query.html.tmpl @@ -48,7 +48,7 @@ "installations.", default_search_limit => - "By default, $terms.Bugzilla limits searches done in the web" + "By default, Bugzilla limits searches done in the web" _ " interface to returning only this many results, for performance" _ " reasons. (This only affects the HTML format of search results--CSV," _ " XML, and other formats are exempted.) Users can click a link on the" diff --git a/template/en/default/admin/params/shadowdb.html.tmpl b/template/en/default/admin/params/shadowdb.html.tmpl index 5eb9ceff4..2d5fced3b 100644 --- a/template/en/default/admin/params/shadowdb.html.tmpl +++ b/template/en/default/admin/params/shadowdb.html.tmpl @@ -27,10 +27,10 @@ "will be ignored.", shadowdb => "If non-empty, then this is the name of another database in " _ - "which $terms.Bugzilla will use as a read-only copy of everything. " _ + "which Bugzilla will use as a read-only copy of everything. " _ "This is done so that long slow read-only operations can be used " _ "against this db, and not lock up things for everyone else. This " _ "database is on the shadowdbhost, and must exist. " _ - "$terms.Bugzilla does not update it, if you use this parameter, then " _ + "Bugzilla does not update it, if you use this parameter, then " _ "you need to set up replication for your database." } %] diff --git a/template/en/default/admin/params/usermatch.html.tmpl b/template/en/default/admin/params/usermatch.html.tmpl index ebbc363b3..ad13f3864 100644 --- a/template/en/default/admin/params/usermatch.html.tmpl +++ b/template/en/default/admin/params/usermatch.html.tmpl @@ -11,7 +11,7 @@ %] [% param_descs = { - usemenuforusers => "If this option is set, $terms.Bugzilla will offer you a list " _ + usemenuforusers => "If this option is set, Bugzilla will offer you a list " _ "to select from (instead of a text entry field) where a user " _ "needs to be selected. This option should not be enabled on " _ "sites where there are a large number of users.", diff --git a/template/en/default/admin/sanitycheck/list.html.tmpl b/template/en/default/admin/sanitycheck/list.html.tmpl index 681466262..5da6b8735 100644 --- a/template/en/default/admin/sanitycheck/list.html.tmpl +++ b/template/en/default/admin/sanitycheck/list.html.tmpl @@ -11,7 +11,7 @@

    - [% terms.Bugzilla %] is checking the referential integrity of your database. + Bugzilla is checking the referential integrity of your database. This may take several minutes to complete.

    diff --git a/template/en/default/admin/sudo.html.tmpl b/template/en/default/admin/sudo.html.tmpl index bacffaeba..9065206d5 100644 --- a/template/en/default/admin/sudo.html.tmpl +++ b/template/en/default/admin/sudo.html.tmpl @@ -15,7 +15,7 @@ [% DEFAULT target_login = "" %]

    - The sudo feature of [% terms.Bugzilla %] allows you to impersonate a + The sudo feature of Bugzilla allows you to impersonate a user for a short time While an sudo session is in progress, every action you perform will be taking place as if you had logged in as the user whom will be impersonating. diff --git a/template/en/default/admin/workflow/edit.html.tmpl b/template/en/default/admin/workflow/edit.html.tmpl index 1904b487e..a85db2339 100644 --- a/template/en/default/admin/workflow/edit.html.tmpl +++ b/template/en/default/admin/workflow/edit.html.tmpl @@ -24,11 +24,11 @@

    This page allows you to define which status transitions are valid in your workflow. - For compatibility with older versions of [% terms.Bugzilla %], reopening [% terms.abug %] + For compatibility with older versions of Bugzilla, reopening [% terms.abug %] will only display either [% display_value("bug_status", "UNCONFIRMED") FILTER html %] or [%+ display_value("bug_status", "REOPENED") FILTER html %] (if allowed by your workflow) but not both. The decision depends on whether the [% terms.bug %] has ever been confirmed or not. - So it is a good idea to allow both transitions and let [% terms.Bugzilla %] select the + So it is a good idea to allow both transitions and let Bugzilla select the correct one.

    diff --git a/template/en/default/attachment/created.html.tmpl b/template/en/default/attachment/created.html.tmpl index cbfd260f8..98ede5b6f 100644 --- a/template/en/default/attachment/created.html.tmpl +++ b/template/en/default/attachment/created.html.tmpl @@ -28,13 +28,13 @@ [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = attachment.bug_id %] [% IF convertedbmp %]

    - Note: [% terms.Bugzilla %] automatically converted your BMP image file to a + Note: Bugzilla automatically converted your BMP image file to a compressed PNG format.

    [% END %] [% IF contenttypemethod == 'autodetect' %]

    - Note: [% terms.Bugzilla %] automatically detected the content type + Note: Bugzilla automatically detected the content type [% attachment.contenttype FILTER html %] for this attachment. If this is incorrect, correct the value by editing the attachment's details. diff --git a/template/en/default/attachment/diff-header.html.tmpl b/template/en/default/attachment/diff-header.html.tmpl index b8b0d2cc0..9e5cd4466 100644 --- a/template/en/default/attachment/diff-header.html.tmpl +++ b/template/en/default/attachment/diff-header.html.tmpl @@ -133,11 +133,11 @@ Interdiff of #[% oldid %] and #[% newid %] for [% terms.bug %] #[% bugid %] Warning: [% IF warning == "interdiff1" %] this difference between two patches may show things in the wrong places due - to a limitation in [% terms.Bugzilla %] when comparing patches with + to a limitation in Bugzilla when comparing patches with different sets of files. [% ELSIF warning == "interdiff2" %] this difference between two patches may be inaccurate due to a limitation - in [%+ terms.Bugzilla %] when comparing patches made against different + in Bugzilla when comparing patches made against different revisions. [% ELSIF warning == "interdiff3" %] interdiff encountered errors while comparing these patches. diff --git a/template/en/default/bug/field-help.none.tmpl b/template/en/default/bug/field-help.none.tmpl index c07ee5792..ee32014ad 100644 --- a/template/en/default/bug/field-help.none.tmpl +++ b/template/en/default/bug/field-help.none.tmpl @@ -23,7 +23,7 @@ alias => "A short, unique name assigned to $terms.abug in order to assist with - looking it up and referring to it in other places in ${terms.Bugzilla}.", + looking it up and referring to it in other places in Bugzilla.", assigned_to => "The person in charge of resolving the ${terms.bug}.", @@ -38,7 +38,7 @@ bug_file_loc => bug_id => "The numeric id of $terms.abug, unique within this entire installation" - _ " of ${terms.Bugzilla}.", + _ " of Bugzilla.", bug_severity => "How severe the $terms.bug is, or whether it's an enhancement.", @@ -85,7 +85,7 @@ keywords => _ " to easily identify and group them.", longdesc => - "$terms.Bugs have comments added to them by $terms.Bugzilla users." + "$terms.Bugs have comments added to them by Bugzilla users." _ " You can search for some text in those comments.", op_sys => @@ -227,7 +227,7 @@ email1 => [%- END %] [% vars.help_html.${help_field} = "A custom $field_type_desc field in this installation" - _ " of ${terms.Bugzilla}." %] + _ " of Bugzilla." %] [% END %] [% END %] diff --git a/template/en/default/extensions/config.pm.tmpl b/template/en/default/extensions/config.pm.tmpl index 07ac83a41..79fbb995c 100644 --- a/template/en/default/extensions/config.pm.tmpl +++ b/template/en/default/extensions/config.pm.tmpl @@ -12,7 +12,7 @@ [% PROCESS extensions/license.txt.tmpl %] -package B[% %]ugzilla::Extension::[% name %]; +package Bugzilla::Extension::[% name %]; use 5.10.1; use strict; diff --git a/template/en/default/extensions/extension.pm.tmpl b/template/en/default/extensions/extension.pm.tmpl index ebeb73719..637dfdd28 100644 --- a/template/en/default/extensions/extension.pm.tmpl +++ b/template/en/default/extensions/extension.pm.tmpl @@ -12,18 +12,18 @@ [% PROCESS extensions/license.txt.tmpl %] -package B[% %]ugzilla::Extension::[% name %]; +package Bugzilla::Extension::[% name %]; use 5.10.1; use strict; -use parent qw(B[% %]ugzilla::Extension); +use parent qw(Bugzilla::Extension); # This code for this is in [% path %]/lib/Util.pm -use B[% %]ugzilla::Extension::[% name %]::Util; +use Bugzilla::Extension::[% name %]::Util; our $VERSION = '0.01'; -# See the documentation of B[% %]ugzilla::Hook ("perldoc B[% %]ugzilla::Hook" +# See the documentation of Bugzilla::Hook ("perldoc Bugzilla::Hook" # in the bugzilla directory) for a list of all available hooks. sub install_update_db { my ($self, $args) = @_; diff --git a/template/en/default/extensions/hook-readme.txt.tmpl b/template/en/default/extensions/hook-readme.txt.tmpl index 63e09e419..86ace3f51 100644 --- a/template/en/default/extensions/hook-readme.txt.tmpl +++ b/template/en/default/extensions/hook-readme.txt.tmpl @@ -7,7 +7,7 @@ #%] Template hooks go in this directory. Template hooks are called in normal -[%+ terms.Bugzilla %] templates like [[% '%' %] Hook.process('some-hook') %]. +Bugzilla templates like [[% '%' %] Hook.process('some-hook') %]. More information about them can be found in the documentation of -B[% %]ugzilla::Extension. (Do "perldoc B[% %]ugzilla::Extension" from the main -[%+ terms.Bugzilla %] directory to see that documentation.) +Bugzilla::Extension. (Do "perldoc Bugzilla::Extension" from the main +Bugzilla directory to see that documentation.) diff --git a/template/en/default/extensions/name-readme.txt.tmpl b/template/en/default/extensions/name-readme.txt.tmpl index 5403bab7f..e09f86c96 100644 --- a/template/en/default/extensions/name-readme.txt.tmpl +++ b/template/en/default/extensions/name-readme.txt.tmpl @@ -9,8 +9,8 @@ Normal templates go in this directory. You can load them in your code like this: -use B[% %]ugzilla::Error; -my $template = B[% %]ugzilla->template; +use Bugzilla::Error; +my $template = Bugzilla->template; $template->process('[% name FILTER lower %]/some-template.html.tmpl') or ThrowTemplateError($template->error()); @@ -18,7 +18,7 @@ That would be how to load a file called some-template.html.tmpl that was in this directory. Note that you have to be careful that the full path of your template -never conflicts with a template that exists in [% terms.Bugzilla %] or in +never conflicts with a template that exists in Bugzilla or in another extension, or your template might override that template. That's why we created this directory called '[% name FILTER lower %]' for you, so you can put your templates in here to help avoid conflicts. diff --git a/template/en/default/extensions/util.pm.tmpl b/template/en/default/extensions/util.pm.tmpl index 3493007f4..a5fbde04d 100644 --- a/template/en/default/extensions/util.pm.tmpl +++ b/template/en/default/extensions/util.pm.tmpl @@ -12,7 +12,7 @@ [% PROCESS extensions/license.txt.tmpl %] -package B[% %]ugzilla::Extension::[% name %]::Util; +package Bugzilla::Extension::[% name %]::Util; use 5.10.1; use strict; @@ -22,7 +22,7 @@ our @EXPORT = qw( ); # This file can be loaded by your extension via -# "use B[% %]ugzilla::Extension::[% name %]::Util". You can put functions +# "use Bugzilla::Extension::[% name %]::Util". You can put functions # used by your extension in here. (Make sure you also list them in # @EXPORT.) diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index eef5d27a0..8a0b459b3 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -112,7 +112,7 @@ Every cookie must have a value. [% ELSIF error == "env_no_email" %] - [% terms.Bugzilla %] did not receive an email address from the + Bugzilla did not receive an email address from the environment. [% IF Param("auth_env_email") %] This means that the '[% Param("auth_env_email") FILTER html %]' @@ -384,7 +384,7 @@ Invalid setting for post_bug_submit_action [% ELSIF error == "search_field_operator_unsupported" %] - [% terms.Bugzilla %] does not support the search type + Bugzilla does not support the search type "[% operator FILTER html %]". [% ELSE %] @@ -392,7 +392,7 @@ [% error_message = Hook.process("errors") %] [% IF NOT error_message %] [% title = "Internal error" %] - An internal error has occurred, but [% terms.Bugzilla %] doesn't know + An internal error has occurred, but Bugzilla doesn't know what [% error FILTER html %] means. If you are a [% terms.Bugzilla %] end-user seeing this message, please save diff --git a/template/en/default/global/confirm-user-match.html.tmpl b/template/en/default/global/confirm-user-match.html.tmpl index 9db0bc923..a3534b72a 100644 --- a/template/en/default/global/confirm-user-match.html.tmpl +++ b/template/en/default/global/confirm-user-match.html.tmpl @@ -54,7 +54,7 @@

    [% IF matchmultiple %] - [% terms.Bugzilla %] cannot make a conclusive match for one or more + Bugzilla cannot make a conclusive match for one or more of the names and/or email addresses you entered on the previous page.
    Please examine the lists of potential matches below and select the ones you want, @@ -69,7 +69,7 @@ [% ELSE %] [% PROCESS global/header.html.tmpl title="Match Failed" %]

    - [% terms.Bugzilla %] was unable to make any match at all for one or more of + Bugzilla was unable to make any match at all for one or more of the names and/or email addresses you entered on the previous page. [% IF !user.id %] Note: You are currently logged out. Only exact matches against e-mail diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index b8e2c7906..32c5b548a 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -736,7 +736,7 @@ Renaming the '[% old FILTER html %]' table to '[% new FILTER html %]'... [% ELSIF message_tag == "install_urlbase_default" %] - Now that you have installed [% terms.Bugzilla %], you should visit the + Now that you have installed Bugzilla, you should visit the 'Parameters' page (linked in the footer of the Administrator account) to ensure it is set up as you wish - this includes setting the 'urlbase' option to the correct URL. @@ -755,7 +755,7 @@ other files (including the localconfig file which stores your database password) must be world readable. This means that _anyone_ who can obtain local access to this machine can do whatever they want to your - [%+ terms.Bugzilla %] installation, and is probably also able to run + Bugzilla installation, and is probably also able to run arbitrary Perl code as the user that the web server runs as. You really, really, really need to change this setting. @@ -765,7 +765,7 @@ Warning: you have entered a value for the "webservergroup" parameter in localconfig, but you are not either a) running this script as [% constants.ROOT_USER FILTER html %]; or b) a member of this group. This can cause permissions problems and - decreased security. If you experience problems running [% terms.Bugzilla %] + decreased security. If you experience problems running Bugzilla scripts, log in as [% constants.ROOT_USER FILTER html %] and re-run this script, become a member of the group, or remove the value of the "webservergroup" parameter. @@ -773,7 +773,7 @@ Warning: You have set webservergroup in [% constants.bz_locations.localconfig FILTER html %] Please understand that this does not bring you any security when running under Windows. - Verify that the file permissions in your [% terms.Bugzilla %] directory are + Verify that the file permissions in your Bugzilla directory are suitable for your system. Avoid unnecessary write access. [% ELSIF message_tag == "install_workflow_init" %] @@ -950,7 +950,7 @@ [%# Give sensible error if the message function is used incorrectly. #%] [% IF !message %] [% message = BLOCK %] - You are using [% terms.Bugzilla %]'s messaging functions incorrectly. You + You are using Bugzilla's messaging functions incorrectly. You passed in the string '[% message_tag %]'. The correct use is to pass in a tag, and define that tag in the file messages.html.tmpl.

    diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 56545adbb..29e3bf83f 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -258,7 +258,7 @@ [% ELSE %] [%+ field_descs.see_also FILTER html %] URLs should point to one of:

      -
    • show_bug.cgi in a [% terms.Bugzilla %] +
    • show_bug.cgi in a Bugzilla installation.
    • A b[% %]ug on launchpad.net
    • An issue on code.google.com.
    • @@ -493,7 +493,7 @@ [% ELSIF error == "feature_disabled" %] The [% install_string("feature_$feature") FILTER html %] feature is not - available in this [% terms.Bugzilla %]. + available in this Bugzilla. [% IF user.in_group('admin') %] If you would like to enable this feature, please run checksetup.pl to see how to install the necessary @@ -1164,7 +1164,7 @@ [% ELSIF error == "migrate_from_invalid" %] '[% from FILTER html %]' is not a valid type of [% terms.bug %]-tracker - to migrate from. See the contents of the B[% %]ugzilla/Migrate/ + to migrate from. See the contents of the Bugzilla/Migrate/ directory for a list of valid [% terms.bug %]-trackers. [% ELSIF error == "milestone_already_exists" %] @@ -1567,7 +1567,7 @@ [% ELSIF error == "quicksearch_unbalanced_quotes" %] [% title = "Badly Formatted Query" %] - [% terms.Bugzilla %] is unable to parse your query correctly: + Bugzilla is unable to parse your query correctly: [% string FILTER html %].
      If you use quotes to enclose strings, make sure both quotes are present. If you really want to look for a quote in a string, type \" instead of ". @@ -1666,7 +1666,7 @@ field. [% ELSIF error == "search_grouped_field_invalid" %] - [% terms.Bugzilla %] does not support using the + Bugzilla does not support using the "[%+ field_descs.$field FILTER html %]" ([% field FILTER html %]) field with grouped search conditions. @@ -1677,7 +1677,7 @@ All conditions under a groups search must use the same field. [% ELSIF error == "search_field_operator_invalid" %] - [% terms.Bugzilla %] does not support using the + Bugzilla does not support using the "[%+ field_descs.$field FILTER html %]" ([% field FILTER html %]) field with the "[% search_descs.$operator FILTER html %]" ([% operator FILTER html %]) search type. @@ -1847,7 +1847,7 @@ [% ELSIF error == "user_match_too_many" %] [% title = "No Conclusive Match" %] - [% terms.Bugzilla %] cannot make a conclusive match for one or more + Bugzilla cannot make a conclusive match for one or more of the names and/or email addresses you entered for the [% fields.join(', ') FILTER html %] field(s). diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index 61d083d1b..d165abfd8 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -56,12 +56,12 @@ YAHOO.util.Event.onDOMReady(onLoadActions);
      [% IF release.data %] [% IF release.deprecated %] -

      [% terms.Bugzilla %] [%+ release.deprecated FILTER html %] is no longer +

      Bugzilla [%+ release.deprecated FILTER html %] is no longer supported. You are highly encouraged to upgrade in order to keep your system secure.

      [% END %] -

      A new [% terms.Bugzilla %] version ([% release.data.latest_ver FILTER html %]) +

      A new Bugzilla version ([% release.data.latest_ver FILTER html %]) is available at [% release.data.url FILTER html %].
      Release date: [% release.data.date FILTER html %]

      diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index ec8604ef0..6b1e10a4a 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -83,7 +83,7 @@ [% END %] [% IF user.settings.display_quips.value == 'on' %] - [% DEFAULT quip = "$terms.Bugzilla would like to put a random quip here, but no one has entered any." %] + [% DEFAULT quip = "Bugzilla would like to put a random quip here, but no one has entered any." %] [% quip FILTER html %] @@ -93,7 +93,7 @@ [% IF toolong %]

      - This list is too long for [% terms.Bugzilla %]'s little mind; the + This list is too long for Bugzilla's little mind; the Next/Prev/First/Last buttons won't appear on individual [% terms.bugs %].

      [% END %] diff --git a/template/en/default/list/quips.html.tmpl b/template/en/default/list/quips.html.tmpl index 8c7217260..4bb761dc1 100644 --- a/template/en/default/list/quips.html.tmpl +++ b/template/en/default/list/quips.html.tmpl @@ -15,13 +15,13 @@ #%] [% PROCESS global/header.html.tmpl - title = "$terms.Bugzilla Quip System" + title = "Bugzilla Quip System" header = "Add your own clever headline" style_urls = ['skins/standard/buglist.css'] %]

      - [% terms.Bugzilla %] will pick a random quip for the headline on each + Bugzilla will pick a random quip for the headline on each [% terms.bug %] list.

      diff --git a/template/en/default/pages/linkify.html.tmpl b/template/en/default/pages/linkify.html.tmpl index e02ca8d57..eaf45ddd8 100644 --- a/template/en/default/pages/linkify.html.tmpl +++ b/template/en/default/pages/linkify.html.tmpl @@ -10,7 +10,7 @@

      If you enter some text, this form will return it marked up like a - standard [% terms.Bugzilla %] comment. That is, valid [% terms.bug %] numbers, + standard Bugzilla comment. That is, valid [% terms.bug %] numbers, URLs, email addresses and so on will be replaced with appropriate HTML links.

      diff --git a/template/en/default/pages/quicksearch.html.tmpl b/template/en/default/pages/quicksearch.html.tmpl index 0a6df99d9..6f9074732 100644 --- a/template/en/default/pages/quicksearch.html.tmpl +++ b/template/en/default/pages/quicksearch.html.tmpl @@ -38,7 +38,7 @@
      • If you just put a word or series of words in the search box, - [%+ terms.Bugzilla %] will search the + Bugzilla will search the [%+ field_descs.product FILTER html %], [%+ field_descs.component FILTER html %], [%+ IF use_keywords %][%+ field_descs.keywords FILTER html %],[% END %] @@ -53,14 +53,14 @@
      • Adding more terms narrows down the search, it does not - expand it. (In other words, [% terms.Bugzilla %] searches for + expand it. (In other words, Bugzilla searches for [%+ terms.bugs %] that match all your criteria, not [%+ terms.bugs %] that match any of your criteria.)
      • Searching is case-insensitive. So table, Table, and TABLE are all the same.
      • -
      • [% terms.Bugzilla %] does not just search for the exact word you put in, +
      • Bugzilla does not just search for the exact word you put in, but also for any word that contains that word. So, for example, searching for "cat" would also find [% terms.bugs %] that contain it as part of other words—for example, [% terms.abug %] @@ -128,7 +128,7 @@ referred to as [% first_field.name.replace('^cf_') FILTER html %], also. However, if this causes a conflict between the standard - [%+ terms.Bugzilla %] field names and the custom field names, the + Bugzilla field names and the custom field names, the standard field names always take precedence.

        [% END %] 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

        -
      • License: The [% terms.Bugzilla %] code is now released +
      • License: The Bugzilla code is now released under the MPL 2.0 license (previously was MPL 1.1).
      • Installation: On mod_perl, templates now remain in memory for one hour, which can cause an increase in memory requirements. @@ -510,7 +510,7 @@

        IMPORTANT: Apache Configuration Change

        - For improved security, [% terms.Bugzilla %] now prevents directory browsing + For improved security, Bugzilla now prevents directory browsing by default. In order to do that, the root bugzilla/.htaccess file now contains the Options -Indexes directive. By default, this directive is not allowed in .htaccess and so you must configure @@ -542,7 +542,7 @@

      • There is a new code hook bug_url_sub_classes to support additional URLs in the See Also field.
      • There is a new code hook error_catch to catch errors thrown - by [% terms.Bugzilla %] and to take the appropriate actions.
      • + by Bugzilla and to take the appropriate actions.
      • There is a new code hook path_info_whitelist to whitelist scripts which should still get the Path-Info information from URLs. By default, Path-Info is now removed before being passed to CGI scripts.
      • @@ -589,7 +589,7 @@
      -

      [% terms.Bugzilla %] 4.2 Release Notes

      +

      Bugzilla 4.2 Release Notes

      • Introduction
      • @@ -604,8 +604,8 @@

        Introduction

        -

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

        Welcome to Bugzilla 4.2! It has been almost a year since we + released Bugzilla 4.0 on February 2011, and this new major release comes with several new features and improvements. This release contains major improvements to search, support for SQLite, improved WebServices, and lots of other enhancements.

        @@ -630,7 +630,7 @@
      • Attaching a file to [% terms.abug %] was broken due to a change in Perl 5.16. ([% terms.Bug %] 771100)
      • -
      • A regression in [% terms.Bugzilla %] 4.2.2 made Oracle crash when +
      • A regression in Bugzilla 4.2.2 made Oracle crash when displaying a buglist. ([% terms.Bug %] 780028)
      • It was possible to search on history for comments and attachments you @@ -665,7 +665,7 @@ release:

          -
        • A regression introduced in [% terms.Bugzilla %] 4.0 caused some login +
        • A regression introduced in Bugzilla 4.0 caused some login names to be ignored when entered in the CC list of [% terms.bugs %]. ([% terms.Bug %] 756314)
        • Some queries could trigger an invalid SQL query if strings entered by @@ -674,7 +674,7 @@
        • The auto-completion form for keywords no longer automatically selects the first keyword in the list when the field is empty. ([% terms.Bug %] 764517)
        • -
        • A regression in [% terms.Bugzilla %] 4.2 prevented classifications +
        • A regression in Bugzilla 4.2 prevented classifications from being used in graphical and tabular reports in the "Multiple Tables" field. ([% terms.Bug %] 753688)
        • @@ -686,7 +686,7 @@
        • Keywords are now correctly escaped in the auto-completion form to prevent any XSS abuse. ([% terms.Bug %] 754561)
        • -
        • A regression introduced in [% terms.Bugzilla %] 4.0rc2 when fixing +
        • A regression introduced in Bugzilla 4.0rc2 when fixing CVE-2011-0046 caused the "Un-forget the search" link to not work correctly anymore when restoring a deleted saved search, because this link was lacking a valid token. @@ -854,7 +854,7 @@

          Optional Perl Modules

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

          + features of Bugzilla:

          @@ -999,10 +999,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:

          @@ -1028,14 +1028,14 @@
        • Disabling Old Components, Versions and Milestones
        • Displaying a Custom Field Value Based on Multiple Values of Another Field
        • -
        • Auditing of All Changes Within [% terms.Bugzilla %]
        • +
        • Auditing of All Changes Within Bugzilla
        • Accessibility Improvements
        • Other Enhancements and Changes
        • Experimental SQLite Support

          -

          SQLite is now supported by [% terms.Bugzilla %] and becomes the 4th supported +

          SQLite is now supported by Bugzilla and becomes the 4th supported database besides MySQL, PostgreSQL and Oracle. SQLite support must be considered as experimental, at least till the next major release.

          @@ -1076,7 +1076,7 @@ Previously, you could only display a custom field based on a single value of another field.

          -

          Auditing of All Changes Within [% terms.Bugzilla %]

          +

          Auditing of All Changes Within Bugzilla

          Most changes made through the admin interface are now logged to the database, in the audit_log table. There is no UI to access this table yet, @@ -1087,7 +1087,7 @@

          Accessibility Improvements

          A project has started thanks to Francisco Donalisio from IBM to make - [%+ terms.Bugzilla %] compliant with the W3C Web Accessibility Initiative + Bugzilla compliant with the W3C Web Accessibility Initiative standards. A lot more work still needs to be done, but we expect a much better compatibility for the next major release.

          @@ -1162,12 +1162,12 @@
          • Installation: checksetup.pl is now much quieter when creating a new database.
          • -
          • Security: [% terms.Bugzilla %] 4.0 is using +
          • Security: Bugzilla 4.0 is using Math::Random::Secure to generate cryptographically secure pseudorandom numbers, but it appeared that installing this Perl module from CPAN caused a lot of trouble for some people due to its numerous dependencies. So the RNG code has been rewritten to only depend on Math::Random::ISAAC, - which was already in use in previous versions of [% terms.Bugzilla %].
          • + which was already in use in previous versions of Bugzilla.
          • Security: X-Frame-Options = SAMEORIGIN is now passed to all page headers (except when viewing attachments, as they can be on a different host) to protect users from framing and subsequent possible @@ -1260,23 +1260,23 @@
          • YUI has been upgraded to 2.9.0.
          • Due to the major code refactor of B[%%]ugzilla/Search.pm, any customization made against this file will probably need to be rewritten.
          • -
          • The [% terms.Bugzilla %]-specific url_quote filter used in templates +
          • The Bugzilla-specific url_quote filter used in templates has been removed and replaced by the uri filter from Template::Toolkit as they are now similar.
          • long_list.cgi, showattachment.cgi and xml.cgi have been removed from the codebase. As announced - in the release notes of [% terms.Bugzilla %] 4.0, these scripts were deprecated - since [% terms.Bugzilla %] 2.19.
          • + in the release notes of Bugzilla 4.0, these scripts were deprecated + since Bugzilla 2.19.
          • sidebar.cgi has been removed, because Gecko-based browsers no longer support remote XUL, and its popularity is very low.
          • contrib/yp_nomail.sh has been removed. This script is no longer - useful since [% terms.Bugzilla %] 3.0.
          • + useful since Bugzilla 3.0.
          • contrib/bugzilla_ldapsync.rb has been removed. This script didn't work for a long time.
          -

          [% terms.Bugzilla %] 4.0 Release Notes

          +

          Bugzilla 4.0 Release Notes

          • Introduction
          • @@ -1292,20 +1292,20 @@

            Introduction

            -

            This is [% terms.Bugzilla %] 4.0! Since 3.6 (our previous major +

            This is Bugzilla 4.0! Since 3.6 (our previous major release) we've come a long way, and we've come even further compared to - 3.0 in 2007! Since [% terms.Bugzilla %] 3.0, almost every major user - interface in [% terms.Bugzilla %] has been redesigned, the WebServices have + 3.0 in 2007! Since Bugzilla 3.0, almost every major user + interface in Bugzilla has been redesigned, the WebServices have evolved enormously, there's a great new Extensions system, and there are hundreds of other new features. With the major redesigns that come particularly in this release compared to 3.6, we felt that it was time to call this release 4.0.

            It's not just major WebService and UI enhancements that are new in - [%+ terms.Bugzilla %] 4.0—there are many other exciting new features, + Bugzilla 4.0—there are many other exciting new features, including automatic duplicate detection, enhanced custom field functionality, autocomplete for users, search improvements, and much - more. Overall, 4.0 is far and away the best version of [% terms.Bugzilla %] + more. Overall, 4.0 is far and away the best version of Bugzilla we've ever released.

            If you're upgrading, make sure to read Notes @@ -1320,7 +1320,7 @@ the IBM Linux Technology Center, and Red Hat for funding the development of certain features and improvements in this release of - [%+ terms.Bugzilla %].

            + Bugzilla.

            Updates in this 4.0.x Release

            @@ -1335,7 +1335,7 @@
            • The B[% %]ug.create WebService method now throws an error if you - pass a group name which doesn't exist. In [% terms.Bugzilla %] 4.0 and 4.0.1, + pass a group name which doesn't exist. In Bugzilla 4.0 and 4.0.1, this group name was silently ignored, leaving your [% terms.bug %] unsecure if no other group applied. ([% terms.Bug %] 653341)
            • @@ -1353,7 +1353,7 @@ ([% terms.Bug %] 652427)
            • WebServices methods will return undefined [% terms.bug %] fields as undefined instead of as an empty string. This change is consistent with how - [%+ terms.Bugzilla %] 4.2 behaves. + Bugzilla 4.2 behaves. ([% terms.Bug %] 657561)
            • The XML-RPC interface now works with SOAP::Lite 0.711 and 0.712 under mod_perl. ([% terms.Bug %] 600810)
            • @@ -1499,7 +1499,7 @@

              Optional Perl Modules

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

              + features of Bugzilla:

          @@ -1637,10 +1637,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 now 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:

          @@ -1682,11 +1682,11 @@ [%+ terms.Bugs %]

          When filing [% terms.abug %], as soon as you start typing in the summary - field, [% terms.Bugzilla %] will suggest possible duplicates of the + field, Bugzilla will suggest possible duplicates of the [%+ terms.bug %] you are filing.

          In order for this feature to work, all pre-requisites for JSON-RPC - support must be installed on your [% terms.Bugzilla %]. It will be + support must be installed on your Bugzilla. It will be much faster on installations that run under mod_perl than it will be on other installations.

          @@ -1715,7 +1715,7 @@ [%+ field_descs.qa_contact FILTER html %], or [%+ field_descs.assigned_to FILTER html %] fields), a list will appear containing all of the users whose real names or usernames match what you are - typing. Your [% terms.Bugzilla %] must have all of the optional Perl + typing. Your Bugzilla must have all of the optional Perl modules required for JSON-RPC support installed, though, in order for this feature to work. Also, this feature will be much faster on installations that run under mod_perl than it will be on @@ -1727,14 +1727,14 @@

          General Usability Improvements

          In addition to the enhancements listed above, there have been - many improvements made across the [% terms.Bugzilla %] + many improvements made across the Bugzilla user interface. For a list of specific enhancements that were significant, see the Other Enhancements and Changes section.

          New Default Status Workflow

          -

          For new installations of [% terms.Bugzilla %], the default set of +

          For new installations of Bugzilla, the default set of statuses will now be:

            @@ -1754,7 +1754,7 @@ can run after you use checksetup.pl to upgrade. The whineatnews.pl and bugzilla-submit scripts will probably not work properly if you continue to use the old workflow - (though most other parts of [% terms.Bugzilla %] will still function + (though most other parts of Bugzilla will still function normally).

            For more information about the workflow and our rationale for changing @@ -1766,25 +1766,25 @@

            "Last Search" Now Remembers Multiple Searches

            -

            At the top of every [% terms.bug %] in [% terms.Bugzilla %], there are +

            At the top of every [% terms.bug %] in Bugzilla, there are links that look like: "First", "Last", "Prev", "Next", and - "Show last search results". In earlier versions of [% terms.Bugzilla %], + "Show last search results". In earlier versions of Bugzilla, if you did two separate searches in separate windows, these links would - only work for the last search you did. Now, [% terms.Bugzilla %] + only work for the last search you did. Now, Bugzilla will "remember" which search result you came from and give you the right "last search results" or "next [% terms.bug %]" from that list, instead of always using your most recent search.

            -

            There are still some situations where [% terms.Bugzilla %] will have to +

            There are still some situations where Bugzilla will have to "guess" which search you are trying to navigate through, but it does its best to get it right.

            Cross-Domain WebServices with JSONP

            -

            [% terms.Bugzilla %] now supports making WebService calls from +

            Bugzilla now supports making WebService calls from another domain, inside of a web browser, thanks to support for JSONP. - This will allow for web "mash-ups" to use [% terms.Bugzilla %] data. + This will allow for web "mash-ups" to use Bugzilla data. When using JSONP, you may only call functions that get data, you may not call functions that change data.

            @@ -1809,46 +1809,46 @@

            Voting Is Now An Extension

            -

            All of the code for voting in [% terms.Bugzilla %] has been moved +

            All of the code for voting in Bugzilla has been moved into an extension, called "Voting", in the extensions/Voting/ directory. To enable it, you must remove the disabled file from that directory, and run checksetup.pl.

            -

            In a future version of [% terms.Bugzilla %], the Voting extension will - be moved outside of the [% terms.Bugzilla %] core code, so we are looking +

            In a future version of Bugzilla, the Voting extension will + be moved outside of the Bugzilla core code, so we are looking for somebody who has an interest in the Voting system and would like to maintain it as a separate extension. There are many enhancement requests that have been made against the Voting system, and the best way for those to get addressed is for somebody to step up and offer to maintain the - system outside of [% terms.Bugzilla %]'s core code.

            + system outside of Bugzilla's core code.

            Users Get New CSS and Javascript Automatically

            -

            In past versions of [% terms.Bugzilla %], if you changed - [%+ terms.Bugzilla %]'s CSS or Javascript files, then every user of - [%+ terms.Bugzilla %] would have to clear their cache in order to get +

            In past versions of Bugzilla, if you changed + Bugzilla's CSS or Javascript files, then every user of + Bugzilla would have to clear their cache in order to get the updated files. Now, if you are using Apache as your webserver and you have the optional Apache modules installed and enabled, users will automatically get every new version of - [%+ terms.Bugzilla %]'s Javascript and CSS without having to clear + Bugzilla's Javascript and CSS without having to clear their caches.

            This feature also gives a slight performance speedup to - [%+ terms.Bugzilla %] in some cases, and so we recommend that all + Bugzilla in some cases, and so we recommend that all administrators install and enable the optional Apache modules if possible.

            Many New Hooks

            Many new code hooks have been added for use by Extensions, - in [% terms.Bugzilla %] 4.0. Now Extensions can access and modify - nearly every part of [% terms.Bugzilla %].

            + in Bugzilla 4.0. Now Extensions can access and modify + nearly every part of Bugzilla.

            New Apache Configuration

            -

            If you run [% terms.Bugzilla %] under Apache (as most people do), +

            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 + for this version of Bugzilla. See the Notes On Upgrading From a Previous Version section for details.

            @@ -1857,7 +1857,7 @@

            Enhancements for Users

              -
            • Now, everywhere in [% terms.Bugzilla %] where you can enter a date, +
            • Now, everywhere in Bugzilla where you can enter a date, there is a Calendar widget where you can select the date on a calendar.
            • The big icons on the front page have been replaced with much nicer @@ -1874,9 +1874,9 @@
            • [% terms.Bugs %]: There is now a user preference for whether the comment box appears above or below the existing comments.
            • -
            • [% terms.Bugs %]: [% terms.Bugzilla %] will now +
            • [% terms.Bugs %]: Bugzilla will now send an email for every comment that you mark or un-mark as being - private. (Previous versions of [% terms.Bugzilla %] did not send emails + private. (Previous versions of Bugzilla did not send emails to users about this change.) The state of comments being made private is also now stored in [% terms.abug %]'s history.
            • [% terms.Bugs %]: The box to "Add [% terms.Bug %] URLs" @@ -1922,14 +1922,14 @@
            • When using the Reports interface, you can now choose many more fields as the X, Y, or Z axis of a report, including custom fields.
            • -
            • [% terms.Bugzilla %] now prevents +
            • Bugzilla now prevents Internet Explorer 8 and later from attempting to render text/plain attachments as HTML.
            • If you receive a Whine mail that is empty, there will now be a brief message explaining that your search found no results.
            • The Field Help Page now contains a description of every single field that can be on - [%+ terms.abug %] in [% terms.Bugzilla %].
            • + [%+ terms.abug %] in Bugzilla.

            Enhancements for Administrators and Developers

            @@ -1937,11 +1937,11 @@
            • The system for moving [% terms.bugs %] between installations has been moved into an extension called OldBugMove. This system was used - by very few [% terms.Bugzilla %] installations--if you aren't certain + by very few Bugzilla installations--if you aren't certain whether or not you are using it, you're not using it. To enable the system, you have to remove the file extensions/OldBugMove/disabled - and then run checksetup.pl. In a future version of [% terms.Bugzilla %], - this extension may be moved outside of the core [% terms.Bugzilla %] code, + and then run checksetup.pl. In a future version of Bugzilla, + this extension may be moved outside of the core Bugzilla code, so if you are interested in maintaining it, please let us know.
            • Custom Fields: "[% terms.Bug %] ID" custom fields can now represent relationships between [% terms.bugs %], similarly to how the @@ -1961,15 +1961,15 @@ defaults for everything so that people do not have to specify any field values when filing [% terms.abug %] via email.)
            • Installation: If you are using a localized version of - [%+ terms.Bugzilla %] and your terminal does not understand Unicode, + Bugzilla and your terminal does not understand Unicode, checksetup.pl will now attempt to output its messages in your terminal's character set.
            • -
            • Installation: [% terms.Bugzilla %] no longer needs empty +
            • Installation: Bugzilla no longer needs empty "placeholder" CSS in the skins/custom directory and other directories. When you update, checksetup.pl will remove these. This also significantly reduces the number of HTTP requests required to - load a page for the first time in [% terms.Bugzilla %].
            • -
            • Installation: For Windows users, [% terms.Bugzilla %] + load a page for the first time in Bugzilla.
            • +
            • Installation: For Windows users, Bugzilla now supports Strawberry Perl fully.
            • Installation: Now, whenever checksetup.pl throws an error, it will be printed in the color red, to make it @@ -1979,25 +1979,25 @@ almost anything it does.
            • Installation: The process of adding foreign keys to a table is now much faster. This will particularly improve the speed - of upgrading from [% terms.Bugzilla %] 3.4 or earlier.
            • + of upgrading from Bugzilla 3.4 or earlier.
            • If you are using jobqueue.pl and email gets heavily delayed for some reason, those emails will now have a Date header reflecting the time they were supposed to be sent, instead of when they actually were sent.
            • ./jobqueue.pl install now works on SuSE Linux.
            • -
            • [% terms.Bugzilla %] now runs much better in Apache's suexec mode +
            • Bugzilla now runs much better in Apache's suexec mode than it used to. As part of this, checksetup.pl sets - much stricter permissions on all the files in [% terms.Bugzilla %] - than it used to. In particular, any files that [% terms.Bugzilla %] + much stricter permissions on all the files in Bugzilla + than it used to. In particular, any files that Bugzilla does not know about will not be readable by the webserver.
            • The sendmailnow parameter has been removed, as it was not necessary for any modern version of Sendmail or other Mail Transfer Agent.
            • When editing a user via the Users administration panel, you can now see if they are a Default CC on any component.
            • -
            • For new installations of [% terms.Bugzilla %], all users will be +
            • For new installations of Bugzilla, all users will be able to see and use the Whining system by default.
            • -
            • When you are using SSL with [% terms.Bugzilla %], you can now +
            • When you are using SSL with Bugzilla, you can now turn on the strict_transport_security parameter to send the Strict-Transport-Security @@ -2009,19 +2009,19 @@ and object_validators. The colchange_columns hook has been removed, as it is no longer necessary (buglist_columns will be used for data about which columns can be on the [% terms.bug %] list).
            • -
            • When [% terms.Bugzilla %] throws certain types of errors, it will +
            • When Bugzilla throws certain types of errors, it will now include a "traceback" of where exactly the error occurred in the code, to help administrators and developers debug problems.
            • There is now a test, xt/search.t, that assures that all of the functionality of Bugzilla::Search is working properly. - If you customize the search functionality of [% terms.Bugzilla %], + If you customize the search functionality of Bugzilla, you may wish to run this test to assure that your changes are correct. You can see more information about running this test by doing perldoc xt/search.t at the command line.
            • -
            • [% terms.Bugzilla %] now sends the +
            • Bugzilla now sends the X-Frame-Options: SAMEORIGIN header with every page request in order to prevent "clickjacking" attacks. Note - that this prevents other domains from displaying [% terms.Bugzilla %] + that this prevents other domains from displaying Bugzilla in an HTML frame.
            @@ -2047,7 +2047,7 @@ and exclude_fields arguments: B[% %]ug.get, B[% %]ug.search, and B[% %]ug.attachments. Also, server-side performance of the WebService is actually increased when - using these arguments, now, as [% terms.Bugzilla %] will no longer + using these arguments, now, as Bugzilla will no longer get data from the database for fields you haven't asked for.
          • You can now mark the initial description of [% terms.abug %] as private when filing [% terms.abug %] via the B[% %]ug.create @@ -2062,7 +2062,7 @@
          • There is a new, undocumented B[% %]ug.possible_duplicates function that helps implement the automatic duplicate detection system. Because this function is not documented, its API may change - between releases of [% terms.Bugzilla %].
          • + between releases of Bugzilla.
          • You can no longer search using the votes argument in B[% %]ug.search.
          • B[% %]ug.attachments now returns the attachment's description @@ -2070,12 +2070,12 @@ consistent with the fact that [% terms.bug %] summaries are called "summary". The value is still also returned as "description", for backwards compatibility, but this backwards compatibility will go - away in [% terms.Bugzilla %] 5.0.
          • + away in Bugzilla 5.0.
          • In the return values of various B[% %]ug functions, the author of comments, [% terms.bugs %], and attachments is now called "creator", instead of sometimes being called "reporter", "author", or "attacher". The old names are retained for backwards-compatibility, and will stay - around until [% terms.Bugzilla %] 5.0.
          • + around until Bugzilla 5.0.

          Outstanding Issues

          @@ -2104,10 +2104,10 @@

          mod_cgi

          -

          If you run [% terms.Bugzilla %] under mod_cgi (this is the most common +

          If you run Bugzilla under mod_cgi (this is the most common configuration, involving a <Directory> block in your Apache config file), you will need to update the configuration of Apache for - [%+ terms.Bugzilla %]. In particular, this line in the [% terms.Bugzilla %] + Bugzilla. In particular, this line in the Bugzilla <Directory> block:

          AllowOverride Limit
          @@ -2116,14 +2116,14 @@
          AllowOverride Limit FileInfo Indexes
          -

          For full details on how to configure Apache for [% terms.Bugzilla %], +

          For full details on how to configure Apache for Bugzilla, see the Configuration - section of the [% terms.Bugzilla %] Guide.

          + section of the Bugzilla Guide.

          mod_perl

          -

          If your [% terms.Bugzilla %] runs under mod_perl, the required Apache +

          If your Bugzilla runs under mod_perl, the required Apache configuration is now simpler. The line that used to look like:

          PerlSwitches -w -T -I/var/www/html/bugzilla @@ -2137,16 +2137,16 @@

          New .htaccess file

          -

          In previous versions of [% terms.Bugzilla %], there was a file - in [% terms.Bugzilla %]'s root directory called ".htaccess" that was +

          In previous versions of Bugzilla, there was a file + in Bugzilla's root directory called ".htaccess" that was generated by checksetup.pl. This file is now shipped with - [%+ terms.Bugzilla %] instead of being generated during installation.

          + Bugzilla instead of being generated during installation.

          If you update via CVS or bzr, you will get a message that your existing .htaccess file conflicts with the new one. You must remove your existing .htaccess file and use the new one instead. Continuing to use your old .htaccess file will cause certain new - features of [% terms.Bugzilla %] to not work properly, and may also lead + features of Bugzilla to not work properly, and may also lead to security issues for your system in the future.

          Code Changes Which May Affect Customizations and @@ -2158,9 +2158,9 @@ (For example, extensions/Foo/web/). checksetup.pl sets permissions on extensions much more strictly now, and files in other locations (such as your base extensions/Foo/ directory) - will no longer be available to [% terms.Bugzilla %] users via the web + will no longer be available to Bugzilla users via the web under certain configurations. -
        • Previous versions of [% terms.Bugzilla %] used to allow putting a +
        • Previous versions of Bugzilla used to allow putting a single file into the "skins" directory and having that be an entire skin. That is no longer allowed, and on upgrade, checksetup.pl will convert any such skins into a directory with a single @@ -2193,7 +2193,7 @@ that were passed in, while an object is being created. For an example of how to use VALIDATOR_DEPENDENCIES, see Bugzilla/Field.pm.
        • -
        • In previous versions of [% terms.Bugzilla %], you had to call +
        • In previous versions of Bugzilla, you had to call Bugzilla->template_inner("") after any time that you called template_inner for a specific language. It is no longer necessary to do this second template_inner @@ -2209,17 +2209,17 @@ now be easier to customize.
        • The Bugzilla::Util::lsearch function is gone. Use firstidx from List::MoreUtils, instead.
        • -
        • [% terms.Bugzilla %] now includes YUI 2.8.2.
        • +
        • Bugzilla now includes YUI 2.8.2.
        • long_list.cgi, showattachment.cgi and xml.cgi are deprecated scripts which are no longer actively - used since [% terms.Bugzilla %] 2.19. These scripts will be removed in - [%+ terms.Bugzilla %] 4.2.
        • + used since Bugzilla 2.19. These scripts will be removed in + Bugzilla 4.2.

          Release Notes For Previous Versions

          Release Notes for - [%+ terms.Bugzilla %] 3.x and Earlier

          + Bugzilla 3.x and Earlier

          [% INCLUDE global/footer.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:

            -
          • [% terms.Bugzilla %] installations running on older versions of IIS +
          • Bugzilla installations running on older versions of IIS will no longer experience the "Undef to trick_taint" errors that would sometimes occur. ([% terms.Bug %] 521416) @@ -151,7 +151,7 @@ ([% terms.Bug %] 565314)
          • Some minor issues with Perl 5.12 were fixed (mostly warnings that Perl - 5.12 was throwing). [% terms.Bugzilla %] now supports Perl 5.12.
          • + 5.12 was throwing). Bugzilla now supports Perl 5.12.

          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:

          • It is non-destructive--you can migrate into an existing - [%+ terms.Bugzilla %] installation without destroying any data + Bugzilla installation without destroying any data in the installation.
          • It has a "dry-run" mode so you can test your migration before actually running it.
          • @@ -584,7 +584,7 @@ [%+ terms.bug %]-tracking system. We'd love to see migrators for other systems! If you want to contribute a new migrator, see our development - process for details on how to get code into [% terms.Bugzilla %].

            + process for details on how to get code into Bugzilla.

            Thanks to Lambda Research for funding the initial development of this feature.

            @@ -595,13 +595,13 @@
            • [% terms.Bug %] Filing: When filing [% terms.abug %], - [%+ terms.Bugzilla %] now visually indicates which fields are + Bugzilla now visually indicates which fields are mandatory.
            • [% terms.Bug %] Filing: "Bookmarkable templates" now support the "alias" and "estimated hours" fields.
            • [% terms.Bug %] Editing: In previous versions of - [%+ terms.Bugzilla %], if you added a private comment to [% terms.abug %], + Bugzilla, if you added a private comment to [% terms.abug %], then none of the changes that you made at that time were sent to users who couldn't see the private comment. Now, for users who can't see private comments, public changes are sent, but the private @@ -644,14 +644,14 @@
            • Search: The iCalendar format of search results now includes a PRIORITY field.
            • Search: It is no longer an error to enter an invalid search - order in a search URL--[% terms.Bugzilla %] will simply warn you that + order in a search URL--Bugzilla will simply warn you that some of your order options are invalid.
            • Search: When there are no search results, some helpful links are displayed, offering actions you might want to take.
            • Search: For those who like to make their own buglist.cgi URLs (and for people working on customizations), buglist.cgi now accepts nearly every valid field in - [%+ terms.Bugzilla %] as a direct URL parameter, like + Bugzilla as a direct URL parameter, like &field=value.
            • Requests: When viewing the "My Requests" page, you can now @@ -674,8 +674,8 @@ backwards-compatibility.
            • If there are multiple languages available for your - [%+ terms.Bugzilla %], you can now select what language you want - [%+ terms.Bugzilla %] displayed in using links at the top of every + Bugzilla, you can now select what language you want + Bugzilla displayed in using links at the top of every page.
            • When creating a new account, you will be automatically logged in after setting your password.
            • @@ -719,7 +719,7 @@ of being stored in the data/ directory. On large installations this could save several hundred megabytes of disk space. -
            • Installation: When installing [% terms.Bugzilla %], the +
            • Installation: When installing Bugzilla, the "maintainer" parameter will be automatically set to the administrator that was created by checksetup.pl.
            • Installation: checksetup.pl now prints out @@ -729,7 +729,7 @@ faster at upgrading installations, particularly older installations. Also, it's been made faster to run for the case where it's not doing an upgrade.
            • -
            • Installation: If you install [% terms.Bugzilla %] using the +
            • Installation: If you install Bugzilla using the tarball, the CGI.pm module from CPAN is now included in the lib/ dir. If you would rather use the CGI.pm from your global Perl installation, you can delete CGI.pm and the @@ -758,20 +758,20 @@
            • Parameters: The old ssl parameter has been changed to ssl_redirect, and can only be turned "on" or "off". If "on", then all users will be forcibly redirected to SSL whenever - they access [% terms.Bugzilla %]. When the parameter is off, + they access Bugzilla. When the parameter is off, no SSL-related redirects will occur (even if the user directly - accesses [% terms.Bugzilla %] via SSL, they will not be + accesses Bugzilla via SSL, they will not be redirected to a non-SSL page).
            • Parameters: In the Advanced parameters, there is a new parameter, - inbound_proxies. If your [% terms.Bugzilla %] is behind a + inbound_proxies. If your Bugzilla is behind a proxy, you should set this parameter to the IP address of that proxy. - Then, [% terms.Bugzilla %] will "believe" any "X-Forwarded-For" + Then, Bugzilla will "believe" any "X-Forwarded-For" header sent from that proxy, and correctly use the X-Forwarded-For as the end user's IP, instead of believing that all traffic is coming from the proxy.
            • Removed Parameter: The loginnetmask parameter has - been removed. Since [% terms.Bugzilla %] sends secure cookies, it's no + been removed. Since Bugzilla sends secure cookies, it's no longer necessary to always restrict logins to a specific IP or block of addresses.
            • Removed Parameter: The quicksearch_comment_cutoff @@ -780,12 +780,12 @@
            • Removed Parameter: The usermatchmode parameter has been removed. User-matching is now always done.
            • Removed Parameter: The useentrygroupdefault parameter - has been removed. [% terms.Bugzilla %] now always behaves as though + has been removed. Bugzilla now always behaves as though that parameter were off.
            • The t/001compile.t test should now always pass, no matter what configuration of optional modules you do or don't have installed.
            • New script: contrib/console.pl, which allows you to have - a "command line" into [% terms.Bugzilla %] by inputting Perl code + a "command line" into Bugzilla by inputting Perl code or using a few custom commands.
            @@ -793,11 +793,11 @@
            • The WebService now returns all dates and times in the UTC timezone. - B[% %]ugzilla.time now acts as though the [% terms.Bugzilla %] + Bugzilla.time now acts as though the Bugzilla server were in the UTC timezone, always. If you want to write clients - that are compatible across all [% terms.Bugzilla %] versions, - check the timezone from B[% %]ugzilla.timezone or - B[% %]ugzilla.time, and always input times in that timezone + that are compatible across all Bugzilla versions, + check the timezone from Bugzilla.timezone or + Bugzilla.time, and always input times in that timezone and expect times to be returned in that format.
            • You can now log in by passing Bugzilla_login and Bugzilla_password as arguments to any WebService function. @@ -810,7 +810,7 @@
            • New Method: B[% %]ug.fields, which gets information about all the fields that [% terms.abug %] can have - in [% terms.Bugzilla %], include custom fields and legal values for + in Bugzilla, include custom fields and legal values for all fields. The B[% %]ug.legal_values method is now deprecated.
            • In the B[% %]ug.add_comment method, the "private" parameter has been renamed to "is_private" (for consistency with other methods). @@ -820,9 +820,9 @@ Also, all parameter names are validated, and if you pass in a parameter whose name contains anything other than letters, numbers, or underscores, that parameter will be ignored. Mostly this just affects - customizers--[% terms.Bugzilla %]'s WebService is not functionally + customizers--Bugzilla's WebService is not functionally affected by these changes.
            • -
            • In previous versions of [% terms.Bugzilla %], error messages were +
            • In previous versions of Bugzilla, error messages were sent word-wrapped to the client, from the WebService. Error messages are now sent as one unbroken line.
            @@ -882,7 +882,7 @@
          • Comments are now represented as a Bugzilla::Comment object instead of just being hashes.
          • -
          • In previous versions of [% terms.Bugzilla %], the template for displaying +
          • In previous versions of Bugzilla, the template for displaying [%+ terms.abug %] required a lot of extra variables that are now global template variables instead.
          • You can now check if optional modules are installed by using @@ -898,7 +898,7 @@
          -

          [% terms.Bugzilla %] 3.4 Release Notes

          +

          Bugzilla 3.4 Release Notes

          • Introduction
          • @@ -914,8 +914,8 @@

            Introduction

            -

            This is [% terms.Bugzilla %] 3.4! [% terms.Bugzilla %] 3.4 brings a lot - of great enhancements for [% terms.Bugzilla %] over previous versions, +

            This is Bugzilla 3.4! Bugzilla 3.4 brings a lot + of great enhancements for Bugzilla over previous versions, with various improvements to the user interface, lots of interesting new features, and many long-standing requests finally being addressed.

            @@ -970,7 +970,7 @@ 500 error instead of your search results. ([% terms.Bug %] 513989) -
          • [% terms.Bugzilla %] would sometimes lose fields from your sort order +
          • Bugzilla would sometimes lose fields from your sort order when you added new fields to your sort order. ([% terms.Bug %] 470214)
          • @@ -1026,7 +1026,7 @@

            3.4.3

              -
            • [% terms.Bugzilla %] installations running under mod_perl were leaking +
            • Bugzilla installations running under mod_perl were leaking about 512K of RAM per page load. ([% terms.Bug %] 517793)
            • @@ -1035,7 +1035,7 @@ ([% terms.Bug %] 328628)
            • Creating custom fields with Unicode in their database column name - is now no longer allowed, as it would break [% terms.Bugzilla %]. If you + is now no longer allowed, as it would break Bugzilla. If you created such a custom field, you should delete it by first marking it obsolete and then clicking "Delete" in the custom field list, using editfields.cgi. @@ -1213,7 +1213,7 @@

              Optional Perl Modules

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

              + features of Bugzilla:

          @@ -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

            -
          • [% terms.Bugzilla %] now uses the SHA-256 algorithm (a variant of +
          • Bugzilla now uses the SHA-256 algorithm (a variant of SHA-2) to encrypt passwords in the database, instead of using Unix's "crypt" function. This allows passwords longer than eight characters to actually be effective. Each user's password will be converted to SHA-256 the first time they log in after you upgrade to - [%+ terms.Bugzilla %] 3.4 or later.
          • -
          • If you are using database replication with [% terms.Bugzilla %], + Bugzilla 3.4 or later.
          • +
          • If you are using database replication with Bugzilla, many more scripts now take advantage of the read-only slave (the "shadowdb"). It may be safe to open up show_bug.cgi to search-engine indexing by editing your robots.txt file, - now, if your [% terms.Bugzilla %] is on fast-enough hardware.
          • + now, if your Bugzilla is on fast-enough hardware.
          • The database now uses foreign keys to enforce the validity of relationships between tables. Not every single table has all its foreign keys yet, but most do.
          • Various parameters have been removed, in an effort to de-clutter - the parameter interface and simplify [% terms.Bugzilla %]'s code. + the parameter interface and simplify Bugzilla's code. The parameters that were removed were: timezone, supportwatchers, maxpatchsize, commentonclearresolution, commentonreassignbycomponent, showallproducts. They have all been replaced with sensible default behaviors. (For example, user watching is now always enabled.)
          • When adding &debug=1 to the end of a - buglist.cgi URL, [% terms.Bugzilla %] will now also do an + buglist.cgi URL, Bugzilla will now also do an EXPLAIN on the query, to help debug performance issues.
          • When editing flag types in the administrative interface, you can now see how many flags of each type have been set.
          • @@ -1581,8 +1581,8 @@ B[% %]ug.comments, B[% %]ug.update_see_also, User.get, - and B[% %]ugzilla.time - (B[% %]ugzilla.timezone is now deprecated). + and Bugzilla.time + (Bugzilla.timezone is now deprecated).
          • For network efficiency, you can now limit which fields are returned from certain WebService functions, like User.get.
          • @@ -1685,7 +1685,7 @@ Bugzilla::User now return an arrayref of Bugzilla::Group objects instead of a hashref with group ids and group names. -
          • Standard [% terms.Bugzilla %] drop-down fields now have their type +
          • Standard Bugzilla drop-down fields now have their type set to FIELD_TYPE_SINGLE_SELECT in the fielddefs table.
          • Bugzilla->usage_mode now defaults to USAGE_MODE_CMDLINE if we are not running inside a web @@ -1704,7 +1704,7 @@ -

            [% terms.Bugzilla %] 3.2 Release Notes

            +

            Bugzilla 3.2 Release Notes

            Table of Contents

            @@ -1723,9 +1723,9 @@

            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 - improvements and polish to the [% terms.Bugzilla %] experience.

            +

            Welcome to Bugzilla 3.2! This is our first major feature + release since Bugzilla 3.0, and it brings a lot of great + improvements and polish to the Bugzilla experience.

            If you're upgrading, make sure to read How to Upgrade From An Older Version. If you are upgrading from a release @@ -1737,7 +1737,7 @@

            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 + releases of Bugzilla after 3.2. 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 @@ -1746,24 +1746,24 @@

            3.2.3

              -
            • [% terms.Bugzilla %] is now compatible with MySQL 5.1.x versions 5.1.31 +
            • Bugzilla is now compatible with MySQL 5.1.x versions 5.1.31 and greater. ([% terms.Bug %] 480001)
            • -
            • On Windows, [% terms.Bugzilla %] sometimes would send mangled emails +
            • On Windows, Bugzilla sometimes would send mangled emails (that would often fail to send). ([% terms.Bug %] 467920)
            • recode.pl would sometimes crash when trying to convert - databases from older versions of [% terms.Bugzilla %]. + databases from older versions of Bugzilla. ([% terms.Bug %] 431201)
            • Running a saved search with Unicode characters in its name would - cause [% terms.Bugzilla %] to crash. + cause Bugzilla to crash. ([% terms.Bug %] 477513)
            • -
            • [% terms.Bugzilla %] clients like Mylyn can now update [% terms.bugs %] +
            • Bugzilla clients like Mylyn can now update [% terms.bugs %] again (the [% terms.bug %] XML format now contains a "token" element that can be used when updating [% terms.abug %]). ([% terms.Bug %] 476678)
            • For installations using the shadowdb parameter, - [%+ terms.Bugzilla %] was accidentally writing to the "tokens" table + Bugzilla was accidentally writing to the "tokens" table in the shadow database (instead of the master database) when using the "Change Several [% terms.Bugs %] at Once" page. ([% terms.Bug %] 476943)
            • @@ -1787,7 +1787,7 @@
            • Saving changes to parameters would sometimes fail silently (particularly on Windows when the web server didn't have the right permissions to - update the params file). [% terms.Bugzilla %] will now + update the params file). Bugzilla will now throw an error in this case, telling you what is wrong. ([% terms.Bug %] 347707)
            • @@ -1798,12 +1798,12 @@ ([% terms.Bug %] 465589)
            • If you were using the PROJECT environment variable - to have multiple [% terms.Bugzilla %] installations using one codebase, + to have multiple Bugzilla installations using one codebase, project-specific templates were being ignored. ([% terms.Bug %] 467324)
            • Some versions of the SOAP::Lite Perl module had a b[% %]ug that caused - [%+ terms.Bugzilla %]'s XML-RPC service to break. + Bugzilla's XML-RPC service to break. checksetup.pl now checks for these bad versions and will reject them. ([% terms.Bug %] 468009)
            • @@ -1926,7 +1926,7 @@

              Optional Perl Modules

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

              + features of Bugzilla:

          @@ -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:

            @@ -2092,10 +2092,10 @@

            Easier Installation

            -

            [% terms.Bugzilla %] now comes with a script called +

            Bugzilla now comes with a script called install-module.pl that can automatically download - and install all of the required Perl modules for [% terms.Bugzilla %]. - It stores them in a directory inside your [% terms.Bugzilla %] + and install all of the required Perl modules for Bugzilla. + It stores them in a directory inside your Bugzilla installation, so you can use it even if you don't have administrator-level access to your machine, and without modifying your main Perl install.

            @@ -2105,26 +2105,26 @@

            Experimental Oracle Support

            -

            [% terms.Bugzilla %] 3.2 contains experimental support for using - Oracle as its database. Some features of [% terms.Bugzilla %] are known +

            Bugzilla 3.2 contains experimental support for using + Oracle as its database. Some features of Bugzilla are known to be broken on Oracle, but hopefully will be working by our next major release.

            -

            The [% terms.Bugzilla %] Project, as an open-source project, of course +

            The Bugzilla Project, as an open-source project, of course does not recommend the use of proprietary database solutions. However, if your organization requires that you use Oracle, this will allow - you to use [% terms.Bugzilla %]!

            + you to use Bugzilla!

            -

            The [% terms.Bugzilla %] Project thanks Oracle Corp. for their extensive - development contributions to [% terms.Bugzilla %] which allowed this to +

            The Bugzilla Project thanks Oracle Corp. for their extensive + development contributions to Bugzilla which allowed this to happen!

            Improved UTF-8 Support

            -

            [% terms.Bugzilla %] 3.2 now has advanced UTF-8 support in its code, +

            Bugzilla 3.2 now has advanced UTF-8 support in its code, including correct handling for truncating and wrapping multi-byte languages. Major issues with multi-byte or unusual languages - are now resolved, and [% terms.Bugzilla %] should now be usable + are now resolved, and Bugzilla should now be usable by users in every country with little (or at least much less) customization.

            @@ -2177,7 +2177,7 @@ for Internet Explorer and other non-Firefox browsers. (It always could appear for Firefox.) -
          • [% terms.Bugzilla %] now ships with an icon that will show +
          • Bugzilla now ships with an icon that will show up next to the URL in most browsers. If you want to replace it, it's in images/favicon.ico.
          • @@ -2204,7 +2204,7 @@
          • When using email_in.pl, you can now add users to the CC list by just using @cc as the field name.
          • Many pages (particularly administrative pages) now contain links to - the relevant section of the [% terms.Bugzilla %] Guide, so you can read + the relevant section of the Bugzilla Guide, so you can read the documentation for that page.
          • Dependency Graphs should render more quickly, as they now (by default) only include the same [% terms.bugs %] that you'd see in the dependency @@ -2217,7 +2217,7 @@
          • Admin UI: Instead of having the Administration Control Panel links in the footer, there is now just one link called "Administration" that takes you to a page that links to all the - administrative controls for [% terms.Bugzilla %].
          • + administrative controls for Bugzilla.
          • Admin UI: Administrative pages no longer display confirmation pages, instead they redirect you to some useful page and display a message about what changed.
          • @@ -2228,21 +2228,21 @@ QA Contact.
          • Email: For installations that use SMTP to send - mail (as opposed to Sendmail), [%+ terms.Bugzilla %] now supports + mail (as opposed to Sendmail), Bugzilla now supports SMTP Authentication, so that it can log in to your mail server before sending messages.
          • Email: Using the "Test" mail delivery method now creates a valid mbox file to make testing easier.
          • -
          • Authentication: [% terms.Bugzilla %] now correctly +
          • Authentication: Bugzilla now correctly handles LDAP records which contain multiple email addresses. (The first - email address in the list that is a valid [% terms.Bugzilla %] account + email address in the list that is a valid Bugzilla account will be used, or if this is a new user, the first email address in the list will be used.)
          • -
          • Authentication: [% terms.Bugzilla %] can now take +
          • Authentication: Bugzilla can now take a list of LDAP servers to try in order until it gets a successful connection.
          • -
          • Authentication: [% terms.Bugzilla %] now supports +
          • Authentication: Bugzilla now supports RADIUS authentication.
          • Security: The login cookie is now created as @@ -2254,7 +2254,7 @@ Also, SSL is now enforced appropriately in the WebServices interface when the parameter is set.
          • -
          • Database: [% terms.Bugzilla %] now uses transactions in +
          • Database: Bugzilla now uses transactions in the database instead of table locks. This should generally improve performance with many concurrent users. It also means if there is an unexpected error in the middle of a page, all database changes made @@ -2284,7 +2284,7 @@
          • Extensions can now add their own headers to the HTML <head> for things like custom CSS and so on.
          • sanitycheck.cgi has been templatized, meaning that the - entire [% terms.Bugzilla %] UI is now contained in templates.
          • + entire Bugzilla UI is now contained in templates.
          • When setting the sslbase parameter, you can now specify a port number in the URL.
          • When importing [% terms.bugs %] using importxml.pl, @@ -2295,7 +2295,7 @@ prepare for the fact that it will be moved into an extension at some point in the future.
          • The shutdownhtml parameter now works even when - [%+ terms.Bugzilla %]'s database server is down.
          • + Bugzilla's database server is down.

          Enhancements for Localizers (or Localized Installations)

          @@ -2303,9 +2303,9 @@
          • The documentation can now be localized--in other words, you can have documentation installed for multiple languages at once and - [%+ terms.Bugzilla %] will link to the correct language in its internal + Bugzilla will link to the correct language in its internal documentation links.
          • -
          • [% terms.Bugzilla %] no longer uses the languages parameter. +
          • Bugzilla no longer uses the languages parameter. Instead it reads the template/ directory to see which languages are available.
          • Some of the messages printed by checksetup.pl can now @@ -2355,14 +2355,14 @@ and after you cvs update you can delete the docs/html, docs/pdf, docs/txt, and docs/xml directories.
          • -
          • If you are using MySQL, you should know that [% terms.Bugzilla %] +
          • If you are using MySQL, you should know that Bugzilla now uses InnoDB for all tables. checksetup.pl will convert your tables automatically, but if you have InnoDB disabled, the upgrade will not be able to complete (and checksetup.pl will tell you so).
          • You should also read the - [% terms.Bugzilla %] 3.0 Notes For Upgraders + Bugzilla 3.0 Notes For Upgraders section of the previous release notes if you are upgrading from a version before 3.0.
          • @@ -2398,10 +2398,10 @@

            lib Directory

            As part of implementing install-module.pl, - [%+ terms.Bugzilla %] was given a local lib directory which + Bugzilla was given a local lib directory which it searches for modules, in addition to the standard system path.

            -

            This means that all [% terms.Bugzilla %] scripts now start with +

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

            Other Changes

            @@ -2413,7 +2413,7 @@ template file has been removed.
          -

          [% 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

            -
          • [% terms.Bugzilla %] administrators were not being correctly notified +
          • Bugzilla administrators were not being correctly notified about new releases. ([% terms.Bug %] 414726)
          • @@ -2540,7 +2540,7 @@

            3.0.3

              -
            • mod_perl no longer compiles [% terms.Bugzilla %]'s code for each Apache +
            • mod_perl no longer compiles Bugzilla's code for each Apache process individually. It now compiles code only once and shares it among each Apache process. This greatly improves performance and highly decreases the memory footprint. @@ -2549,7 +2549,7 @@
            • You can now search for '---' (without quotes) in versions and milestones. ([% terms.Bug %] 362436)
            • -
            • [% terms.Bugzilla %] should no longer break lines unnecessarily in +
            • Bugzilla should no longer break lines unnecessarily in email subjects. This was causing trouble with some email clients. ([% terms.Bug %] 374424)
            • @@ -2567,7 +2567,7 @@ fields when merging two user accounts. ([% terms.Bug %] 400160) -
            • [% terms.Bugzilla %] no longer requires Apache::DBI to run under +
            • Bugzilla no longer requires Apache::DBI to run under mod_perl. It caused troubles such as lost connections with the DB and didn't give any important performance gain. ([% terms.Bug %] 408766)
            • @@ -2576,7 +2576,7 @@

              3.0.2

                -
              • [% terms.Bugzilla %] should now work on Perl 5.9.5 (and thus the +
              • Bugzilla should now work on Perl 5.9.5 (and thus the upcoming Perl 5.10.0). ([% terms.Bug %] 390442)
              @@ -2602,16 +2602,16 @@ ([% terms.Bug %] 385910)
            • If you attach a file that has a MIME-type of text/x-patch or text/x-diff, it will automatically be treated as a - patch by [% terms.Bugzilla %]. + patch by Bugzilla. ([% terms.Bug %] 365756)
            • Dependency Graphs now work correctly on all mod_perl installations. There should now be no remaining signficant problems with running - [%+ terms.Bugzilla %] under mod_perl. + Bugzilla under mod_perl. ([% terms.Bug %] 370398)
            • If moving [% terms.abug %] between products would remove groups from the [% terms.bug %], you are now warned. ([% terms.Bug %] 303183)
            • -
            • On IIS, whenever [% terms.Bugzilla %] threw a warning, it would +
            • On IIS, whenever Bugzilla threw a warning, it would actually appear on the web page. Now warnings are suppressed, unless you have a file in the data directory called errorlog, in which case warnings will be printed there. @@ -2627,7 +2627,7 @@
            • Instead of throwing real errors, collectstats.pl would just say that it couldn't find ThrowUserError. ([% terms.Bug %] 380709)
            • -
            • Logging into [% terms.Bugzilla %] from the home page works again +
            • Logging into Bugzilla from the home page works again with IIS5. ([% terms.Bug %] 364008)
            • If you were using SMTP for sending email, sometimes emails would @@ -2658,7 +2658,7 @@ non-Latin characters. ([% terms.Bug %] 387860)
            • Editing the "languages" parameter using editparams.cgi would - sometimes fail, causing [% terms.Bugzilla %] to throw an error. + sometimes fail, causing Bugzilla to throw an error. ([% terms.Bug %] 335354)
            @@ -2743,7 +2743,7 @@

            Optional Perl Modules

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

            + features of Bugzilla:

          @@ -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:

            @@ -2960,23 +2960,23 @@

            XML-RPC Interface

            -

            [% terms.Bugzilla %] now has a Web Services interface using the XML-RPC +

            Bugzilla now has a Web Services interface using the XML-RPC protocol. It can be accessed by external applications by going to the xmlrpc.cgi on your installation.

            Documentation can be found in the - [% terms.Bugzilla %] + Bugzilla API Docs, in the various Bugzilla::WebService modules.

            Skins

            -

            [% terms.Bugzilla %] can have multiple "skins" installed, +

            Bugzilla can have multiple "skins" installed, and users can pick between them. To write a skin, you just have to write several CSS files. See the Custom Skins Documentation for more details.

            We currently don't have any alternate skins shipping with - [%+ terms.Bugzilla %]. If you write an alternate skin, please + Bugzilla. If you write an alternate skin, please let us know!

            Unchangeable Fields Appear Unchangeable

            @@ -2998,18 +2998,18 @@

            We also added a mailfrom parameter to let you set who shows up in the From field on all emails that - [%+ terms.Bugzilla %] sends.

            + Bugzilla sends.

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

            -

            Users of [% terms.Bugzilla %] will sometimes accidentally submit +

            Users of Bugzilla will sometimes accidentally submit [%+ terms.abug %] twice, either by going back in their web browser, or just by refreshing a page. In the past, this could file the same [%+ terms.bug %] twice (or even three times) in a row, irritating developers and confusing users.

            Now, if you try to submit [% terms.abug %] twice from the same screen - (by going back or by refreshing the page), [% terms.Bugzilla %] will warn + (by going back or by refreshing the page), Bugzilla will warn you about what you're doing, before it actually submits the duplicate [%+ terms.bug %].

            @@ -3021,9 +3021,9 @@

            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 + of Bugzilla included this feature only as an unsupported add-on, but it is now an official interface to - [%+ terms.Bugzilla %].

            + Bugzilla.

            For more details see the documentation for email_in.pl.

            @@ -3031,43 +3031,43 @@

            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 - get all [% terms.bug %] notifications generated by [% terms.Bugzilla %].

            + is a comma-separated list of Bugzilla users who will + get all [% terms.bug %] notifications generated by Bugzilla.

            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

            -

            [% terms.Bugzilla %] users running MySQL should now have excellent +

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

            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 %] + when you log in if there is a new release of Bugzilla available to download.

            You can control these notifications by changing the upgrade_notification parameter.

            -

            If your [% terms.Bugzilla %] installation is on a machine that needs to go +

            If your Bugzilla installation is on a machine that needs to go through a proxy to access the web, you may also have to set the proxy_url parameter.

            Welcome Page for New Installs

            -

            When you log in for the first time on a brand-new [% terms.Bugzilla %] +

            When you log in for the first time on a brand-new 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

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

            @@ -3076,7 +3076,7 @@

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

            -

            Enhancements That Affect [% terms.Bugzilla %] Users

            +

            Enhancements That Affect Bugzilla Users

            • In comments, quoted text (lines that start with >) @@ -3095,8 +3095,8 @@ product that has flags with the same name, the flags will be preserved.
            • You now can't request a flag to be set by somebody who can't set it - ([% terms.Bugzilla %] will throw an error if you try).
            • -
            • Many new headers have been added to outbound [% terms.Bugzilla %] + (Bugzilla will throw an error if you try).
            • +
            • Many new headers have been added to outbound Bugzilla [%+ terms.bug %] emails: X-Bugzilla-Status, X-Bugzilla-Priority, X-Bugzilla-Assigned-To, X-Bugzilla-Target-Milestone, and @@ -3111,12 +3111,12 @@ http://bugs.mycompany.com/show_bug.cgi?id=1212) that links to [% terms.abug %], you will see the title of the [%+ terms.bug %]. Of course, this only works for [% terms.bugs %] in your - [%+ terms.Bugzilla %] installation.
            • + Bugzilla installation.
            • If your installation has user watching enabled, you will now see the users that you can remove from your watch-list as a multi-select box, much like the current CC list. (Previously it was just a text box.)
            • -
            • When a user creates their own account in [% terms.Bugzilla %], the +
            • When a user creates their own account in Bugzilla, the account is now not actually created until they verify their email address by clicking on a link that is emailed to them.
            • You can change [% terms.abug %]'s resolution without reopening it.
            • @@ -3146,7 +3146,7 @@
              • Administrators can now delete attachments, making them disappear - entirely from [% terms.Bugzilla %].
              • + entirely from Bugzilla.
              • sanitycheck.cgi can now only be accessed by users in the editcomponents group.
              • The "Field Values" control panel can now only be accessed @@ -3211,8 +3211,8 @@ get a lot of warnings in your Apache error_log about "deprecated pseudo-hashes." These are harmless--they are a b[%# fool test %]ug in Perl 5.8.0. Perl 5.8.1 and later do not have this problem.
              • -
              • [% terms.Bugzilla %] 3.0rc1 allowed custom field column names in - the database to be mixed-case. [% terms.Bugzilla %] 3.0 only allows +
              • Bugzilla 3.0rc1 allowed custom field column names in + the database to be mixed-case. Bugzilla 3.0 only allows lowercase column names. It will fix any column names that you have made mixed-case, but if you have custom fields that previously were mixed-case in any Saved Search, you will have to re-create that Saved @@ -3223,19 +3223,19 @@

                3.0.6

                -

                [% terms.Bugzilla %] contains a minor security fix. For details, see the +

                Bugzilla contains a minor security fix. For details, see the Security Advisory.

                3.0.5

                -

                [% terms.Bugzilla %] contains one security fix for +

                Bugzilla contains one security fix for importxml.pl. For details, see the Security Advisory.

                3.0.4

                -

                [% terms.Bugzilla %] 3.0.4 contains three security fixes. +

                Bugzilla 3.0.4 contains three security fixes. For details, see the Security Advisory.

                @@ -3245,14 +3245,14 @@

                3.0.2

                -

                [% terms.Bugzilla %] 3.0.1 had an important security fix that is +

                Bugzilla 3.0.1 had an important security fix that is critical for public installations with "requirelogin" turned on. For details, see the Security Advisory

                3.0.1

                -

                [% terms.Bugzilla %] 3.0 had three security issues that have been +

                Bugzilla 3.0 had three security issues that have been fixed in this release: one minor information leak, one hole only exploitable by an admin or using email_in.pl, and one in an uncommonly-used template. For details, see the @@ -3268,7 +3268,7 @@ checksetup.pl. This means that you will have to delete those files when CVS tells you there's a conflict, and then run cvs update again.

              • -
              • In this version of [% terms.Bugzilla %], the Summary field +
              • In this version of Bugzilla, the Summary field is now limited to 255 characters. When you upgrade, any Summary longer than that will be truncated, and the old summary will be preserved in a comment.
              • @@ -3312,7 +3312,7 @@

                Packagers: Location Variables Have Moved

                -

                In previous versions of [% terms.Bugzilla %], Bugzilla::Config +

                In previous versions of Bugzilla, Bugzilla::Config held all the paths for different things, such as the path to localconfig and the path to the data/ directory.

                @@ -3325,14 +3325,14 @@

                Hooks!

                -

                [% terms.Bugzilla %] now supports a code hook mechanism. See the - documentation for +

                Bugzilla now supports a code hook mechanism. See the + documentation for Bugzilla::Hook for more details.

                -

                This gives [% terms.Bugzilla %] very advanced plugin support. You can +

                This gives Bugzilla very advanced plugin support. You can hook templates, hook code, add new parameters, and use the XML-RPC - interface. So we'd like to see some [% terms.Bugzilla %] plugins + interface. So we'd like to see some Bugzilla plugins written! Let us know on the developers@bugzilla.org mailing list if you write a plugin.

                @@ -3341,10 +3341,10 @@

                API Documentation

                -

                [% terms.Bugzilla %] now ships with all of its perldoc built +

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

                Elimination of globals.pl

                @@ -3375,9 +3375,9 @@ sub y { $var++ } gone. Instead, we now use DBI for all database interaction.

                -

                For more information about how to use - DBI with - [%+ terms.Bugzilla %], see the +

                For more information about how to use + DBI with + Bugzilla, see the Developer's Guide Section About DBI

                @@ -3420,9 +3420,9 @@ sub y { $var++ } of its code moved into modules in the Bugzilla::Install namespace. See the checksetup - documentation and [% terms.Bugzilla %] + documentation and Bugzilla [%+ terms.bug %] 277502 for details. -
              • Instead of UserInGroup(), all of [% terms.Bugzilla %] now +
              • Instead of UserInGroup(), all of Bugzilla now uses Bugzilla->user->in_group
              • mod_perl doesn't like dependency loops in modules, so we now have a test for that detects dependency loops in modules when you run @@ -3451,9 +3451,9 @@ sub y { $var++ }

                Release Notes For Previous Versions

                -

                Release notes for versions of [% terms.Bugzilla %] for versions +

                Release notes for versions of Bugzilla for versions prior to 3.0 are only available in text format: - Release Notes for [% terms.Bugzilla %] 2.22 + Release Notes for Bugzilla 2.22 and Earlier.

                [% INCLUDE global/footer.html.tmpl %] diff --git a/template/en/default/pages/sudo.html.tmpl b/template/en/default/pages/sudo.html.tmpl index 2e9035891..f118f04dd 100644 --- a/template/en/default/pages/sudo.html.tmpl +++ b/template/en/default/pages/sudo.html.tmpl @@ -9,13 +9,13 @@ [% INCLUDE global/header.html.tmpl title = "sudo: User Impersonation" %]

                - [%+ terms.Bugzilla %] includes the ability to have one user impersonate + Bugzilla includes the ability to have one user impersonate another, in something called a sudo session, so long as the person doing the impersonating has the appropriate privileges.

                - While a session is in progress, [% terms.Bugzilla %] will act as if the + While a session is in progress, Bugzilla will act as if the impersonated user is doing everything. This is especially useful for testing, and for doing critical work when the impersonated user is unavailable. The impersonated user will receive an email from [% terms.Bugzilla %] when the diff --git a/template/en/default/reports/delete-series.html.tmpl b/template/en/default/reports/delete-series.html.tmpl index 7ff8876aa..d19178ce3 100644 --- a/template/en/default/reports/delete-series.html.tmpl +++ b/template/en/default/reports/delete-series.html.tmpl @@ -24,7 +24,7 @@ This series has been created by [% series.creator.email FILTER html %] [% ELSE %] - This series has been automatically created by [% terms.Bugzilla %] + This series has been automatically created by Bugzilla [% END %] [% IF series.public %] diff --git a/template/en/default/reports/edit-series.html.tmpl b/template/en/default/reports/edit-series.html.tmpl index 33fa40aba..f87c45a92 100644 --- a/template/en/default/reports/edit-series.html.tmpl +++ b/template/en/default/reports/edit-series.html.tmpl @@ -36,7 +36,7 @@ [% default.creator.email FILTER html %] [% ELSE %] - (automatically created by [% terms.Bugzilla %]) + (automatically created by Bugzilla) [% END %]

                diff --git a/template/en/default/reports/menu.html.tmpl b/template/en/default/reports/menu.html.tmpl index af83ffb11..7bf9d8d50 100644 --- a/template/en/default/reports/menu.html.tmpl +++ b/template/en/default/reports/menu.html.tmpl @@ -18,7 +18,7 @@ %]

                - [% terms.Bugzilla %] allows you to view and track the state of the [% terms.bug %] database in + Bugzilla allows you to view and track the state of the [% terms.bug %] database in all manner of exciting ways.

                diff --git a/template/en/default/search/search-specific.html.tmpl b/template/en/default/search/search-specific.html.tmpl index 4be27683a..e3fd9ef5a 100644 --- a/template/en/default/search/search-specific.html.tmpl +++ b/template/en/default/search/search-specific.html.tmpl @@ -15,7 +15,7 @@

                Find a specific [% terms.bug %] by entering words that describe it. -[% terms.Bugzilla %] will search [% terms.bug %] descriptions and comments +Bugzilla will search [% terms.bug %] descriptions and comments for those words and return a list of matching [% terms.bugs %] sorted by relevance.

                diff --git a/template/en/default/welcome-admin.html.tmpl b/template/en/default/welcome-admin.html.tmpl index 0f7626c92..bc51cb7f8 100644 --- a/template/en/default/welcome-admin.html.tmpl +++ b/template/en/default/welcome-admin.html.tmpl @@ -10,7 +10,7 @@ # none #%] -[% title = BLOCK %]Welcome to [% terms.Bugzilla %][% END %] +[% title = BLOCK %]Welcome to Bugzilla[% END %] [% PROCESS global/header.html.tmpl title = title @@ -68,7 +68,7 @@

              - After having set up all this, we recommend looking at [% terms.Bugzilla %]'s other + After having set up all this, we recommend looking at Bugzilla's other parameters as well at some time so that you understand what they do and whether you want to modify their settings for your installation.

              diff --git a/template/en/default/whine/schedule.html.tmpl b/template/en/default/whine/schedule.html.tmpl index 6f1ff4991..9694e13ad 100644 --- a/template/en/default/whine/schedule.html.tmpl +++ b/template/en/default/whine/schedule.html.tmpl @@ -27,7 +27,7 @@ %]

              - "Whining" is when [% terms.Bugzilla %] executes a saved search at a regular interval + "Whining" is when Bugzilla executes a saved search at a regular interval and sends the resulting list of [% terms.bugs %] via email.

              @@ -47,7 +47,7 @@

              Searches come from saved searches, which are created by executing a search, then telling [% terms.Bugzilla %] to remember + href="query.cgi">search, then telling Bugzilla to remember the search under a particular name. Add a search by clicking "Add a search", and select the desired saved search name under "Search" and add a title for the [% terms.bug %] table. The optional number entered under -- cgit v1.2.3-24-g4f1b