]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1468489 - Documentation points to https://landfill.bugzilla.org that is no longer...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Thu, 20 Sep 2018 13:55:15 +0000 (09:55 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 20 Sep 2018 13:55:15 +0000 (09:55 -0400)
docs/en/rst/about/index.rst
docs/en/rst/integrating/templates.rst
docs/en/rst/using/creating-an-account.rst
docs/en/rst/using/filing.rst
docs/en/rst/using/finding.rst
extensions/GuidedBugEntry/web/js/products.js
qa/t/webservice_bug_get.t
qa/t/webservice_bug_update.t
qa/t/webservice_bug_update_see_also.t

index cdcea4d154867b7a1427761b330553c236fd92e6..82e6830a085e02567487dda32967becd02824231 100644 (file)
@@ -17,11 +17,16 @@ The most current version of this document can always be found on the
 Evaluating Bugzilla
 ###################
 
-If you want to try out Bugzilla to see if it meets your needs, you can do so
-on `Landfill <https://landfill.bugzilla.org/bugzilla-4.4-branch/>`_, our test
-server. The `Bugzilla FAQ <https://wiki.mozilla.org/Bugzilla:FAQ>`_ may also
-be helpful, as it answers a number of questions people sometimes have about
-whether Bugzilla is for them.
+If you want to try out Bugzilla to see if it meets your needs, you can do so on
+`Mozilla’s Bugzilla (BMO) test server <https://bugzilla-dev.allizom.org/>`_,
+though it comes with various Mozilla-specific customizations. The easiest way to
+explore the admin tools and more is `running a minimum local copy of BMO
+<https://github.com/mozilla-bteam/bmo/blob/master/README.rst>`_ using Vagrant or
+Docker. We are not offering any online vanilla test environment at this time.
+
+The `Bugzilla FAQ <https://wiki.mozilla.org/Bugzilla:FAQ>`_ may also be helpful,
+as it answers a number of questions people sometimes have about whether Bugzilla
+is for them.
 
 .. _getting-help:
 
index b477a955388d609569532c8c98c3dc70f98d14c2..e631b7364ab08f5de8040aa6aba55022c35a5477 100644 (file)
@@ -49,7 +49,7 @@ modifications, and the method you plan to use to upgrade Bugzilla.
 
 #. You can use the hooks built into many of the templates to add or modify
    the UI from an :ref:`extension <extensions>`. Hooks generally don't go away
-   and have a stable interface. 
+   and have a stable interface.
 
 The third method is the best if there are hooks in the appropriate places
 and the change you want to do is possible using hooks. It's not very easy
@@ -89,7 +89,7 @@ can't if you fork the file into the :file:`custom` directory.
 How To Edit Templates
 =====================
 
-.. note:: If you are making template changes that you intend on submitting 
+.. 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 <https://www.bugzilla.org/docs/developer.html>`_.
@@ -111,7 +111,7 @@ to cross-site scripting attacks.
 
 You should run :command:`./checksetup.pl` after editing any templates. Failure
 to do so may mean either that your changes are not picked up, or that the
-permissions on the edited files are wrong so the webserver can't read them. 
+permissions on the edited files are wrong so the webserver can't read them.
 
 .. _template-formats:
 
@@ -232,11 +232,11 @@ customizing for your installation.
     and have their values appear formatted in the initial comment.
 
     An example of this is the `guided bug submission form
-    <http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi?product=WorldControl;format=guided>`_.
+    <https://bugzilla-dev.allizom.org/enter_bug.cgi?product=Firefox&format=guided>`_.
     The code for this comes with the Bugzilla distribution as an example for
     you to copy. It can be found in the files
     :file:`create-guided.html.tmpl` and :file:`comment-guided.html.tmpl`.
-        
+
     A hidden field that indicates the format should be added inside
     the form in order to make the template functional. Its value should
     be the suffix of the template filename. For example, if the file
index 0ea42ee5dba495d1914fcc91550fe1bfd70f663f..3d70096f559b3e501d572911568c383d46298cfc 100644 (file)
@@ -6,8 +6,8 @@ Creating an Account
 If you want to use a particular installation of Bugzilla, first you need to
 create an account. Ask the administrator responsible for your installation
 for the URL you should use to access it. If you're test-driving Bugzilla,
-you can use one of the installations on
-`Landfill <http://landfill.bugzilla.org/>`_.
+you can use one of the installations on `Mozilla’s Bugzilla (BMO) test server
+<https://bugzilla-dev.allizom.org/>`_.
 
 The process of creating an account is similar to many other websites.
 
index 788cebbd51d5a07ddc509ff3ffa0d79b830ea9ab..a76e3faed855063eee43d7bc6d5492ee123286c9 100644 (file)
@@ -7,18 +7,17 @@ Reporting a New Bug
 ===================
 
 Years of bug writing experience has been distilled for your
-reading pleasure into the
-`Bug Writing Guidelines <http://landfill.bugzilla.org/bugzilla-tip/page.cgi?id=bug-writing.html>`_.
+reading pleasure into the `Bug report writing guidelines
+<https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines>`_.
 While some of the advice is Mozilla-specific, the basic principles of
 reporting Reproducible, Specific bugs and isolating the Product you are
 using, the Version of the Product, the Component which failed, the Hardware
 Platform, and Operating System you were using at the time of the failure go a
 long way toward ensuring accurate, responsible fixes for the bug that bit you.
 
