From d8caf6045d10344c431918128e3803ca497565f3 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 28 Jul 2002 05:00:17 +0000 Subject: Merging new docs from 2.16 branch. --- docs/sgml/glossary.sgml | 87 ++++++++++--------------------------------------- 1 file changed, 17 insertions(+), 70 deletions(-) (limited to 'docs/sgml/glossary.sgml') diff --git a/docs/sgml/glossary.sgml b/docs/sgml/glossary.sgml index 3e40df58a..cc5d4fb69 100644 --- a/docs/sgml/glossary.sgml +++ b/docs/sgml/glossary.sgml @@ -15,10 +15,7 @@ to keep secret files which would otherwise compromise your installation - e.g. the localconfig - - file contains the password to your database. If this information were - generally available, and remote access to your database turned on, - you risk corruption of your database by computer criminals or the + file contains the password to your database. curious. @@ -56,7 +53,7 @@ A - Bug + bug in Bugzilla refers to an issue entered into the database which has an associated number, assignments, comments, etc. Some also refer to a @@ -71,33 +68,19 @@ Bug Number - Each Bugzilla Bug is assigned a number that uniquely identifies - that Bug. The Bug associated with a Bug Number can be pulled up via a + Each Bugzilla bug is assigned a number that uniquely identifies + that bug. The bug associated with a bug number can be pulled up via a query, or easily from the very front page by typing the number in the "Find" box. - - Bug Life Cycle - - - A Bug has stages through which it must pass before becoming a - closed bug, - including acceptance, resolution, and verification. The - Bug Life Cycle - - is moderately flexible according to the needs of the organization - using it, though. - - - Bugzilla - Bugzilla is the industry-standard bug tracking system. It is - quite popular among Open Source enthusiasts. + Bugzilla is the world-leading free software bug tracking system. + @@ -127,14 +110,11 @@ CPAN stands for the - Comprehensive Perl Archive Network - - . CPAN maintains a large number of extremely useful + Comprehensive Perl Archive Network. + CPAN maintains a large number of extremely useful Perl - - modules. By themselves, Perl modules generally do nothing, but when - used as part of a larger program, they provide much-needed algorithms - and functionality. + modules - encapsulated chunks of code for performing a + particular task. @@ -169,33 +149,16 @@ Groups has a very special meaning to Bugzilla. Bugzilla's main security - mechanism comes by lumping users into groups, and assigning those - groups certain privileges to + mechanism comes by placing users in groups, and assigning those + groups certain privileges to view bugs in particular Products - - and - Components - in the Bugzilla - database. - - I - - - Infinite Loop - - - A loop of information that never ends; see recursion. - - - - M @@ -221,10 +184,11 @@ Product - A Product is a broad category of types of bugs. In general, - there are several Components to a Product. A Product may also define a + A Product is a broad category of types of bugs, normally + representing a single piece of software or entity. In general, + there are several Components to a Product. A Product may define a group (used for security) for all bugs entered into - components beneath it. + its Components. @@ -262,24 +226,7 @@ bugs over their life cycle, thus the need for the QA Contact - field in a Bug. - - - - - - R - - - Recursion - - - The property of a function looking back at itself for - something. - GNU, for instance, stands for - GNU's Not UNIX, - thus recursing upon itself for definition. For further clarity, see - Infinite Loop. + field in a bug. -- cgit v1.2.3-24-g4f1b