From 46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Sat, 2 Dec 2017 10:43:46 -0500 Subject: Bug 1417980 - Fix non-HTTPS links and outdated links where possible --- .../en/default/admin/params/advanced.html.tmpl | 2 +- .../default/admin/params/dependencygraph.html.tmpl | 2 +- .../en/default/admin/params/editparams.html.tmpl | 2 +- .../en/default/admin/params/patchviewer.html.tmpl | 4 +- template/en/default/bug/activity/table.html.tmpl | 2 +- .../en/default/bug/create/create-guided.html.tmpl | 4 +- .../en/default/bug/create/user-message.html.tmpl | 2 +- template/en/default/bug/new_bug.html.tmpl | 2 +- template/en/default/index.html.tmpl | 2 +- template/en/default/pages/release-notes.html.tmpl | 38 ++++++------- template/en/default/pages/release-notes3.html.tmpl | 66 +++++++++++----------- template/en/default/search/search-google.html.tmpl | 2 +- template/en/default/setup/strings.txt.pl | 2 +- 13 files changed, 65 insertions(+), 65 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/params/advanced.html.tmpl b/template/en/default/admin/params/advanced.html.tmpl index 6cd13a49d..a23c602ae 100644 --- a/template/en/default/admin/params/advanced.html.tmpl +++ b/template/en/default/admin/params/advanced.html.tmpl @@ -26,7 +26,7 @@ [% sts_desc = BLOCK %] Enables the sending of the - Strict-Transport-Security + Strict-Transport-Security header along with HTTP responses on SSL connections. This adds greater security to your SSL connections by forcing the browser to always access your domain over SSL and never accept an invalid certificate. diff --git a/template/en/default/admin/params/dependencygraph.html.tmpl b/template/en/default/admin/params/dependencygraph.html.tmpl index 4cf22d508..d5e9df7f5 100644 --- a/template/en/default/admin/params/dependencygraph.html.tmpl +++ b/template/en/default/admin/params/dependencygraph.html.tmpl @@ -29,7 +29,7 @@ diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index 7e1ba15d9..6e639d86d 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -56,13 +56,13 @@

4.2.11

This release fixes several security issues. See the - Security Advisory + Security Advisory for details.

4.2.10

This release fixes one security issue. See the - Security Advisory + Security Advisory for details.

4.2.9

@@ -75,7 +75,7 @@

4.2.8

This release fixes one minor security issue. See the - Security Advisory + Security Advisory for details.

In addition, the following [% terms.bugs %] have been fixed in this release:

@@ -106,7 +106,7 @@

4.2.7

This release fixes several security issues. See the - Security Advisory + Security Advisory for details.

In addition, the following [% terms.bugs %] have been fixed in this release:

@@ -161,7 +161,7 @@

4.2.5

This release fixes one security issue. See the - Security Advisory + Security Advisory for details.

In addition, the following important fixes/changes have been made in this @@ -194,7 +194,7 @@

4.2.4

This release fixes several security issues. See the - Security Advisory + Security Advisory for details.

In addition, the following important fixes/changes have been made in this @@ -241,7 +241,7 @@

4.2.3

This release fixes two security issues. See the - Security Advisory + Security Advisory for details.

In addition, the following important fixes/changes have been made in this @@ -279,7 +279,7 @@

4.2.2

This release fixes two security issues. See the - Security Advisory + Security Advisory for details.

In addition, the following important fixes/changes have been made in this @@ -321,7 +321,7 @@

4.2.1

This release fixes two security issues. See the - Security Advisory + Security Advisory for details.

In addition, the following important fixes/changes have been made in this @@ -714,9 +714,9 @@ version's release notes.

We would like to thank - ITA Software, - the IBM Linux Technology Center, - and Red Hat for funding the development + ITA Software, + the IBM Linux Technology Center, + and Red Hat for funding the development of certain features and improvements in this release of [%+ terms.Bugzilla %].