-.. note:: If you want to file a test bug to see how Bugzilla works,
-   you can do it on one of our test installations on
-   `Landfill <http://landfill.bugzilla.org/>`_. Please don't do it on anyone's
-   production Bugzilla installation.
+.. note:: If you want to file a test bug to see how Bugzilla works, you can do
+   so on `Mozilla’s Bugzilla (BMO) test server <https://bugzilla-dev.allizom.org/>`_.
+   Please don’t do it on any production Bugzilla installation.
 
 The procedure for filing a bug is as follows:
 
@@ -46,7 +45,7 @@ The procedure for filing a bug is as follows:
    developers easier, and the probability that they consider your bug in
    a reasonable timeframe will be much higher.
 
-   .. note:: Try to make sure that everything in the Summary is also in the 
+   .. note:: Try to make sure that everything in the Summary is also in the
       Description. Summaries are often updated and this will ensure your original
       information is easily accessible.
 
index 44d4003dca43775646b84c909d4facae4fcccf68..baf2d9076d7eebe6ff3fbe6bc9fab668d8409e3f 100644 (file)
@@ -43,8 +43,8 @@ Advanced Search
 ===============
 
 The Advanced Search page is used to produce a list of all bugs fitting
-exact criteria. `You can play with it on
-Landfill <http://landfill.bugzilla.org/bugzilla-tip/query.cgi?format=advanced>`_.
+exact criteria. You can play with it on `Mozilla’s Bugzilla (BMO) test server
+<https://bugzilla-dev.allizom.org/query.cgi?format=advanced>`_.
 
 Advanced Search has controls for selecting different possible
 values for all of the fields in a bug, as described above. For some
index 8ef1ea0c06f746c64a194f9ac1d1e9a24ebe4627..65dc04393a610cf18b704663fdb80709215104a6 100644 (file)
@@ -122,12 +122,12 @@ var products = {
 
   "Bugzilla": {
     support:
-      'Please use <a href="https://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
+      'Please use <a href="https://bugzilla-dev.allizom.org/">our test server</a> to file "test bugs".'
   },
 
   "bugzilla.mozilla.org": {
     related: [ "Bugzilla" ],
     support:
-      'Please use <a href="https://landfill.bugzilla.org/">Bugzilla Landfill</a> to file "test bugs".'
+      'Please use <a href="https://bugzilla-dev.allizom.org/">our test server</a> to file "test bugs".'
   }
 };
index 91de410c1f861527972819ef8fa0145f27626061..cad5c38935503748b1f66c40c6554c8dea74faf6 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",
-                          "https://landfill.bugzilla.org/show_bug.cgi?id=123456"] },
+                          "https://bugzilla-dev.allizom.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",
-                            "https://landfill.bugzilla.org/show_bug.cgi?id=123456"];
+                            "https://bugzilla-dev.allizom.org/show_bug.cgi?id=123456"];
 $private_bug->{cf_qa_status} = ['in progress', 'verified'];
 $private_bug->{cf_single_select} = 'two';
 
index 4e3b9985b3873ab441f9359bc5d107c14d0d153d..95af809e058503c939ec6b0e5590c941f1997d44 100644 (file)
@@ -222,7 +222,7 @@ sub valid_values {
             { value => { remove => [$bug_uri . $second_id] },
               removed => $bug_uri . $second_id, added => '',
               test => 'remove local bug URI' },
-            { value => { remove => ['http://landfill.bugzilla.org/bugzilla-tip/show_bug.cgi?id=1'] },
+            { value => { remove => ['https://bugzilla-dev.allizom.org/show_bug.cgi?id=1'] },
               no_changes => 1,
               test => 'removing non-existent URI works' },
             { value => { add => [''] },
@@ -524,7 +524,7 @@ sub invalid_values {
             { value => { add => [random_string(20)] },
               error => 'It does not seem like bug number nor an alias to a bug.',
               test  => 'random string fails in see_also' },
-            { value => { add => ['http://landfill.bugzilla.org/'] },
+            { value => { add => ['https://bugzilla-dev.allizom.org/'] },
               error => 'See Also URLs should point to one of',
               test  => 'no show_bug.cgi in see_also URI' },
         ],
index 460cb13e1b3f4049cc663c38ef8406d2271abb82..0af0e78d5b58d33d01bec4a4e7189539edd06700 100644 (file)
@@ -17,7 +17,7 @@ use QA::Tests qw(PRIVATE_BUG_USER STANDARD_BUG_TESTS);
 use Test::More tests => 117;
 my ($config, $xmlrpc, $jsonrpc, $jsonrpc_get) = get_rpc_clients();
 
-my $bug_url = 'http://landfill.bugzilla.org/bugzilla-tip/show_bug.cgi?id=100';
+my $bug_url = 'https://bugzilla-dev.allizom.org/show_bug.cgi?id=100';
 
 # update_see_also doesn't support logged-out users.
 my @tests = grep { $_->{user} } @{ STANDARD_BUG_TESTS() };