From 4a4ba223dc1c37061904c5498fd958208fe0ce38 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 18 Jun 2014 13:41:03 +0000 Subject: [PATCH] Replace query-pr.cgi and send-pr.html with their Bugzilla equivalents. Sponsored by: The FreeBSD Foundation --- .../articles/building-products/article.xml | 2 +- .../articles/contributing/article.xml | 2 +- .../articles/problem-reports/article.xml | 18 +++++++++--------- en_US.ISO8859-1/articles/releng/article.xml | 2 +- en_US.ISO8859-1/books/faq/book.xml | 4 ++-- .../books/fdp-primer/working-copy/chapter.xml | 2 +- .../books/handbook/eresources/chapter.xml | 2 +- .../htdocs/commercial/commercial.xml | 2 +- en_US.ISO8859-1/htdocs/docproj/submitting.xml | 2 +- en_US.ISO8859-1/htdocs/search/sitemap.xml | 4 ++-- share/xml/header.ent | 4 ++-- share/xml/libcommon.xsl | 2 +- share/xml/navibar.ent | 2 +- share/xml/templates.entries.xsl | 2 +- 14 files changed, 25 insertions(+), 25 deletions(-) diff --git a/en_US.ISO8859-1/articles/building-products/article.xml b/en_US.ISO8859-1/articles/building-products/article.xml index af835d80af..5ee3f17742 100644 --- a/en_US.ISO8859-1/articles/building-products/article.xml +++ b/en_US.ISO8859-1/articles/building-products/article.xml @@ -693,7 +693,7 @@ bde 2005-10-29 16:34:50 UTC Report bugs upstream If you notice bug in the FreeBSD code that you are - using, file a bug + using, file a bug report. This step helps ensure that you do not have to fix the bug the next time you take a code drop from upstream. diff --git a/en_US.ISO8859-1/articles/contributing/article.xml b/en_US.ISO8859-1/articles/contributing/article.xml index b4373e5c16..7d35ed242b 100644 --- a/en_US.ISO8859-1/articles/contributing/article.xml +++ b/en_US.ISO8859-1/articles/contributing/article.xml @@ -252,7 +252,7 @@ If you find a bug or are submitting a specific change, please report it using the &man.send-pr.1; program or its - WEB-based + WEB-based equivalent. Try to fill-in each field of the bug report. Unless they exceed 65KB, include any patches directly in the report. If the patch is suitable to be applied to the diff --git a/en_US.ISO8859-1/articles/problem-reports/article.xml b/en_US.ISO8859-1/articles/problem-reports/article.xml index 5b3b324b72..386b109d2e 100644 --- a/en_US.ISO8859-1/articles/problem-reports/article.xml +++ b/en_US.ISO8859-1/articles/problem-reports/article.xml @@ -258,8 +258,8 @@ Next, the searchable &os; - PR database (GNATS). Unless the problem is recent + xlink:href="https://bugs.freebsd.org/bugzilla/query.cgi">&os; + PR database (Bugzilla). Unless the problem is recent or obscure, there is a fair chance it has already been reported. @@ -498,7 +498,7 @@ a similar PR. Although this has already been mentioned above, it bears repeating here. It only take a minute or two to use the web-based search engine at http://www.FreeBSD.org/cgi/query-pr-summary.cgi?query. + xlink:href="https://bugs.freebsd.org/bugzilla/query.cgi">https://bugs.freebsd.org/bugzilla/query.cgi. (Of course, everyone is guilty of forgetting to do this now and then.) @@ -562,7 +562,7 @@ display of the PR will be readable. Similar considerations apply to use of the - web-based + web-based PR submission form. Note that cut-and-paste operations can have their own side-effects on text formatting. In certain cases it may be necessary to use &man.uuencode.1; to @@ -571,7 +571,7 @@ Finally, if the submission is lengthy, prepare the work offline so that nothing will be lost if there is a problem submitting it. This can especially be a problem with the - web + web form. @@ -723,7 +723,7 @@ The next section describes fields that are common to both the email interface and the - web + web interface: @@ -1161,7 +1161,7 @@ strip comments and send it off. If you are using the web form: + xlink:href="https://bugs.freebsd.org/bugzilla/enter_bug.cgi">web form: Before you hit submit, you will need to fill in a field containing text that is represented in image @@ -1207,7 +1207,7 @@ The easiest way is to use the followup link on the individual PR's web page, which you can reach from the PR + xlink:href="https://bugs.freebsd.org/bugzilla/query.cgi">PR search page. Clicking on this link will bring up an email window with the correct To: and Subject: lines filled in (if your browser is configured to do this). @@ -1329,7 +1329,7 @@ have happened is that the database index has gotten out of synchronization with the database itself. The way that you can test whether this has happened is to pull up the - view + view a single PR page and see whether the PR shows up. If it does, please notify the GNATS administrators at bugmeister@FreeBSD.org. Note that there is a diff --git a/en_US.ISO8859-1/articles/releng/article.xml b/en_US.ISO8859-1/articles/releng/article.xml index a611c04eef..1d9e19515a 100644 --- a/en_US.ISO8859-1/articles/releng/article.xml +++ b/en_US.ISO8859-1/articles/releng/article.xml @@ -165,7 +165,7 @@ through email, the &man.send-pr.1; application, or via the web - interface provided at http://www.FreeBSD.org/send-pr.html. + interface provided at https://bugs.freebsd.org/bugzilla/enter_bug.cgi. To service our most conservative users, individual release branches were introduced with &os; 4.3. diff --git a/en_US.ISO8859-1/books/faq/book.xml b/en_US.ISO8859-1/books/faq/book.xml index fb553bc60d..725a21a69f 100644 --- a/en_US.ISO8859-1/books/faq/book.xml +++ b/en_US.ISO8859-1/books/faq/book.xml @@ -593,13 +593,13 @@ The Problem Report database of all user change requests may be queried by using our web-based PR query + xlink:href="https://bugs.freebsd.org/bugzilla/query.cgi">query interface. The &man.send-pr.1; command can be used to submit problem reports and change requests via electronic mail. Alternatively, the web-based + xlink:href="https://bugs.freebsd.org/bugzilla/enter_bug.cgi">web-based problem report submission interface can be used to submit problem reports through a web browser. diff --git a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml index a56dbc4bf6..977094b331 100644 --- a/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml +++ b/en_US.ISO8859-1/books/fdp-primer/working-copy/chapter.xml @@ -160,7 +160,7 @@ documentation tree. If the diff file is to be submitted with the web - Submit a &os; + Submit a &os; problem report interface, add a .txt extension to give the earnest and simple-minded web form a clue that the contents are plain diff --git a/en_US.ISO8859-1/books/handbook/eresources/chapter.xml b/en_US.ISO8859-1/books/handbook/eresources/chapter.xml index 95b98d848f..40e80595a3 100644 --- a/en_US.ISO8859-1/books/handbook/eresources/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/eresources/chapter.xml @@ -1069,7 +1069,7 @@ This is the mailing list for reporting bugs in &os;. Whenever possible, bugs should be submitted using the &man.send-pr.1; command or the - WEB + WEB interface to it. diff --git a/en_US.ISO8859-1/htdocs/commercial/commercial.xml b/en_US.ISO8859-1/htdocs/commercial/commercial.xml index 059374b020..9f233eef73 100644 --- a/en_US.ISO8859-1/htdocs/commercial/commercial.xml +++ b/en_US.ISO8859-1/htdocs/commercial/commercial.xml @@ -46,7 +46,7 @@ to the internet, these companies may offer what you need!

