]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1417980 - Fix non-HTTPS links and outdated links where possible
authorKohei Yoshino <kohei.yoshino@gmail.com>
Sat, 2 Dec 2017 15:43:46 +0000 (10:43 -0500)
committerDylan William Hardison <dylan@hardison.net>
Sat, 2 Dec 2017 15:43:46 +0000 (10:43 -0500)
53 files changed:
Bugzilla/Constants.pm
Bugzilla/DB/Schema.pm
Bugzilla/Extension.pm
Bugzilla/Template/Plugin/Hook.pm
Bugzilla/WebService/Server/JSONRPC.pm
Bugzilla/WebService/Server/XMLRPC.pm
checksetup.pl
docs/en/rst/about/index.rst
docs/en/rst/integrating/apis.rst
docs/en/rst/integrating/auth-delegation.rst
docs/en/rst/integrating/extensions.rst
docs/en/rst/integrating/languages.rst
docs/en/rst/integrating/templates.rst
docs/en/rst/using/tips.rst
extensions/BMO/template/en/default/account/create.html.tmpl
extensions/BMO/template/en/default/bug/create/create-client-bounty.html.tmpl
extensions/BMO/template/en/default/bug/create/create-doc.html.tmpl
extensions/BMO/template/en/default/bug/create/create-ipc.html.tmpl
extensions/BMO/template/en/default/bug/create/create-poweredby.html.tmpl
extensions/BMO/template/en/default/bug/create/create-trademark.html.tmpl
extensions/BMO/template/en/default/bug/create/create-web-bounty.html.tmpl
extensions/BMO/template/en/default/bug/create/user-message.html.tmpl
extensions/BMO/template/en/default/global/choose-product.html.tmpl
extensions/BMO/template/en/default/hook/attachment/createformcontents-patch_notes.html.tmpl
extensions/BMO/template/en/default/hook/global/user-error.html.tmpl/auth_failure/permissions.html.tmpl
extensions/BMO/template/en/default/pages/bug-writing.html.tmpl
extensions/BMO/template/en/default/pages/etiquette.html.tmpl
extensions/BMO/template/en/default/pages/upgrade-3.6.html.tmpl
extensions/BMO/template/en/default/pages/user_activity.html.tmpl
extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
extensions/GuidedBugEntry/web/js/products.js
extensions/MozReview/template/en/default/hook/attachment/create-before_form.html.tmpl
extensions/REMO/template/en/default/bug/create/create-mozreps.html.tmpl
extensions/SecureMail/template/en/default/pages/securemail/help.html.tmpl
extensions/Splinter/template/en/default/pages/splinter.html.tmpl
extensions/Splinter/template/en/default/pages/splinter/help.html.tmpl
extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl
qa/t/lib/QA/Tests.pm
qa/t/webservice_bug_get.t
qa/t/webservice_group_create.t
template/en/default/admin/params/advanced.html.tmpl
template/en/default/admin/params/dependencygraph.html.tmpl
template/en/default/admin/params/editparams.html.tmpl
template/en/default/admin/params/patchviewer.html.tmpl
template/en/default/bug/activity/table.html.tmpl
template/en/default/bug/create/create-guided.html.tmpl
template/en/default/bug/create/user-message.html.tmpl
template/en/default/bug/new_bug.html.tmpl
template/en/default/index.html.tmpl
template/en/default/pages/release-notes.html.tmpl
template/en/default/pages/release-notes3.html.tmpl
template/en/default/search/search-google.html.tmpl
template/en/default/setup/strings.txt.pl

