From e48e4b7278bff6cb6d59a04c86f905cfeed46305 Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Fri, 4 Apr 2008 11:47:14 +0000 Subject: Removed references to bugzilla.mozilla.org so we can avoid spurious bug postings. However, this file will need some significant treatment for 2.16 release since the query.cgi interface has changed. --- docs/en/xml/using.xml | 65 +++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 60 insertions(+), 5 deletions(-) (limited to 'docs/en/xml/using.xml') diff --git a/docs/en/xml/using.xml b/docs/en/xml/using.xml index 6cb301d61..80ecb5c0b 100644 --- a/docs/en/xml/using.xml +++ b/docs/en/xml/using.xml @@ -43,7 +43,7 @@ Tracking Systems", or, more commonly, "Bug-Tracking Systems". Defect Tracking Systems allow individual or groups of developers to keep track of outstanding bugs in their product effectively. Bugzilla was originally written by Terry Weissman in a programming language called -"TCL", to replace a crappy bug-tracking database used internally by +"TCL", to replace a crappy bug-tracking database used internally for Netscape Communications. Terry later ported Bugzilla to Perl from TCL, and in Perl it remains to this day. Most commercial defect-tracking software vendors at the time charged enormous @@ -87,7 +87,7 @@ system against which all others are measured. - email, XML, console, and web interfaces + email, XML, console, and HTTP APIs @@ -105,6 +105,30 @@ system against which all others are measured. + + Despite its current robustness and popularity, Bugzilla faces + some near-term challenges, such as reliance on a single + database, a lack of abstraction of the user interface and + program logic, verbose email bug notifications, a powerful but + daunting query interface, little reporting configurability, + problems with extremely large queries, some unsupportable bug + resolution options, little internationalization (although non-US + character sets are accepted for comments), and dependence on + some nonstandard libraries. + + + Some recent headway has been made on the query front, however. + If you are using the latest version of Bugzilla, you should see + a simple search form on the default front page of + your Bugzilla install. Type in two or three search terms and + you should pull up some relevant information. This is also + available as "queryhelp.cgi". + + + Despite these small problems, Bugzilla is very hard to beat. It + is under very active development to address + the current issues, and continually gains new features. +
@@ -191,8 +215,16 @@ system against which all others are measured. Throughout this portion of the Guide, we will refer to user account options available at the Bugzilla test installation, - landfill.tequilarista.org. - Although Landfill serves as a great introduction to + landfill.tequilarista.org. + + + Some people have run into difficulties completing this + tutorial. If you run into problems, please check the + updated online documentation available at http://www.trilobyte.net/barnsons. If you're still stumped, please subscribe to the newsgroup and provide details of exactly what's stumping you! If enough people complain, I'll have to fix it in the next version of this Guide. You can subscribe to the newsgroup at news://news.mozilla.org/netscape.public.mozilla.webtools + + + Although Landfill serves as a great introduction to Bugzilla, it does not offer all the options you would have as a user on your own installation of Bugzilla, nor can it do more than serve as a general introduction to Bugzilla. Additionally, @@ -204,7 +236,7 @@ system against which all others are measured.
Create a Bugzilla Account - If you want to use Bugzilla, first you + First things first! If you want to use Bugzilla, first you need to create an account. Consult with the administrator responsible for your installation of Bugzilla for the URL you should use to access it. If you're test-driving the end-user @@ -250,6 +282,19 @@ system against which all others are measured. that you can login. + + + Many modern browsers include an + Auto-Complete or Form + Fill feature to remember the user names and + passwords you type in at many sites. Unfortunately, + sometimes they attempt to guess what you will put in + as your password, and guess wrong. If you notice a + text box is already filled out, please overwrite the + contents of the text box so you can be sure to input + the correct information. + + @@ -272,6 +317,16 @@ system against which all others are measured. Bugzilla system. We'll go into how to create your own bug report later on. + + There are efforts underway to simplify query usage. If you + have a local installation of Bugzilla 2.12 or higher, you + should have quicksearch.html available to + use and simplify your searches. There is also a helper for + the query interface, called + queryhelp.cgi. Landfill tends to run the + latest code, so these two utilities should be available there + for your perusal. + At this point, let's visit the query page. -- cgit v1.2.3-24-g4f1b