@@ -725,7 +725,7 @@

4.0.2

This release fixes several security issues. See the - Security Advisory + Security Advisory for details.

In addition, the following important fixes/changes have been made in this @@ -1090,7 +1090,7 @@

New Advanced Search UI

-

Thanks to the UI work of Guy +

Thanks to the UI work of Guy Pyrzak, the Advanced Search UI has been completely redesigned. It is now much simpler, and far more approachable for new users, while still retaining all of the features that power users are used to.

@@ -1103,7 +1103,7 @@ width to be used when doing code reviews or editing an attachment as a comment.

-

Thanks to Guy Pyrzak for +

Thanks to Guy Pyrzak for his excellent work on this UI redesign.

Autocomplete for Users and Keywords

@@ -1157,7 +1157,7 @@

For more information about the workflow and our rationale for changing it, see the - blog + blog post about it and the [% terms.bug %] where the change was made.

@@ -1181,7 +1181,7 @@

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

@@ -1398,7 +1398,7 @@
  • When you are using SSL with [% terms.Bugzilla %], you can now turn on the strict_transport_security parameter to send the - Strict-Transport-Security + Strict-Transport-Security header with every HTTPS connection, for additional security.
  • New code hooks (see their documentation in Bugzilla::Hook): @@ -1417,7 +1417,7 @@ You can see more information about running this test by doing perldoc xt/search.t at the command line.
  • [% terms.Bugzilla %] now sends the - X-Frame-Options: SAMEORIGIN header + 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 %] in an HTML frame.
  • diff --git a/template/en/default/pages/release-notes3.html.tmpl b/template/en/default/pages/release-notes3.html.tmpl index 79f0528ed..2f37f8017 100644 --- a/template/en/default/pages/release-notes3.html.tmpl +++ b/template/en/default/pages/release-notes3.html.tmpl @@ -57,11 +57,11 @@ and this one, particularly the Upgrading section of each version's release notes.

    -

    We would like to thank Canonical - Ltd., ITA Software, - the IBM Linux Technology Center, - Red Hat, and - Novell for funding the development +

    We would like to thank Canonical + Ltd., ITA Software, + the IBM Linux Technology Center, + Red Hat, and + Novell for funding the development of various features and improvements in this release of [%+ terms.Bugzilla %].

    @@ -70,7 +70,7 @@

    3.6.2

    This release fixes various security issues. See the - Security Advisory + Security Advisory for details.

    In addition, the following important fixes/changes have been made in @@ -128,7 +128,7 @@

    3.6.1

    This release fixes two security issues. See the - Security Advisory + Security Advisory for details.

    In addition, the following important fixes/changes have been made in @@ -563,7 +563,7 @@ jsonrpc.cgi. The JSON-RPC interface is experimental in this release--if you want any fundamental changes in how it works, - let us + let us know, for the next release of [% terms.Bugzilla %].

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

    @@ -592,10 +592,10 @@

    The first migrator that has been implemented is for the GNATS [%+ terms.bug %]-tracking system. We'd love to see migrators for other systems! If you want to contribute a new migrator, see our - development + development process for details on how to get code into [% terms.Bugzilla %].

    -

    Thanks to Lambda Research for +

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

    Other Enhancements and Changes

    @@ -935,10 +935,10 @@ and this one, particularly the Upgrading section of each version's release notes.

    -

    We would like to thank Canonical +

    We would like to thank Canonical Ltd. for funding development of one new feature, and NASA for funding development of several new features through the - San Jose State University + San Jose State University Foundation.

    Updates In This 3.4.x Release

    @@ -992,7 +992,7 @@

    3.4.5

    This release contains fixes for multiple security issues. See the - Security Advisory + Security Advisory for details.

    In addition, the following important fixes/changes have been made in @@ -1027,7 +1027,7 @@

    3.4.4

    This release contains a fix for a security issue. See the - Security Advisory + Security Advisory for details.

    Additionally, this release fixes a few minor [% terms.bugs %].

    @@ -1070,7 +1070,7 @@

    This release contains fixes for multiple security issues, one of which is highly critical. See the - Security Advisory + Security Advisory for details.

    In addition, the following important fixes/changes have been made in @@ -1121,7 +1121,7 @@

    3.4.1

    This release contains an important security fix. See the - Security Advisory + Security Advisory for details.

    Minimum Requirements

    @@ -1468,7 +1468,7 @@ [%+ terms.bugs %] in any [% terms.Bugzilla %] installation, to indicate that those [% terms.bugs %] are related to this one. It also supports adding URLs to [% terms.bugs %] in - Launchpad.

    + Launchpad.

    Right now, the field just validates the URLs and then displays them, but in the future, it will grab information from the other installation about @@ -1749,7 +1749,7 @@ releases of [% terms.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 + Change Log Page.

    3.2.3

    @@ -1785,7 +1785,7 @@

    This release fixes one security issue that is critical for installations running 3.2.1 under mod_perl. See the - Security Advisory + Security Advisory for details.

    3.2.1

    @@ -1827,14 +1827,14 @@

    3.2.3

    This release fixes one security issue related to attachments. See the - Security Advisory + Security Advisory for details.

    3.2.2

    This release fixes one security issue that is critical for installations running 3.2.1 under mod_perl. See the - Security Advisory + Security Advisory for details.

    3.2.1

    @@ -1842,7 +1842,7 @@

    This release contains several security fixes. One fix may break any automated scripts you have that are loading process_bug.cgi directly. We recommend that you read the entire - Security Advisory + Security Advisory for this release.

    Minimum Requirements

    @@ -2035,7 +2035,7 @@

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

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

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

    Custom Status Workflow

    @@ -2436,7 +2436,7 @@ releases of [% terms.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.

    + Change Log Page.

    3.0.6

    @@ -3203,20 +3203,20 @@

    3.0.6

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

    + Security Advisory.

    3.0.5

    [% terms.Bugzilla %] contains one security fix for importxml.pl. For details, see the - Security Advisory.

    + Security Advisory.

    3.0.4

    [% terms.Bugzilla %] 3.0.4 contains three security fixes. For details, see the - Security Advisory.

    + Security Advisory.

    3.0.3

    @@ -3227,7 +3227,7 @@

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

    + Security Advisory

    3.0.1

    @@ -3235,7 +3235,7 @@ 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 - Security Advisory.

    + Security Advisory.

    How to Upgrade From An Older Version

    @@ -3312,11 +3312,11 @@

    This gives [% terms.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 - written! Let us know on the developers@bugzilla.org + written! Let us know on the developers@bugzilla.org mailing list if you write a plugin.

    If you need more hooks, please - File a bug!

    + File a bug!

    API Documentation

    @@ -3357,7 +3357,7 @@ sub y { $var++ }

    For more information about how to use DBI with [%+ terms.Bugzilla %], see the - Developer's + Developer's Guide Section About DBI

    Auth Re-write

    diff --git a/template/en/default/search/search-google.html.tmpl b/template/en/default/search/search-google.html.tmpl index f363248a5..ad45cce94 100644 --- a/template/en/default/search/search-google.html.tmpl +++ b/template/en/default/search/search-google.html.tmpl @@ -15,7 +15,7 @@ [% WRAPPER search/tabs.html.tmpl %]

    - Use the Google search engine to search + Use the Google search engine to search for [% terms.Bugzilla +%] [%+ terms.bugs %]. Find the [% terms.bugs %] you are looking for by entering words that best describe it.

    diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 2e1a18f00..9a8e3b9d1 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -343,7 +343,7 @@ END

    For more information on how to install Bugzilla, please - read the documentation + read the documentation available on the official Bugzilla website.

    -- cgit v1.2.3-24-g4f1b