index 9c8f39b4a1f11772b22ea46f0adad3db803a62ce..37917d305465fad91e63babf676a89882ae2990c 100644 (file)
@@ -213,7 +213,7 @@ sub BUGZILLA_VERSION {
 
 # A base link to the current REST Documentation. We place it here
 # as it will need to be updated to whatever the current release is.
-use constant REST_DOC => "http://www.bugzilla.org/docs/tip/en/html/api/";
+use constant REST_DOC => "https://bugzilla.readthedocs.io/en/latest/api/";
 
 # Location of the remote and local XML files to track new releases.
 use constant REMOTE_FILE => 'http://updates.bugzilla.org/bugzilla-update.xml';
index 7448d887801ebde9e8279646e8aa5ed92e2e2064..0464466af013ac46e8a1c479a25fa975c052fbc2 100644 (file)
@@ -79,7 +79,7 @@ Bugzilla::DB.
 
 If this is your first time looking at Schema.pm, especially if
 you are making changes to the database, please take a look at
-L<http://www.bugzilla.org/docs/developer.html#sql-schema> to learn
+L<https://www.bugzilla.org/docs/developer.html#sql-schema> to learn
 more about how this integrates into the rest of Bugzilla.
 
 =cut
@@ -3179,6 +3179,6 @@ database-specific basis:
 
 L<Bugzilla::DB>
 
-L<http://www.bugzilla.org/docs/developer.html#sql-schema>
+L<https://www.bugzilla.org/docs/developer.html#sql-schema>
 
 =cut
index 7e53d87f3e2db79fcb18d30fc87adeae5d89c7e3..baf2286e1117b80b92e49888ee1997725a98c79a 100644 (file)
@@ -325,7 +325,7 @@ L<Bugzilla/input_params>.
 
 If you need a new hook for your extension and you want that hook to be
 added to Bugzilla itself, see our development process at
-L<http://wiki.mozilla.org/Bugzilla:Developers>.
+L<https://wiki.mozilla.org/Bugzilla:Developers>.
 
 In order for a new hook to be accepted into Bugzilla, it has to work,
 it must have documentation in L<Bugzilla::Hook>, and it must have example
@@ -618,7 +618,7 @@ return C<0> or some false value.
 If you've made an extension and you want to publish it, the first
 thing you'll want to do is package up your extension's code and
 then put a link to it in the appropriate section of
-L<http://wiki.mozilla.org/Bugzilla:Addons>.
+L<https://wiki.mozilla.org/Bugzilla:Addons>.
 
 =head2 Distributing on CPAN
 
@@ -628,7 +628,7 @@ distribute your Bugzilla Extension through CPAN.
 
 The details of making a standard CPAN module are too much to
 go into here, but a lot of it is covered in L<perlmodlib>
-and on L<http://www.cpan.org/> among other places.
+and on L<https://www.cpan.org/> among other places.
 
 When you distribute your extension via CPAN, your F<Extension.pm>
 should simply install itself as F<Bugzilla/Extension/Foo.pm>,
@@ -659,7 +659,7 @@ uses extensions.
 
 If you are an extension author and you'd like some assistance from other
 extension authors or the Bugzilla development team, you can use the
-normal support channels described at L<http://www.bugzilla.org/support/>.
+normal support channels described at L<https://www.bugzilla.org/support/>.
 
 =head1 ADDITIONAL CONSTANTS
 
index 981a1ab5397865c5f754bdce60e8ddf3aaf850c3..a2b76a80f92720f02e282934d635d807a8955572 100644 (file)
@@ -149,4 +149,4 @@ Output from processing template extension.
 
 L<Template::Plugin>
 
-L<http://wiki.mozilla.org/Bugzilla:Writing_Extensions>
+L<https://bugzilla.readthedocs.io/en/latest/integrating/extensions.html>
index 0fb8b4299b7b7687535379d005e54f2a8ca0e813..0bd7b4648b563d6ef462898d003e2a063f711c87 100644 (file)
@@ -527,7 +527,7 @@ JSON-RPC response.
 When calling the JSON-RPC WebService over GET, you can use the "JSONP"
 method of doing cross-domain requests, if you want to access the WebService
 directly on a web page from another site. JSONP is described at
-L<http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/>.
+L<https://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/>.
 
 To use JSONP with Bugzilla's JSON-RPC WebService, simply specify a
 C<callback> parameter to jsonrpc.cgi when using it via GET as described above.
index f5a31b30e590a57013df9c9cc2b34b4d4dc08d9b..fce865e8882abdeac98202040e7b402f569dbafd 100644 (file)
@@ -422,7 +422,7 @@ returned>.
 
 nil is implemented by XMLRPC::Lite, in XMLRPC::Deserializer::decode_value
 in the CPAN SVN since 14th Dec 2008
-L<http://rt.cpan.org/Public/Bug/Display.html?id=20569> and in Fedora's
+L<https://rt.cpan.org/Public/Bug/Display.html?id=20569> and in Fedora's
 perl-SOAP-Lite package in versions 0.68-1 and above.
 
 =end private
index 1b4df3c2fcf8dbd8274921dcba94ac9d9ed9234e..cd973f5c7ad1483e1fe84a784e0d31b1b5ffeeaf 100755 (executable)
@@ -500,7 +500,7 @@ format.
 
 If you'd like to know how to make changes to the datbase, see
 the information in the Bugzilla Developer's Guide, at:
-L<http://www.bugzilla.org/docs/developer.html#sql-schema>
+L<https://www.bugzilla.org/docs/developer.html#sql-schema>
 
 Also see L<Bugzilla::DB/"Schema Modification Methods"> and
 L<Bugzilla::DB/"Schema Information Methods">.
index 239c6ecea5badc1c0a415e75e2b4ab8d59dac001..cdcea4d154867b7a1427761b330553c236fd92e6 100644 (file)
@@ -10,7 +10,7 @@ that tracks millions of bugs and issues for thousands of organizations around
 the world.
 
 The most current version of this document can always be found on the
-`Bugzilla website <http://www.bugzilla.org/docs/>`_.
+`Bugzilla website <https://www.bugzilla.org/docs/>`_.
 
 .. _evaluating:
 
@@ -36,7 +36,7 @@ Google Group. Please
 first, and then ask your question there.
 
 If you need a guaranteed response, commercial support is
-`available <http://www.bugzilla.org/support/consulting.html>`_ for Bugzilla
+`available <https://www.bugzilla.org/support/consulting.html>`_ for Bugzilla
 from a number of people and organizations.
 
 .. _conventions:
index 6067c12dffe2aab3fb25901a7330dd1cb594c67e..a02bc1a21ca757b22828c159a12c754d43016169 100644 (file)
@@ -24,7 +24,7 @@ XML-RPC
 =======
 
 Bugzilla has an `XML-RPC API
-<http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/XMLRPC.html>`_.
+<https://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/XMLRPC.html>`_.
 This will receive no further updates and will be removed in a future version
 of Bugzilla.
 
@@ -34,7 +34,7 @@ JSON-RPC
 ========
 
 Bugzilla has a `JSON-RPC API
-<http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/JSONRPC.html>`_.
+<https://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/JSONRPC.html>`_.
 This will receive no further updates and will be removed in a future version
 of Bugzilla.
 
index bff460e4aa55a009bf5ffdfa9bcfae1988f3ac86..325f802a89d58ec6802654e30a611886c8fd789b 100644 (file)
@@ -14,7 +14,7 @@ The authentication process begins by directing the user to th the Bugzilla site'
 For the sake of this example, our application's URL is `http://app.example.org`
 and the Bugzilla site is `http://bugzilla.mozilla.org`.
 
-1. Provide a link or redirect the user to `http://bugzilla.mozilla.org/auth.cgi?callback=http://app.example.org/callback&description=app%description`
+1. Provide a link or redirect the user to `https://bugzilla.mozilla.org/auth.cgi?callback=http://app.example.org/callback&description=app%description`
 2. Assuming the user is agreeable, the following will happen:
   1. Bugzilla will issue a POST request to `http://app.example.org/callback`
      with a the request body data being a JSON object with keys `client_api_key` and `client_api_login`.
index 18c5341d3358944d794967707b48c692a5d65a00..50f2047463b85146aafdf825543ed03e92613d5f 100644 (file)
@@ -12,7 +12,7 @@ written by other people on our wiki. You would need to
 make sure that the extension in question works with your version of Bugzilla.
 
 Or, you can write your own extension. See the `Bugzilla Extension
-documentation <http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Extension.html>`_
+documentation <https://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Extension.html>`_
 for the core documentation on how to do that. It would make sense to read
 the section on :ref:`templates`. There is also a sample extension in
 :file:`$BUGZILLA_HOME/extensions/Example/` which gives examples of how to
@@ -184,7 +184,7 @@ bugs, except to comment and add themselves to the CC list.
 Because this kind of change is such a common request, we have added a
 specific hook for it that :ref:`extensions` can call. It's called
 ``bug_check_can_change_field``, and it's documented `in the Hooks
-documentation <http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Hook.html#bug_check_can_change_field>`_.
+documentation <https://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Hook.html#bug_check_can_change_field>`_.
 
 Checking Syntax
 ===============
index 01586d3fe9e29979da0b977543cd62ec78360ead..4d087a721e1c0fd5a30bad9e0241f95694dbcc19 100644 (file)
@@ -12,7 +12,7 @@ choice will override the ``Accept-Language`` header.
 
 Many language templates can be obtained from
 `the localization section of the Bugzilla website
-<http://www.bugzilla.org/download.html#localizations>`_. Instructions
+<https://www.bugzilla.org/download.html#localizations>`_. Instructions
 for submitting new languages are also available from that location. There's
 also a `list of localization teams
 <https://wiki.mozilla.org/Bugzilla:L10n:Localization_Teams>`_; you might
index f30b4a8482d91c41adb05c45a6b6d0b6a92b26e9..b477a955388d609569532c8c98c3dc70f98d14c2 100644 (file)
@@ -92,7 +92,7 @@ How To Edit Templates
 .. note:: If you are making template changes that you intend on submitting 
    back for inclusion in standard Bugzilla, you should read the relevant
    sections of the
-   `Developers' Guide <http://www.bugzilla.org/docs/developer.html>`_.
+   `Developers' Guide <https://www.bugzilla.org/docs/developer.html>`_.
 
 Bugzilla uses a templating system called Template Toolkit. The syntax of the
 language is beyond the scope of this guide. It's reasonably easy to pick up by
index 34274f728572de9fd594658ae24f9b8a821352dc..53516a854064613634694375e61d6d4caee7a7e1 100644 (file)
@@ -13,8 +13,8 @@ Bugzilla comments are plain text - so typing <U> will
 produce less-than, U, greater-than rather than underlined text.
 However, Bugzilla will automatically make hyperlinks out of certain
 sorts of text in comments. For example, the text
-``http://www.bugzilla.org`` will be turned into a link:
-`<http://www.bugzilla.org>`_.
+``https://www.bugzilla.org`` will be turned into a link:
+`<https://www.bugzilla.org>`_.
 Other strings which get linkified in the obvious manner are:
 
 + bug 12345
index 0c742c7f16e7f75912015fe3eb5889def43a7d3c..29eb40244edc73d08cf1431b628cc430abb81c36 100644 (file)
@@ -83,31 +83,19 @@ function onSubmit() {
   [% INCLUDE product
       icon = "firefox"
       name = "Firefox Support"
-      url = "http://support.mozilla.com/"
+      url = "https://support.mozilla.org/"
       desc = "Support for the Firefox web browser."
   %]
-  [% INCLUDE product
-      icon = "firefox"
-      name = "Firefox for Mobile Support"
-      url = "http://support.mozilla.com/mobile"
-      desc = "Support for the Firefox Mobile web browser."
-  %]
   [% INCLUDE product
       icon = "thunderbird"
       name = "Thunderbird Support"
-      url = "http://www.mozillamessaging.com/support/"
+      url = "https://support.mozilla.org/products/thunderbird"
       desc = "Support for Thunderbird email client."
   %]
-  [% INCLUDE product
-      icon = "other"
-      name = "Support for other products"
-      url = "http://www.mozilla.org/projects/"
-      desc = "Support for products not listed here."
-  %]
   [% INCLUDE product
       icon = "input"
       name = "Feedback"
-      url = "http://input.mozilla.com/feedback"
+      url = "https://input.mozilla.org/feedback"
       desc = "Report issues with a web site that you use, or provide quick feedback for Firefox."
   %]
   </table>
@@ -125,7 +113,7 @@ function onSubmit() {
     <ol>
     <li>
       Please read our
-      <a href="https://developer.mozilla.org/en/Bug_writing_guidelines" target="_blank">[% terms.Bug %] Writing Guidelines</a>.
+      <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines" target="_blank">[% terms.Bug %] Writing Guidelines</a>.
     </li>
     <li>
       [% terms.Bugzilla %] is a public place. Your comments and other activities
index 333bf634a46220d92f928178ea0b523fd10b0dcb..5d9d20be846bd4d6c571848538528a29a313a8b6 100644 (file)
@@ -157,7 +157,7 @@ function validateAndSubmit() {
     How was this issue discovered, include the steps, tools, Firefox version,
     operating system version, or other information that will help reproduce and
     diagnose the issue. A good primer on what to include can be found
-    <a href="https://developer.mozilla.org/en-US/docs/Mozilla/QA">here</a>.
+    <a href="https://developer.mozilla.org/docs/Mozilla/QA">here</a>.
   </div>
   <textarea required id="comment" name="comment" cols="80" rows="5"></textarea>
 </div>
index 0ee9090055204171c5f5f51692b15405586c641d..ed4b795b7705183eef3b6363f3581f762f3fcbae 100644 (file)
@@ -155,7 +155,7 @@ function validateAndSubmit() {
        multiple => 5
      %]
      <br>
-     <a href="https://developer.mozilla.org/en-US/docs/Project:Subject-matter_experts"
+     <a href="https://developer.mozilla.org/docs/Project:Subject-matter_experts"
         target="_blank" id="common_topic_experts">
        List of common topic experts</a>
   </td>
index 7be2214b20197059c6074cd43fe3212f03a66524..e32ba62dc1dbdc491596b56fafd34994688941ed 100644 (file)
@@ -167,7 +167,7 @@ $(document).ready(function() {
     </div>
 
     <p>
-    If you would like your snippet to include a link, please tag it by using the URL builder <a href="http://bit.ly/1JOgDr1">(http://bit.ly/1JOgDr1)</a> and following the steps below:
+    If you would like your snippet to include a link, please tag it by using the URL builder <a href="https://bit.ly/1JOgDr1">(https://bit.ly/1JOgDr1)</a> and following the steps below:
     </p>
     <img src="extensions/BMO/web/images/ipc_form_buildscreen.png" style = "width:50%"><br><br>
     <div class="row">
@@ -180,7 +180,7 @@ $(document).ready(function() {
     </div>
 
     <p>
-    Please reference the Mozilla In-Product Messaging Calendar for available dates. <a href="http://bit.ly/2aZ3w9c"> http://bit.ly/2aZ3w9c</a>
+    Please reference the Mozilla In-Product Messaging Calendar for available dates. <a href="https://bit.ly/2aZ3w9c"> https://bit.ly/2aZ3w9c</a>
     </p>
 
     <div class="row">
@@ -207,7 +207,7 @@ $(document).ready(function() {
       <div class="row_desc">
         <strong>Will you be able to provide the following assets for your snippet? Check all that apply.</strong><br>
         Feel free to look at our existing icon library:
-        <a href="http://bit.ly/2efXaFo">http://bit.ly/2efXaFo</a>
+        <a href="https://bit.ly/2efXaFo">https://bit.ly/2efXaFo</a>
       </div>
       <input type="checkbox" name="snippet_assets" id="copy" value="Copy">
       <label for="copy">Copy</label><br>
index f4dcede936b84b1a34b11971da96c901fd194610..d6243c73bf34e99fab19f50a9924ad637bfe29e3 100644 (file)
@@ -29,7 +29,7 @@
 
 [% USE Bugzilla %]
 
-<p>If you are interested in using the <a href="http://www.mozilla.org/poweredby">Powered by Mozilla logo</a>,
+<p>If you are interested in using the <a href="https://www.mozilla.org/about/powered-by/">Powered by Mozilla logo</a>,
 please provide some information about your application or product.</p>
 
 <p><strong>Please use this form for Powered by Mozilla logo requests only.</strong></p>
index 977ad00d463af288ed92c2b62ac4feca1b52df84..90da895b2a984b620ae63f765ca9d3108654b596 100644 (file)
@@ -31,7 +31,7 @@
 
 <p>
   If, after reading 
-  <a href="http://www.mozilla.org/foundation/trademarks/">the trademark policy
+  <a href="https://www.mozilla.org/foundation/trademarks/">the trademark policy
   documents</a>, you know you need permission to use a certain trademark, this
   is the place to be.
 </p>
index 0be58f8130d0eb5b231989bf26a6f28ede94abb8..2446bbd2bb5e4f10198020804dee79542ba5c297 100644 (file)
@@ -88,7 +88,7 @@ function validateAndSubmit() {
   <input type="hidden" name="token" value="[% token FILTER html %]">
 
 <div class="head_desc">
-  <a href="https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines?redirectlocale=en-US&redirectslug=Bug_writing_guidelines">
+  <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines">
     [% terms.Bug %] writing guidelines</a>
 </div>
 
@@ -106,7 +106,7 @@ function validateAndSubmit() {
   <div class="field_desc">
     How was this issue discovered, include the steps, tools or other information that
     will help reproduce and diagnose the issue. A good primer on what to include can
-    be found <a href="https://developer.mozilla.org/en-US/docs/Mozilla/QA">here</a>.
+    be found <a href="https://developer.mozilla.org/docs/Mozilla/QA">here</a>.
   </div>
   <textarea id="comment" name="comment" cols="80" rows="5"></textarea>
 </div>
index e01ac4845c3cb869766a265aeb6d51caf8a77ea1..6ecd0bc754285c772e967e9c15434ab7fb1d00ca 100644 (file)
@@ -17,7 +17,7 @@
   [% END +%]
   [% UNLESS no_bug_guidelines %]
     Before reporting a [% terms.bug %], make sure you've read our
-    <a href="https://developer.mozilla.org/en/Bug_writing_guidelines">
+    <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines">
     [% terms.bug %] writing guidelines</a> and double checked that your [% terms.bug %] hasn't already
     been reported. Consult our list of <a href="https://bugzilla.mozilla.org/duplicates.cgi">
     most frequently reported [% terms.bugs %]</a> and <a href="https://bugzilla.mozilla.org/query.cgi">
index ac545d14ed24e05af346eb41b6a8c5e565541700..5f46c31e1f439eeb03377354e8d04a943fad677c 100644 (file)
@@ -50,7 +50,7 @@
 <hr>
 <p>
   Looking for technical support or help getting your site to work with Mozilla?
-  <a href="http://www.mozilla.org/support/">Visit the mozilla.org support page</a>
+  <a href="https://support.mozilla.org/">Visit the mozilla.org support page</a>
   before filing [% terms.bugs %].
 </p>
 <hr>
index ea80fdc5e08c71c5298062f87659120970ecd75e..92b29667be742f14656b0ad54cdda453f4602010 100644 (file)
@@ -1 +1 @@
-<em>You can <a href="http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree">read about the patch submission and approval process</a>.</em><br>
+<em>You can <a href="https://developer.mozilla.org/docs/Mozilla/Developer_guide/How_to_Submit_a_Patch">read about the patch submission and approval process</a>.</em><br>
index 346e023734f88ccc7459b30345b6ec58c1dd7d24..d527f76a476ee9d20b16bbcec0d8bd93115b11e8 100644 (file)
@@ -23,7 +23,7 @@
 [% IF (group == "canconfirm" OR group == "editbugs") AND !reason %]
   <p>
     If you are attempting to confirm an unconfirmed [% terms.bug %] or edit the fields of a [% terms.bug %],
-    <a href="http://www.gerv.net/hacking/before-you-mail-gerv.html#bugzilla-permissions">find
+    <a href="page.cgi?id=get_permissions.html">find
     out how to get the necessary permissions</a>.
   </p>
 [% END %]
index 21ed3b040915ac9cf5cd0d4ecebff79efb912cde..e1c67605f126f0443f3ac94025fd92946d6f9daf 100644 (file)
@@ -7,5 +7,5 @@
   #%]
 
 [% PROCESS global/redirect.html.tmpl
-   url = "https://developer.mozilla.org/en/Bug_writing_guidelines"
+   url = "https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines"
 %]
index 2c25cb5e922dd5ee8f09de43cb7dee81fbce6f58..6e62f476246d43f434ad8787134c694d25f7f145 100644 (file)
 <h2>See Also</h2>
 
 <p>
-  <a href="page.cgi?id=bug-writing.html">The [% terms.Bug %] Writing Guidelines</a>.
+  <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines">The [% terms.Bug %] Writing Guidelines</a>.
 </p>
 
 [% INCLUDE global/footer.html.tmpl %]
index 8fa944ae65d1e7f2e36feb8d21cc1c292736e687..9e6d72d6689d6253d73aadd40450244d046d47f1 100644 (file)
@@ -52,7 +52,7 @@
   <li>New attachment details UI.</li>
   <li>New icons for the front page.</li>
   <li>Removal of unused "Patches" column from buglist.</li>
-  <li>Initial support for <a href="http://en.wikipedia.org/wiki/Strict_Transport_Security">Strict-Transport-Security</a> (STS) header.</li>
+  <li>Initial support for <a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">Strict-Transport-Security</a> (STS) header.</li>
 </ul>
 
 <h4>General Usability Improvements</h4>
   <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Server/JSONRPC.html">jsonrpc.cgi</a>.
   The JSON-RPC interface is experimental in this release--if you want any
   fundamental changes in how it works,
-  <a href="http://www.bugzilla.org/developers/reporting_bugs.html">let us
+  <a href="https://www.bugzilla.org/developers/reporting_bugs.html">let us
   know</a>, for the next release of [% terms.Bugzilla %].</p>
 
 <h3>New Features</h3>
index d850c91b223fb525d1ee7efb6dfcd54b5b5a4a70..c0a8674a83da23223f10551cc8033df616126594 100644 (file)
@@ -96,7 +96,7 @@
 
 [% IF incomplete_data %]
   <p>
-    There used to be an issue in <a href="http://www.bugzilla.org/">Bugzilla</a>
+    There used to be an issue in <a href="https://www.bugzilla.org/">Bugzilla</a>
     which caused activity data to be lost if there were a large number of cc's
     or dependencies.  That has been fixed, but some data was already lost in
     your activity table that could not be regenerated.  The changes that 
index e4b0b44a87353bc9a2ddb0b77ecd4fbfaeecae95..6d3d6ddd8e86a41c9e4e816adcd0db4ff97fd0ba 100644 (file)
@@ -236,27 +236,27 @@ Other Mozilla products which aren't listed here
   <tr>
     <td>
       <div class="exit_img">
-        <a href="http://www.mozilla.org/support/"
+        <a href="https://support.mozilla.org/"
         ><img src="extensions/GuidedBugEntry/web/images/support.png" width="32" height="32"
         ></a>
       </div>
     </td>
     <td class="exit_text">
-      <a href="http://www.mozilla.org/support/">I need technical support</a><br>
+      <a href="https://support.mozilla.org/">I need technical support</a><br>
       For technical support or help getting your site to work with Mozilla.
     </td>
   </tr>
   <tr>
     <td>
       <div class="exit_img">
-        <a href="http://input.mozilla.org/feedback/"
+        <a href="https://input.mozilla.org/feedback/"
         ><img src="extensions/GuidedBugEntry/web/images/input.png" width="32" height="32"
         ></a>
       </div>
     </td>
     <td class="exit_text">
-      <a href="http://input.mozilla.org/feedback/#sad">Offer us ideas on how to make Firefox better</a><br>
-      <a href="http://input.mozilla.org/feedback/">Provide feedback about Firefox</a><br>
+      <a href="https://input.mozilla.org/feedback/#sad">Offer us ideas on how to make Firefox better</a><br>
+      <a href="https://input.mozilla.org/feedback/">Provide feedback about Firefox</a><br>
     </td>
   </tr>
   <tr>
@@ -268,7 +268,7 @@ Other Mozilla products which aren't listed here
     <td class="exit_text_last">
 
       <a onclick="product.select('Core', 'Untriaged')" href="javascript:void(0)">Report an issue with Firefox on a site that I've developed</a><br>
-      <a href="http://input.mozilla.org/feedback/#sad">Report an issue with a web site that I use</a><br>
+      <a href="https://input.mozilla.org/feedback/#sad">Report an issue with a web site that I use</a><br>
     </td>
   </tr>
 </table>
@@ -357,7 +357,7 @@ Product: <b><span id="dupes_product_name">?</span></b>:
 <ul>
 <li>Please fill out this form clearly, precisely and in as much detail as you can manage.</li>
 <li>Please report only a single problem at a time.</li>
-<li><a href="https://developer.mozilla.org/en/Bug_writing_guidelines" target="_blank">These guidelines</a>
+<li><a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines" target="_blank">These guidelines</a>
 explain how to write effective [% terms.bug %] reports.</li>
 </ul>
 
index 19ff01fec066c064fa1245d0a3c33b29307e8ffe..8ef1ea0c06f746c64a194f9ac1d1e9a24ebe4627 100644 (file)
@@ -46,7 +46,7 @@ var products = {
     l10n: true,
     support:
       'If you are new to Firefox or Bugzilla, please consider checking ' +
-      '<a href="http://support.mozilla.org/">' +
+      '<a href="https://support.mozilla.org/">' +
       '<img src="extensions/GuidedBugEntry/web/images/sumo.png" width="16" height="16" align="absmiddle">' +
       ' <b>Firefox Help</b></a> instead of creating a bug.'
   },
@@ -57,7 +57,7 @@ var products = {
     l10n: true,
     support:
       'If you are new to Firefox or Bugzilla, please consider checking ' +
-      '<a href="http://support.mozilla.org/">' +
+      '<a href="https://support.mozilla.org/">' +
       '<img src="extensions/GuidedBugEntry/web/images/sumo.png" width="16" height="16" align="absmiddle">' +
       ' <b>Firefox Help</b></a> instead of creating a bug.'
   },
@@ -122,12 +122,12 @@ var products = {
 
   "Bugzilla": {
     support:
-      'Please use <a href="http://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
+      'Please use <a href="https://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
   },
 
   "bugzilla.mozilla.org": {
     related: [ "Bugzilla" ],
     support:
-      'Please use <a href="http://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
+      'Please use <a href="https://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
   }
 };
index 0bf6fe5434c4512a85b8676cad809b9f8a7fa421..bfa842c898f2d4fdd8ecacd09e948cd948f27124 100644 (file)
@@ -12,6 +12,6 @@
   Are you attaching a patch? Consider trying out
   <a href="https://reviewboard.mozilla.org/">MozReview</a>, Mozilla's
   new repository-based code-review tool.
-  <a href="http://mozilla-version-control-tools.readthedocs.org/en/latest/mozreview.html">Read
+  <a href="https://mozilla-version-control-tools.readthedocs.io/en/latest/mozreview.html">Read
     the docs</a> to get started.
 </div>
index 9cc72e717680614dd02d3bdf289e9e4386bb644b..c0f382e933e22124d69a7c8bbdb233166a10b728 100644 (file)
       <th>
         <label class="required" for="privacy">
           I have read the
-          <a href="http://www.mozilla.com/en-US/privacy-policy" target="_blank">Mozilla Privacy Policy</a>:
+          <a href="https://www.mozilla.org/privacy/" target="_blank">Mozilla Privacy Policy</a>:
         </label>
       </th>
       <td><input id="privacy" name="privacy" type="checkbox" value="1"></td>
index e6ef02927be035c1c01fe709c1ba6f8f13c21c52..380d1c04e25b0f04d5e1abec9547566792dfc7d6 100644 (file)
@@ -95,7 +95,7 @@ If you already have your own PGP key in a keyring, skip straight to step 3. Othe
 
 <ol>
 
-<li>Install the GPG suite of utilities for your operating system, either using your package manager or downloaded from <a href="http://www.gnupg.org/download/index.en.html">gnupg.org</a>.</p>
+<li>Install the GPG suite of utilities for your operating system, either using your package manager or downloaded from <a href="https://www.gnupg.org/download/">gnupg.org</a>.</p>
 
 <li><p>Generate a private key.</p>
 
@@ -123,7 +123,7 @@ You’ll have to answer several questions:</p>
 </ol>
 
 <p>
-Further reading: <a href="http://www.madboa.com/geek/gpg-quickstart">GPG Quickstart</a>.
+Further reading: <a href="https://www.madboa.com/geek/gpg-quickstart/">GPG Quickstart</a>.
 
 [% PROCESS global/footer.html.tmpl %]
 
index df5dd75ce032bc03d814a0500b38ab4775cd3cd7..f42c579e4bbd736f9b3cb423c27367664912b623 100644 (file)
 <!--[if lt IE 7]>
 <p style="border: 1px solid #880000; padding: 1em; background: #ffee88; font-size: 120%;">
    Splinter Patch Review requires a modern browser, such as
-   <a href="http://www.firefox.com">Firefox</a>, for correct operation.
+   <a href="https://www.mozilla.org/firefox/">Firefox</a>, for correct operation.
 </p>
 <![endif]-->
 
index dac513e56ba0ad78133a51c2c8e898ea1c495f36..267366d5a592cec65201f96ce5fbb0eb85fb4df5 100644 (file)
   [%+ terms.Bugzilla %], as long as they are well-formatted patches. If you are
   using Git for version control, you can either format changes as
   patches
-  using <a href="http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">'git
+  using <a href="https://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html">'git
   format-patch</a> and attach them manually to the [% terms.bug %], or you
   can
   use <a href="http://fishsoup.net/software/git-bz">git-bz</a>.
index ef0605725f60ee0d2c87e4a22e24c58a3e97f1d2..27cb825ed937e225142c4db4d9be1f7a9b28c786 100644 (file)
@@ -51,7 +51,7 @@
     [% IF user.gravatar %]
       <img id="gravatar" src="[% target.gravatar(256) FILTER none %]" width="128" height="128"><br>
       [% IF target.id == user.id %]
-        <a href="http://gravatar.com/">Change my image</a>
+        <a href="https://gravatar.com/">Change my image</a>
       [% END %]
     [% ELSE %]
       &nbsp;
index 0bd0942fa9072c959dc29b6b2f2cd6e0c30a1b06..89d382050a4be73ce30cf837f0fa9489b4741f20 100644 (file)
@@ -39,7 +39,7 @@ use constant CREATE_BUG => {
     'severity'     => 'normal',
     'qa_contact'   => 'canconfirm',
      version       => 'Another1',
-     url           => 'http://www.bugzilla.org/',
+     url           => 'https://www.bugzilla.org/',
      target_milestone => 'AnotherMS1',
 };
 
index 88cc429894a8f5efffa99c12c64ad8aed389a55d..91de410c1f861527972819ef8fa0145f27626061 100644 (file)
@@ -38,7 +38,7 @@ $xmlrpc->bz_call_success('Bug.update', {
     is_creator_accessible => 0,
     keywords => { set => ['test-keyword-1', 'test-keyword-2'] },
     see_also => { add => ["${base_url}show_bug.cgi?id=$public_id",
-                          "http://landfill.bugzilla.org/show_bug.cgi?id=123456"] },
+                          "https://landfill.bugzilla.org/show_bug.cgi?id=123456"] },
     cf_qa_status => ['in progress', 'verified'],
     cf_single_select => 'two',
 }, 'Update the private bug');
@@ -53,7 +53,7 @@ $private_bug->{is_creator_accessible} = 0;
 $private_bug->{is_cc_accessible} = 1;
 $private_bug->{keywords} = ['test-keyword-1', 'test-keyword-2'];
 $private_bug->{see_also} = ["${base_url}show_bug.cgi?id=$public_id",
-                            "http://landfill.bugzilla.org/show_bug.cgi?id=123456"];
+                            "https://landfill.bugzilla.org/show_bug.cgi?id=123456"];
 $private_bug->{cf_qa_status} = ['in progress', 'verified'];
 $private_bug->{cf_single_select} = 'two';
 
index 9ddf43d865d78b35b3f4a1b073adb5c22b6d4351..e2c0a725d4dd809fd4930e2954563c47914ded94 100644 (file)
@@ -88,7 +88,7 @@ foreach my $rpc ($xmlrpc, $jsonrpc) {
         { user  => 'admin',
           args  => { name => random_string(20), description => DESCRIPTION,
                      user_regexp => '\@foo.com$', is_active => 1,
-                     icon_url => 'http://www.bugzilla.org/favicon.ico' },
+                     icon_url => 'https://www.bugzilla.org/favicon.ico' },
           test  => 'Passing all arguments works',
         },
     );
index 6cd13a49d930f263545f4dce7a2e5aa411695846..a23c602ae018f5a4c4576d36d769afbe0fb019b3 100644 (file)
@@ -26,7 +26,7 @@
 
 [% sts_desc = BLOCK %]
   Enables the sending of the 
-  <a href="http://en.wikipedia.org/wiki/Strict_Transport_Security">Strict-Transport-Security</a>
+  <a href="https://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security">Strict-Transport-Security</a>
   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. 
index 4cf22d508182f6a7803073f0c46512a96c7a1b26..d5e9df7f51c756560c7f0e8045f3ded2ba05a7ff 100644 (file)
@@ -29,7 +29,7 @@
                  <ul>
                    <li>
                      A complete file path to 'dot' (part of
-                     <a href=\"http://www.graphviz.org\">GraphViz</a>) will
+                     <a href=\"https://www.graphviz.org/\">GraphViz</a>) will
                      generate the graphs locally.
                    </li>
                    <li>
index 14fba5866eb05ba956c9d21e67c0fbea6be47724..838bff7efda36d8cc6ea35e2d0debcb7cc71c074 100644 (file)
@@ -95,7 +95,7 @@
         <div class="contribute"><strong>Note:</strong>
           B[% %]ugzilla is developed entirely by volunteers.
           The best way to give back to the B[% %]ugzilla project is to
-          <a href="http://www.bugzilla.org/contribute/">contribute</a>
+          <a href="https://www.bugzilla.org/contribute/">contribute</a>
           yourself!
           You don't have to be a programmer to contribute, there are lots of
           things that we need.
index 389acc1b546ab76ea178e8edc6524773de50fa25..41f7f9e6b6947734415a2699ac28474589d6595b 100644 (file)
                  "faster). Make this the same as cvsroot if you don't " _
                  "understand what this is (if cvsroot is blank, make this blank too).",
 
-  bonsai_url => "The URL to a <a href=\"http://www.mozilla.org/bonsai.html\">Bonsai</a> " _
+  bonsai_url => "The URL to a <a href=\"https://wiki.mozilla.org/Bonsai\">Bonsai</a> " _
                 "server containing information about your CVS repository. " _
                 "Patch Viewer will use this information to create links to " _
                 "bonsai's blame for each section of a patch (it will append " _
                 "'/cvsblame.cgi?...' to this url). Leave this blank if you " _
                 "don't understand what this is.",
 
-  lxr_url => "The URL to an <a href=\"http://sourceforge.net/projects/lxr\">LXR</a> server " _
+  lxr_url => "The URL to an <a href=\"https://sourceforge.net/projects/lxr/\">LXR</a> server " _
              "that indexes your CVS repository. Patch Viewer will use this " _
              "information to create links to LXR for each file in a patch. " _
              "Leave this blank if you don't understand what this is.",
index 8098d89b28e1c7647b3c76a9d9385d94eaeb5016..50193f894ae0e7b379d8e22e3d2d133aaa14c421 100644 (file)
@@ -40,7 +40,7 @@
 
 [% IF incomplete_data %]
   <p>
-    There used to be an issue in <a href="http://www.bugzilla.org/">Bugzilla</a>
+    There used to be an issue in <a href="https://www.bugzilla.org/">Bugzilla</a>
     which caused activity data to be lost if there were a large number of cc's
     or dependencies.  That has been fixed, but some data was already lost in
     your activity table that could not be regenerated.  The changes that the
index 43437bcd7271b893dd68dadd8fc66a5bb32d8839..ee40890cb71b242cd410eac174c8b5ec0417bc36 100644 (file)
@@ -265,7 +265,7 @@ function PutDescription() {
         URL that demonstrates the problem you are seeing (optional).<br>
         <b>IMPORTANT</b>: if the problem is with a broken web page, you need
         to report it
-        <a href="http://input.mozilla.com/feedback">a different way</a>.
+        <a href="https://input.mozilla.org/feedback">a different way</a>.
       </p>
    </td>
   </tr>
@@ -418,7 +418,7 @@ function PutDescription() {
         into your URL bar.
         <br>
         <br>
-        If you are reporting a crash, please <a href="https://developer.mozilla.org/En/How_to_get_a_stacktrace_for_a_bug_report
+        If you are reporting a crash, please <a href="https://developer.mozilla.org/docs/Mozilla/How_to_get_a_stacktrace_for_a_bug_report
 ">try and get a stack trace</a>, which tells us exactly where things went wrong.
       </p>
     </td>
index ac2cc29df8b7983febdad7dc605a2f6d1f30e298..fa42ace81888d73619cef1f017d72402282130a2 100644 (file)
@@ -30,7 +30,7 @@
 [% PROCESS global/variables.none.tmpl %]
 
 Before reporting [% terms.abug %], please read the 
-<a href="page.cgi?id=bug-writing.html">
+<a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines">
 [% terms.bug %] writing guidelines</a>, please look at the list of
 <a href="duplicates.cgi">most frequently reported [% terms.bugs %]</a>, and please
 <a href="query.cgi">search</a> for the [% terms.bug %].
index fc75d4a3dabea8c4313f1d373aa1d06539662bd3..f508cba316bceca752697f175f2018bb8da6d1b3 100644 (file)
@@ -27,7 +27,7 @@
         <h2>Create New [% terms.Bug %]</h2>
         <p>
           Before reporting a [% terms.bug %], make sure you've read our
-          <a href="https://developer.mozilla.org/en/Bug_writing_guidelines">
+          <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines">
           [% terms.bug %] writing guidelines</a> and double checked that your [% terms.bug %] hasn't already
           been reported. Consult our list of <a href="https://bugzilla.mozilla.org/duplicates.cgi">
           most frequently reported [% terms.bugs %]</a> and <a href="https://bugzilla.mozilla.org/query.cgi">
index 4e56caa7f31f68da02a5ec0cdcbd48c7ca9e1fca..f7a0e900b61bae517aa49424f487e7951149d08e 100644 (file)
@@ -75,7 +75,7 @@
                 <a href="page.cgi?id=etiquette.html">[%- terms.Bugzilla %] Etiquette</a>
               </li>
               <li>
-                | <a href="https://developer.mozilla.org/en/Bug_writing_guidelines">[%- terms.Bug %] Writing Guidelines</a>
+                | <a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines">[%- terms.Bug %] Writing Guidelines</a>
               </li>
               [% Hook.process('additional_links') %]
             </ul>
index 7e1ba15d9f766394a662e81767d8d41455130c74..6e639d86d892ac34e56c2611d30156e8abeee2cf 100644 (file)
 <h3>4.2.11</h3>
 
 <p>This release fixes several security issues. See the
-  <a href="http://www.bugzilla.org/security/4.0.14/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/4.0.14/">Security Advisory</a>
     for details.</p>
 
 <h3>4.2.10</h3>
 
 <p>This release fixes one security issue. See the
-  <a href="http://www.bugzilla.org/security/4.0.13/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/4.0.13/">Security Advisory</a>
     for details.</p>
 
 <h3>4.2.9</h3>
@@ -75,7 +75,7 @@
 <h3>4.2.8</h3>
 
 <p>This release fixes one minor security issue. See the
-  <a href="http://www.bugzilla.org/security/4.0.11/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/4.0.11/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following [% terms.bugs %] have been fixed in this release:</p>
 <h3>4.2.7</h3>
 
 <p>This release fixes several security issues. See the
-  <a href="http://www.bugzilla.org/security/4.0.10/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/4.0.10/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following [% terms.bugs %] have been fixed in this release:</p>
 <h3>4.2.5</h3>
 
 <p>This release fixes one security issue. See the
-  <a href="http://www.bugzilla.org/security/3.6.12/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.6.12/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following important fixes/changes have been made in this
 <h3>4.2.4</h3>
 
 <p>This release fixes several security issues. See the
-  <a href="http://www.bugzilla.org/security/3.6.11/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.6.11/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following important fixes/changes have been made in this
 <h3>4.2.3</h3>
 
 <p>This release fixes two security issues. See the
-  <a href="http://www.bugzilla.org/security/3.6.10/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.6.10/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following important fixes/changes have been made in this
 <h3>4.2.2</h3>
 
 <p>This release fixes two security issues. See the
-  <a href="http://www.bugzilla.org/security/3.6.9/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.6.9/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following important fixes/changes have been made in this
 <h3>4.2.1</h3>
 
 <p>This release fixes two security issues. See the
-  <a href="http://www.bugzilla.org/security/3.6.8/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.6.8/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following important fixes/changes have been made in this
   version's release notes</strong>.</p>
 
 <p>We would like to thank
-  <a href="http://www.itasoftware.com/">ITA Software</a>,
-  the <a href="http://www.ibm.com/linux/ltc/">IBM Linux Technology Center</a>,
-  and <a href="http://www.redhat.com/">Red Hat</a> for funding the development
+  <a href="https://www.itasoftware.com/">ITA Software</a>,
+  the <a href="https://www.ibm.com/linux/ltc/">IBM Linux Technology Center</a>,
+  and <a href="https://www.redhat.com/">Red Hat</a> for funding the development
   of certain features and improvements in this release of
   [%+ terms.Bugzilla %].</p>
 
 <h3>4.0.2</h3>
 
 <p>This release fixes several security issues. See the
-  <a href="http://www.bugzilla.org/security/3.4.11/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.4.11/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following important fixes/changes have been made in this
 
 <h3 id="v40_feat_search_ui">New Advanced Search UI</h3>
 
-<p>Thanks to the UI work of <a href="http://guy-pyrzak.blogspot.com/">Guy
+<p>Thanks to the UI work of <a href="https://guy-pyrzak.blogspot.com/">Guy
   Pyrzak</a>, 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.</p>
   width to be used when doing code reviews or editing an attachment as
   a comment.</p>
 
-<p>Thanks to <a href="http://guy-pyrzak.blogspot.com/">Guy Pyrzak</a> for
+<p>Thanks to <a href="https://guy-pyrzak.blogspot.com/">Guy Pyrzak</a> for
   his excellent work on this UI redesign.</p>
 
 <h3 id="v40_feat_autocomplete">Autocomplete for Users and Keywords</h3>
 
 <p>For more information about the workflow and our rationale for changing
   it, see the
-  <a href="http://bugzillaupdate.wordpress.com/2010/07/06/bugzilla-4-0-has-a-new-default-status-workflow/">blog
+  <a href="https://bugzillaupdate.wordpress.com/2010/07/06/bugzilla-4-0-has-a-new-default-status-workflow/">blog
   post about it</a> and the
   <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=486292">[% terms.bug %]
   where the change was made</a>.</p>
 
 <p>[% terms.Bugzilla %] now supports making WebService calls from
   another domain, inside of a web browser, thanks to support for
-  <a href="http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/">JSONP</a>.
+  <a href="https://bob.ippoli.to/archives/2005/12/05/remote-json-jsonp/">JSONP</a>.
   This will allow for web "mash-ups" to use [% terms.Bugzilla %] data.
   When using JSONP, you may only call functions that <em>get</em> data, 
   you may not call functions that <em>change</em> data.</p>
   <li>When you are using SSL with [% terms.Bugzilla %], you can now
     turn on the <kbd>strict_transport_security</kbd> parameter to
     send the
-    <a href="https://developer.mozilla.org/en/Security/HTTP_Strict_Transport_Security">Strict-Transport-Security</a>
+    <a href="https://developer.mozilla.org/docs/Web/HTTP/Headers/Strict-Transport-Security">Strict-Transport-Security</a>
     header with every HTTPS connection, for additional security.</li>
   <li>New code hooks (see their documentation in
     <a href="[% docs_urlbase FILTER html %]api/Bugzilla/Hook.html">Bugzilla::Hook</a>):
     You can see more information about running this test by doing
     <kbd>perldoc xt/search.t</kbd> at the command line.</li>
   <li>[% terms.Bugzilla %] now sends the
-    <a href="https://developer.mozilla.org/en/the_x-frame-options_response_header"><code>X-Frame-Options: SAMEORIGIN</code></a> header
+    <a href="https://developer.mozilla.org/docs/Web/HTTP/Headers/X-Frame-Options"><code>X-Frame-Options: SAMEORIGIN</code></a> 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.</li> 
index 79f0528edc5ef859a3da3eba5551cc7efe0d1037..2f37f8017c0d629ef6f8c57fd18def82a9093392 100644 (file)
   and this one, <strong>particularly the Upgrading section of each
   version's release notes</strong>.</p>
 
-<p>We would like to thank <a href="http://www.canonical.com/">Canonical
-  Ltd.</a>, <a href="http://www.itasoftware.com/">ITA Software</a>,
-  the <a href="http://www.ibm.com/linux/ltc/">IBM Linux Technology Center</a>,
-  <a href="http://www.redhat.com/">Red Hat</a>, and 
-  <a href="http://www.novell.com/">Novell</a> for funding the development
+<p>We would like to thank <a href="https://www.canonical.com/">Canonical
+  Ltd.</a>, <a href="https://www.itasoftware.com/">ITA Software</a>,
+  the <a href="https://www.ibm.com/linux/ltc/">IBM Linux Technology Center</a>,
+  <a href="https://www.redhat.com/">Red Hat</a>, and 
+  <a href="https://www.novell.com/">Novell</a> for funding the development
   of various features and improvements in this release of
   [%+ terms.Bugzilla %].</p>
 
@@ -70,7 +70,7 @@
 <h3>3.6.2</h3>
 
 <p>This release fixes various security issues. See the
-  <a href="http://www.bugzilla.org/security/3.2.7/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.2.7/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following important fixes/changes have been made in
 <h3>3.6.1</h3>
 
 <p>This release fixes two security issues. See the
-  <a href="http://www.bugzilla.org/security/3.2.6/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.2.6/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following important fixes/changes have been made in
   <a href="[% docs_urlbase FILTER html %]api/Bugzilla/WebService/Server/JSONRPC.html">jsonrpc.cgi</a>.
   The JSON-RPC interface is experimental in this release--if you want any
   fundamental changes in how it works,
-  <a href="http://www.bugzilla.org/developers/reporting_bugs.html">let us
+  <a href="https://www.bugzilla.org/developers/reporting_bugs.html">let us
   know</a>, for the next release of [% terms.Bugzilla %].</p>
 
 <h3 id="v36_feat_migrate">Migration From Other [% terms.Bug %]-Trackers</h3>
 <p>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
-  <a href="http://wiki.mozilla.org/Bugzilla:Developers">development
+  <a href="https://wiki.mozilla.org/Bugzilla:Developers">development
   process</a> for details on how to get code into [% terms.Bugzilla %].</p>
 
-<p>Thanks to <a href="http://lambdares.com/">Lambda Research</a> for
+<p>Thanks to <a href="https://www.lambdares.com/">Lambda Research</a> for
   funding the initial development of this feature.</p>
 
 <h3 id="v36_feat_other">Other Enhancements and Changes</h3>
   and this one, <strong>particularly the Upgrading section of each
   version's release notes</strong>.</p>
 
-<p>We would like to thank <a href="http://www.canonical.com/">Canonical
+<p>We would like to thank <a href="https://www.canonical.com/">Canonical
   Ltd.</a> for funding development of one new feature, and NASA for funding
   development of several new features through the
-  <a href="http://www.sjsufoundation.org/">San Jose State University
+  <a href="https://www.sjsufoundation.org/">San Jose State University
   Foundation</a>.</p>
 
 <h2 id="v34_point">Updates In This 3.4.x Release</h2>
 <h3>3.4.5</h3>
 
 <p>This release contains fixes for multiple security issues. See the
-  <a href="http://www.bugzilla.org/security/3.0.10/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.0.10/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following important fixes/changes have been made in
 <h3>3.4.4</h3>
 
 <p>This release contains a fix for a security issue. See the
-  <a href="http://www.bugzilla.org/security/3.4.3/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.4.3/">Security Advisory</a>
   for details.</p>
 
 <p>Additionally, this release fixes a few minor [% terms.bugs %].</p>
 
 <p>This release contains fixes for multiple security issues, one of which
   is highly critical. See the 
-  <a href="http://www.bugzilla.org/security/3.0.8/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.0.8/">Security Advisory</a>
   for details.</p>
 
 <p>In addition, the following important fixes/changes have been made in
 <h3>3.4.1</h3>
 
 <p>This release contains an important security fix. See the
-  <a href="http://www.bugzilla.org/security/3.4/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.4/">Security Advisory</a>
   for details.</p>
 
 <h2 id="v34_req">Minimum Requirements</h2>
   [%+ 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 
-  <a href="http://launchpad.net/">Launchpad</a>.</p>
+  <a href="https://launchpad.net/">Launchpad</a>.</p>
 
 <p>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
   releases of [% terms.Bugzilla %] after 3.2. We only list the
   most important fixes in each release. If you want a detailed list of
   <em>everything</em> that's changed in each version, you should use our
-  <a href="http://www.bugzilla.org/status/changes.html">Change Log 
+  <a href="https://www.bugzilla.org/status/changes.html">Change Log 
   Page</a>.</p>
 
 <h3>3.2.3</h3>
 
 <p>This release fixes one security issue that is critical for installations
   running 3.2.1 under mod_perl. See the 
-  <a href="http://www.bugzilla.org/security/3.0.7/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.0.7/">Security Advisory</a>
   for details.</p>
 
 <h3>3.2.1</h3>
 <h3>3.2.3</h3>
 
 <p>This release fixes one security issue related to attachments. See the
-  <a href="http://www.bugzilla.org/security/3.2.2/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/3.2.2/">Security Advisory</a>
   for details.</p>
 
 <h3>3.2.2</h3>
 
 <p>This release fixes one security issue that is critical for installations
   running 3.2.1 under mod_perl. See the 
-  <a href="http://www.bugzilla.org/security/3.0.7/">Security Advisory</a> 
+  <a href="https://www.bugzilla.org/security/3.0.7/">Security Advisory</a> 
   for details.</p>
 
 <h3>3.2.1</h3>
 <p>This release contains several security fixes. One fix may break any
   automated scripts you have that are loading <kbd>process_bug.cgi</kbd>
   directly. We recommend that you read the entire 
-  <a href="http://www.bugzilla.org/security/2.22.6/">Security Advisory</a>
+  <a href="https://www.bugzilla.org/security/2.22.6/">Security Advisory</a>
   for this release.</p>
 
 <h2 id="v32_req">Minimum Requirements</h2>
 
 <p>[% terms.Bugzilla %] 3.2 has had some UI assistance from the NASA
   Human-Computer Interaction department and the new 
-  <a href="http://wiki.mozilla.org/Bugzilla:UE">[% terms.Bugzilla %]
+  <a href="https://wiki.mozilla.org/Bugzilla:UE">[% terms.Bugzilla %]
   User Interface Team</a>.</p>
 
 <p>In particular, you will notice a massively redesigned [% terms.bug %]
 
 <p>The changes that [% terms.Bugzilla %] required for Dusk made
   [%+ terms.Bugzilla %] much easier to skin. See the
-  <a href="http://wiki.mozilla.org/Bugzilla:Addons#Skins">Addons page</a>
+  <a href="https://wiki.mozilla.org/Bugzilla:Addons#Skins">Addons page</a>
   for additional skins, or try making your own!</p>
 
 <h3 id="v32_feat_status">Custom Status Workflow</h3>
   releases of [% terms.Bugzilla %] after 3.0. We only list the
   most important fixes in each release. If you want a detailed list of
   <em>everything</em> that's changed in each version, you should use our
-  <a href="http://www.bugzilla.org/status/changes.html">Change Log Page</a>.</p>
+  <a href="https://www.bugzilla.org/status/changes.html">Change Log Page</a>.</p>
 
 <h3>3.0.6</h3>
 
 <h3>3.0.6</h3>
 
 <p>[% terms.Bugzilla %] contains a minor security fix. For details, see the
-  <a href="http://www.bugzilla.org/security/2.20.6/">Security Advisory</a>.</p>
+  <a href="https://www.bugzilla.org/security/2.20.6/">Security Advisory</a>.</p>
 
 <h3>3.0.5</h3>
 
 <p>[% terms.Bugzilla %] contains one security fix for 
   <a href="[% docs_urlbase FILTER html %]api/importxml.html">importxml.pl</a>.
   For details, see the 
-  <a href="http://www.bugzilla.org/security/2.22.4/">Security Advisory</a>.</p>
+  <a href="https://www.bugzilla.org/security/2.22.4/">Security Advisory</a>.</p>
 
 <h3>3.0.4</h3>
 
 <p>[% terms.Bugzilla %] 3.0.4 contains three security fixes.
   For details, see the
-  <a href="http://www.bugzilla.org/security/2.20.5/">Security Advisory</a>.</p>
+  <a href="https://www.bugzilla.org/security/2.20.5/">Security Advisory</a>.</p>
 
 <h3>3.0.3</h3>
 
 <p>[% terms.Bugzilla %] 3.0.1 had an important security fix that is
   critical for public installations with "requirelogin" turned on.
   For details, see the
-  <a href="http://www.bugzilla.org/security/3.0.1/">Security Advisory</a></p>
+  <a href="https://www.bugzilla.org/security/3.0.1/">Security Advisory</a></p>
 
 <h3>3.0.1</h3>
 
   fixed in this release: one minor information leak, one hole only
   exploitable by an admin or using <code>email_in.pl</code>, and one in an
   uncommonly-used template. For details, see the 
-  <a href="http://www.bugzilla.org/security/2.20.4/">Security Advisory</a>.</p>
+  <a href="https://www.bugzilla.org/security/2.20.4/">Security Advisory</a>.</p>
 
 <h2 id="v30_upgrading">How to Upgrade From An Older Version</h2>
 
 <p>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 <a href="http://bugzilla.org/cgi-bin/mj_wwwusr?func=lists-long-full&amp;extra=developers">developers&#64;bugzilla.org</a>
+  written! Let us know on the <a href="https://lists.bugzilla.org/cgi-bin/mj_wwwusr?func=lists-long-full&amp;extra=developers">developers&#64;bugzilla.org</a>
   mailing list if you write a plugin.</p>
 
 <p>If you need more hooks, please 
-  <a href="http://www.bugzilla.org/developers/reporting_bugs.html">File a b<!-- -->ug</a>!</p>
+  <a href="https://www.bugzilla.org/developers/reporting_bugs.html">File a b<!-- -->ug</a>!</p>
 
 <h3 id="v30_code_api">API Documentation</h3>
 
@@ -3357,7 +3357,7 @@ sub y { $var++ }</pre>
 <p>For more information about how to use 
   <a href="http://search.cpan.org/perldoc?DBI">DBI</a> with 
   [%+ terms.Bugzilla %], see the 
-  <a href="http://www.bugzilla.org/docs/developer.html#sql-sendreceive">Developer's
+  <a href="https://www.bugzilla.org/docs/developer.html#sql-sendreceive">Developer's
   Guide Section About DBI</a></p>
 
 <h3 id="v30_code_auth">Auth Re-write</h3>
index f363248a5d83edac9c433887f259165614505d61..ad45cce94a4af34b19da81e210864d65d741ecec 100644 (file)
@@ -15,7 +15,7 @@
 [% WRAPPER search/tabs.html.tmpl %]
 
 <p>
-  Use the <a href="http://www.google.com">Google</a> search engine to search
+  Use the <a href="https://www.google.com/">Google</a> search engine to search
   for [% terms.Bugzilla +%] [%+ terms.bugs %]. Find the [% terms.bugs %] you are
   looking for by entering words that best describe it.
 </p>
index 2e1a18f004d23ab1c36357c67d3dedaf44da9fb5..9a8e3b9d17035dff5e1df2f32c7d9099805d7939 100644 (file)
@@ -343,7 +343,7 @@ END
 
     <p>
       For more information on how to install Bugzilla, please
-      <a href="http://www.bugzilla.org/docs/">read the documentation</a>
+      <a href="https://www.bugzilla.org/docs/">read the documentation</a>
       available on the official Bugzilla website.
     </p>
   </body>