If your company supports a FreeBSD related product, service, consulting, or support that should be added to this page, please - fill out a problem report + fill out a problem report for category www. Submissions should contain a medium-sized paragraph in length, describing your company. Please note that the inclusion of vendors in our list does diff --git a/en_US.ISO8859-1/htdocs/docproj/submitting.xml b/en_US.ISO8859-1/htdocs/docproj/submitting.xml index b5b8131ea5..9c07ae9063 100644 --- a/en_US.ISO8859-1/htdocs/docproj/submitting.xml +++ b/en_US.ISO8859-1/htdocs/docproj/submitting.xml @@ -65,7 +65,7 @@

You should then let the Documentation Project know about it. The correct way to do this is to use a command called send-pr, which should be installed on your machine. - The WWW problem report form may also be used.

+ The WWW problem report form may also be used.

You do this so that your submission can be tracked. When you submit a PR (Problem Report) it is assigned a unique number. One of the committers diff --git a/en_US.ISO8859-1/htdocs/search/sitemap.xml b/en_US.ISO8859-1/htdocs/search/sitemap.xml index edf78b256c..30043ca9b2 100644 --- a/en_US.ISO8859-1/htdocs/search/sitemap.xml +++ b/en_US.ISO8859-1/htdocs/search/sitemap.xml @@ -1201,12 +1201,12 @@ Submit a FreeBSD problem report - &base;/send-pr.html + https://bugs.freebsd.org/bugzilla/enter_bug.cgi Bug report, submit - &base;/send-pr.html + https://bugs.freebsd.org/bugzilla/enter_bug.cgi diff --git a/share/xml/header.ent b/share/xml/header.ent index b829d4e173..14639e7e42 100644 --- a/share/xml/header.ent +++ b/share/xml/header.ent @@ -125,8 +125,8 @@

diff --git a/share/xml/libcommon.xsl b/share/xml/libcommon.xsl index 86cf084207..52156c53c9 100644 --- a/share/xml/libcommon.xsl +++ b/share/xml/libcommon.xsl @@ -243,7 +243,7 @@

FreeBSD's widespread popularity has spawned a number of user groups around the world.

If you know of a FreeBSD user group not listed here, - please fill out a + please fill out a problem report for category www with the following information:

  1. A URL for the user group's website.
  2. diff --git a/share/xml/navibar.ent b/share/xml/navibar.ent index a89d7ffb9c..6aabda2030 100644 --- a/share/xml/navibar.ent +++ b/share/xml/navibar.ent @@ -180,7 +180,7 @@
  3. Bug Reports
  4. Web Resources
  5. diff --git a/share/xml/templates.entries.xsl b/share/xml/templates.entries.xsl index 1b52b9c16b..2caa0ab4ef 100644 --- a/share/xml/templates.entries.xsl +++ b/share/xml/templates.entries.xsl @@ -40,7 +40,7 @@ commercial listing into several sections. If your company supports a FreeBSD-compatible product or service that should be added to this page, please fill out a - problem report for + problem report for category www. Submissions should be in HTML and a medium-sized paragraph in length.