From 6b607da839992bead01d7cba308f216e17eed520 Mon Sep 17 00:00:00 2001 From: "barnboy%trilobyte.net" <> Date: Thu, 8 Mar 2001 13:35:44 +0000 Subject: [PATCH] Documentation update; added docs/sgml, docs/html, docs/txt. No text version of The Bugzilla Guide availabe yet, however. --- docs/FAQ.html | 1557 --------- docs/README.docs | 42 + docs/html/about.html | 183 ++ docs/html/aboutthisguide.html | 192 ++ docs/html/administration.html | 214 ++ docs/html/bonsai.html | 138 + docs/html/bugprobs.html | 211 ++ docs/html/bz30.html | 138 + docs/html/cleanupwork.html | 155 + docs/html/cmdline.html | 262 ++ docs/html/contributors.html | 142 + docs/html/conventions.html | 419 +++ docs/html/copyright.html | 190 ++ docs/html/credits.html | 187 ++ docs/html/cvs.html | 138 + docs/html/database.html | 168 + docs/html/dbaseintegrity.html | 179 ++ docs/html/dbdoc.html | 509 +++ docs/html/dbschema.html | 153 + docs/html/dbschema.jpg | Bin 0 -> 220048 bytes docs/html/disclaimer.html | 169 + docs/html/faq.html | 3514 +++++++++++++++++++++ docs/html/feedback.html | 154 + docs/html/future.html | 180 ++ docs/html/gfdl.html | 211 ++ docs/html/gfdl_0.html | 159 + docs/html/gfdl_1.html | 200 ++ docs/html/gfdl_10.html | 156 + docs/html/gfdl_2.html | 150 + docs/html/gfdl_3.html | 174 + docs/html/gfdl_4.html | 280 ++ docs/html/gfdl_5.html | 159 + docs/html/gfdl_6.html | 149 + docs/html/gfdl_7.html | 153 + docs/html/gfdl_8.html | 148 + docs/html/gfdl_9.html | 145 + docs/html/gfdl_howto.html | 166 + docs/html/glossary.html | 294 ++ docs/html/granttables.html | 324 ++ docs/html/how.html | 905 ++++++ docs/html/index.html | 531 ++++ docs/html/init4me.html | 384 +++ docs/html/installation.html | 162 + docs/html/integration.html | 158 + docs/html/newversions.html | 186 ++ docs/html/patches.html | 153 + docs/html/postinstall-check.html | 297 ++ docs/html/programadmin.html | 923 ++++++ docs/html/quicksearch.html | 186 ++ docs/html/readme.unix.html | 183 ++ docs/html/readme.windows.html | 612 ++++ docs/html/scm.html | 145 + docs/html/searching.html | 197 ++ docs/html/security.html | 299 ++ docs/html/setperl.html | 281 ++ docs/html/spamlite.html | 185 ++ docs/html/tinderbox.html | 138 + docs/html/trackingbugs.html | 193 ++ docs/html/translations.html | 147 + docs/html/useradmin.html | 589 ++++ docs/html/using.html | 229 ++ docs/html/usingbz-conc.html | 148 + docs/html/whatis.html | 216 ++ docs/html/why.html | 207 ++ docs/sgml/Bugzilla-Guide.sgml | 177 ++ docs/sgml/about.sgml | 235 ++ docs/sgml/administration.sgml | 1107 +++++++ docs/sgml/conventions.sgml | 111 + docs/{DATABASE.txt => sgml/database.sgml} | 285 +- docs/sgml/dbschema.jpg | Bin 0 -> 220048 bytes docs/sgml/faq.sgml | 1845 +++++++++++ docs/sgml/future.sgml | 324 ++ docs/sgml/gfdl.sgml | 468 +++ docs/sgml/glossary.sgml | 108 + docs/sgml/index.sgml | 0 docs/sgml/installation.sgml | 347 ++ docs/sgml/integration.sgml | 54 + docs/sgml/patches.sgml | 209 ++ docs/sgml/readme.sgml | 496 +++ docs/sgml/using.sgml | 846 +++++ docs/sgml/variants.sgml | 0 docs/xml/Bugzilla-Guide.xml | 177 ++ docs/xml/about.xml | 235 ++ docs/xml/administration.xml | 1107 +++++++ docs/xml/conventions.xml | 111 + docs/xml/database.xml | 629 ++++ docs/xml/faq.xml | 1845 +++++++++++ docs/xml/gfdl.xml | 468 +++ docs/xml/glossary.xml | 108 + docs/xml/index.xml | 0 docs/xml/installation.xml | 347 ++ docs/xml/integration.xml | 54 + docs/xml/patches.xml | 209 ++ docs/xml/using.xml | 846 +++++ docs/xml/variants.xml | 0 95 files changed, 30887 insertions(+), 1577 deletions(-) delete mode 100644 docs/FAQ.html create mode 100644 docs/README.docs create mode 100644 docs/html/about.html create mode 100644 docs/html/aboutthisguide.html create mode 100644 docs/html/administration.html create mode 100644 docs/html/bonsai.html create mode 100644 docs/html/bugprobs.html create mode 100644 docs/html/bz30.html create mode 100644 docs/html/cleanupwork.html create mode 100644 docs/html/cmdline.html create mode 100644 docs/html/contributors.html create mode 100644 docs/html/conventions.html create mode 100644 docs/html/copyright.html create mode 100644 docs/html/credits.html create mode 100644 docs/html/cvs.html create mode 100644 docs/html/database.html create mode 100644 docs/html/dbaseintegrity.html create mode 100644 docs/html/dbdoc.html create mode 100644 docs/html/dbschema.html create mode 100644 docs/html/dbschema.jpg create mode 100644 docs/html/disclaimer.html create mode 100644 docs/html/faq.html create mode 100644 docs/html/feedback.html create mode 100644 docs/html/future.html create mode 100644 docs/html/gfdl.html create mode 100644 docs/html/gfdl_0.html create mode 100644 docs/html/gfdl_1.html create mode 100644 docs/html/gfdl_10.html create mode 100644 docs/html/gfdl_2.html create mode 100644 docs/html/gfdl_3.html create mode 100644 docs/html/gfdl_4.html create mode 100644 docs/html/gfdl_5.html create mode 100644 docs/html/gfdl_6.html create mode 100644 docs/html/gfdl_7.html create mode 100644 docs/html/gfdl_8.html create mode 100644 docs/html/gfdl_9.html create mode 100644 docs/html/gfdl_howto.html create mode 100644 docs/html/glossary.html create mode 100644 docs/html/granttables.html create mode 100644 docs/html/how.html create mode 100644 docs/html/index.html create mode 100644 docs/html/init4me.html create mode 100644 docs/html/installation.html create mode 100644 docs/html/integration.html create mode 100644 docs/html/newversions.html create mode 100644 docs/html/patches.html create mode 100644 docs/html/postinstall-check.html create mode 100644 docs/html/programadmin.html create mode 100644 docs/html/quicksearch.html create mode 100644 docs/html/readme.unix.html create mode 100644 docs/html/readme.windows.html create mode 100644 docs/html/scm.html create mode 100644 docs/html/searching.html create mode 100644 docs/html/security.html create mode 100644 docs/html/setperl.html create mode 100644 docs/html/spamlite.html create mode 100644 docs/html/tinderbox.html create mode 100644 docs/html/trackingbugs.html create mode 100644 docs/html/translations.html create mode 100644 docs/html/useradmin.html create mode 100644 docs/html/using.html create mode 100644 docs/html/usingbz-conc.html create mode 100644 docs/html/whatis.html create mode 100644 docs/html/why.html create mode 100644 docs/sgml/Bugzilla-Guide.sgml create mode 100644 docs/sgml/about.sgml create mode 100644 docs/sgml/administration.sgml create mode 100644 docs/sgml/conventions.sgml rename docs/{DATABASE.txt => sgml/database.sgml} (57%) create mode 100644 docs/sgml/dbschema.jpg create mode 100644 docs/sgml/faq.sgml create mode 100644 docs/sgml/future.sgml create mode 100644 docs/sgml/gfdl.sgml create mode 100644 docs/sgml/glossary.sgml create mode 100644 docs/sgml/index.sgml create mode 100644 docs/sgml/installation.sgml create mode 100644 docs/sgml/integration.sgml create mode 100644 docs/sgml/patches.sgml create mode 100644 docs/sgml/readme.sgml create mode 100644 docs/sgml/using.sgml create mode 100644 docs/sgml/variants.sgml create mode 100644 docs/xml/Bugzilla-Guide.xml create mode 100644 docs/xml/about.xml create mode 100644 docs/xml/administration.xml create mode 100644 docs/xml/conventions.xml create mode 100644 docs/xml/database.xml create mode 100644 docs/xml/faq.xml create mode 100644 docs/xml/gfdl.xml create mode 100644 docs/xml/glossary.xml create mode 100644 docs/xml/index.xml create mode 100644 docs/xml/installation.xml create mode 100644 docs/xml/integration.xml create mode 100644 docs/xml/patches.xml create mode 100644 docs/xml/using.xml create mode 100644 docs/xml/variants.xml diff --git a/docs/FAQ.html b/docs/FAQ.html deleted file mode 100644 index f3c05cb6f9..0000000000 --- a/docs/FAQ.html +++ /dev/null @@ -1,1557 +0,0 @@ - - - The Bugzilla FAQ v 0.2.4 - - - -
-

-The Bugzilla FAQ v 0.2.4

-The contents of this file are subject to the Mozilla Public License Version -1.1 (the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ -.  Software distributed under the License is distributed on an "AS -IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -the License for the specific language governing rights and limitations -under the License. -

The Original Code is "The Bugzilla FAQ". -

The Initial Developer of the Original Code is AtHome Corporation. Portions -created by AtHome are Copyright © 1995-2000 AtHome Corporation. All -Rights Reserved. @Home, Excite@Home, @Work, and Excite are the trademarks -of At Home Corporation, and may be registered in certain jurisdictions -

Contributor(s): -

-Last change: June 7, 2000 -

Changes: -
Version 0.2: Initial public release. (April 10, 2000) -
Version 0.2.1: Fixed formatting, released as HTML.  Also corrected -incorrect fix for missing bugs from queries (it's syncshadowdb, not processmail) -and information about bugzilla maintainers (April 10,2000) -
Version 0.2.2: (May 15, 2000) -

    -
  1. -Fixed mailto: links (they were showing up as "documents/"... weird)
  2. - -
  3. -Added new sections:
  4. - -
      -
    1. -API notes (such as it is)
    2. - -
    3. -common feature requests
    4. - -
    5. -more FAQ's
    6. - -
    7. -Fixed several tpyos
    8. -
    - -
  5. -Take into account recent submissions to the newsgroup
  6. - -
  7. -Removed "Bugzilla Gotchas" section and integrated entries into "Bugzilla -Bugs"
  8. -
- -


Version 0.2.4: (June 7, 2000) -

    -
  1. -Added Dave Lawrence's excellent RedHat Bugzilla differences section verbatim.
  2. - -
  3. -Added more information on Loki Bugzilla ("Fenris").
  4. - -
  5. -Added questions from some corporate customers
  6. - -
  7. -Removed unused text in API section
  8. - -
  9. -Added information about other documentation (pending)
  10. - -
  11. -Added a section for pointy-haired-bosses
  12. - -
  13. -This will be the last release in strictly HTML format.  Source will be SGML shortly, with -HTML and TXT versions included with the package from this point on
  14. -
- -


Maintainer: Matthew P. -Barnson -
  -

-

-Table of Contents

- -
INTRODUCTION -
BUGZILLA GENERAL -
--redhat bugzilla -
--loki bugzilla -
--phb bugzilla -
BUGZILLA INSTALLATION -
BUGZILLA CONFIGURATION -
--security -
--email -
--database -
BUGZILLA and WINDOWS NT -
BUGZILLA USE -
BUGZILLA KNOWN BUGS -
BUGZILLA HACKING -
--API
- -

-


-
-

-INTRODUCTION

- -
or "And all this time we thought we were *reducing* the number -of bugs"
- -
-
The Bugzilla FAQ has a new home!  In addition to availability -via CVS and released versions 2.12 and higher of Bugzilla, you can find -the latest & greatest version of the FAQ at http://www.trilobyte.net/barnsons/.  -This is a living document; please be sure you are up-to-date with the latest -version before mirroring. -

The Bugzilla FAQ is designed to answer common user questions outside -the scope of the README file and supporting documentation in an easy "question -and answer" format. Where appropriate, this FAQ will refer to URLs rather -than including documents in their entirety to ensure completeness even -should this FAQ become out of date. -

This FAQ is not maintained by Netscape or Netscape employees, so please -do not contact them regarding errors or omissions contained herein. Please -direct all questions, comments, updates, flames, etc. to Matthew -P. Barnson (barnboy or barnhome on irc.mozilla.org in #mozwebtools). -

I'm sure I've made some glaring errors or omissions in this paper -- -please email me corrections -or post corrections to the netscape.public.mozilla.webtools newsgroup. -

Bugzilla attracts very intelligent, competent people who need a good -bug-tracking system to support their projects, so I make a few assumptions -in this FAQ: -

    -
  1. -You are using UNIX, or you use NT and have a high tolerance for pain.
  2. - -
  3. -You are a competent systems administrator with a working knowledge of UNIX -shells, security, Apache or Netscape/iPlanet web server, Perl, and MySQL.
  4. - -
  5. -You are not easily frustrated, and have a strong ability to figure out -answers to problems.
  6. -
- -
-
-

-BUGZILLA GENERAL

- -
or "It's not a bug.  It's a feature."
- -
-

Q: Where can I find information about bugzilla? -
A: You can stay up-to-date with the latest bugzilla information -at http://www.mozilla.org/projects/bugzilla/. -

Q: What license is Bugzilla distributed under? -
A: Bugzilla is under the Mozilla Public License. See -details at http://www.mozilla.org/MPL/ -

Q: How do I get commercial support for Bugzilla? -
A: As far as I know, there are not yet any companies -that offer commercial Bugzilla support. However, I've heard there are consulting -companies that will install and maintain a Bugzilla installation for charge, -and would accept responsibility for its upkeep. I'm not sure which large -consulting firms do this yet -- I'm open to more contributions in this -area. -

Q: What major companies or projects are currently using -Bugzilla for bug-tracking? -
A: This is by no means a complete list, and is assembled -from contributions and about 10 minutes of searching on AltaVista. Contributions -welcome: -

-Q: Who maintains Bugzilla? -
A: Tara Hernandez -is the current maintainer of Bugzilla. It was originally written and maintained -by Terry Weissman, but he is no -longer heavily involved (Tara adds, "These days, Terry -just hangs around and heckles").  The Quality Assurance contact for -Bugzilla, who makes sure we don't get too far out of line is Matthew -Tuck. You'll often hear from and about Dan -Mosedale and Dawn Endico. Check -out their bios and responsibilities at http://www.mozilla.org/about.html.  -They bear primary responsibility for keeping the current bugzilla.mozilla.org -site up-to-date, and have a vital interest in ensuring Bugzilla moves forward -(and doesn't break!) -

Q: Why does Bugzilla use .png files instead of .gifs -for graphs? -
A: Patent restrictions (see http://www.gnu.org/philosophy/gif.html -for details). If you're using a recent version of the GD library and a -recent version of Bugzilla, this is no longer a FAQ. -

Q: How does Bugzilla stack up against other bug-tracking -databases? -
A: As far as I know, there have been no feature-by-feature -comparisons to other bug-tracking systems.  However, here are some -primary reasons people cite for moving to Bugzilla: -

    -
  1. -Customizability
  2. - -
  3. -Maintainability (quick security fixes and trivial upgrades)
  4. - -
  5. -Industry support (MySQL, Oracle, -instead of custom little SQL DB)
  6. - -
  7. -Adherence to web standards (CGI, -Perl, -SQL)
  8. - -
  9. -Speed, proven on very large installations (bugzilla.mozilla.org)
  10. - -
  11. -UNIX-based
  12. - -
  13. -Open -Source.
  14. - -
  15. -Price.  However, don't let price be the selling point of Bugzilla --- it survives on its own merits.
  16. -
-Q: How do I change my username in Bugzilla? -
A:  If you are the administrator, open up editusers.cgi -and change the login name.  Simple! -

Q: Why doesn't Bugzilla offer this or that feature or compatability -with <insert cool tracking software here>? -
A:  Terry writes, -

I wrote Bugzilla primarily for mozilla.org's use. It is a secondary -concern (but one still important to me) that it be of use to other folks, -too. So, rather than spend a lot of time making everything thoroughly portable -and easy to install, I just threw it over the wall, and prayed that random -developers would help pitch in and make things easier for everyone.(I'm -being a little hard on myself here. I *did* spend a week porting the whole -thing from TCL to Perl, just so that outside folk would have a chance of -using it. You shoulda seen it before...)
-UPDATE: Bugzilla is making tremendous -strides in usability, customizability, scalability, and user interfaces.  -It is widely considered the most complete and popular open-source bug database -in existence.  Download -a copy today! -

Q: Why MySQL? I'm interested in seeing this run on -(insert "real" RDBMS name here)... -
A: Terry answers, -

You're not the only one. But *I* am not very interested. I'm -not real SQL or database person. I just wanted to make a useful tool, and -build it on top of free software. So, I picked MySQL, and learned SQL by -staring at the MySQL manual and some code lying around here, and -
wrote Bugzilla. I didn't know that Enum's were non-standard SQL. I'm -not sure if I would have cared, but I didn't even know. So, to me, things -are "portable" because it uses MySQL, and MySQL is portable enough. I fully -understand (now) that people want to be portable to other databases, but -that's never been a real concern of mine.
-UPDATE: Looks like RedHat might land -changes real soon that will bring some more portability to Bugzilla.  -However, they are in severe need of help.  Please contact Dave -Lawrence if you are interested in helping this effort. -

Q: Why do the scripts say "/usr/bonsaitools/bin/perl" -instead of "/usr/bin/perl" or something else? -
A: Mozilla.org uses /usr/bonsaitools/bin/perl. The prime -rule in making submissions is "don't break bugzilla.mozilla.org". If it -breaks it, your patch will be reverted faster than you can do a diff.   -Terry says: -

Purely my own convention. I wanted a place to put a version -of Perl and other tools that was strictly under my control for the various -webtools, and not subject to anyone else. Edit it to point to whatever -you like.
- -
-

-Red Hat Bugzilla

-
- -


Q: What about Red Hat Bugzilla? -
A: Red Hat has a -(arguably more user-friendly/customizable/scalable buzzword here) version -of Bugzilla available. Check it out at http://bugzilla.redhat.com -and -the sources at ftp://people.redhat.com/dkl/. -They've set theirs up to work with Oracle out of the box. The buzz says -their changes will be landing in the source tree "real soon now".  -Note that it is based primarily upon the 2.8 Bugzilla tree; Bugzilla has -made some tremendous advances since the 2.8 release.  I recommend -you download the primary Bugzilla as well as Red Hat's to check out the -differences for yourself.  Red Hat Bugzilla's maintainer, Dave -Lawrence, when asked about landing the changes from the Red Hat fork, -notes, -

Somebody needs to take the ball and run with it.  I'm -the only maintainer and am very pressed for time.
-Q:  What are the primary benefits of Red Hat Bugzilla? (answer -by Dave Lawrence, of Red Hat) -
A:  For the record, we are not using any template -type implementation for the cosmetic changes maded to Bugzilla. It -is just alot of html changes in the code itself. I admit I may have -gotten a little carried away with it but the corporate types asked -for a more standardized interface to match up with other projects -relating to Red Hat web sites. A lot of other web based internal tools -I am working on also look like Bugzilla. -
  I do want to land the changes that I have made to Bugzilla -but I may have to back out a good deal and make a different version -of Red Hat's Bugzilla for checking in to CVS. Especially the cosmetic -changes because it seems they may not fit the general public.  -I will do that as soon as I can. I also still do my regular QA responsibilities -along with Bugzilla so time is difficult sometimes to come by. -
  There are also a good deal of other changes that were requested -by management for things like support contracts and different permission -groups for making bugs private. Here is a short list of the major -changes that have been made: -
    -
  1. -No enum types. All old enum types are now separate smaller tables.
  2. - -
  3. -No bit wise operations. Not all databases support this so they were changed -to a more generic way of doing this task.
  4. - -
  5. -Bug reports can only be altered by the reporter, assignee, or a privileged -bugzilla user. The rest of the world can see the bug but in a non-changeable -format (unless the bug has been marked private).  They can however -add comments, add and remove themselves from the CC list.
  6. - -
  7. -Different group scheme. Each group has an id number related to it.  -There is a user_group table which contains userid to groupid mappings to -determine which groups each user belongs to.  Additionally there is -a bug_group table that has bugid to groupid mappings to show which groups -can see a particular bug. If there are no entries for a bug in this table -then the bug is public.
  8. - -
  9. -Product groups. product_table created to only allow certain products to -be visible for certain groups in both bug entry and query. This was particulary -helpful for support contracts.
  10. - -
  11. -Of course many (too many) changes to Bugzilla code itself to allow use -with Oracle and still allow operation with Mysql if so desired.  Currently -if you use Mysql it is set to use Mysql's old permission scheme to keep -breakage to a minimum. Hopefully one day this will standardize on one style -which may of course be something completely different.
  12. - -
  13. -Uses Text::Template perl module for rendering of the dynamic HTML pages -such as enter_bug.cgi, query.cgi, bug_form.pl, and for the header and footer -parts of the page. This allows the html to be separate from the perl code -for customizing the look and feel of the page to one's preference.
  14. - -
  15. -There are many other smaller changes. There is also a port to Oracle -that I have been working on as time permits but is not completely
  16. - -
  17. -finished but somewhat usable. I will merge it into our standard code -base when it becomes production quality. Unfortunately there will -have to be some conditionals in the code to make it work with other -than Oracle due to some differences between Oracle and Mysql.
  18. -
-  Both the Mysql and Oracle versions of our current code base -are available from ftp://people.redhat.com/dkl. If Terry/Tara wants -I can submit patch files for all of the changes I have made and he -can determine what is suitable for addition to the main bugzilla cade -base. But for me to commit changes to the actual CVS I will need to -back out alot of things that are not suitable for the rest of the -Bugzilla community. I am open to suggestions. -
  -

Q:  What's the current status of Red Hat Bugzilla? -
Update: From Dave Lawrence (June 7 2000) -

I suppose the current thread warrants an update on the status -of Oracle and bugzilla ;) We have now been running Bugzilla 2.8 on Oracle -for the last two days in our production environment. I tried to do as much -testing as possible with it before going live which is some of the reason -for the long delay. I did not get enough feedback as I would have liked -from internal developers to help weed out any bugs still left so I said -"Fine, i will take it live and then I will get the feedback I want :)" -So it is now starting to stabilize and it running quite well after working -feverishly the last two days fixing problems as soon as they came in from -the outside world. The current branch in cvs is up2date if anyone would -like to grab it and try it out. The oracle _setup.pl is broken right now -due to some last minute changes but I will update that soon. Therefore -you would probably need to create the database tables the old fashioned -way using the supplied sql creation scripts located in the ./oracle directory. -We have heavy optimizations in the database it self thanks to the in-house -DBA  here at Red Hat so it is running quite fast. The database itself -is located on a dual PII450 with 1GB ram and 14 high voltage differential -raided scsi drives. The tables and indexes are partitioned in 4 chuncks -across the raided drive which is nice because when ever you need to do -a full table scan, it is actually starting in 4 different locations on -4 different drives simultaneously. And the indexes of course are on separate -drives from the data so that speeds things up tremendously. When  -I can find the time I will document all that we have done to get this  -thing going to help others that may need it. -

As Matt has mentioned it is still using out-dated code and with a  -little help I would like to bring everything up to date for eventual  -incorporation with the main cvs tree. Due to other duties I have with the -company any help with this wiould be appreciated. What we are using  -now is what I call a best first effort. It definitely can be improved on -and may even need complete rewrites in a lot of areas. A lot of changes -may have to be made in the way Bugzilla does things currently  to -make this transition to a more generic database interface.  Fortunately -when making the Oracle changes I made sure I didn't do  anything that -I would consider Oracle specific and could not be easily done with other -databases. Alot of the sql statements need to be broken up into smaller -utilities that themselves would need to make decisions on what database -they are using but the majority of the code can be made database neutral. -

-Loki Bugzilla (AKA: Fenris)

-
-Note: This is based primarily -on a single email conversation with the first developer of Fenris, Michael -Vance.  Maintenance of Fenris has since been handed off to Raphael -Barrerro <raistlin@lokigames.com>. -

Q:  What about Loki Bugzilla? -
A:  Loki Games has a customized version of Bugzilla -available at http://fenris.lokigames.com.  -From that page, -

You may have noticed that Fenris is a fork from Bugzilla-- -our patches weren't suitable for integration --and a few people have expressed -interest in the code. Fenris has one major  improvement over Bugzilla, -and that is individual comments are not appended onto a string blob, they -are stored as a record in a separate table. This allows you to, for instance, -separate comments out according to privilege levels in case your bug database -could contain sensitive information not for public eyes. We also provide -things like email hiding to protect user's privacy, additional fields such -as 'user_affected' in case someone enters someone else's bug, comment editing -and deletion, and more conditional system variables than Bugzilla does -(turn off attachments, qacontact, etc.).
-Q:  Are you interested in landing your [Fenris] changes -back in the main tree so Fenris can live on the tip again? -
A:  Sure, although many of them are probably obsolete -by now. -

Q:  If so, when? -
A:  Well, if there's anything interesting, people -of course can just grab the code. I don't really maintain it anymore. We -have a real, honest to goodness sysadmin, Raphael Barrerro, who works on -it now. His email is raistlin@lokigames.com. -

Q:  Main tree bugzilla changed for 2.10 to storing individual -comments in a separate table.  Are there reasons for users to use -Fenris, based on Bugzilla 2.8, over main tree 2.10 or the current CVS version?  -What are they? -
A:  I have no idea :). IMNSHO, Bugzilla is an interesting -piece of software in that it has a lot of logic encoded into it that is -sometimes really cumbersome to some people, and then it doesn't have *enough* -logic in it for other people's tastes. If I were going to start over, I -would again try to use the CVS and get any changes I felt necessary integrated. -But for us, right now, it works fine, so we haven't bothered to really -change our setup. -

Q:  What do you mean by "our patches weren't suitable -for integration" on your web page? -
A:  Basically, I did not know: -

    -
  1. -Apache
  2. - -
  3. -MySQL, or
  4. - -
  5. -Perl
  6. -
-when I was charged with the task of getting our Bugzilla up and running. -Therefore I found it necessary to futz with a lot of things, -
mostly formatting of the Perl code, until I could understand what they -were doing. This resulted in lots of whitespace diff, and even when I created -a diff with -B (no whitespace), it still had too much crud in it. I also -hadn't written any migration scripts or anything. Terry didn't want to -bother with it, and that was cool with me. Terry and I had a really weird -conversation that I didn't quite understand, about us using CVS HEAD, etc., -but I just didn't have the time/energy for something that already worked. -
  -
-

-Pointy-Haired-Boss Questions

-
-Note: The title of this section doesn't -mean you're a PHB -- it just means you probably HAVE a PHB who wants to -know this :) -

Q:  Is Bugzilla web-based or do you have to have specific -software or specific operating system on your machine? -
A:  It is web and e-mail based.  You can edit -bugs by sending specially formatted email to a properly configured Bugzilla, -or control via the web. Bugzilla works best with Netscape Navigator, but -works fine with IE (just some Javascript is disabled for IE). -

Q:  Has anyone you know of already done any Bugzilla -integration with Perforce (SCM software)? -
A:  Not to my knowledge -- but that would be a question -much better asked in the newsgroup (news://netscape.public.mozilla.webtools). -

Q:  Does Bugzilla allow the user to track multiple projects? -
A:  It's not specifically a "project management -tool", although it does have some project management features, such as -the ability for a task/bug to "block" another task/bug.  We use it -here at Excite@Home to track requests to our Network Operations Center, -software defects in our online inventories, requests for enhancement, quality -assurance, personnel tasks, and other things. -
  So the answer is: Yes, it handles multiple projects very well.  -When discussing Bugzilla with people who use it a lot, it's helpful to -refer to a "project" as a "product", individual areas of the project as -"components", and tasks as "bugs". -

Q:  If I am on many projects, and search for all bugs -assigned to me, will Bugzilla list them for me and allow me to sort by -project, severity etc? -
A:  The heart of the Bugzilla system is the query -interface.  Within that query interface, you can customize extremely -powerful queries to deliver exactly what you need.  Once delivered, -you can sort by age (bug ID number), severity, priority, platform, owner, -current state, or current result (only for "resolved" bugs). -
  You cannot sort a query by product/project at this time -- most -people consider the current options sufficient.  We are trying very -hard to reduce complexity in Bugzilla.  I'm personally involved in -a half-dozen products in Bugzilla, and routinely just sort by priority. -

Q:  Does Bugzilla allow attachments (text, screenshots, -urls etc)? If yes, are there any that are NOT allowed? -
A:  Yes, it allows any kind of attachment.  -However, if you do not have a MIME type defined for that kind of file in -your web *server*, the browser may klonk on you.  URL's in comments -are automatically hyperlinked if they are properly formatted (http://www.somedomain.com), -but any HTML in a comment shows up as raw html, not the formatting you'd -expect.  If someone refers to "bug #4444" it's automatically hyperlinked -to that bug in the existing database.  It's pretty cool. -

Q:  Does Bugzilla allow us to define our own priorities -and levels? Do we have complete freedom to change the labels of fields -and format of them, and the choice of acceptable values? -
A:  In part.  Priority, severity, target milestones, -product names, and many many other fields are completely configurable.  -However, at this time for certain types of changes you need someone who -knows some Perl and HTML -- not a lot, but enough to provide consistency -and be able to re-apply your customizations if you update your installation -of Bugzilla. -

Q:  Does Bugzilla provide any reporting features, metrics, -graphs, etc? You know, the type of stuff that management likes to see. -:) -
A:  Yes.  Check out http://bugzilla.mozilla.org/reports.cgi -for some pre-cooked reports.  The reports other than the pre-fab ones -that you can create are limited only by your imagination and experience -in Perl. -

Q:  Is there email notification and if so, what do you -see when you get an email? Do you see bug number and title or is it only -the number? -
A:  You can choose to see complete status of the -bug (using old email tech) or just the changes (using new email tech).  -The subject is just the bug ID and short description of the bug, but the -content is very complete. -

Q:  If there is email notification, can it be set up -to send to multiple people, some on the To List, CC List, BCC List etc? -
A:  You bet!  By default, the person who reported -the bug, the person to whom the bug is assigned, and anyone on the CC list -for the bug will get email notification when anything regarding the bug -changes.  You can also enable a "Q/A Contact" field that will assign -a default Q/A person to monitor the bug and ensure it's completed correctly -(we use this a lot and love it).  The -
equivalent to a "BCC" list is a "watcher": someone who watches another -person's bugs (if they are out of town, whatever).  We have several -of these people who need to see what bugs someone else is working on (team -leads, coding partners, etc.) -

Q:  If there is email notification, do users have to -have any particular type of email application? For example, our users have -a variety of email apps in use, like Outlook, Netscape Mail, Eudora etc. -Our system would need to work with just about anything. -
A:  The emails SENT from Bugzilla will work with -any mail reader that's reasonably current (newer than about 5 years old).  -However, if you set up the email RECEPTION capabilities of Bugzilla, it's -important your users configure their mailreader to send mail as plain text -instead of HTML.  HTML mail sent to Bugzilla looks horrible. -

Q:  If I just wanted to track certain bugs, as they go -through life, can I set it up to alert me via email whenever that bug changes, -whether it be owner, status or description etc.? -
A:  Yes.  You could, for instance, set yourself -up as the default QA contact for all bugs in a certain component of a product, -and would be CC'd on every single bug that came into that component. -

Q:  Does Bugzilla allow data to be imported and exported? -If I had outsiders write up a bug report using a MS Word bug template, -could that template be imported into "matching" fields? If I wanted to -take the results of a query and export that data to MS Excel, could I do -that? -
A:  Rudimentary exporting ability is currently in -development, but is not ready for prime-time.  Ditto for importing -data.  However, it works against an industry-standard database (MySQL), -so anyone with a little SQL knowledge can create queries to import and -export any data they want.  That's one of the reasons development -is going slow on import/export in Bugzilla: SQL already -
has it.  It requires a certain level of familiarity with SQL though. -

Q:  Does Bugzilla allow fields to be added, changed or -deleted? If I want to customize the bug submission form to meet our needs, -can I do that using our terminology? -
A:  This is really two questions in one. -
  Bugzilla allows some fields to be added, changed, and deleted -with ease using the standard parameters.  Realize, since you have -the code (and Bugzilla is really not terribly complicated), you can change -ANYTHING to behave however you want it.  However, the more adjustments -you make to the code, the more painful your next upgrade will be as you -re-apply your custom -
patches.  On the other hand, you can create your own HTML bug -submission form to make it look however you want.  Check http://www.mozilla.org/quality/help/bug-form.html -for an example of what can be done creating a standard HTML bug submission -form.  It makes some things much easier, and submitters never have -to have a clue what the actual names of your fields are -- just the people -who work with the bugs every day do. -

Q:  Has anyone converted Bugzilla to another language -to be used in other countries? Is it localizable? -
A:  There are efforts underway to allow easy indo-european -localization of Bugzilla, but i18n (Kanji, Chinese, etc.) are a long way -off.  So, to answer your question, right now, no. -

Q: Can a user create and save reports? Can they do this in -Word format?  Excel format? -
A:  Yes, no, and no. -

Q:  Can a user re-run a report with a new project, same -query? -
A:  Yes. -

Q:  Can a user modify an existing report and then save -it into another name? -
A:  Umm...  You'd save the report as HTML from -your browser.  You can modify it however you want after that. -

Q:  Does Bugzilla have the ability to search by word, -phrase, compound search? -
A:  You can search by just about ANYTHING.  -If you know basic boolean formatting, you can go completely crazy and do -things without even using the query interface (create your own custom query -in the location bar in your browser).  We routinely search here by -descriptions, subjects, dates, users, reporters, projects, severity, priority, -and anything else that strikes our fancy. -

Q:  Can the admin person establish separate group and -individual user privileges? -
A:  Yes, using Bug Group Sentry.  Right now, -it's not terribly granular, though: you can restrict users to editing bugs -assigned to them, reported by them, assigned to a particular product, etc. -but cannot restrict them based on product components, allow access to only -certain bugs outside their product, etc. -

Q:  Does Bugzilla provide record locking when there is -simultaneous access to the same bug? Does the second person get a notice -that the bug is in use or how are they notified? -
A:  If someone has a bug open and another person -attempts to write to the bug, you get a "mid-air collision" error in Bugzilla.  -the second person is told who currently has the existing record locked, -and is told he/she cannot commit the bug until they have finished editing -it.  You can specify a timeout value (ours is 30 minutes) where it -will break locks on the database, -
assuming someone just left the edit screen up. -

Q:  Are there any backup features provided? -
A:  You have the ability to lock all users out of -the database for backups via the Bugzilla interface or using MySQL itself.  -Once you've locked people out of the database, use some backup utility -standard to your operating system. -

Q:  Can users be on the system while a backup is in progress? -
A:  If they make a change, you can end up with a -corrupt database on your backup tape.  Bugzilla databases are relatively -small.  We have over 5000 bugs in our database and a backup takes -about 45 seconds.  We lock the MySQL database, copy the databases -over to a second hard drive, unlock the database, and that second hard -drive is covered by our standard backup procedures. -
  You may wish to consider a robust backup solution, like ARCserveIT, -which will backup up open files by finding a time when it can lock the -file, copy it to memory, unlock it, and back it up.  That product -is the "Open Files Agent", or OFA.  That would allow you to never -have to down your database just to back it up -- but it's a good idea to -plan on a daily maintenance period in which it's backed up, for the time -when your database grows absolutely huge. -

Q:  What type of human resources are needed to be on -staff to install and maintain Bugzilla? Specifically, what type of skills -does the person need to have? I need to find out if we were to go with -Bugzilla, what types of individuals would we need to hire and how much -would that cost vs buying an "Out-of-the-Box" solution. -
A:  My experience with "Out-of-the-Box" solutions -are these: -

    -
  1. -They are very proprietary.  Good luck getting data out of them into -something else unless you pay the company to create an export filter for -you.
  2. - -
  3. -They generally have exhorbitant licensing fees.
  4. - -
  5. -They tend to lock you in to a particular hardware or software platform
  6. - -
  7. -They frequently cater much more to the management aspect of bug reporting -than using it as a day-to-day bug-tracking system.  In other words, -managers/marketdroids love it, your programmers hate it.
  8. - -
  9. -Forget interoperability with other programs.
  10. - -
  11. -Many use sub-standard database management techniques.  The commercial -solution I have in mind claims to have an "SQL database" when in fact they -wrote a small, crippled SQL query method to talk to a heirarchy of flat -text files.
  12. - -
  13. -"Out-of-the-box" solutions just seem to suck most of the time.  That's -just my opinion, though ;)
  14. -
-  I'd recommend you hire a consultant to get Bugzilla working the -way you want, then it's "fire-and-forget".  It takes virtually no -maintenance once it's up and running, if you don't wish to remain "on the -tip" of the latest development changes.  However, finding a consultant -who already knows Bugzilla may be challenging, I think. -
  If you want to hire someone to run it, I'd recommend someone -with strong UNIX systems administration skills and light Perl and HTML -skills.  They don't need much Perl or HTML knowledge coming in -- -Bugzilla is a pretty standard type of program to install, so a decent SysAdmin -can get it done easily.  If you're using NT, you probably require -an NT admin with UNIX experience, very strong Perl skills, and light HTML -skills.  Personally, I wouldn't hire someone JUST to maintain Bugzilla.  -If you already have a network admin on staff, get him working on it.  -A basic install requires 1-8 hours of work (depending on how familiar you -are with -
it).  Setting up cool email gateways and tweaking configuration -parameters seems to suck up enormous amounts of time. -

Q:  What time frame are we looking at if we decide to -hire people to install and maintain the Bugzilla? Is this something that -takes hours or weeks to install and a couple of hours per week to maintain -and customize or is this a multi-week install process, plus a full time -job for 1 person, 2 people, etc? -
A:  It's really hard to say -- it depends on the -level of commitment you want. If you want someone on-staff who's an absolute -expert on the system, plan on them working on it full-time for a week, -then 10 hours a week for a few months thereafter.  If you just want -the thing to work and don't want to worry about how it works, just hire -that consultant for a week and call it -
good. -
  Personally, I spend about 15 minutes a week maintaining our -installation Bugzilla.  But since I'm the documentation person for -Bugzilla, I spend about 10 hours a week documenting, answering questions -like this, etc. -
  If you get somebody to install Bugzilla, and they don't have -at least a basic installation mostly functional within a day on UNIX, or -within a week on NT, you probably should consider getting a different admin -to install it. -

Q:  Is there any licensing fee or other fees for using -Bugzilla? Any out-of-pocket cost other than the bodies needed as identified -above? -
A:  No, Bugzilla is free software (free as in speech -and free as in beer) licensed under the Mozilla -Public License. However, depending on your level of expertise you may -wish to find a company that you can pay to maintain it for you if you really -need somebody to blame.   MySQL, the database Bugzilla uses for -storage, asks for a licensing fee if you're going to use it for non-internal -commercial usage.  The license is cheap (170 euro), but support can -be expensive depending on the level of support you desire.  There -is also a version of Bugzilla available at http://bugzilla.redhat.com which -runs over top of Oracle; that's a pretty expensive product, but Oracle -support and proven scalability may be worth it to you. -
  -

-


-
-

-BUGZILLA INSTALLATION

- -
or "Divide by cucumber error.  Please re-install universe -and reboot."
- -
-
Q: How do I download and install Bugzilla? -
A: The README included with Bugzilla documents the installation -procedures much more thoroughly than I can do here. You can always find -a current copy of the README in the distribution tarballs available at -http://www.mozilla.org/projects/bugzilla/ -.  -This will eventually be documented in "The Bugzilla Installation Guide". -

Q:  How do I install Bugzilla on Windows NT? -
A:  That question is complex enough it deserves -its -own section, below. -

Q:  Is there an easy way to change the Bugzilla cookie -name? -
A:  At present, no. - -

Q:  I want to set up a test installation to try out new -changes. How do I copy over data from my real database? -
A:  - -Copying the mysql files directly from one machine to another is likely -to confuse mysql. Its recommended to create a dump of the database -and to populate the new database from the dump. -

    -
  1. -Create a dump of the original database. -
    -%mysqldump bugs > ~/bugs.dump -
    - -
  2. -Copy the dump file to the new machine. - -
  3. -Blow away the contents of the current bugzilla database -on the test machine. -
    -%mysql
    -mysql> drop database bugs;
    -mysql> create database bugs;
    -
    - -
  4. -Import the bug database -
    -%mysql bugs < bugs.dump -
    - -
- - -

-


-
-

-BUGZILLA CONFIGURATION

- -
or "make config. not war"
- -
-
  -
-

-SECURITY

-
-Q:  How do I completely disable MySQL security if -it's giving me problems (I've followed the instructions in the README!)? -
A:  Run mysql like this: "mysqld --skip-grant-tables".  -Please remember this makes mysql as secure as taping a $100 to the floor -of a football stadium bathroom for safekeeping.  Before you plan to -put Bugzilla up for general consumption, you REALLY need to become familiar -with MySQL -security. -

Q: Are there any security problems with Bugzilla? -
A: Prior to 2.10, yes. For 2.10 and later, probably, -but we haven't discovered them yet.. You should upgrade to 2.10 and use -the following instructions from Chris Yeh's security advisory of 5/10/2000 -if you are running a previous version of bugzilla. Chances are good a lot -of these permissions issues will make it into checksetup.pl. -
It is recommended that you closely examine permissions on your Bugzilla -installation. Make sure you are not running mysqld as root. Included is -one person's examination of their local Bugzilla installation, and how -they secured it: -

  I closed-up some of the all-writeable files
-and directories. The code itself had to be modified to keep it from making
-directories and files world-writeable again... Once this was done, I felt
-confident that this install of bugzilla was running securely. (We don't
-run ftp, and mysql doesn't run as root). The setup we have is that apache
-runs as user 'nobody'. Directories being written into via CGI are therefore
-owner.group==nobody.nobody and only read/writable by user nobody, not world-writeable
-as before ... The *.cgi/*.pl/etc scripts (source) are owned by root.root
-and we can prevent CGI execution and HTTPD reading of the scripts by doing
-chmod go-rwx.... Finally, we prevent reading of the writeable directories
-by HTTP. (The security of this could further be improved by running bugzilla
-as user 'bugzilla' with same privs as 'nobody' but at least a different
-user than the webserver). I did the following to secure our install:
-
(1) cd /home/httpd/bugzilla ensure all files owned -root.root (other than ones in 'shadow' and 'data'). -
(2) chmod go-rwx backdoor.cgi ; chmod go-rwx *.sh -; chmod go-rwx printenv.cgi ; chmod go-rwx 0CGI.pl ; chmod go-rwx *~* ; -chown -R nobody.nobody data ; chmod -R go-rwx data ; chown -R nobody.nobody -shadow ; chmod -R go-rwx shadow -
(3) in emacs, in *.pl and *.cgi and processmail in -bugzilla dir -
(etags *.cgi *.pl processmail) ... do: (tags-query-replace -"umask 0" "umask 077" nil) -
(tags-query-replace "umask(0)" "umask(077)" nil) -
(tags-query-replace "0777" "0700" nil) -
(tags-query-replace "0666" "0600" nil) -
(4) re-enable bugzilla with /home/httpd/bug-track.conf -set to: -
-------------------- -
AddHandler cgi-script .cgi -
# -
# setup ExecCGI'able directory alias from which we -run -
# "bugzilla" under URL "bugs" -
# -
Alias /bugs/ "/home/httpd/bugzilla/" -
<Directory "/home/httpd/bugzilla"> -
Options Indexes ExecCGI -
AllowOverride None -
Order allow,deny -
Allow from all -
</Directory> -
-------------------- -
(5) add to /home/httpd/bug-track.conf (prevent cgi -from being -
written into data or shadow directories, and prevent -contents from -
being read): -

-------------------- -

<Directory "/home/httpd/bugzilla/data"> -
Options None -
AllowOverride None -
Deny from all -
</Directory> -

<Directory "/home/httpd/bugzilla/shadow"> -
Options None -
AllowOverride None -
Deny from all -
</Directory> -

-------------------- -

(6) I noticed that my non-superuser-$PATH had wound -up in apache's GGI -
environment... that $PATH included "." so that could -have been a security-exploit-in-waiting right there... so remember, when -restarting apache on servers, do (in tcsh anyways): -
unsetenv * -
prior to doing -
apachectl stop -
<wait> -
apachectl start -

-

Q: I've implemented the security fixes mentioned in Chris -Yeh's security advisory of 5/10/2000 advising not to run MySQL as root, -and am running into problems with MySQL no longer working correctly. -
A: Mozilla.org had a problem getting enough file descriptors -once they stopped running mysql as root; they have many tables in their -database and had "shadowdb" turned on, which doubles the number of tables. -Terry mentioned in IRC: "I added the line "ulimit -n unlimited" to the -/bin/sh script in /etc/init.d that starts mysqld." That should fix ulimit -problems with MySQL. -
  -

-

-EMAIL

-
- -


Q: I have a user who doesn't want to receive any more -email from Bugzilla. How do I stop it entirely for this user? -
A: Easy. Add his/her login name to "bugzilla_home/data/nomail". -One entry per line. It must match the login name exactly. -
UPDATE:  I'm not sure this works as advertised...  -Anyone know of any bugs with this solution? -

Q: I'm evaluating/testing Bugzilla, and don't want it to send -email to anyone but me. How do I do it? -
A: According to Terry, the *correct* way to do this is, -in editparams.cgi: "Go tweak the param for the mail text, replacing "To:" -with "X-Real-To:", and replacing "Cc:" with "X-Real-CC", and add a "To: -(myemailaddress)". This param file can also be manually edited bugzilla_home/data/params -(but is not recommended). -

Q: I want whineatnews.pl to whine at something more, -or other than, only new bugs. How do I do it? -
A: Try Klaas Freitag's excellent patch for "whineatassigned" -functionality. You can find it at http://bugzilla.mozilla.org/show_bug.cgi?id=6679. -Realize that as Bugzilla progresses, this patch may go out of date. At -present, I know of no plans to integrate this functionality into the core -Bugzilla distribution. -

Q: I don't like/want to use Procmail to handle email -to bugzilla. What else can I use? -
A:  Bugzilla can work with alternate MTA's/filters, -but there is no documentation how. -

Q: How do I set up the email interface to submit/change -bugs via email? -
A: Download the tarball or CVS and extract it (if applicable). -CD to the (bugzilla_home)/contrib directory, and read the README contained -therein. Seth will be pulling his changes (the bugzilla email submission -stuff) into the main tree sometime as soon as he gets the OK from the powers-that-be. -Procmail is included by default on most Linux distributions, and if you -use the bugzilla.procmailrc file as the .procmailrc for the user bugzilla -runs as, it works pretty quickly. -
My setup is a little different from the standard way of doing things. -Here's what I do: -

    -
  1. -cd (bugzilla_home, wherever that is)
  2. - -
  3. -chmod 775 contrib
  4. - -
  5. -chmod 644 contrib/*
  6. - -
  7. -chmod 755 contrib/*.pl
  8. - -
  9. -chmod 777 data
  10. - -
  11. -chmod -R 775 data/mimedump-tmp
  12. - -
  13. -chmod -R 775 data/mining
  14. - -
  15. -vi /etc/aliases: add  'bugs: | "/usr/bin/procmail -m /etc/procmailrcs/bugs"'
  16. - -
  17. -cp /usr/local/bugzilla/contrib/bugzilla.procmailrc /etc/procmailrcs/bugs
  18. - -
  19. -chmod 775 /etc/procmailrcs/bugs
  20. - -
  21. -And, in my case, since we use Linux-Mandrake most everywhere (which includes -some extra security options), I also had to "ln -s /usr/bin/procmail /etc/smrsh/procmail.  -smrsh is a way to prevent people from running any applications over Sendmail -unless you specify it in this directory.  YMMV.
  22. -
-If you've followed the README, you should be good to go; send an email -to "bugs@my.host.name" and watch it work. -

Q: Email takes FOREVER to reach me from bugzilla -- -it's extremely slow. What gives? -
A: If you are using an alternate Mail Transport Agent -(MTA other than sendmail), make sure the options given in the "processmail" -script for all instances of "sendmail" are correct for your MTA. If you -are using Sendmail, you may wish to delete the "-ODeliveryMode=deferred" -option in the "processmail" script for every invocation of "sendmail". -(Be sure and leave the "-t" option, though!)  This option is put into -the code to handle the massive mail delivery load bugzilla.mozilla.org -gets -- but most of us don't need it.  We're lobbying to make it a -settable parameter.  Realize if you turn this off, and plan on sending -more than a few hundred email messages a day, people may experience nasty -slowdowns when submitting changes to bugs because Sendmail insists on delivering -it *that instant*. -

Q: Email never reaches me from bugzilla changes! What -gives? -
A: Chances are really good Bugzilla expects "sendmail" -to live somewhere else than you have it installed. Make sure your "sendmail" -lives in, or has a symlink to, "/usr/lib/sendmail". -
  -

-

-DATABASE

-
-Q: I've heard Bugzilla can be used with Oracle? -
A: Red Hat Bugzilla -works with Oracle.  The current mozilla.org version takes some work, -though. -

Q: Bugs are missing from queries, but exist in the -database (and I can pull them up by specifying the bug ID). What's wrong? -
A: You've almost certainly enabled the "shadow database", -but for some reason it hasn't been updated for all your bugs. This is the -database against which queries are run, so that really complex or slow -queries won't lock up portions of the database for other users. You can -turn off the shadow database in editparams.cgi. If you wish to continue -using the shadow database, then as your "bugs" user run "./syncshadowdb --syncall" from the command line in the bugzilla installation directory -to recreate your shadow database. After it finishes, be sure to check the -params and make sure that "queryagainstshadowdb" is still turned on. The -syncshadowdb program turns it off if it was on, and is supposed to turn -it back on when completed; that way, if it crashes in the middle of recreating -the database, it will stay off forever until someone turns it back on by -hand. Apparently, it doesn't always do that yet. -

Q: I think my database might be corrupted, or contain invalid -entries. What do I do? -
A: Run the "sanity check" utility (./sanitycheck.cgi in the bugzilla_home -directory) to see! If it all comes back, you're OK.  If it doesn't -come back OK (i.e. any red letters), there are certain things Bugzilla -can recover from and certain things it can't.  If it can't auto-recover, -I hope you're familiar with mysqladmin commands or have installed another -way to manage your database... -

Q: I want to manually edit some entries in my database. -How? -
A: There is no facility in Bugzilla itself to do this. It's -also generally not a smart thing to do if you don't know exactly what you're -doing. However, if you understand SQL you can use the mysqladmin utility -to manually insert, delete, and modify table information. Personally, I -hate dealing with big SELECT statements and such, so I use "phpMyAdmin", -to do all my database administration. You have to compile a PHP module -with MySQL support to make it work, but it's very clean and easy to use.  -There are other utilities that work, as well, but I am lacking URL's. -

Q: MySQL GPL edition doesn't seem to work... -
A: Right! It doesn't! It's too old. Download the latest -tarball or rpm from www.mysql.com if -you want this to work. -

Q: I think I've set up MySQL permissions correctly, -but bugzilla still can't connect. -
A: Try running MySQL from its binary: "mysqld --skip-grant-tables". -This will allow you to completely rule out grant tables as the cause of -your frustration. However, I do not recommend you run it this way on a -regular basis, unless you really want your web site defaced and your machine -cracked... -

Q: How do I synchronize bug information among multiple -different Bugzilla databases? -
A: Currently, there is no way to do this. However, a -discussion about this has raged on and off in the newsgroup -- feel free -to whip something up, put it out there, and see how it's received. We're -at the point where most folks are sick of discussion. If you can create -a working model with working code, that's 90% of the battle. -

Q:  I get bizarre errors when trying to submit data, -particularly problems with "groupset".  What gives? -
A:  If you're sure your MySQL parameters are correct, you might -want turn "strictvaluechecks" OFF in editparams.cgi.  If you have -"usebugsentry" set "On", you also cannot submit a bug as readable by more -than one group with "strictvaluechecks" ON. -

Q:  Even after I delete bugs, the long descriptions -show up? -
A:  Delete everything from $BUZILLAHOME/shadow.  -Bugzilla creates shadow files there, with each filename corresponding to -a -
bug number.  Also be sure to run syncshadowdb to make sure, if -you are using a shadow database, that the shadow database is current. -
  -
  -

-


-
-

-BUGZILLA AND WINDOWS NT

- -
or "Welcome to Microsoft, where we put the 'NT' in "CAN'T"!
- -
-

Right now, running Bugzilla under Windows NT is an extremely hairy process. -I'll provide the instructions below, but please don't ask me how it's done --- getting this working on NT involves a lot of patience, skill, and PFM -(Pure Fscking Magic). As far as I know, nobody has been able to get a recent -(2.8 or post) version of Bugzilla running on NT. If you know different, -or can provide updated instructions to those provided below, please email -Matthew -Barnson with details. -
These are hints straight out of the newsgroup discussions.  I -can't offer much more editing or insight, since I don't manage Bugzilla -on any NT boxes. -

Q: What is the easiest way to run Bugzilla on NT? -
A: Remove NT. Install Linux. Slap a label on the box -that says "Windows NT." The boss will never know the difference, except -perhaps wonder why the machine isn't crashing anymore. -

Q: CGI's are failing with a "something.cgi is not a -valid Windows NT application" error. Why? -
A: Depending on what Web server you are using, you will -have to configure the Web server to treat *.cgi files as CGI scripts. In -IIS, you do this by adding *.cgi to the App Mappings with the <path>\perl.exe -%s %s as the executable. -
...or this tip from Microsoft's web site... -
"Set application mappings. In the ISM, map the extension for the script -file(s) to the executable for the script interpreter. For example, you -might map the extension .py to Python.exe, the executable for the Python -script interpreter. Note For the ActiveState Perl script interpreter, the -extension .pl is associated with PerlIS.dll by default. If you want to -change the association of .pl to perl.exe, you need to change the application -mapping. In the mapping, you must add two percent (%) characters to the -end of the pathname for perl.exe, as shown in this example: c:\perl\bin\perl.exe -%s %s" -

Q: Can I have some general instructions on how to make -this work? -
A: Sure. Your Mileage May Vary. Contact Andrew -Lahser  for the patches mentioned. -

    -
  1. -#!C:/perl/bin/perl had to be added to every perl file.
  2. - -
  3. -Converted to Net::SMTP to handle mail messages instead of /usr/bin/sendmail.
  4. - -
  5. -The crypt function isn't available on Windows NT (at least none that I -am aware), so I made encrypted passwords = plaintext passwords.
  6. - -
  7. -The system call to diff had to be changed to the Cygwin diff.
  8. - -
  9. -This was just to get a demo running under NT, it seems to be working good, -and I have inserted almost 100 bugs from another bug tracking system. Since -this work was done just to get an in-house demo, I am NOT planning on making -a patch for submission to Bugzilla. If you would like a zip file, let me -know.
  10. -
-Q: Hmm, couldn't figure it out from the general instructions -above.  How about step-by-step? -
A: Sure! Here ya go! -
    -
  1. -Install IIS 4.0 from the NT Option Pack #4.
  2. - -
  3. -Download and install Active Perl.
  4. - -
  5. -Install the Windows GNU tools from Cygwin. Make sure to add the bin directory -to your system path. (Everyone should have these, whether they decide to -use Bugzilla or not. :-) )
  6. - -
  7. -Download relevant packages from ActiveState at http://www.activestate.com/packages/zips/. -+ DBD-Mysql.zip
  8. - -
  9. -Extract each zip file with WinZip, and install each ppd file using the -notation: ppm install <module>.ppd
  10. - -
  11. -Install Mysql.  *Note: If you move the default install from c:\mysql, -you must add the appropriate startup parameters to the NT service. (ex. --b e:\\programs\\mysql)
  12. - -
  13. -Download any Mysql client. http://www.mysql.com/download_win.html
  14. - -
  15. -Setup MySql. (These are the commands that I used.)
  16. - -
        -
      I. Cleanup default database settings. -
       C:\mysql\bin\mysql -u root mysql -
       mysql> DELETE FROM user WHERE Host='localhost' AND User=''; -
       mysql> quit -
      C:\mysql\bin\mysqladmin reload -

      II. Set password for root. -
       C:\mysql\bin\mysql -u root mysql -
       mysql> UPDATE user SET Password=PASSWORD('new_password') -
       WHERE user='root'; -
       mysql> FLUSH PRIVILEGES; -
       mysql> quit -
       C:\mysql\bin\mysqladmin -u root reload -

      III. Create bugs user. -
       C:\mysql\bin\mysql -u root -p -
       mysql> insert into user (host,user,password) values('localhost','bugs',''); -
       mysql> quit -
       C:\mysql\bin\mysqladmin -u root reload -

      IV. Create the bugs database. -
       C:\mysql\bin\mysql -u root -p -
       mysql> create database bugs; -

      V. Give the bugs user access to the bugs database. -
       mysql> insert into db (host,db,user,select_priv,insert_priv,update_priv,delete_priv,create_priv,drop_priv) -values('localhost','bugs','bugs','Y','Y','Y','Y','Y','N') -
       mysql> quit -
       C:\mysql\bin\mysqladmin -u root reload

    - -
  17. -Run the table scripts to setup the bugs database.
  18. - -
  19. -Change CGI.pm to use the following regular expression because of differing -backslashes in NT versus UNIX.
  20. - - - -
  21. -Had to make the crypt password = plain text password in the database. (Thanks -to Andrew Lahser" <andrew_lahser@merck.com>" on this one.) The files -that I changed were:
  22. - - - -
  23. -Replaced sendmail with Windmail. Basically, you have to come up with a -sendmail substitute for NT. Someone said that they used a Perl module (Net::SMTP), -but I was trying to save time and do as little Perl coding as possible.
  24. - -
  25. -Added "perl" to the beginning of all Perl system calls that use a perl -script as an argument and renamed processmail to processmail.pl.
  26. - -
  27. -In processmail.pl, I added binmode(HANDLE) before all read() calls. I'm -not sure about this one, but the read() under NT wasn't counting the EOLs -without the binary read."
  28. -
-Q: I'm having trouble with the perl modules for NT not -being able to talk to to the database... -
A: Your modules may be outdated or inaccurate... -
    -
  1. -Try hitting http://www.activestate.com/ActivePerl
  2. - -
  3. -Download ActivePerl from there.
  4. - -
    After that: -
  5. -go to your prompt
  6. - -
  7. -type 'ppm'
  8. - -
  9. -PPM> install DBI DBD-mysql GD
  10. -
-I reckon TimeDate and Data::Dumper come with the activeperl. You can check -the ActiveState site for packages for installation through PPM. [http://www.activestate.com/Packages/] -

-


-
-

-BUGZILLA USE

- -
or "Keyboard: Device used for entering errors into computer"
- -
-

Q: How do I use "new email tech"? -
A: First, go to editparams.cgi and make sure the "newemailtech" -option is set to "on", then set the "new email tech" option in your personal -user prefs "on". -

Q: How do I make "new email tech" the default for my entire -site? -
A: You need to alter the user preferences table using -one of the tools mentioned in the DATABASE section. -Change the default value for "newemailtech" to "1", and change any user -values you think apply. -

Q: I'm confused by the behavior of the "accept" button -in the Show Bug form. Why doesn't it assign the bug to me when I accept -it? -
A: Right now, how this should behave is the subject of -considerable discussion on the mailing list and in the bug database. There -is a patch -for -this, and a lot of talk. Tara has this to say: -

"I think I put this in the main bug itself, but I have to admit -I *really* don't like the whole "accept" thing at this point. I especially -am completely against anything that changes the current functionality, -and am only moderately placated by the idea of seperate additional functionality. -IMHO Bugzilla is getting so kludgy that all we're doing is making things -harder and harder to understand and maintain, not to mention adding additional -fields to an already almost overwhelming query form. For now I'm going -to have to make people who want this suffer through sharing patches until -I come up with a course of action on it."
-I'm working on a real patch for this now that allows you to select which -behavior you want vi editparams.cgi! -

Q:  How do I enable voting? -
A:  Make sure you're using at least version 2.10.  -It's available via editparams.cgi. -

Q:  I can't upload anything into the database via the -"Create Attachment" link.  What am I doing wrong? -
A:  The most likely cause is a very old browser -or a browser that is incompatible with file upload via POST.  Download -the latest Netscape, Microsoft, or Mozilla browser to handle uploads correctly. -

Q:  Email submissions to Bugzilla that have attachments -end up asking me to save it as a "cgi" file. -
A:  Right now, submissions via email only have one -mime-type "applications/octet-stream".  Just save the file and look -at it in your favorite editor, you'll be fine (even though the name of -it will be "showattachment.cgi"). -

Q:  Argh, I forgot my password! -
A:  No problem.  Visit the query page, click -the "log in" button at the bottom, then just type in your email address -and click the "Email me a password" button.  Your password will arrive -in your inbox in moments. -
  -

-


-
-

-BUGZILLA KNOWN BUGS

- -
or "These are all 'known bugs'. Whats the frickin' problem?"
- -
-

Q:  What bugs currently exist in bugzilla? -
A:  The answer is too long (and easily outdated) -to keep in this FAQ.  However, bugzilla is made for this, so just -try this -link. -

Q:  Groups don't quite work right yet... -
A:  Correct.  That's a current area of hacking.  -You may want to check out Loki's version of Bugzilla for some patches that -support the group functionality you need. -

Q:  Why can't I set "target milestone" to something other -than a number? -
A:  The concept of a target milestone was initially -that each group would have their own definition for what each target milestone -number is, but share a common pool of numbers.  Unfortunately, this -concept has proven confusing for new and experienced users alike.  -Someone needs to pick up the ball and run with "target milestone" so it -has the following features: -

-Q:  Why shouldn't I delete bugs? -
A:  If you allow bug deletion, you run the risk -of screwing up dependencies in your database.  While these aren't -always critical, it's sometimes tought to repair.  I recommend you -do not allow bug deletion. -
  -
  -

-


-
-

-BUGZILLA HACKING

- -
or "Who's this General Failure guy, and why is he trying to read -my hard drive?"
- -
-

Q: What's the best way to submit patches?  What -guidelines should I follow. -
A:  Tara summed this FAQ up nicely: -

"Well, I guess I'd better answer this, as I'm the one who's -supposed to be in charge of this stuff... -
I say, if you have a patch that is a bug fix or feature enhancement, -log a bug and attach the patch.  I've inherited almost 300 bugs from -the ownership transition, so I can't guarantee how soon I'll get to it, -but I'm steadily working my way through the bug list and trying to pay -special attention to all bugs that do come with patches. Secondly, if you'd -like faster feedback or better exposure, I'd post the bug number URL to -the newsgroup so more people can have a look and provide feedback, suggestions, -etc.  That way I think all bases are covered. Speaking for myself -in trying to be a good module owner, getting a new bug makes sure I -
don't lose track of your patch, so this makes it easier for me."
-Q:  What does the above mean for me when I want to -submit a bug? -
A:  Follow this procedure: -
    -
  1. -Enter -a bug into bugzilla.mozilla.org for the "Webtools" product, "Bugzilla" -component.
  2. - -
  3. -Upload your patch as a unified DIFF (or new source file) by clicking "Create -a new attachment" link on the bug page you've just created, and include -any descriptions of database changes you may make, into the bug ID you -submitted in step #1.
  4. - -
  5. -Announce your patch and the associated URL (http://bugzilla.mozilla.org/show_bug.cgi?id=XXXX) -for discussion in the newsgroup -(netscape.public/mozilla.webtools).  You'll get a really good, fairly -immediate reaction to the implications of your patch, which will also give -Tara an idea how well-received the change would be.
  6. - -
  7. -If it passes muster with minimal modification, Tara will put it into CVS.  -If you submit enough really good patches (I have no idea how much "enough" -is), you may be granted CVS write access.
  8. - -
  9. -Bask in the glory of the fact that YOU helped write the most successful -open-source bug-tracking software on the planet :)
  10. -
- -
-

-API

-
-Q:  I want to add a new form or module to Bugzilla.  -Where can I find API documention? -
A:  Right now, there really is none.  I plan -on writing copious documentation for what each file and module does, as -well how to program new .cgi's to use the functionality and present alternate -interfaces.  Right now, use the source. -

Q: What are the most-needed features? -
A:  Check out the Bugzilla Development Roadmap at -http://www.mozilla.org/projects/bugzilla/roadmap.html -
  -

-


-
-

-MAINTAINER & THIS DOCUMENT

- -
-

Q:  Why do you use this antiquated format for maintaining -the FAQ, instead of FAQ-O-Matic or (insert cool FAQ program here) -
A:  I'm actively seeking a better way to maintain -this.  It's easily maintainable in its current form, but as it grows -it will become much less so.  I'm interested in more options, but -don't want to lose control of the FAQ or be subjected to a page that's -a nest of hyperlinks and unprintable.  The FAQ-O-Matic tends to create -FAQ's that cannot be easily printed as one page, and not easily portable -to another format (particulary PDF).  One must be able to maintain -the FAQ as a single, printable document; if you know of a good system that -will fit the bill, let me know. -

Q: Who are you? -
A:  I'm Matthew P. Barnson, manager of Systems Administration -for Excite Business Applications -and -part-time Bugzilla hacker. -

Q: Why are you doing this? -
A:  I have nothing better to do with my time! -
  Seriously, I run a fairly large private Bugzilla database.  -I felt the need for some documentation to help other SysAdmins run this -thing.  There was nothing out there like it, so I decided to improve -what I'd written for internal documentation with more general questions -and release it to the public under the MPL.  I feel like the Mozilla -Webtools are far more in need of good documentation and a major architectural -rewrite than they are more hacks to support more features.  Since -I'm not qualified to write more than trivial hacks for Bugzilla if I were -to code, I figured doing some documentation would be A Good Thing. -

Q:  How are you affiliated with Mozilla.org? -
A:  I'm not, except I've been appointed the "Docs -Knight" for Bugzilla, and contribute documentation to other webtools. -

Q:  Where do those lame quotes in each section -heading come from? -
A:  Check out http://bugzilla.mozilla.org/data/comments.  -These are random quips added by people who use bugzilla.  I find them -endlessly entertaining. -

Q:  What other documentation is available? -
A:  I am personally attempting to address the numerous -documentation needs, including an Installation guide (based upon the README), -Administration Guide, Troubleshooting guide, Database Management Guide, -and Configuration Guide. -
  -

-


-
-

-THE END

- -
- - diff --git a/docs/README.docs b/docs/README.docs new file mode 100644 index 0000000000..08f6e8935b --- /dev/null +++ b/docs/README.docs @@ -0,0 +1,42 @@ +Welcome to the Bugzilla documentation project! +You'll find these directories and files here: + +README.docs # This README file +html/ # The compiled HTML docs from SGML sources (do not edit) +sgml/ # The original SGML doc sources (edit these) +txt/ # The compiled text docs from SGML sources +ps/ # The compiled PostScript docs from SGML sources +pdf/ # The compiled Adobe PDF docs from SGML sources + +A note about SGML: + The documentation is written in DocBook 3.1/4.1 SGML, and attempts to adhere +to the LinuxDoc standards everywhere applicable (http://www.linuxdoc.org). +Please consult "The LDP Author Guide" at linuxdoc.org for details on how +to set up your personal environment for compiling SGML files. + If you need to make corrections to typographical errors, or other minor +editing duties, feel free to use any text editor to make the changes. SGML +is not rocket science -- simply make sure your text appears between +appropriate tags (like This is a paragraph) and we'll be fine. +If you are making more extensive changes, please ensure you at least validate +your SGML before checking it in with something like: + nsgmls -s Bugzilla-Guide.sgml + + When you validate, please validate the master document (Bugzilla-Guide.sgml) +as well as the document you edited to ensure there are no critical errors. +The following errors are considered "normal" when validating with nsgmls + DTDDECL catalog entries are not supported + "DOCTYPE" declaration not allowed in instance + The reason these occur is that free sgml validators do not yet support +the DTDDECL catalog entries, and we've included DOCTYPE declarations in +entities referenced from Bugzilla-Guide.sgml so these entities can compile +individually, if necessary. I suppose I ought to comment them out at some +point... + + Thanks for taking the time to read these notes and consulting the +documentation. Please address comments and questions to the newsgroup: +news://news.mozilla.org/netscape/public/mozilla/webtools . + +Sincerely, + Matthew P. Barnson + The Bugzilla "Doc Knight" + barnboy@trilobyte.net diff --git a/docs/html/about.html b/docs/html/about.html new file mode 100644 index 0000000000..affb6046f9 --- /dev/null +++ b/docs/html/about.html @@ -0,0 +1,183 @@ +About This Guide
The Bugzilla Guide
PrevNext

Chapter 1. About This Guide

Table of Contents
1.1. Purpose and Scope of this Guide
1.2. Copyright Information
1.3. Disclaimer
1.4. New Versions
1.5. Credits
1.6. Contributors
1.7. Feedback
1.8. Translations
1.9. Document Conventions

PrevHomeNext
The Bugzilla Guide Purpose and Scope of this Guide
\ No newline at end of file diff --git a/docs/html/aboutthisguide.html b/docs/html/aboutthisguide.html new file mode 100644 index 0000000000..5e0ae6b675 --- /dev/null +++ b/docs/html/aboutthisguide.html @@ -0,0 +1,192 @@ +Purpose and Scope of this Guide
The Bugzilla Guide
PrevChapter 1. About This GuideNext

1.1. Purpose and Scope of this Guide

This document was started on September 17, 2000 + by Matthew P. Barnson after a great deal of procrastination updating the Bugzilla FAQ, + which I left untouched for nearly half a year. + After numerous complete rewrites and reformatting, it is the document you see today. +

Despite the lack of updates, Bugzilla is simply the best piece of bug-tracking software + the world has ever seen. This document is intended to be the comprehensive guide to + the installation, administration, maintenance, and use of the Bugzilla bug-tracking system. +

This release of the Bugzilla Guide is the 2.11 release. + It is so named that it may match the current version of Bugzilla. + The numbering tradition stems from that used for many free software projects, + in which even-numbered point releases (1.2, 1.14, etc.) + are considered "stable releases", intended for public consumption; on the other + hand, odd-numbered point releases (1.3, 2.09, etc.) + are considered unstable development releases intended + for advanced users, systems administrators, developers, and those who enjoy + a lot of pain. +

Newer revisions of the Bugzilla Guide will follow the numbering conventions of + the main-tree Bugzilla releases, available at + Mozilla.org, with + the exception that intermediate releases will have a minor revision number + following a period. For instance, if the current version of Bugzilla is 4.2, + the current "stable" version of the Bugzilla guide, in, say, it's fifth revision, + would be numbered "4.2.5". Got it? Good. +

I wrote this in response to the enormous demand for decent Bugzilla documentation. + I have incorporated instructions from the Bugzilla README, Frequently Asked Questions, + Database Schema Document, and various mailing lists to create it. + Chances are, there are glaring errors in this documentation; please contact + <barnboy@trilobyte.net> to correct them. +


PrevHomeNext
About This GuideUpCopyright Information
\ No newline at end of file diff --git a/docs/html/administration.html b/docs/html/administration.html new file mode 100644 index 0000000000..0ea5a2ebbf --- /dev/null +++ b/docs/html/administration.html @@ -0,0 +1,214 @@ +Administering Bugzilla
The Bugzilla Guide
PrevNext

Chapter 3. Administering Bugzilla

Table of Contents
3.1. Post-Installation Checklist
3.2. User Administration
3.2.1. Creating the Default User
3.2.2. Managing Other Users
3.3. Product, Component, Milestone, and Version Administration
3.3.1. Products
3.3.2. Components
3.3.3. Versions
3.3.4. Milestones
3.3.5. Voting
3.3.6. Groups and Group Security
3.4. Bugzilla Security
Or, I just got this cool thing installed. Now what the heck do I do with it?

So you followed the README isntructions to the letter, and +just logged into bugzilla with your super-duper god account and you are sitting at the query +screen. Yet, you have nothing to query. Your first act of bisuness needs to be to setup the +operating parameters for bugzilla.


PrevHomeNext
Win32 (Win98+/NT/2K) Installation Post-Installation Checklist
\ No newline at end of file diff --git a/docs/html/bonsai.html b/docs/html/bonsai.html new file mode 100644 index 0000000000..e37bf3ca3c --- /dev/null +++ b/docs/html/bonsai.html @@ -0,0 +1,138 @@ +Bonsai
The Bugzilla Guide
PrevChapter 5. Integrating Bugzilla with Third-Party ToolsNext

5.1. Bonsai

We need Bonsai integration information.


PrevHomeNext
Integrating Bugzilla with Third-Party ToolsUpCVS
\ No newline at end of file diff --git a/docs/html/bugprobs.html b/docs/html/bugprobs.html new file mode 100644 index 0000000000..0cec6a90a6 --- /dev/null +++ b/docs/html/bugprobs.html @@ -0,0 +1,211 @@ +Bug Issues
The Bugzilla Guide
PrevChapter 6. The Future of BugzillaNext

6.4. Bug Issues

1. Inline Bug Changes
+
+Why do I see so many "moving to M5" and "reassigning to blahblah"
+messages, and in other circumstances none are entered?  Why aren't these
+automatically generated?  A comment should be only necessary when there
+is something to add, and if I'm not interested in this sort of
+information, I should be able to hide it.
+
+At the moment we're in a hybrid world where we don't get everything, but
+we can't get rid of the bug change "messages" either.  Furthermore,
+"View Bug Activity" requires me to manually cross reference events on
+another page, rather than being able to visually see the chronological
+order.  Shouldn't I be able to see all the information on one page?
+
+A proposal to allow bugs to be shown either way is at
+"http://bugzilla.mozilla.org/show_bug.cgi?id=11368".
+
+2.  Hard Wrapping Comments
+
+One thing that annoys me is the fact that comments are "hard wrapped" to
+a certain column width.  This is a mistake Internet Mail and News has
+made, unlike every word processor in existence, and as a consequence,
+Usenet suffers to this day from bad software.  Why has Bugzilla repeated
+the problem?
+
+Hard wrapping to a certain column width is open to abuse (see old
+Mozilla browsers that didn't wrap properly, resulting in many ugly bug
+reports we have to read to this day), and furthermore doesn't expand to
+fill greater screen sizes.  I'm also under the impression the current
+hard wrap uses a non-standard HTML facility.  See
+"http://bugzilla.mozilla.org/show_bug.cgi?id=11901".
+
+3. REMIND and LATER Are Evil
+
+I really hate REMIND and LATER.  Not because they mean something
+won't be implemented, but because they aren't the best solutions.
+
+Why are they bad?  Well, basically because they are not resolved, yet
+they are marked as such.  Hence queries have to be well crafted to
+include them.
+
+LATER, according to Bugzilla, means it won't be done this release. 
+There is a better mechanism of doing this, that is assigning to
+nobody@mozilla.org and making the milestone blank.  It's more likely to
+appear in a casual query, and it doesn't resolve the bug.
+
+REMIND, according to Bugzilla, means it might still be implemented this
+release.  Well, why not just move it to a later milestone then?  You're
+a lot less likely to forget it.  If it's really needed, a keyword would
+be better.
+
+Some people can't use blank milestones to mean an untargetted milestone,
+since they use this to assess new bugs that have no target.  Hence, it
+would be nice to distinguish between bugs that have not yet been
+considered, and those that really are not assigned to any milestone in
+the future (assumedly beyond).
+
+All this is covered at
+"http://bugzilla.mozilla.org/show_bug.cgi?id=13534".
+
+4. Create An Enhancement Field
+
+Currently enhancement is an option in severity.  This means that
+important enhancements (like for example, POP3 support) are not properly
+distinguished as such, because they need a proper severity.  This
+dilutes the meaning of enhancement.
+
+If enhancement was separated, we could properly see what was an
+enhancement.  See "http://bugzilla.mozilla.org/show_bug.cgi?id=9412".  I
+see keywords like [RFE] and [FEATURE] that seem to be compensating for
+this problem.


PrevHomeNext
Description Flags and Tracking BugsUpDatabase Integrity
\ No newline at end of file diff --git a/docs/html/bz30.html b/docs/html/bz30.html new file mode 100644 index 0000000000..6392404170 --- /dev/null +++ b/docs/html/bz30.html @@ -0,0 +1,138 @@ +Bugzilla 3.0
The Bugzilla Guide
PrevChapter 6. The Future of BugzillaNext

6.6. Bugzilla 3.0

One day, Bugzilla 3.0 will have lots of cool stuff.


PrevHomeNext
Database IntegrityUpThe Bugzilla FAQ
\ No newline at end of file diff --git a/docs/html/cleanupwork.html b/docs/html/cleanupwork.html new file mode 100644 index 0000000000..476c2ce1be --- /dev/null +++ b/docs/html/cleanupwork.html @@ -0,0 +1,155 @@ +Cleaning up after mucking with Bugzilla
The Bugzilla Guide
PrevAppendix B. The Bugzilla DatabaseNext

B.4. Cleaning up after mucking with Bugzilla

Contributed by Eric Hansen:
+There are several things, and one trick.  There is a small tiny piece of
+documentation I saw once that said something very important.
+1)  After pretty much any manual working of the Mysql db, you must
+delete a file in the bugzilla directory: data/versioncache
+Versioncache basically is a way to speed up bugzilla (from what I
+understand).  It stores a lot of commonly used information.  However,
+this file is refreshed every so often (I can't remember the time
+interval though).  So eventually all changes do propogate out, so you
+may see stuff suddenly working.
+2)  Assuming that failed, you will also have to check something with the
+checksetup.pl file.  It actually is run twice.  The first time it
+creates the file: localconfig.  You can modify localconfig, (or not if
+you are doing bug_status stuff) or you should delete localconfig and
+rerun your modified checksetup.pl.  Since I don't actually see anything
+in localconfig pertaining to bug_status, this point is mainly a FYI.
+    


PrevHomeNext
MySQL Permissions & Grant TablesUpUseful Patches and Utilities for Bugzilla
\ No newline at end of file diff --git a/docs/html/cmdline.html b/docs/html/cmdline.html new file mode 100644 index 0000000000..351fc68ed4 --- /dev/null +++ b/docs/html/cmdline.html @@ -0,0 +1,262 @@ +Command-line Bugzilla Queries
The Bugzilla Guide
PrevAppendix C. Useful Patches and Utilities for BugzillaNext

C.2. Command-line Bugzilla Queries

Users can query Bugzilla from the command line using + this suite of utilities. +

The query.conf file contains the mapping from options to field + names and comparison types. Quoted option names are "grepped" for, so + it should be easy to edit this file. Comments (#) have no effect; you + must make sure these lines do not contain any quoted "option" +

buglist is a shell script which submits a Bugzilla query and writes the + resulting HTML page to stdout. It supports both short options, + (such as "-Afoo" or "-Rbar") and long options (such as + "--assignedto=foo" or "--reporter=bar"). If the first character + of an option is not "-", it is treated as if it were prefixed + with "--default=". +

The columlist is taken from the COLUMNLIST environment variable. + This is equivalent to the "Change Columns" option when you list + bugs in buglist.cgi. If you have already used Bugzilla, use + grep COLUMLIST ~/.netscape/cookies to see + your current COLUMNLIST setting. +

bugs is a simple shell script which calls buglist and extracts + the bug numbers from the output. Adding the prefix + "http://bugzilla.mozilla.org/buglist.cgi?bug_id=" + turns the bug list into a working link if any bugs are found. + Counting bugs is easy. Pipe the results through + sed -e 's/,/ /g' | wc | awk '{printf $2 "\n"}' +

Akkana says she has good results piping buglist output through + w3m -T text/html -dump +

  1. Download three files: +

    1. bash$ + wget -O query.conf 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26157' + +

    2. bash$ + wget -O buglist 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26944' + +

    3. bash# + wget -O bugs 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26215' + +

  2. Make your utilities executable: + bash$ + chmod u+x buglist bugs + +


PrevHomeNext
The setperl.pl UtilityUpThe Quicksearch Utility
\ No newline at end of file diff --git a/docs/html/contributors.html b/docs/html/contributors.html new file mode 100644 index 0000000000..8963b7dfab --- /dev/null +++ b/docs/html/contributors.html @@ -0,0 +1,142 @@ +Contributors
The Bugzilla Guide
PrevChapter 1. About This GuideNext

1.6. Contributors

Thanks go to these people for significant contributions to this documentation: +

Zach Lipton, Andrew Pearson, Spencer Smith, Eric Hansen +


PrevHomeNext
CreditsUpFeedback
\ No newline at end of file diff --git a/docs/html/conventions.html b/docs/html/conventions.html new file mode 100644 index 0000000000..30d7e23c1e --- /dev/null +++ b/docs/html/conventions.html @@ -0,0 +1,419 @@ +Document Conventions
The Bugzilla Guide
PrevChapter 1. About This GuideNext

1.9. Document Conventions

This document uses the following conventions +

DescriptionsAppearance
Warnings

Caution

Warnings.

Hint

Tip: Hint.

Notes

Note: Note.

Information requiring special attention

Warning

Warning.

File Namesfile.extension
Directory Namesdirectory
Commands to be typedcommand
Applications Namesapplication
Prompt of users command under bash shellbash$
Prompt of root users command under bash shellbash#
Prompt of user command under tcsh shelltcsh$
Environment VariablesVARIABLE
Emphasized wordword
Code Example
<para>Beginning and end of paragraph</para>


PrevHomeNext
TranslationsUpInstalling Bugzilla
\ No newline at end of file diff --git a/docs/html/copyright.html b/docs/html/copyright.html new file mode 100644 index 0000000000..8e3211828b --- /dev/null +++ b/docs/html/copyright.html @@ -0,0 +1,190 @@ +Copyright Information
The Bugzilla Guide
PrevChapter 1. About This GuideNext

1.2. Copyright Information

 

Permission is granted to copy, distribute and/or modify this document under thei + terms of the GNU Free Documentation License, Version 1.1 or any later version published + by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and + with no Back-Cover Texts. A copy of the license is included in the section entitled + "GNU Free Documentation LIcense". +

 
--Copyright (c) 2000-2001 Matthew P. Barnson 

If you have any questions regarding this document, its' copyright, or publishing this + document in non-electronic form, please contact <barnboy@trilobyte.net> +


PrevHomeNext
Purpose and Scope of this GuideUpDisclaimer
\ No newline at end of file diff --git a/docs/html/credits.html b/docs/html/credits.html new file mode 100644 index 0000000000..9810c81f34 --- /dev/null +++ b/docs/html/credits.html @@ -0,0 +1,187 @@ +Credits
The Bugzilla Guide
PrevChapter 1. About This GuideNext

1.5. Credits

The people listed below have made enormous contributions to the creation + of this Guide, through their dedicated hacking efforts, + numerous e-mail and IRC support sessions, + and overall excellent contribution to the Bugzilla community: +

Terry Weissman + for initially converting Bugzilla from BugSplat! + and writing the README upon which this documentation is largely based. +

Tara Hernandez + for keeping Bugzilla development going strong after Terry left Mozilla.org +

Dave Lawrence + for providing insight into the key differences between Red Hat's + customized Bugzilla, and being largely responsible for the + "Red Hat Bugzilla" appendix +

Dawn Endico + for being a hacker extraordinaire and putting up with my incessant + questions and arguments on irc.mozilla.org in #mozwebtools +

Last but not least, all the members of the + netscape.public.mozilla.webtools newsgroup. Without your + discussions, insight, suggestions, and patches, this could never have happened. +


PrevHomeNext
New VersionsUpContributors
\ No newline at end of file diff --git a/docs/html/cvs.html b/docs/html/cvs.html new file mode 100644 index 0000000000..c0a241defd --- /dev/null +++ b/docs/html/cvs.html @@ -0,0 +1,138 @@ +CVS
The Bugzilla Guide
PrevChapter 5. Integrating Bugzilla with Third-Party ToolsNext

5.2. CVS

We need CVS integration information


PrevHomeNext
BonsaiUpPerforce SCM
\ No newline at end of file diff --git a/docs/html/database.html b/docs/html/database.html new file mode 100644 index 0000000000..ca2908b921 --- /dev/null +++ b/docs/html/database.html @@ -0,0 +1,168 @@ +The Bugzilla Database
The Bugzilla Guide
PrevNext

Appendix B. The Bugzilla Database

Table of Contents
B.1. Database Schema Chart
B.2. MySQL Bugzilla Database Introduction
B.3. MySQL Permissions & Grant Tables
B.4. Cleaning up after mucking with Bugzilla

Note: This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers?


PrevHomeNext
The Bugzilla FAQ Database Schema Chart
\ No newline at end of file diff --git a/docs/html/dbaseintegrity.html b/docs/html/dbaseintegrity.html new file mode 100644 index 0000000000..e8b6363c03 --- /dev/null +++ b/docs/html/dbaseintegrity.html @@ -0,0 +1,179 @@ +Database Integrity
The Bugzilla Guide
PrevChapter 6. The Future of BugzillaNext

6.5. Database Integrity

Bugzilla could be more proactive in detecting suboptimal situations and
+prevent them or whine about them.
+
+1. Bugzilla Crime #1: Marking A Bug Fixed With Unresolved Dependencies
+
+It can't be marked fixed with unresolved dependencies.  Either mark it
+INVALID (tracking bugs), fix the dependencies at the same time, or
+resolve the blockers.
+
+See "http://bugzilla.mozilla.org/show_bug.cgi?id=24496".
+
+2. Keyword Restrictions
+
+Some keywords should only apply in certain circumstances, eg beta1 =>
+Milestone <
+M14, css1 => Component = Style System are possibilities.  See
+"http://bugzilla.mozilla.org/show_bug.cgi?id=26940".
+
+3. Whine About Old Votes
+
+Old votes can just sit on resolved bugs.  This is problematic with
+duplicates especially.  Automatic transferral/removal is not
+appropriate since bugs can be reopened, but a whining solution might
+work.  See "http://bugzilla.mozilla.org/show_bug.cgi?id=27553".
+
+4. Whine And Warn About Milestone Mismatches
+
+Here's a fun one.  Bug X (M17) depends on Bug Y (M15).  Bug Y gets moved
+out to M19.  The notification to the assignee of Bug X gets ignored (of
+course) and Bug X is now due to be fixed before one of its blockers.
+
+Warnings about this when it is detected as well as whining about it in
+email would help bring these issues to the attention of people sooner.
+
+Note that this would be less of a problem if we didn't have so many
+tracking bugs since they aren't updated that often and often have this
+problem.
+
+See "http://bugzilla.mozilla.org/show_bug.cgi?id=16743".


PrevHomeNext
Bug IssuesUpBugzilla 3.0
\ No newline at end of file diff --git a/docs/html/dbdoc.html b/docs/html/dbdoc.html new file mode 100644 index 0000000000..b6cefe965d --- /dev/null +++ b/docs/html/dbdoc.html @@ -0,0 +1,509 @@ +MySQL Bugzilla Database Introduction
The Bugzilla Guide
PrevAppendix B. The Bugzilla DatabaseNext

B.2. MySQL Bugzilla Database Introduction


+Contributor(s):  Matthew P. Barnson (mbarnson@excitehome.net)
+
+Last update: May 16, 2000
+
+Changes:
+Version 1.0: Initial public release (May 16, 2000)
+
+Maintainer:  Matthew P. Barnson (mbarnson@excitehome.net)
+
+
+===
+Table Of Contents
+===
+
+FOREWORD
+INTRODUCTION
+THE BASICS
+THE TABLES
+THE DETAILS
+
+
+
+===
+FOREWORD
+===
+
+  This information comes straight from my life.  I was forced to learn how
+Bugzilla organizes database because of nitpicky requests from users for tiny
+changes in wording, rather than having people re-educate themselves or
+figure out how to work our procedures around the tool.  It sucks, but it can
+and will happen to you, so learn how the schema works and deal with it when it
+comes.
+
+  I'm sorry this version is plain text.  I can whip this info out a lot faster
+if I'm not concerned about complex formatting.  I'll get it into sgml for easy
+portability as time permits.
+
+  The Bugzilla Database Schema has a home!  In addition to availability via CVS
+and released versions 2.12 and higher of Bugzilla, you can find the latest &
+greatest version of the Bugzilla Database Schema at
+http://www.trilobyte.net/barnsons/. This is a living document; please be sure
+you are up-to-date with the latest version before mirroring.
+
+  The Bugzilla Database Schema is designed to provide vital information
+regarding the structure of the MySQL database.  Where appropriate, this
+document will refer to URLs rather than including documents in their entirety
+to ensure completeness even should this paper become out of date.
+
+  This document is not maintained by Netscape or Netscape employees, so please
+do not contact them regarding errors or omissions contained herein. Please
+direct all questions, comments, updates, flames, etc. to Matthew P. Barnson
+mbarnson@excitehome.net) (barnboy or barnhome on irc.mozilla.org in
+#mozwebtools).
+
+  I'm sure I've made some glaring errors or omissions in this paper -- please
+email me corrections or post corrections to the
+netscape.public.mozilla.webtools newsgroup.
+
+
+
+===
+INTRODUCTION
+===
+
+
+
+  So, here you are with your brand-new installation of Bugzilla.  You've got
+MySQL set up, Apache working right, Perl DBI and DBD talking to the database
+flawlessly.  Maybe you've even entered a few test bugs to make sure email's
+working; people seem to be notified of new bugs and changes, and you can
+enter and edit bugs to your heart's content.  Perhaps you've gone through the
+trouble of setting up a gateway for people to submit bugs to your database via
+email, have had a few people test it, and received rave reviews from your beta
+testers.
+
+  What's the next thing you do?  Outline a training strategy for your
+development team, of course, and bring them up to speed on the new tool you've
+labored over for hours.
+
+  Your first training session starts off very well!  You have a captive
+audience which seems enraptured by the efficiency embodied in this thing called
+"Bugzilla".  You are caught up describing the nifty features, how people can
+save favorite queries in the database, set them up as headers and footers on
+their pages, customize their layouts, generate reports, track status with
+greater efficiency than ever before, leap tall buildings with a single bound
+and rescue Jane from the clutches of Certain Death!
+
+  But Certain Death speaks up -- a tiny voice, from the dark corners of the
+conference room.  "I have a concern," the voice hisses from the darkness,
+"about the use of the word 'verified'.
+
+  The room, previously filled with happy chatter, lapses into reverential
+silence as Certain Death (better known as the Vice President of Software
+Engineering) continues.  "You see, for two years we've used the word 'verified'
+to indicate that a developer or quality assurance engineer has confirmed that,
+in fact, a bug is valid. I don't want to lose two years of training to a
+new software product.  You need to change the bug status of 'verified' to
+'approved' as soon as possible. To avoid confusion, of course."
+
+  Oh no!  Terror strikes your heart, as you find yourself mumbling "yes, yes, I
+don't think that would be a problem," You review the changes with Certain
+Death, and continue to jabber on, "no, it's not too big a change. I mean, we
+have the source code, right? You know, 'Use the Source, Luke' and all that...
+no problem," All the while you quiver inside like a beached jellyfish bubbling,
+burbling, and boiling on a hot Jamaican sand dune...
+
+  Thus begins your adventure into the heart of Bugzilla.  You've been forced
+to learn about non-portable enum() fields, varchar columns, and tinyint
+definitions. The Adventure Awaits You!
+
+
+
+===
+The Basics
+===
+
+  If you were like me, at this point you're totally clueless about the
+internals of MySQL, and if it weren't for this executive order from the Vice
+President you couldn't care less about the difference between a "bigint" and a
+"tinyint" entry in MySQL.  I'd refer you first to the MySQL documentation,
+available at http://www.mysql.com/doc.html, but that's mostly a confusing
+morass of high-level database jargon.  Here are the basics you need to know
+about the database to proceed:
+
+1.  To connect to your database, type "mysql -u root" at the command prompt as
+any user. If this works without asking you for a password, SHAME ON YOU!  You
+should have locked your security down like the README told you to.  You can
+find details on locking down your database in the Bugzilla FAQ in this
+directory (under "Security"), or more robust security generalities in the
+MySQL searchable documentation at
+http://www.mysql.com/php/manual.php3?section=Privilege_system .
+
+2.  You should now be at a prompt that looks like this:
+
+mysql>
+
+ At the prompt, if "bugs" is the name of your Bugzilla database, type:
+
+mysql> use bugs;
+
+ (don't forget the ";" at the end of each line, or you'll be kicking yourself
+all the way through this documentation)
+  Young Grasshopper, you are now ready for the unveiling of the Bugzilla
+database, in the next section...
+
+
+
+===
+THE TABLES
+===
+
+  Imagine your MySQL database as a series of spreadsheets, and you won't be too
+far off.  If you use this command:
+
+mysql> show tables from bugs;
+
+ you'll be able to see all the "spreadsheets" (tables) in your database.  Cool,
+huh?  It's kinda' like a filesystem, only much faster and more robust.  Come
+on, I'll show you more!
+
+  From the command issued above, you should now have some output that looks
+like this:
+
++-------------------+
+| Tables in bugs    |
++-------------------+
+| attachments       |
+| bugs              |
+| bugs_activity     |
+| cc                |
+| components        |
+| dependencies      |
+| fielddefs         |
+| groups            |
+| keyworddefs       |
+| keywords          |
+| logincookies      |
+| longdescs         |
+| milestones        |
+| namedqueries      |
+| products          |
+| profiles          |
+| profiles_activity |
+| shadowlog         |
+| versions          |
+| votes             |
+| watch             |
++-------------------+
+
+
+          If it doesn't look quite the same, that probably means it's time to
+update this documentation :)
+
+  Here's an overview of what each table does.  Most columns in each table have
+descriptive names that make it fairly trivial to figure out their jobs.
+
+attachments: This table stores all attachments to bugs.  It tends to be your
+largest table, yet also generally has the fewest entries because file
+attachments are so (relatively) large.
+
+bugs:  This is the core of your system.  The bugs table stores most of the
+current information about a bug, with the exception of the info stored in the
+other tables.
+
+bugs_activity:  This stores information regarding what changes are made to bugs
+when -- a history file.
+
+cc:  This tiny table simply stores all the CC information for any bug which has
+any entries in the CC field of the bug.  Note that, like most other tables in
+Bugzilla, it does not refer to users by their user names, but by their unique
+userid, stored as a primary key in the profiles table.
+
+components: This stores the programs and components (or products and
+components, in newer Bugzilla parlance) for Bugzilla.  Curiously, the "program"
+(product) field is the full name of the product, rather than some other unique
+identifier, like bug_id and user_id are elsewhere in the database.
+
+dependencies: Stores data about those cool dependency trees.
+
+fielddefs:  A nifty table that defines other tables.  For instance, when you
+submit a form that changes the value of "AssignedTo" this table allows
+translation to the actual field name "assigned_to" for entry into MySQL.
+
+groups:  defines bitmasks for groups.  A bitmask is a number that can uniquely
+identify group memberships.  For instance, say the group that is allowed to
+tweak parameters is assigned a value of "1", the group that is allowed to edit
+users is assigned a "2", and the group that is allowed to create new groups is
+assigned the bitmask of "4".  By uniquely combining the group bitmasks (much
+like the chmod command in UNIX,) you can identify a user is allowed to tweak
+parameters and create groups, but not edit users, by giving him a bitmask of
+"5", or a user allowed to edit users and create groups, but not tweak
+parameters, by giving him a bitmask of "6" Simple, huh?
+  If this makes no sense to you, try this at the mysql prompt:
+mysql> select * from groups;
+  You'll see the list, it makes much more sense that way.
+
+keyworddefs:  Definitions of keywords to be used
+
+keywords: Unlike what you'd think, this table holds which keywords are
+associated with which bug id's.
+
+logincookies: This stores every login cookie ever assigned to you for every
+machine you've ever logged into Bugzilla from.  Curiously, it never does any
+housecleaning -- I see cookies in this file I've not used for months.  However,
+since Bugzilla never expires your cookie (for convenience' sake), it makes
+sense.
+
+longdescs:  The meat of bugzilla -- here is where all user comments are stored!
+You've only got 2^24 bytes per comment (it's a mediumtext field), so speak
+sparingly -- that's only the amount of space the Old Testament from the Bible
+would take (uncompressed, 16 megabytes).  Each comment is keyed to the
+bug_id to which it's attached, so the order is necessarily chronological, for
+comments are played back in the order in which they are received.
+
+milestones:  Interesting that milestones are associated with a specific product
+in this table, but Bugzilla does not yet support differing milestones by
+product through the standard configuration interfaces.
+
+namedqueries:  This is where everybody stores their "custom queries".  Very
+cool feature; it beats the tar out of having to bookmark each cool query you
+construct.
+
+products:  What products you have, whether new bug entries are allowed for the
+product, what milestone you're working toward on that product, votes, etc.  It
+will be nice when the components table supports these same features, so you
+could close a particular component for bug entry without having to close an
+entire product...
+
+profiles:  Ahh, so you were wondering where your precious user information was
+stored?  Here it is!  With the passwords in plain text for all to see! (but
+sshh... don't tell your users!)
+
+profiles_activity:  Need to know who did what when to who's profile?  This'll
+tell you, it's a pretty complete history.
+
+shadowlog:  I could be mistaken here, but I believe this table tells you when
+your shadow database is updated and what commands were used to update it.  We
+don't use a shadow database at our site yet, so it's pretty empty for us.
+
+versions:  Version information for every product
+
+votes:  Who voted for what when
+
+watch:  Who (according to userid) is watching who's bugs (according to their
+userid).
+
+
+===
+THE DETAILS
+===
+
+  Ahh, so you're wondering just what to do with the information above?  At the
+mysql prompt, you can view any information about the columns in a table with
+this command (where "table" is the name of the table you wish to view):
+
+mysql> show columns from table;
+
+  You can also view all the data in a table with this command:
+
+mysql> select * from table;
+
+  -- note: this is a very bad idea to do on, for instance, the "bugs" table if
+you have 50,000 bugs.  You'll be sitting there a while until you ctrl-c or
+50,000 bugs play across your screen.
+
+  You can limit the display from above a little with the command, where
+"column" is the name of the column for which you wish to restrict information:
+
+mysql> select * from table where (column = "some info");
+
+  -- or the reverse of this
+
+mysql> select * from table where (column != "some info");
+
+  Let's take our example from the introduction, and assume you need to change
+the word "verified" to "approved" in the resolution field.  We know from the
+above information that the resolution is likely to be stored in the "bugs"
+table. Note we'll need to change a little perl code as well as this database
+change, but I won't plunge into that in this document. Let's verify the
+information is stored in the "bugs" table:
+
+mysql> show columns from bugs
+
+  (exceedingly long output truncated here)
+| bug_status| enum('UNCONFIRMED','NEW','ASSIGNED','REOPENED','RESOLVED','VERIFIED','CLOSED')||MUL | UNCONFIRMED||
+
+  Sorry about that long line.  We see from this that the "bug status" column is
+an "enum field", which is a MySQL peculiarity where a string type field can
+only have certain types of entries.  While I think this is very cool, it's not
+standard SQL.  Anyway, we need to add the possible enum field entry
+'APPROVED' by altering the "bugs" table.
+
+mysql> ALTER table bugs CHANGE bug_status bug_status
+    -> enum("UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED",
+    -> "VERIFIED", "APPROVED", "CLOSED") not null;
+
+    (note we can take three lines or more -- whatever you put in before the
+semicolon is evaluated as a single expression)
+
+Now if you do this:
+
+mysql> show columns from bugs;
+
+  you'll see that the bug_status field has an extra "APPROVED" enum that's
+available!  Cool thing, too, is that this is reflected on your query page as
+well -- you can query by the new status.  But how's it fit into the existing
+scheme of things?
+  Looks like you need to go back and look for instances of the word "verified"
+in the perl code for Bugzilla -- wherever you find "verified", change it to
+"approved" and you're in business (make sure that's a case-insensitive search).
+Although you can query by the enum field, you can't give something a status
+of "APPROVED" until you make the perl changes.   Note that this change I
+mentioned can also be done by editing checksetup.pl, which automates a lot of
+this.  But you need to know this stuff anyway, right?
+
+  I hope this database tutorial has been useful for you.  If you have comments
+to add, questions, concerns, etc. please direct them to
+mbarnson@excitehome.net.  Please direct flames to /dev/null :)  Have a nice
+day!
+
+
+
+===
+LINKS
+===
+
+Great MySQL tutorial site:
+http://www.devshed.com/Server_Side/MySQL/
+
+    


PrevHomeNext
Database Schema ChartUpMySQL Permissions & Grant Tables
\ No newline at end of file diff --git a/docs/html/dbschema.html b/docs/html/dbschema.html new file mode 100644 index 0000000000..87407b5731 --- /dev/null +++ b/docs/html/dbschema.html @@ -0,0 +1,153 @@ +Database Schema Chart
The Bugzilla Guide
PrevAppendix B. The Bugzilla DatabaseNext

B.1. Database Schema Chart

Bugzilla database relationships chart

+


PrevHomeNext
The Bugzilla DatabaseUpMySQL Bugzilla Database Introduction
\ No newline at end of file diff --git a/docs/html/dbschema.jpg b/docs/html/dbschema.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17e2422e58a7f4ef2680cde4c8b89fdeb351e2a6 GIT binary patch literal 220048 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�vQp;3{W)1 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%0A|5z+{$^@x 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
The Bugzilla Guide
PrevChapter 1. About This GuideNext


PrevHomeNext
Copyright InformationUpNew Versions
\ No newline at end of file diff --git a/docs/html/faq.html b/docs/html/faq.html new file mode 100644 index 0000000000..904dbed905 --- /dev/null +++ b/docs/html/faq.html @@ -0,0 +1,3514 @@ +The Bugzilla FAQ
The Bugzilla Guide
PrevNext

Appendix A. The Bugzilla FAQ

1. General Questions
A.1.1. Where can I find information about Bugzilla?
A.1.2. What license is Bugzilla distributed under? +
A.1.3. How do I get commercial support for Bugzilla? +
A.1.4. What major companies or projects are currently using Bugzilla + for bug-tracking? +
A.1.5. Who maintains Bugzilla? +
A.1.6. How does Bugzilla stack up against other bug-tracking databases? +
A.1.7. How do I change my user name in Bugzilla? +
A.1.8. Why doesn't Bugzilla offer this or that feature or compatability + with this other tracking software? +
A.1.9. Why MySQL? I'm interested in seeing Bugzilla run on + Oracle/Sybase/Msql/PostgreSQL/MSSQL? +
A.1.10. Why do the scripts say "/usr/bonsaitools/bin/perl" instead of + "/usr/bin/perl" or something else? +
2. Red Hat Bugzilla
A.2.1. What about Red Hat Bugzilla? +
A.2.2. What are the primary benefits of Red Hat Bugzilla? +
A.2.3. What's the current status of Red Hat Bugzilla? +
3. Loki Bugzilla (AKA Fenris)
A.3.1. What about Loki Bugzilla? +
A.3.2. Who maintains Fenris (Loki Bugzilla) now? +
A.3.3. +
4. Pointy-Haired-Boss Questions
A.4.1. Is Bugzilla web-based or do you have to have specific software or + specific operating system on your machine? +
A.4.2. Has anyone you know of already done any Bugzilla integration with + Perforce (SCM software)? +
A.4.3. Does Bugzilla allow the user to track multiple projects? +
A.4.4. If I am on many projects, and search for all bugs assigned to me, will + Bugzilla list them for me and allow me to sort by project, severity etc? +
A.4.5. Does Bugzilla allow attachments (text, screenshots, urls etc)? If yes, + are there any that are NOT allowed? +
A.4.6. Does Bugzilla allow us to define our own priorities and levels? Do we + have complete freedom to change the labels of fields and format of them, and + the choice of acceptable values? +
A.4.7. Does Bugzilla provide any reporting features, metrics, graphs, etc? You + know, the type of stuff that management likes to see. :) +
A.4.8. Is there email notification and if so, what do you see when you get an + email? Do you see bug number and title or is it only the number? +
A.4.9. Can email notification be set up to send to multiple + people, some on the To List, CC List, BCC List etc? +
A.4.10. If there is email notification, do users have to have any particular + type of email application? +
A.4.11. If I just wanted to track certain bugs, as they go through life, can I + set it up to alert me via email whenever that bug changes, whether it be + owner, status or description etc.? +
A.4.12. Does Bugzilla allow data to be imported and exported? If I had outsiders + write up a bug report using a MS Word bug template, could that template be + imported into "matching" fields? If I wanted to take the results of a query + and export that data to MS Excel, could I do that? +
A.4.13. Does Bugzilla allow fields to be added, changed or deleted? If I want to + customize the bug submission form to meet our needs, can I do that using our + terminology? +
A.4.14. Has anyone converted Bugzilla to another language to be used in other + countries? Is it localizable? +
A.4.15. Can a user create and save reports? Can they do this in Word format? + Excel format? +
A.4.16. Can a user re-run a report with a new project, same query? +
A.4.17. Can a user modify an existing report and then save it into another name? +
A.4.18. Does Bugzilla have the ability to search by word, phrase, compound + search? +
A.4.19. Can the admin person establish separate group and individual user + privileges? +
A.4.20. Does Bugzilla provide record locking when there is simultaneous access + to the same bug? Does the second person get a notice that the bug is in use + or how are they notified? +
A.4.21. Are there any backup features provided? +
A.4.22. Can users be on the system while a backup is in progress? +
A.4.23. What type of human resources are needed to be on staff to install and + maintain Bugzilla? Specifically, what type of skills does the person need to + have? I need to find out if we were to go with Bugzilla, what types of + individuals would we need to hire and how much would that cost vs buying an + "Out-of-the-Box" solution. +
A.4.24. What time frame are we looking at if we decide to hire people to install + and maintain the Bugzilla? Is this something that takes hours or weeks to + install and a couple of hours per week to maintain and customize or is this + a multi-week install process, plus a full time job for 1 person, 2 people, + etc? +
A.4.25. Is there any licensing fee or other fees for using Bugzilla? Any + out-of-pocket cost other than the bodies needed as identified above? +
5. Bugzilla Installation
A.5.1. How do I download and install Bugzilla? +
A.5.2. How do I install Bugzilla on Windows NT? +
A.5.3. Is there an easy way to change the Bugzilla cookie name? +
6. Bugzilla Security
A.6.1. How do I completely disable MySQL security if it's giving me problems + (I've followed the instructions in the README!)? +
A.6.2. Are there any security problems with Bugzilla? +
A.6.3. I've implemented the security fixes mentioned in Chris Yeh's security + advisory of 5/10/2000 advising not to run MySQL as root, and am running into + problems with MySQL no longer working correctly. +
7. Bugzilla Email
A.7.1. I have a user who doesn't want to receive any more email from Bugzilla. + How do I stop it entirely for this user? +
A.7.2. I'm evaluating/testing Bugzilla, and don't want it to send email to + anyone but me. How do I do it? +
A.7.3. I want whineatnews.pl to whine at something more, or other than, only new + bugs. How do I do it? +
A.7.4. I don't like/want to use Procmail to hand mail off to bug_email.pl. + What alternatives do I have? +
A.7.5. How do I set up the email interface to submit/change bugs via email? +
A.7.6. Email takes FOREVER to reach me from bugzilla -- it's extremely slow. + What gives? +
A.7.7. How come email never reaches me from bugzilla changes? +
8. Bugzilla Database
A.8.1. I've heard Bugzilla can be used with Oracle? +
A.8.2. Bugs are missing from queries, but exist in the database (and I can pull + them up by specifying the bug ID). What's wrong? +
A.8.3. I think my database might be corrupted, or contain invalid entries. What + do I do? +
A.8.4. I want to manually edit some entries in my database. How? +
A.8.5. I try to add myself as a user, but Bugzilla always tells me my password is wrong. +
A.8.6. I think I've set up MySQL permissions correctly, but bugzilla still can't + connect. +
A.8.7. How do I synchronize bug information among multiple different Bugzilla + databases? +
A.8.8. Why do I get bizarre errors when trying to submit data, particularly problems + with "groupset"? +
A.8.9. How come even after I delete bugs, the long descriptions show up? +
9. Bugzilla and Win32
A.9.1. What is the easiest way to run Bugzilla on Win32 (Win98+/NT/2K)? +
A.9.2. Is there a "Bundle::Bugzilla" equivalent for Win32? +
A.9.3. CGI's are failing with a "something.cgi is not a valid Windows NT + application" error. Why? +
A.9.4. Can I have some general instructions on how to make Bugzilla on Win32 work? +
A.9.5. I'm having trouble with the perl modules for NT not being able to talk to + to the database. +
10. Bugzilla Usage
A.10.1. The query page is very confusing. Isn't there a simpler way to query? +
A.10.2. I'm confused by the behavior of the "accept" button in the Show Bug form. + Why doesn't it assign the bug to me when I accept it? +
A.10.3. I can't upload anything into the database via the "Create Attachment" + link. What am I doing wrong? +
A.10.4. Email submissions to Bugzilla that have attachments end up asking me to + save it as a "cgi" file. +
A.10.5. How do I change a keyword in Bugzilla, once some bugs are using it? +
11. Bugzilla Hacking
A.11.1. What bugs are in Bugzilla right now? +
A.11.2. What's the best way to submit patches? What guidelines should I follow? +

1. General Questions

A.1.1. Where can I find information about Bugzilla?

You can stay up-to-date with the latest Bugzilla + information at http://www.mozilla.org/projects/bugzilla/ +

A.1.2. What license is Bugzilla distributed under? +

Bugzilla is covered by the Mozilla Public License. + See details at http://www.mozilla.org/MPL/ +

A.1.3. How do I get commercial support for Bugzilla? +

www.collab.net offers + Bugzilla as part of their standard offering to large projects. + They do have some minimum fees that are pretty hefty, and generally + aren't interested in small projects. +

There are several experienced + Bugzilla hackers on the mailing list/newsgroup who are willing + to whore themselves out for generous compensation. + Try sending a message to the mailing list asking for a volunteer. +

A.1.4. What major companies or projects are currently using Bugzilla + for bug-tracking? +

There are dozens of major comapanies with public + Bugzilla sites to track bugs in their products. A few include: +

Netscape/AOL
Mozilla.org
AtHome Corporation
Red Hat Software
Loki Entertainment Software
SuSe Corp
The Horde Project
The Eazel Project
AbiSource
Real Time Enterprises, Inc
Eggheads.org
Strata Software
RockLinux
Creative Labs (makers of SoundBlaster)
The Apache Foundation
The Gnome Foundation
Linux-Mandrake

+

Suffice to say, there are more than enough huge projects using Bugzilla + that we can safely say it's extremely popular. +

A.1.5. Who maintains Bugzilla? +

There are many, many contributors from around the world maintaining Bugzilla. + The designated "Maintainer" is Tara Hernandez, with QA support by Matthew Tuck. + Dan Mosedale and Dawn Endico are employees of Mozilla.org responsible for the + installation of Bugzilla there, and are very frequent code contributors. + Terry Weissman originally ported Bugzilla, but "these days, Terry just hangs around + and heckles." The rest of us are mostly transient developers; Bugzilla suits + our needs, and we contribute code as we have needs for updates. +

A.1.6. How does Bugzilla stack up against other bug-tracking databases? +

A year has gone by, and I still can't find any head-to-head + comparisons of Bugzilla against other defect-tracking software. However, from my + personal experience with other bug-trackers, Bugzilla offers + superior performance on commodity hardware, better price (free!), more developer- + friendly features (such as stored queries, email integration, and platform + independence), improved scalability, open source code, greater flexibility, + and superior ease-of-use. +

If you happen to be a commercial Bugzilla vendor, please step forward with a rebuttal + so I can include it in the FAQ. We're not in pursuit of Bugzilla ueber alles; + we simply love having a powerful, open-source tool to get our jobs done. +

A.1.7. How do I change my user name in Bugzilla? +

You can't. However, the administrative account can, by simply opening + your user account in editusers.cgi and changing the login name. +

A.1.8. Why doesn't Bugzilla offer this or that feature or compatability + with this other tracking software? +

It may be that the support has not been built yet, or that you + have not yet found it. Bugzilla is making tremendous strides in + usability, customizability, scalability, and user interface. It + is widely considered the most complete and popular open-source + bug-tracking software in existence. +

That doesn't mean it can't use improvement! + You can help the project along by either hacking a patch yourself + that supports the functionality you require, or else submitting a + "Request for Enhancement" (RFE) using the bug submission interface + at bugzilla.mozilla.org. +

A.1.9. Why MySQL? I'm interested in seeing Bugzilla run on + Oracle/Sybase/Msql/PostgreSQL/MSSQL? +

Terry Weissman answers, +

You're not the only one. But I am not very interested. I'm not + a real SQL or database person. I just wanted to make a useful tool, + and build it on top of free software. So, I picked MySQL, and + learned SQL by staring at the MySQL manual and some code lying + around here, and + wrote Bugzilla. I didn't know that Enum's were non-standard SQL. + I'm not sure if I would have cared, but I didn't even know. So, to + me, things are "portable" because it uses MySQL, and MySQL is + portable enough. I fully understand (now) that people want to be + portable to other databases, but that's never been a real concern + of mine. +

+

Things aren't quite that grim these days, however. Terry pretty much + sums up much of the thinking many of us have for Bugzilla, but there + is light on the horizon for database-independence! Here are some options: +

Red Hat Bugzilla: + Runs a modified Bugzilla 2.8 atop an Oracle database. +
Interzilla: + A project to run Bugzilla on Interbase. No code released yet, however. +
Bugzilla 3.0: One of the primary stated goals + is multiple database support. +

A.1.10. Why do the scripts say "/usr/bonsaitools/bin/perl" instead of + "/usr/bin/perl" or something else? +

Mozilla.org uses /usr/bonsaitools/bin/perl. The prime rule in making + submissions is "don't break bugzilla.mozilla.org". If it breaks it, your + patch will be reverted faster than you can do a diff. +

Here's Terry Weissman's comment, for some historical context: +

[This was] purely my own convention. I wanted a place to put a version of + Perl and other tools that was strictly under my control for the + various webtools, and not subject to anyone else. Edit it to point + to whatever you like. +

Note: We always recommend that, if possible, you keep the path + as /usr/bonsaitools/bin/perl, and simply add a /usr/bonsaitools + and /usr/bonsaitools/bin directory, then symlink your version + of perl to /usr/bonsaitools/bin/perl. This will make upgrading + your Bugzilla much easier in the future. +

Obviously, if you do not have root access to your Bugzilla + box, our suggestion is irrelevant. +

+

2. Red Hat Bugzilla

A.2.1. What about Red Hat Bugzilla? +

Red Hat Bugzilla is arguably more user-friendly, customizable, and scalable + than stock Bugzilla. Check it out at + http://bugzilla.redhat.com and the sources at ftp://people.redhat.com/dkl/. + They've set their Bugzilla up to work with Oracle out of the box. + Note that Redhat Bugzilla is based upon the 2.8 Bugzilla tree; + Bugzilla has made some tremendous advances since the 2.8 release. + Why not download both Bugzillas to check out the differences for + yourself? +

Dave Lawrence, the original Red Hat Bugzilla maintainer, mentions: +

Somebody needs to take the ball and run with it. I'm the only + maintainer and am very pressed for time. +

+ If you, or someone you know, has the time and expertise to do the integration + work so main-tree Bugzilla 2.12 and higher integrates the Red + Hat Bugzilla Oracle modifications, please donate your + time to supporting the Bugzilla project. +

A.2.2. What are the primary benefits of Red Hat Bugzilla? +

Dave Lawrence: +

For the record, we are not using any template type implementation for + the cosmetic changes maded to Bugzilla. It is just alot of html changes + in the code itself. I admit I may have gotten a little carried away with it + but the corporate types asked for a more standardized interface to match up + with other projects relating to Red Hat web sites. A lot of other web based + internal tools I am working on also look like Bugzilla. +

I do want to land the changes that I have made to Bugzilla but I may + have to back out a good deal and make a different version of Red Hat's + Bugzilla for checking in to CVS. Especially the cosmetic changes because it + seems they may not fit the general public. I will do that as soon as I can. + I also still do my regular QA responsibilities along with Bugzilla so time + is difficult sometimes to come by. +

There are also a good deal of other changes that were requested by + management for things like support contracts and different permission + groups for making bugs private. Here is a short list of the major + changes that have been made: +

  1. No enum types. All old enum types are now separate smaller tables. +

  2. No bit wise operations. Not all databases support this so they were + changed to a more generic way of doing this task +

  3. Bug reports can only be altered by the reporter, assignee, or a + privileged bugzilla user. The rest of the world can see the bug but in + a non-changeable format (unless the bug has been marked private). They + can however add comments, add and remove themselves from the CC list +

  4. Different group scheme. Each group has an id number related to it. + There is a user_group table which contains userid to groupid mappings + to determine which groups each user belongs to. Additionally there is + a bug_group table that has bugid to groupid mappings to show which + groups can see a particular bug. If there are no entries for a bug in + this table then the bug is public. +

  5. Product groups. product_table created to only allow certain products to + be visible for certain groups in both bug entry and query. This was + particulary helpful for support contracts. +

  6. Of course many (too many) changes to Bugzilla code itself to allow use + with Oracle and still allow operation with Mysql if so desired. + Currently if you use Mysql it is set to use Mysql's old permission + scheme to keep breakage to a minimum. Hopefully one day this will + standardize on one style which may of course be something completely + different. +

  7. Uses Text::Template perl module for rendering of the dynamic HTML pages + such as enter_bug.cgi, query.cgi, bug_form.pl, and for the header and + footer parts of the page. This allows the html to be separate from the + perl code for customizing the look and feel of the page to one's + preference. +

  8. There are many other smaller changes. There is also a port to Oracle + that I have been working on as time permits but is not completely + finished but somewhat usable. I will merge it into our standard code + base when it becomes production quality. Unfortunately there will have + to be some conditionals in the code to make it work with other than + Oracle due to some differences between Oracle and Mysql. +

Both the Mysql and Oracle versions of our current code base are + available from ftp://people.redhat.com/dkl. If Terry/Tara wants I can submit + patch files for all of the changes I have made and he can determine what is + suitable for addition to the main bugzilla cade base. But for me to commit + changes to the actual CVS I will need to back out alot of things that are + not suitable for the rest of the Bugzilla community. I am open to + suggestions. +

+

A.2.3. What's the current status of Red Hat Bugzilla? +

Note: This information is somewhat dated; I last updated it + 7 June 2000. +

+ Dave Lawrence: +

I suppose the current thread warrants an update on the status of + Oracle and bugzilla ;) We have now been running Bugzilla 2.8 on + Oracle for the last two days in our production environment. I + tried to do as much testing as possible with it before going live + which is some of the reason for the long delay. I did not get + enough feedback as I would have liked from internal developers to + help weed out any bugs still left so I said "Fine, i will take it + live and then I will get the feedback I want :)" So it is now + starting to stabilize and it running quite well after working + feverishly the last two days fixing problems as soon as they came + in from the outside world. The current branch in cvs is up2date if + anyone would like to grab it and try it out. The oracle _setup.pl + is broken right now due to some last minute changes but I will + update that soon. Therefore you would probably need to create the + database tables the old fashioned way using the supplied sql + creation scripts located in the ./oracle directory. We have heavy + optimizations in the database it self thanks to the in-house DBA + here at Red Hat so it is running quite fast. The database itself + is located on a dual PII450 with 1GB ram and 14 high voltage + differential raided scsi drives. The tables and indexes are + partitioned in 4 chuncks across the raided drive which is nice + because when ever you need to do a full table scan, it is actually + starting in 4 different locations on 4 different drives + simultaneously. And the indexes of course are on separate drives + from the data so that speeds things up tremendously. When I can + find the time I will document all that we have done to get this + thing going to help others that may need it. +

As Matt has mentioned it is still using out-dated code and with a + little help I would like to bring everything up to date for + eventual incorporation with the main cvs tree. Due to other + duties I have with the company any help with this wiould be + appreciated. What we are using now is what I call a best first + effort. It definitely can be improved on and may even need + complete rewrites in a lot of areas. A lot of changes may have to + be made in the way Bugzilla does things currently to make this + transition to a more generic database interface. Fortunately when + making the Oracle changes I made sure I didn't do anything that I + would consider Oracle specific and could not be easily done with + other databases. Alot of the sql statements need to be broken up + into smaller utilities that themselves would need to make + decisions on what database they are using but the majority of the + code can be made database neutral. +

+

3. Loki Bugzilla (AKA Fenris)

Note: Loki's "Fenris" Bugzilla is no longer actively maintained. + It works well enough for Loki. Additionally, the major + differences in Fenris have now been integrated into + the main source tree of Bugzilla, so there's not much + reason to go grab the source. I left this section of the + FAQ principally for historical interest. +

A.3.1. What about Loki Bugzilla? +

Loki Games has a customized version of Bugzilla available at + http://fenris.lokigames.com. From that page, +

You may have noticed that Fenris is a fork from Bugzilla-- our + patches weren't suitable for integration --and a few people have + expressed interest in the code. Fenris has one major improvement + over Bugzilla, and that is individual comments are not appended + onto a string blob, they are stored as a record in a separate + table. This allows you to, for instance, separate comments out + according to privilege levels in case your bug database could + contain sensitive information not for public eyes. We also provide + things like email hiding to protect user's privacy, additional + fields such as 'user_affected' in case someone enters someone + else's bug, comment editing and deletion, and more conditional + system variables than Bugzilla does (turn off attachments, + qacontact, etc.). +

+

A.3.2. Who maintains Fenris (Loki Bugzilla) now? +

Raphael Barrerro <raistlin@lokigames.com>. + Michael Vance created the initial fork, but no longer + maintains the project. +

A.3.3. +

4. Pointy-Haired-Boss Questions

Note: The title of this section doesn't mean you're a PHB -- it just means + you probably HAVE a PHB who wants to know this :) +

A.4.1. Is Bugzilla web-based or do you have to have specific software or + specific operating system on your machine? +

It is web and e-mail based. You can edit bugs by sending specially + formatted email to a properly configured Bugzilla, or control via the web. +

A.4.2. Has anyone you know of already done any Bugzilla integration with + Perforce (SCM software)? +

Yes! You can find more information elsewhere in "The Bugzilla + Guide" in the "Integration with Third-Party Products" section. + The section on Perforce isn't very large, but as the maintainer + of the Guide is charged with Perforce/Bugzilla integration by + his company, you can expect this section to grow. +

A.4.3. Does Bugzilla allow the user to track multiple projects? +

Absolutely! You can track up to a "soft-limit" of around + 64 individual "Products", that can each be composed of as + many "Components" as you want. Check the Administration + section of the Bugzilla Guide for more information regarding + setting up Products and Components. +

A.4.4. If I am on many projects, and search for all bugs assigned to me, will + Bugzilla list them for me and allow me to sort by project, severity etc? +

Yes. +

A.4.5. Does Bugzilla allow attachments (text, screenshots, urls etc)? If yes, + are there any that are NOT allowed? +

Yes. There are many specific MIME-types that are pre-defined by Bugzilla, + but you may specify any arbitrary MIME-type you need when you + upload the file. Since all attachments are stored in the database, + however, I recommend storing large binary attachments elsewhere + in the web server's file system and providing a hyperlink + as a comment, or in the provided "URL" field in the bug report. +

A.4.6. Does Bugzilla allow us to define our own priorities and levels? Do we + have complete freedom to change the labels of fields and format of them, and + the choice of acceptable values? +

Yes. However, modifying some fields, notably those related to bug + progression states, also require adjusting the program logic to + compensate for the change. +

A.4.7. Does Bugzilla provide any reporting features, metrics, graphs, etc? You + know, the type of stuff that management likes to see. :) +

Yes. Look at http://bugzilla.mozilla.org/reports.cgi for basic reporting + facilities. +

For more advanced reporting, I recommend hooking up a professional + reporting package, such as Crystal Reports, and use ODBC to access + the MySQL database. You can do a lot through the Query page of + Bugzilla as well, but right now Advanced Reporting is much + better accomplished through third-party utilities that can + interface with the database directly. +

Advanced Reporting is a Bugzilla 3.X proposed feature. +

A.4.8. Is there email notification and if so, what do you see when you get an + email? Do you see bug number and title or is it only the number? +

Email notification is user-configurable. The bug id and Topic + of the bug report accompany each email notification, along with + a list of the changes made. +

A.4.9. Can email notification be set up to send to multiple + people, some on the To List, CC List, BCC List etc? +

Yes. +

A.4.10. If there is email notification, do users have to have any particular + type of email application? +

Bugzilla email is sent in plain text, the most compatible mail format + on the planet. +

Note: If you decide to use the bugzilla_email integration features + to allow Bugzilla to record responses to mail with the associated bug, + you may need to caution your users to set their mailer to "respond + to messages in the format in which they were sent". For security reasons + Bugzilla ignores HTML tags in comments, and if a user sends HTML-based + email into Bugzilla the resulting comment looks downright awful. +

+

A.4.11. If I just wanted to track certain bugs, as they go through life, can I + set it up to alert me via email whenever that bug changes, whether it be + owner, status or description etc.? +

Yes. Place yourself in the "cc" field of the bug you wish to monitor. + Then change your "Notify me of changes to" field in the Email Settings + tab of the User Preferences screen in Bugzilla to the "Only those + bugs which I am listed on the CC line" option. +

A.4.12. Does Bugzilla allow data to be imported and exported? If I had outsiders + write up a bug report using a MS Word bug template, could that template be + imported into "matching" fields? If I wanted to take the results of a query + and export that data to MS Excel, could I do that? +

Mozilla allows data export through a custom DTD in XML format. + It does not, however, export to specific formats other than the + XML Mozilla DTD. Importing the data into Excel or any other application + is left as an exercise for the reader. +

If you create import filters to other applications from Mozilla's XML, + please submit your modifications for inclusion in future Bugzilla + distributions. +

As for data import, any application can send data to Bugzilla through + the HTTP protocol, or through Mozilla's XML API. However, it seems + kind of silly to put another front-end in front of Bugzilla; + it makes more sense to create a simplified bug submission form in + HTML. You can find an excellent example at + http://www.mozilla.org/quality/help/bugzilla-helper.html +

A.4.13. Does Bugzilla allow fields to be added, changed or deleted? If I want to + customize the bug submission form to meet our needs, can I do that using our + terminology? +

Yes. +

A.4.14. Has anyone converted Bugzilla to another language to be used in other + countries? Is it localizable? +

Currently, no. Internationalization support for Perl did not + exist in a robust fashion until the recent release of version 5.6.0; + Bugzilla is, and likely will remain (until 3.X) completely + non-localized. +

A.4.15. Can a user create and save reports? Can they do this in Word format? + Excel format? +

Yes. No. No. +

A.4.16. Can a user re-run a report with a new project, same query? +

Yes. +

A.4.17. Can a user modify an existing report and then save it into another name? +

You can save an unlimited number of queries in Bugzilla. You are free + to modify them and rename them to your heart's desire. +

A.4.18. Does Bugzilla have the ability to search by word, phrase, compound + search? +

You have no idea. Bugzilla's query interface, particularly with the + advanced Boolean operators, is incredibly versatile. +

A.4.19. Can the admin person establish separate group and individual user + privileges? +

Yes. +

A.4.20. Does Bugzilla provide record locking when there is simultaneous access + to the same bug? Does the second person get a notice that the bug is in use + or how are they notified? +

Bugzilla does not lock records. It provides mid-air collision detection, + and offers the offending user a choice of options to deal with the conflict. +

A.4.21. Are there any backup features provided? +

MySQL, the database back-end for Bugzilla, allows hot-backup of data. + You can find strategies for dealing with backup considerations + at http://www.mysql.com/doc/B/a/Backup.html +

A.4.22. Can users be on the system while a backup is in progress? +

Yes. However, commits to the database must wait + until the tables are unlocked. Bugzilla databases are typically + very small, and backups routinely take less than a minute. +

A.4.23. What type of human resources are needed to be on staff to install and + maintain Bugzilla? Specifically, what type of skills does the person need to + have? I need to find out if we were to go with Bugzilla, what types of + individuals would we need to hire and how much would that cost vs buying an + "Out-of-the-Box" solution. +

If Bugzilla is set up correctly from the start, continuing maintenance needs + are minimal and can be completed by unskilled labor. Things like rotate + backup tapes and check log files for the word "error". +

Commercial Bug-tracking software typically costs somewhere upwards + of $20,000 or more for 5-10 floating licenses. Bugzilla consultation + is available from skilled members of the newsgroup. +

As an example, as of this writing I typically charge + $115 for the first hour, and $89 each hour thereafter + for consulting work. It takes me three to five hours to make Bugzilla + happy on a Development installation of Linux-Mandrake. +

A.4.24. What time frame are we looking at if we decide to hire people to install + and maintain the Bugzilla? Is this something that takes hours or weeks to + install and a couple of hours per week to maintain and customize or is this + a multi-week install process, plus a full time job for 1 person, 2 people, + etc? +

It all depends on your level of commitment. Someone with much Bugzilla + experience can get you up and running in less than a day, and + your Bugzilla install can run untended for years. If your + Bugzilla strategy is critical to your business workflow, hire somebody + with reasonable UNIX or Perl skills to handle your process management and + bug-tracking maintenance & customization. +

A.4.25. Is there any licensing fee or other fees for using Bugzilla? Any + out-of-pocket cost other than the bodies needed as identified above? +

No. MySQL asks, if you find their product valuable, that you purchase + a support contract from them that suits your needs. +

5. Bugzilla Installation

A.5.1. How do I download and install Bugzilla? +

Check http://www.mozilla.org/projects/bugzilla/ for details. + Once you download it, untar it, read the README and + the Bugzilla Guide. +

A.5.2. How do I install Bugzilla on Windows NT? +

Installation on Windows NT has its own section in + "The Bugzilla Guide". +

A.5.3. Is there an easy way to change the Bugzilla cookie name? +

At present, no. +

6. Bugzilla Security

A.6.1. How do I completely disable MySQL security if it's giving me problems + (I've followed the instructions in the README!)? +

Run mysql like this: "mysqld --skip-grant-tables". Please remember this + makes mysql as secure as taping a $100 to the floor of a football stadium + bathroom for safekeeping. Please read the Security section of the + Administration chapter of "The Bugzilla Guide" before proceeding. +

A.6.2. Are there any security problems with Bugzilla? +

The Bugzilla code has not undergone a complete security audit. + It is recommended that you closely examine permissions on your Bugzilla + installation, and follow the recommended security guidelines found + in the README and in The Bugzilla Guide. +

A.6.3. I've implemented the security fixes mentioned in Chris Yeh's security + advisory of 5/10/2000 advising not to run MySQL as root, and am running into + problems with MySQL no longer working correctly. +

This is a common problem, related to running out of file descriptors. + Simply add "ulimit -n unlimited" to the script which starts + mysqld. +

7. Bugzilla Email

A.7.1. I have a user who doesn't want to receive any more email from Bugzilla. + How do I stop it entirely for this user? +

With the email changes to 2.12, the user should be able to set + this in user email preferences. +

A.7.2. I'm evaluating/testing Bugzilla, and don't want it to send email to + anyone but me. How do I do it? +

Edit the param for the mail text. Replace "To:" with "X-Real-To:", + replace "Cc:" with "X-Real-CC:", and add a "To: (myemailaddress)". +

A.7.3. I want whineatnews.pl to whine at something more, or other than, only new + bugs. How do I do it? +

Try Klaas Freitag's excellent patch for "whineatassigned" functionality. + You can find it at http://bugzilla.mozilla.org/show_bug.cgi?id=6679. This + patch is against an older version of Bugzilla, so you must apply + the diffs manually. +

A.7.4. I don't like/want to use Procmail to hand mail off to bug_email.pl. + What alternatives do I have? +

You can call bug_email.pl directly from your aliases file, with + an entry like this: +

bugzilla-daemon: "|/usr/local/bin/bugzilla/contrib/bug_email.pl" +

+ However, this is fairly nasty and subject to problems; you also + need to set up your smrsh (sendmail restricted shell) to allow + it. In a pinch, though, it can work. +

A.7.5. How do I set up the email interface to submit/change bugs via email? +

You can find an updated README.mailif file in the contrib/ directory + of your Bugzilla distribution that walks you through the setup. +

A.7.6. Email takes FOREVER to reach me from bugzilla -- it's extremely slow. + What gives? +

If you are using an alternate Mail Transport Agent (MTA other than + sendmail), make sure the options given in the "processmail" script for all + instances of "sendmail" are correct for your MTA. If you are using Sendmail, + you may wish to delete the "-ODeliveryMode=deferred" option in the + "processmail" script for every invocation of "sendmail". (Be sure and leave + the "-t" option, though!) +

A better alternative is to change the "-O" option to + "-ODeliveryMode=background". This prevents Sendmail from hanging your + Bugzilla Perl processes if the domain to which it must send mail + is unavailable. +

This is now a configurable parameter called "sendmailparm", available + from editparams.cgi. +

A.7.7. How come email never reaches me from bugzilla changes? +

Double-check that you have not turned off email in your user preferences. + Confirm that Bugzilla is able to send email by visiting the "Log In" + link of your Bugzilla installation and clicking the "Email me a password" + button after entering your email address. +

If you never receive mail from Bugzilla, chances you do not have + sendmail in "/usr/lib/sendmail". Ensure sendmail lives in, or is symlinked + to, "/usr/lib/sendmail". +

8. Bugzilla Database

A.8.1. I've heard Bugzilla can be used with Oracle? +

Red Hat Bugzilla, mentioned above, works with Oracle. The current version + from Mozilla.org does not have this capability. Unfortunately, though + you will sacrifice a lot of the really great features available in + Bugzilla 2.10 and 2.12 if you go with the 2.8-based Redhat version. +

A.8.2. Bugs are missing from queries, but exist in the database (and I can pull + them up by specifying the bug ID). What's wrong? +

You've almost certainly enabled the "shadow database", but for some + reason it hasn't been updated for all your bugs. This is the database + against which queries are run, so that really complex or slow queries won't + lock up portions of the database for other users. You can turn off the + shadow database in editparams.cgi. If you wish to continue using the shadow + database, then as your "bugs" user run "./syncshadowdb -syncall" from the + command line in the bugzilla installation directory to recreate your shadow + database. After it finishes, be sure to check the params and make sure that + "queryagainstshadowdb" is still turned on. The syncshadowdb program turns it + off if it was on, and is supposed to turn it back on when completed; that + way, if it crashes in the middle of recreating the database, it will stay + off forever until someone turns it back on by hand. Apparently, it doesn't + always do that yet. +

A.8.3. I think my database might be corrupted, or contain invalid entries. What + do I do? +

Run the "sanity check" utility (./sanitycheck.cgi in the bugzilla_home + directory) to see! If it all comes back, you're OK. If it doesn't come back + OK (i.e. any red letters), there are certain things Bugzilla can recover + from and certain things it can't. If it can't auto-recover, I hope you're + familiar with mysqladmin commands or have installed another way to manage + your database... +

A.8.4. I want to manually edit some entries in my database. How? +

There is no facility in Bugzilla itself to do this. It's also generally + not a smart thing to do if you don't know exactly what you're doing. + However, if you understand SQL you can use the mysqladmin utility to + manually insert, delete, and modify table information. Personally, I + use "phpMyAdmin". You have to compile a PHP module with MySQL + support to make it work, but it's very clean and easy to use. +

A.8.5. I try to add myself as a user, but Bugzilla always tells me my password is wrong. +

Certain version of MySQL (notably, 3.23.29 and 3.23.30) accidentally disabled + the "crypt()" function. This prevented MySQL from storing encrypted passwords. + Upgrade to the "3.23 stable" version of MySQL and you should be good to go. +

A.8.6. I think I've set up MySQL permissions correctly, but bugzilla still can't + connect. +

Try running MySQL from its binary: "mysqld --skip-grant-tables". This + will allow you to completely rule out grant tables as the cause of your + frustration. However, I do not recommend you run it this way on a regular + basis, unless you really want your web site defaced and your machine + cracked. +

A.8.7. How do I synchronize bug information among multiple different Bugzilla + databases? +

Well, you can synchronize or you can move bugs. Synchronization will + only work one way -- you can create a read-only copy of the database + at one site, and have it regularly updated at intervals from the main + database. +

MySQL has some synchronization features builtin to the latest releases. + It would be great if someone looked into the possibilities there + and provided a report to the newsgroup on how to effectively + synchronize two Bugzilla installations. +

If you simply need to transfer bugs from one Bugzilla to another, + checkout the "move.pl" script in the Bugzilla distribution. +

A.8.8. Why do I get bizarre errors when trying to submit data, particularly problems + with "groupset"? +

If you're sure your MySQL parameters are correct, you might want turn + "strictvaluechecks" OFF in editparams.cgi. If you have "usebugsentry" set + "On", you also cannot submit a bug as readable by more than one group with + "strictvaluechecks" ON. +

A.8.9. How come even after I delete bugs, the long descriptions show up? +

Delete everything from $BUZILLA_HOME/shadow. Bugzilla creates shadow + files there, with each filename corresponding to a + bug number. Also be sure to run syncshadowdb to make sure, if you are using + a shadow database, that the shadow database is current. +

9. Bugzilla and Win32

A.9.1. What is the easiest way to run Bugzilla on Win32 (Win98+/NT/2K)? +

Remove Windows. Install Linux. Install Bugzilla. + The boss will never know the difference. +

A.9.2. Is there a "Bundle::Bugzilla" equivalent for Win32? +

Not currently. Bundle::Bugzilla enormously simplifies Bugzilla + installation on UNIX systems. If someone can volunteer to + create a suitable PPM bundle for Win32, it would be appreciated. +

A.9.3. CGI's are failing with a "something.cgi is not a valid Windows NT + application" error. Why? +

Depending on what Web server you are using, you will have to configure + the Web server to treat *.cgi files as CGI scripts. In IIS, you do this by + adding *.cgi to the App Mappings with the <path>\perl.exe %s %s as the + executable. +

Microsoft has some advice on this matter, as well: +

"Set application mappings. In the ISM, map the extension for the script + file(s) to the executable for the script interpreter. For example, you might + map the extension .py to Python.exe, the executable for the Python script + interpreter. Note For the ActiveState Perl script interpreter, the extension + .pl is associated with PerlIS.dll by default. If you want to change the + association of .pl to perl.exe, you need to change the application mapping. + In the mapping, you must add two percent (%) characters to the end of the + pathname for perl.exe, as shown in this example: c:\perl\bin\perl.exe %s %s" +

+

A.9.4. Can I have some general instructions on how to make Bugzilla on Win32 work? +

The following couple entries are deprecated in favor of the Windows installation + instructions available in the "Administration" portion of "The Bugzilla Guide". + However, they are provided here for historical interest and insight. +

  1. #!C:/perl/bin/perl had to be added to every perl file.
+  2. Converted to Net::SMTP to handle mail messages instead of
+     /usr/bin/sendmail.
+  3. The crypt function isn't available on Windows NT (at least none that I
+     am aware), so I made encrypted passwords = plaintext passwords.
+  4. The system call to diff had to be changed to the Cygwin diff.
+  5. This was just to get a demo running under NT, it seems to be working
+     good, and I have inserted almost 100 bugs from another bug tracking
+     system. Since this work was done just to get an in-house demo, I am NOT
+     planning on making a patch for submission to Bugzilla. If you would
+     like a zip file, let me know.
+
+Q: Hmm, couldn't figure it out from the general instructions above.  How
+about step-by-step?
+A: Sure! Here ya go!
+
+  1. Install IIS 4.0 from the NT Option Pack #4.
+  2. Download and install Active Perl.
+  3. Install the Windows GNU tools from Cygwin. Make sure to add the bin
+     directory to your system path. (Everyone should have these, whether
+     they decide to use Bugzilla or not. :-) )
+  4. Download relevant packages from ActiveState at
+     http://www.activestate.com/packages/zips/. + DBD-Mysql.zip
+  5. Extract each zip file with WinZip, and install each ppd file using the
+     notation: ppm install <module>.ppd
+  6. Install Mysql.  *Note: If you move the default install from c:\mysql,
+     you must add the appropriate startup parameters to the NT service. (ex.
+     -b e:\\programs\\mysql)
+  7. Download any Mysql client. http://www.mysql.com/download_win.html
+  8. Setup MySql. (These are the commands that I used.)
+
+          I. Cleanup default database settings.
+           C:\mysql\bin\mysql -u root mysql
+           mysql> DELETE FROM user WHERE Host='localhost' AND User='';
+           mysql> quit
+          C:\mysql\bin\mysqladmin reload
+
+          II. Set password for root.
+           C:\mysql\bin\mysql -u root mysql
+           mysql> UPDATE user SET Password=PASSWORD('new_password')
+           WHERE user='root';
+           mysql> FLUSH PRIVILEGES;
+           mysql> quit
+           C:\mysql\bin\mysqladmin -u root reload
+
+          III. Create bugs user.
+           C:\mysql\bin\mysql -u root -p
+           mysql> insert into user (host,user,password)
+          values('localhost','bugs','');
+           mysql> quit
+           C:\mysql\bin\mysqladmin -u root reload
+
+          IV. Create the bugs database.
+           C:\mysql\bin\mysql -u root -p
+           mysql> create database bugs;
+
+          V. Give the bugs user access to the bugs database.
+           mysql> insert into db
+          (host,db,user,select_priv,insert_priv,update_priv,delete_priv,create_priv,drop_priv)
+          values('localhost','bugs','bugs','Y','Y','Y','Y','Y','N')
+           mysql> quit
+           C:\mysql\bin\mysqladmin -u root reload
+  9. Run the table scripts to setup the bugs database.
+ 10. Change CGI.pm to use the following regular expression because of
+     differing backslashes in NT versus UNIX.
+        o $0 =~ m:[^\\]*$:;
+ 11. Had to make the crypt password = plain text password in the database.
+     (Thanks to Andrew Lahser" <andrew_lahser@merck.com>" on this one.) The
+     files that I changed were:
+        o globals.pl
+        o CGI.pl
+        o alternately, you can try commenting all references to 'crypt'
+          string and replace them with similar lines but without encrypt()
+          or crypr() functions insida all files.
+ 12. Replaced sendmail with Windmail. Basically, you have to come up with a
+     sendmail substitute for NT. Someone said that they used a Perl module
+     (Net::SMTP), but I was trying to save time and do as little Perl coding
+     as possible.
+ 13. Added "perl" to the beginning of all Perl system calls that use a perl
+     script as an argument and renamed processmail to processmail.pl.
+ 14. In processmail.pl, I added binmode(HANDLE) before all read() calls. I'm
+     not sure about this one, but the read() under NT wasn't counting the
+     EOLs without the binary read."
+     

+

A.9.5. I'm having trouble with the perl modules for NT not being able to talk to + to the database. +

Your modules may be outdated or inaccurate. Try: +

  1. Hitting http://www.activestate.com/ActivePerl +

  2. Download ActivePerl +

  3. Go to your prompt +

  4. Type 'ppm' +

  5. PPM> install DBI DBD-mysql GD +

+ I reckon TimeDate and Data::Dumper come with the activeperl. You can check + the ActiveState site for packages for installation through PPM. + http://www.activestate.com/Packages/ +

10. Bugzilla Usage

A.10.1. The query page is very confusing. Isn't there a simpler way to query? +

We are developing in that direction. You can follow progress on this + at http://bugzilla.mozilla.org/show_bug.cgi?id=16775. Some functionality + is available in Bugzilla 2.12, and is available as "quicksearch.html" +

A.10.2. I'm confused by the behavior of the "accept" button in the Show Bug form. + Why doesn't it assign the bug to me when I accept it? +

The current behavior is acceptable to bugzilla.mozilla.org and most + users. I personally don't like it. You have your choice of patches + to change this behavior, however. +

Add a "and accept bug" radio button
"Accept" button automatically assigns to you

+ Note that these patches are somewhat dated. You will need to do the find + and replace manually to apply them. They are very small, though. It is easy. +

A.10.3. I can't upload anything into the database via the "Create Attachment" + link. What am I doing wrong? +

The most likely cause is a very old browser or a browser that is + incompatible with file upload via POST. Download the latest Netscape, + Microsoft, or Mozilla browser to handle uploads correctly. +

A.10.4. Email submissions to Bugzilla that have attachments end up asking me to + save it as a "cgi" file. +

Yup. Just rename it once you download it, or save it under a different + filename. This will not be fixed anytime too soon, because it would + cripple some other functionality. +

A.10.5. How do I change a keyword in Bugzilla, once some bugs are using it? +

In the Bugzilla administrator UI, edit the keyword and it will let you + replace the old keyword name with a new one. This will cause a problem + with the keyword cache. Run sanitycheck.cgi to fix it. +

11. Bugzilla Hacking

A.11.1. What bugs are in Bugzilla right now? +

Try this link to view current bugs or requests for + enhancement for Bugzilla. +

You can view bugs marked for 2.14 release + here. + This list includes bugs for the 2.14 release that have already + been fixed and checked into CVS. Please consult the + Bugzilla Project Page for details on how to + check current sources out of CVS so you can have these + bug fixes early! +

A.11.2. What's the best way to submit patches? What guidelines should I follow? +

  1. Enter a bug into bugzilla.mozilla.org for the "Webtools" product, + "Bugzilla" component. +

  2. Upload your patch as a unified DIFF (having used "diff -u" against + the current sources checked out of CVS), + or new source file by clicking + "Create a new attachment" link on the bug page you've just created, and + include any descriptions of database changes you may make, into the bug + ID you submitted in step #1. Be sure and click the "Patch" radio + button to indicate the text you are sending is a patch! +

  3. Announce your patch and the associated URL + (http://bugzilla.mozilla.org/show_bug.cgi?id=XXXX) for discussion in + the newsgroup (netscape.public.mozilla.webtools). You'll get a really + good, fairly immediate reaction to the implications of your patch, + which will also give us an idea how well-received the change would + be. +

  4. If it passes muster with minimal modification, the person to whom + the bug is assigned in Bugzilla is responsible for seeing the patch + is checked into CVS. +

  5. Bask in the glory of the fact that you helped write the most successful + open-source bug-tracking software on the planet :) +


PrevHomeNext
Bugzilla 3.0 The Bugzilla Database
\ No newline at end of file diff --git a/docs/html/feedback.html b/docs/html/feedback.html new file mode 100644 index 0000000000..40bfad967c --- /dev/null +++ b/docs/html/feedback.html @@ -0,0 +1,154 @@ +Feedback
The Bugzilla Guide
PrevChapter 1. About This GuideNext

1.7. Feedback

I welcome feedback on this document. Without your submissions and input, + this Guide cannot continue to exist. Please mail additions, comments, criticisms, etc. + to <barnboy@trilobyte.net>. Please send flames to + <devnull@localhost> +


PrevHomeNext
ContributorsUpTranslations
\ No newline at end of file diff --git a/docs/html/future.html b/docs/html/future.html new file mode 100644 index 0000000000..cc701ecbae --- /dev/null +++ b/docs/html/future.html @@ -0,0 +1,180 @@ +The Future of Bugzilla
The Bugzilla Guide
PrevNext

Chapter 6. The Future of Bugzilla

This section largely contributed by Matthew Tuck

PrevHomeNext
Tinderbox Reducing Spam
\ No newline at end of file diff --git a/docs/html/gfdl.html b/docs/html/gfdl.html new file mode 100644 index 0000000000..0daaeee572 --- /dev/null +++ b/docs/html/gfdl.html @@ -0,0 +1,211 @@ +GNU Free Documentation License
The Bugzilla Guide
PrevNext

Appendix D. GNU Free Documentation License

Version 1.1, March 2000

Copyright (C) 2000 Free Software Foundation, Inc. +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed.


PrevHomeNext
The Quicksearch Utility PREAMBLE
\ No newline at end of file diff --git a/docs/html/gfdl_0.html b/docs/html/gfdl_0.html new file mode 100644 index 0000000000..5f4cfaaef2 --- /dev/null +++ b/docs/html/gfdl_0.html @@ -0,0 +1,159 @@ +PREAMBLE
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

0. PREAMBLE

The purpose of this License is to make a manual, textbook, + or other written document "free" in the sense of freedom: to + assure everyone the effective freedom to copy and redistribute it, + with or without modifying it, either commercially or + noncommercially. Secondarily, this License preserves for the + author and publisher a way to get credit for their work, while not + being considered responsible for modifications made by + others.

This License is a kind of "copyleft", which means that + derivative works of the document must themselves be free in the + same sense. It complements the GNU General Public License, which + is a copyleft license designed for free software.

We have designed this License in order to use it for manuals + for free software, because free software needs free documentation: + a free program should come with manuals providing the same + freedoms that the software does. But this License is not limited + to software manuals; it can be used for any textual work, + regardless of subject matter or whether it is published as a + printed book. We recommend this License principally for works + whose purpose is instruction or reference.


PrevHomeNext
GNU Free Documentation LicenseUpAPPLICABILITY AND DEFINITIONS
\ No newline at end of file diff --git a/docs/html/gfdl_1.html b/docs/html/gfdl_1.html new file mode 100644 index 0000000000..e2d79b7266 --- /dev/null +++ b/docs/html/gfdl_1.html @@ -0,0 +1,200 @@ +APPLICABILITY AND DEFINITIONS
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

1. APPLICABILITY AND DEFINITIONS

This License applies to any manual or other work that + contains a notice placed by the copyright holder saying it can be + distributed under the terms of this License. The "Document", + below, refers to any such manual or work. Any member of the + public is a licensee, and is addressed as "you".

A "Modified Version" of the Document means any work + containing the Document or a portion of it, either copied + verbatim, or with modifications and/or translated into another + language.

A "Secondary Section" is a named appendix or a front-matter + section of the Document that deals exclusively with the + relationship of the publishers or authors of the Document to the + Document's overall subject (or to related matters) and contains + nothing that could fall directly within that overall subject. + (For example, if the Document is in part a textbook of + mathematics, a Secondary Section may not explain any mathematics.) + The relationship could be a matter of historical connection with + the subject or with related matters, or of legal, commercial, + philosophical, ethical or political position regarding + them.

The "Invariant Sections" are certain Secondary Sections + whose titles are designated, as being those of Invariant Sections, + in the notice that says that the Document is released under this + License.

The "Cover Texts" are certain short passages of text that + are listed, as Front-Cover Texts or Back-Cover Texts, in the + notice that says that the Document is released under this + License.

A "Transparent" copy of the Document means a + machine-readable copy, represented in a format whose specification + is available to the general public, whose contents can be viewed + and edited directly and straightforwardly with generic text + editors or (for images composed of pixels) generic paint programs + or (for drawings) some widely available drawing editor, and that + is suitable for input to text formatters or for automatic + translation to a variety of formats suitable for input to text + formatters. A copy made in an otherwise Transparent file format + whose markup has been designed to thwart or discourage subsequent + modification by readers is not Transparent. A copy that is not + "Transparent" is called "Opaque".

Examples of suitable formats for Transparent copies include + plain ASCII without markup, Texinfo input format, LaTeX input + format, SGML or XML using a publicly available DTD, and + standard-conforming simple HTML designed for human modification. + Opaque formats include PostScript, PDF, proprietary formats that + can be read and edited only by proprietary word processors, SGML + or XML for which the DTD and/or processing tools are not generally + available, and the machine-generated HTML produced by some word + processors for output purposes only.

The "Title Page" means, for a printed book, the title page + itself, plus such following pages as are needed to hold, legibly, + the material this License requires to appear in the title page. + For works in formats which do not have any title page as such, + "Title Page" means the text near the most prominent appearance of + the work's title, preceding the beginning of the body of the + text.


PrevHomeNext
PREAMBLEUpVERBATIM COPYING
\ No newline at end of file diff --git a/docs/html/gfdl_10.html b/docs/html/gfdl_10.html new file mode 100644 index 0000000000..3423ffe475 --- /dev/null +++ b/docs/html/gfdl_10.html @@ -0,0 +1,156 @@ +FUTURE REVISIONS OF THIS LICENSE
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

10. FUTURE REVISIONS OF THIS LICENSE

The Free Software Foundation may publish new, revised + versions of the GNU Free Documentation License from time to time. + Such new versions will be similar in spirit to the present + version, but may differ in detail to address new problems or + concerns. See http://www.gnu.org/copyleft/.

Each version of the License is given a distinguishing + version number. If the Document specifies that a particular + numbered version of this License "or any later version" applies to + it, you have the option of following the terms and conditions + either of that specified version or of any later version that has + been published (not as a draft) by the Free Software Foundation. + If the Document does not specify a version number of this License, + you may choose any version ever published (not as a draft) by the + Free Software Foundation.


PrevHomeNext
TERMINATIONUpHow to use this License for your documents
\ No newline at end of file diff --git a/docs/html/gfdl_2.html b/docs/html/gfdl_2.html new file mode 100644 index 0000000000..6523975149 --- /dev/null +++ b/docs/html/gfdl_2.html @@ -0,0 +1,150 @@ +VERBATIM COPYING
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

2. VERBATIM COPYING

You may copy and distribute the Document in any medium, + either commercially or noncommercially, provided that this + License, the copyright notices, and the license notice saying this + License applies to the Document are reproduced in all copies, and + that you add no other conditions whatsoever to those of this + License. You may not use technical measures to obstruct or + control the reading or further copying of the copies you make or + distribute. However, you may accept compensation in exchange for + copies. If you distribute a large enough number of copies you + must also follow the conditions in section 3.

You may also lend copies, under the same conditions stated + above, and you may publicly display copies.


PrevHomeNext
APPLICABILITY AND DEFINITIONSUpCOPYING IN QUANTITY
\ No newline at end of file diff --git a/docs/html/gfdl_3.html b/docs/html/gfdl_3.html new file mode 100644 index 0000000000..5ce12c17f1 --- /dev/null +++ b/docs/html/gfdl_3.html @@ -0,0 +1,174 @@ +COPYING IN QUANTITY
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

3. COPYING IN QUANTITY

If you publish printed copies of the Document numbering more + than 100, and the Document's license notice requires Cover Texts, + you must enclose the copies in covers that carry, clearly and + legibly, all these Cover Texts: Front-Cover Texts on the front + cover, and Back-Cover Texts on the back cover. Both covers must + also clearly and legibly identify you as the publisher of these + copies. The front cover must present the full title with all + words of the title equally prominent and visible. You may add + other material on the covers in addition. Copying with changes + limited to the covers, as long as they preserve the title of the + Document and satisfy these conditions, can be treated as verbatim + copying in other respects.

If the required texts for either cover are too voluminous to + fit legibly, you should put the first ones listed (as many as fit + reasonably) on the actual cover, and continue the rest onto + adjacent pages.

If you publish or distribute Opaque copies of the Document + numbering more than 100, you must either include a + machine-readable Transparent copy along with each Opaque copy, or + state in or with each Opaque copy a publicly-accessible + computer-network location containing a complete Transparent copy + of the Document, free of added material, which the general + network-using public has access to download anonymously at no + charge using public-standard network protocols. If you use the + latter option, you must take reasonably prudent steps, when you + begin distribution of Opaque copies in quantity, to ensure that + this Transparent copy will remain thus accessible at the stated + location until at least one year after the last time you + distribute an Opaque copy (directly or through your agents or + retailers) of that edition to the public.

It is requested, but not required, that you contact the + authors of the Document well before redistributing any large + number of copies, to give them a chance to provide you with an + updated version of the Document.


PrevHomeNext
VERBATIM COPYINGUpMODIFICATIONS
\ No newline at end of file diff --git a/docs/html/gfdl_4.html b/docs/html/gfdl_4.html new file mode 100644 index 0000000000..228f8b1250 --- /dev/null +++ b/docs/html/gfdl_4.html @@ -0,0 +1,280 @@ +MODIFICATIONS
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

4. MODIFICATIONS

You may copy and distribute a Modified Version of the + Document under the conditions of sections 2 and 3 above, provided + that you release the Modified Version under precisely this + License, with the Modified Version filling the role of the + Document, thus licensing distribution and modification of the + Modified Version to whoever possesses a copy of it. In addition, + you must do these things in the Modified Version:

  1. Use in the Title Page + (and on the covers, if any) a title distinct from that of the + Document, and from those of previous versions (which should, if + there were any, be listed in the History section of the + Document). You may use the same title as a previous version if + the original publisher of that version gives permission.

  2. List on the Title Page, + as authors, one or more persons or entities responsible for + authorship of the modifications in the Modified Version, + together with at least five of the principal authors of the + Document (all of its principal authors, if it has less than + five).

  3. State on the Title page + the name of the publisher of the Modified Version, as the + publisher.

  4. Preserve all the + copyright notices of the Document.

  5. Add an appropriate + copyright notice for your modifications adjacent to the other + copyright notices.

  6. Include, immediately + after the copyright notices, a license notice giving the public + permission to use the Modified Version under the terms of this + License, in the form shown in the Addendum below.

  7. Preserve in that license + notice the full lists of Invariant Sections and required Cover + Texts given in the Document's license notice.

  8. Include an unaltered + copy of this License.

  9. Preserve the section + entitled "History", and its title, and add to it an item stating + at least the title, year, new authors, and publisher of the + Modified Version as given on the Title Page. If there is no + section entitled "History" in the Document, create one stating + the title, year, authors, and publisher of the Document as given + on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence.

  10. Preserve the network + location, if any, given in the Document for public access to a + Transparent copy of the Document, and likewise the network + locations given in the Document for previous versions it was + based on. These may be placed in the "History" section. You + may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission.

  11. In any section entitled + "Acknowledgements" or "Dedications", preserve the section's + title, and preserve in the section all the substance and tone of + each of the contributor acknowledgements and/or dedications + given therein.

  12. Preserve all the + Invariant Sections of the Document, unaltered in their text and + in their titles. Section numbers or the equivalent are not + considered part of the section titles.

  13. Delete any section + entitled "Endorsements". Such a section may not be included in + the Modified Version.

  14. Do not retitle any + existing section as "Endorsements" or to conflict in title with + any Invariant Section.

If the Modified Version includes new front-matter sections + or appendices that qualify as Secondary Sections and contain no + material copied from the Document, you may at your option + designate some or all of these sections as invariant. To do this, + add their titles to the list of Invariant Sections in the Modified + Version's license notice. These titles must be distinct from any + other section titles.

You may add a section entitled "Endorsements", provided it + contains nothing but endorsements of your Modified Version by + various parties--for example, statements of peer review or that + the text has been approved by an organization as the authoritative + definition of a standard.

You may add a passage of up to five words as a Front-Cover + Text, and a passage of up to 25 words as a Back-Cover Text, to the + end of the list of Cover Texts in the Modified Version. Only one + passage of Front-Cover Text and one of Back-Cover Text may be + added by (or through arrangements made by) any one entity. If the + Document already includes a cover text for the same cover, + previously added by you or by arrangement made by the same entity + you are acting on behalf of, you may not add another; but you may + replace the old one, on explicit permission from the previous + publisher that added the old one.

The author(s) and publisher(s) of the Document do not by + this License give permission to use their names for publicity for + or to assert or imply endorsement of any Modified Version.


PrevHomeNext
COPYING IN QUANTITYUpCOMBINING DOCUMENTS
\ No newline at end of file diff --git a/docs/html/gfdl_5.html b/docs/html/gfdl_5.html new file mode 100644 index 0000000000..4171a58ae9 --- /dev/null +++ b/docs/html/gfdl_5.html @@ -0,0 +1,159 @@ +COMBINING DOCUMENTS
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

5. COMBINING DOCUMENTS

You may combine the Document with other documents released + under this License, under the terms defined in section 4 above for + modified versions, provided that you include in the combination + all of the Invariant Sections of all of the original documents, + unmodified, and list them all as Invariant Sections of your + combined work in its license notice.

The combined work need only contain one copy of this + License, and multiple identical Invariant Sections may be replaced + with a single copy. If there are multiple Invariant Sections with + the same name but different contents, make the title of each such + section unique by adding at the end of it, in parentheses, the + name of the original author or publisher of that section if known, + or else a unique number. Make the same adjustment to the section + titles in the list of Invariant Sections in the license notice of + the combined work.

In the combination, you must combine any sections entitled + "History" in the various original documents, forming one section + entitled "History"; likewise combine any sections entitled + "Acknowledgements", and any sections entitled "Dedications". You + must delete all sections entitled "Endorsements."


PrevHomeNext
MODIFICATIONSUpCOLLECTIONS OF DOCUMENTS
\ No newline at end of file diff --git a/docs/html/gfdl_6.html b/docs/html/gfdl_6.html new file mode 100644 index 0000000000..324831e3c4 --- /dev/null +++ b/docs/html/gfdl_6.html @@ -0,0 +1,149 @@ +COLLECTIONS OF DOCUMENTS
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

6. COLLECTIONS OF DOCUMENTS

You may make a collection consisting of the Document and + other documents released under this License, and replace the + individual copies of this License in the various documents with a + single copy that is included in the collection, provided that you + follow the rules of this License for verbatim copying of each of + the documents in all other respects.

You may extract a single document from such a collection, + and distribute it individually under this License, provided you + insert a copy of this License into the extracted document, and + follow this License in all other respects regarding verbatim + copying of that document.


PrevHomeNext
COMBINING DOCUMENTSUpAGGREGATION WITH INDEPENDENT WORKS
\ No newline at end of file diff --git a/docs/html/gfdl_7.html b/docs/html/gfdl_7.html new file mode 100644 index 0000000000..69a52998de --- /dev/null +++ b/docs/html/gfdl_7.html @@ -0,0 +1,153 @@ +AGGREGATION WITH INDEPENDENT WORKS
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

7. AGGREGATION WITH INDEPENDENT WORKS

A compilation of the Document or its derivatives with other + separate and independent documents or works, in or on a volume of + a storage or distribution medium, does not as a whole count as a + Modified Version of the Document, provided no compilation + copyright is claimed for the compilation. Such a compilation is + called an "aggregate", and this License does not apply to the + other self-contained works thus compiled with the Document, on + account of their being thus compiled, if they are not themselves + derivative works of the Document.

If the Cover Text requirement of section 3 is applicable to + these copies of the Document, then if the Document is less than + one quarter of the entire aggregate, the Document's Cover Texts + may be placed on covers that surround only the Document within the + aggregate. Otherwise they must appear on covers around the whole + aggregate.


PrevHomeNext
COLLECTIONS OF DOCUMENTSUpTRANSLATION
\ No newline at end of file diff --git a/docs/html/gfdl_8.html b/docs/html/gfdl_8.html new file mode 100644 index 0000000000..debd7166f3 --- /dev/null +++ b/docs/html/gfdl_8.html @@ -0,0 +1,148 @@ +TRANSLATION
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

8. TRANSLATION

Translation is considered a kind of modification, so you may + distribute translations of the Document under the terms of section + 4. Replacing Invariant Sections with translations requires + special permission from their copyright holders, but you may + include translations of some or all Invariant Sections in addition + to the original versions of these Invariant Sections. You may + include a translation of this License provided that you also + include the original English version of this License. In case of + a disagreement between the translation and the original English + version of this License, the original English version will + prevail.


PrevHomeNext
AGGREGATION WITH INDEPENDENT WORKSUpTERMINATION
\ No newline at end of file diff --git a/docs/html/gfdl_9.html b/docs/html/gfdl_9.html new file mode 100644 index 0000000000..c9e0202b2d --- /dev/null +++ b/docs/html/gfdl_9.html @@ -0,0 +1,145 @@ +TERMINATION
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

9. TERMINATION

You may not copy, modify, sublicense, or distribute the + Document except as expressly provided for under this License. Any + other attempt to copy, modify, sublicense or distribute the + Document is void, and will automatically terminate your rights + under this License. However, parties who have received copies, or + rights, from you under this License will not have their licenses + terminated so long as such parties remain in full + compliance.


PrevHomeNext
TRANSLATIONUpFUTURE REVISIONS OF THIS LICENSE
\ No newline at end of file diff --git a/docs/html/gfdl_howto.html b/docs/html/gfdl_howto.html new file mode 100644 index 0000000000..e209c07b78 --- /dev/null +++ b/docs/html/gfdl_howto.html @@ -0,0 +1,166 @@ +How to use this License for your documents
The Bugzilla Guide
PrevAppendix D. GNU Free Documentation LicenseNext

How to use this License for your documents

To use this License in a document you have written, include + a copy of the License in the document and put the following + copyright and license notices just after the title page:

Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + A copy of the license is included in the section entitled "GNU + Free Documentation License".

If you have no Invariant Sections, write "with no Invariant + Sections" instead of saying which ones are invariant. If you have + no Front-Cover Texts, write "no Front-Cover Texts" instead of + "Front-Cover Texts being LIST"; likewise for Back-Cover + Texts.

If your document contains nontrivial examples of program + code, we recommend releasing these examples in parallel under your + choice of free software license, such as the GNU General Public + License, to permit their use in free software.


PrevHomeNext
FUTURE REVISIONS OF THIS LICENSEUpGlossary
\ No newline at end of file diff --git a/docs/html/glossary.html b/docs/html/glossary.html new file mode 100644 index 0000000000..dd2cead5a6 --- /dev/null +++ b/docs/html/glossary.html @@ -0,0 +1,294 @@ +Glossary
The Bugzilla Guide
Prev 

Glossary

A

There are no entries for A

B

Bug

A "Bug" in Bugzilla refers to an issue entered into the database which has an associated number, assignments, comments, etc. Many also refer to a "Ticket" or "Issue"; in this context, they are synonymous.

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 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.

P

Product

A Product is a broad category of types of bugs. In general, there are several Components to a Product. A Product also defines a default Group (used for Bug Security) for all bugs entered into components beneath it.

Example 1. A Sample Product

A company sells a software product called "X". They also maintain some older software called "Y", and have a secret project "Z". An effective use of Products might be to create Products "X", "Y", and "Z", each with Components "User Interface", "Database", and "Business Logic". They might also change group permissions so that only those people who are members of Group "Z" can see components and bugs under Product "Z".

Q

Q/A

"Q/A" is short for "Quality Assurance". In most large software development organizations, there is a team devoted to ensuring the product meets minimum standards before shipping. This team will also generally want to track the progress of bugs over their life cycle, thus the need for the "Q/A Contact" field in a Bug.

R

Recursion

See: Infinite Loop

Z

Zarro Boogs Found

This is the cryptic response sent by Bugzilla when a query returned no results. It is just a goofy way of saying "Zero Bugs Found".


PrevHome 
How to use this License for your documents  
\ No newline at end of file diff --git a/docs/html/granttables.html b/docs/html/granttables.html new file mode 100644 index 0000000000..0e69c66823 --- /dev/null +++ b/docs/html/granttables.html @@ -0,0 +1,324 @@ +MySQL Permissions & Grant Tables
The Bugzilla Guide
PrevAppendix B. The Bugzilla DatabaseNext

B.3. MySQL Permissions & Grant Tables

Note: The following portion of documentation comes from my answer to an old discussion of Keynote, a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the Keynote support group regarding MySQL grant table permissions, and how to use them effectively. It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables since this time, but it serves as a decent introduction and troubleshooting document for grant table issues. I used Keynote to track my troubles until I discovered Bugzilla, which gave me a whole new set of troubles to work on : )

From matt_barnson@singletrac.com Wed Jul  7 09:00:07 1999
+Date: Mon, 1 Mar 1999 21:37:04 -0700 
+From: Matthew Barnson matt_barnson@singletrac.com
+To: keystone-users@homeport.org
+Subject: [keystone-users] Grant Tables FAQ
+
+    [The following text is in the "iso-8859-1" character set]
+    [Your display is set for the "US-ASCII" character set]
+    [Some characters may be displayed incorrectly]
+
+Maybe we can include this rambling message in the Keystone FAQ?  It gets
+asked a lot, and the only option current listed in the FAQ is
+"--skip-grant-tables".
+
+Really, you can't go wrong by reading section 6 of the MySQL manual, at
+http://www.mysql.com/Manual/manual.html.  I am sure their description is
+better than mine.
+
+MySQL runs fine without permissions set up correctly if you run the mysql
+daemon with the "--skip-grant-tables" option.  Running this way denies
+access to nobody.  Unfortunately, unless you've got yourself firewalled it
+also opens the potential for abuse if someone knows you're running it.
+
+Additionally, the default permissions for MySQL allow anyone at localhost
+access to the database if the database name begins with "test_" or is named
+"test" (i.e. "test_keystone").  You can change the name of your database in
+the keystone.conf file ($sys_dbname).  This is the way I am doing it for
+some of my databases, and it works fine.
+
+The methods described below assume you're running MySQL on the same box as
+your webserver, and that you don't mind if your $sys_dbuser for Keystone has
+superuser access.  See near the bottom of this message for a description of
+what each field does.
+
+Method #1:
+
+1.  cd /var/lib
+ #location where you'll want to run /usr/bin/mysql_install_db shell
+script from to get it to work.
+
+2.  ln -s mysql data  
+ # soft links the "mysql" directory to "data", which is what
+mysql_install_db expects.  Alternately, you can edit mysql_install_db and
+change all the "./data" references to "./mysql".
+
+3.  Edit /usr/bin/mysql_install_db with your favorite text editor (vi,
+emacs, jot, pico, etc.)
+A)  Copy the "INSERT INTO db VALUES
+('%','test\_%','','Y','Y','Y','Y','Y','Y');" and paste it immediately after
+itself.  Chage the 'test\_%' value to 'keystone', or the value of
+$sys_dbname in keystone.conf.
+B)  If you are running your keystone database with any user, you'll need to
+copy the "INSERT INTO user VALUES
+('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');" line after
+itself and change 'root' to the name of the keystone database user
+($sys_dbuser) in keystone.conf.
+
+ # adds entries to the script to create grant tables for specific
+hosts and users.  The user you set up has super-user access ($sys_dbuser) --
+you may or may not want this.  The layout of mysql_install_db is really very
+uncomplicated.
+
+4.  /usr/bin/mysqladmin shutdown
+ # ya gotta shut it down before you can reinstall the grant tables!
+
+5.  rm -i /var/lib/mysql/mysql/*.IS?' and answer 'Y' to the deletion
+questions.
+ # nuke your current grant tables.  This WILL NOT delete any other
+databases than your grant tables.
+
+6.  /usr/bin/mysql_install_db
+ # run the script you just edited to install your new grant tables.
+
+7.  mysqladmin -u root password (new_password)  
+ # change the root MySQL password, or else anyone on localhost can
+login to MySQL as root and make changes.  You can skip this step if you want
+keystone to connect as root with no password.
+
+8.  mysqladmin -u (webserver_user_name) password (new_password)  
+ # change the password of the $sys_dbuser.  Note that you will need
+to change the password in the keystone.conf file as well in $sys_dbpasswd,
+and if your permissions are set up incorrectly anybody can type the URL to
+your keystone.conf file and get the password.  Not that this will help them
+much if your permissions are set to @localhost.
+
+
+
+Method #2:  easier, but a pain reproducing if you have to delete your grant
+tables.  This is the "recommended" method for altering grant tables in
+MySQL.  I don't use it because I like the other way :)
+
+shell> mysql --user=root keystone
+
+mysql> GRANT
+SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,RELOAD,SHUTDOWN,PROCESS,
+FILE,
+           ON keystone.*
+           TO <$sys_dbuser name>@localhost
+           IDENTIFIED BY '(password)'
+      WITH GRANT OPTION;
+
+OR
+
+mysql> GRANT ALL PRIVELEGES 
+ ON keystone.*
+ TO <$sys_dbuser name>@localhost
+ IDENTIFIED BY '(password)'
+ WITH GRANT OPTION;
+
+ # this grants the required permissions to the keystone ($sys_dbuser)
+account defined in keystone.conf.  However, if you are runnning many
+different MySQL-based apps, as we are, it's generally better to edit the
+mysql_install_db script to be able to quickly reproduce your permissions
+structure again.  Note that the FILE privelege and WITH GRANT OPTION may not
+be in your best interest to include.
+
+
+GRANT TABLE FIELDS EXPLANATION:
+Quick syntax summary:  "%" in MySQL is a wildcard.  I.E., if you are
+defining your DB table and in the 'host' field and enter '%', that means
+that any host can access that database.  Of course, that host must also have
+a valid db user in order to do anything useful.  'db'=name of database.  In
+our case, it should be "keystone".  "user" should be your "$sys_dbuser"
+defined in keystone.conf.  Note that you CANNOT add or change a password by
+using the "INSERT INTO db (X)" command -- you must change it with the mysql
+-u command as defined above.  Passwords are stored encrypted in the MySQL
+database, and if you try to enter it directly into the table they will not
+match.
+
+TABLE:  USER.  Everything after "password" is a privelege granted (Y/N).
+This table controls individual user global access rights.
+
+'host','user','password','select','insert','update','delete','index','alter'
+,'create','drop','grant','reload','shutdown','process','file'
+
+TABLE:  DB.  This controls access of USERS to databases.
+
+'host','db','user','select','insert','update','delete','index','alter','crea
+te','drop','grant'
+
+TABLE:  HOST.  This controls which HOSTS are allowed what global access
+rights.  Note that the HOST table, USER table, and DB table are very closely
+connected -- if an authorized USER attempts an SQL request from an
+unauthorized HOST, she's denied.  If a request from an authorized HOST is
+not an authorized USER, it is denied.  If a globally authorized USER does
+not have rights to a certain DB, she's denied.  Get the picture?
+
+'host','db','select','insert','update','delete','index','alter','create','dr
+op','grant'
+
+
+You should now have a working knowledge of MySQL grant tables.  If there is
+anything I've left out of this answer that you feel is pertinent, or if my
+instructions don't work for you, please let me know and I'll re-post this
+letter again, corrected.  I threw it together one night out of exasperation
+for all the newbies who don't know squat about MySQL yet, so it is almost
+guaranteed to have errors.
+
+Once again, you can't go wrong by reading section 6 of the MySQL manual.  It
+is more detailed than I!
+http://www.mysql.com/Manual/manual.html.
+
+----------------------------------------------------------------------------
+10/12/2000
+Matthew sent in some mail with updated contact information:
+NEW CONTACT INFORMATION: 
+
+                        ------------------------ 
+                        Matthew P. Barnson 
+                        Manager, Systems Administration 
+                        Excite@Home Business Applications 
+                        mbarnson@excitehome.net 
+                        (801)234-8300 
+
+
+    


PrevHomeNext
MySQL Bugzilla Database IntroductionUpCleaning up after mucking with Bugzilla
\ No newline at end of file diff --git a/docs/html/how.html b/docs/html/how.html new file mode 100644 index 0000000000..f54f933739 --- /dev/null +++ b/docs/html/how.html @@ -0,0 +1,905 @@ +How do I use Bugzilla?
The Bugzilla Guide
PrevChapter 4. Using BugzillaNext

4.3. How do I use Bugzilla?

 

Hey! I'm Woody! Howdy, Howdy, Howdy!

Bugzilla is a large and complex system. Describing how to use it + requires some time. If you are only interested in installing or administering + a Bugzilla installation, please consult the Installing and Administering + Bugzilla portions of this Guide. This section is principally aimed towards + developing end-user mastery of Bugzilla, so you may fully enjoy the benefits + afforded by using this reliable open-source bug-tracking software. +

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 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. + However, please use it if you want to + follow this tutorial. +

4.3.1. Create a Bugzilla Account

First thing's 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 Bugzilla experience, use this URL: + http://landfill.tequilarista.org/mozilla/bugzilla/ +

  1. Click the "Open a new Bugzilla account" link. +

  2. Enter your "E-mail address" and "Real Name" (or whatever name you want to call yourself) + in the spaces provided, then select the "Create Account" button. +

  3. Within 5-10 minutes, you should receive an email to the address you provided above, + which contains your login name (generally the same as the email address), and + a password you can use to access your account. This password is randomly generated, + and should be changed at your nearest opportunity (we'll go into how to do it later). +

  4. Click the "Log In" link in the yellow area at the bottom of the page in your browser, + then enter your "E-mail address" and "Password" you just received into the spaces provided, + and select "Login". +

    Note: If you ever forget your password, you can come back to this page, enter your + "E-mail address", then select the "E-mail me a password" button to have your password + mailed to you again so that you can login. +

    +

    Caution

    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. +

    +

Congratulations! If you followed these directions, you now are the + proud owner of a user account on landfill.tequilarista.org (Landfill) or + your local Bugzilla install. You should now see in your browser a + page called the "Bugzilla Query Page". It may look daunting, but + with this Guide to walk you through it, you will master it in no time. +

4.3.2. The Bugzilla Query Page

The Bugzilla Query Page is the heart and soul of Bugzilla. It is the master + interface where you can find any bug report, comment, or patch currently in the 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, or shortly will be, 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, please visit the main Bugzilla site, + bugzilla.mozilla.org, to see a more fleshed-out query page. +

The first thing you need to notice about the Bugzilla Query Page is that + nearly every box you see on your screen has a hyperlink nearby, explaining what + it is or what it does. Near the upper-left-hand corner of your browser window + you should see the word "Status" underlined. Select it. +

Notice the page that popped up? Every underlined word you see on your screen + is a hyperlink that will take you to context-sensitive help. + Click around for a while, and learn what everything here does. To return + to the query interface after pulling up a help page, use the "Back" button in + your browser. +

I'm sure that after checking out the online help, you are now an Expert + on the Bugzilla Query Page. If, however, you feel you haven't mastered it yet, + let me walk you through making a few successful queries to find out what there + are in the Bugzilla bug-tracking system itself. +

  1. Ensure you are back on the "Bugzilla Query Page" + Do nothing in the boxes marked "Status", "Resolution", "Platform", "OpSys", + "Priority", or "Severity". The default query for "Status" is to find all bugs that + are NEW, ASSIGNED, or REOPENED, which is what we want. If you don't select anything + in the other 5 scrollboxes there, then you are saying that "any of these are OK"; + we're not locking ourselves into only finding bugs on the "DEC" Platform, or "Windows 95" + OpSys (Operating System). You're smart, I think you have it figured out. +

    Basically, selecting anything on the query page narrows your search + down. Leaving stuff unselected, or text boxes unfilled, broadens your search! +

  2. You see the box immediately below the top six boxes that contains an "Email" text box, + with the words "matching as", a drop-down selection box, then some checkboxes with + "Assigned To" checked by default? This allows you to filter your search down based upon + email address. Let's put my email address in there, and see what happens. +

    Type "barnboy@trilobyte.net" in the top Email text box. +

  3. Let's narrow the search some more. Scroll down until you find the box with the word + "Program" over the top of it. This is where we can narrow our search down to only + specific products (software programs or product lines) in our Bugzilla database. + Please notice the box is a scrollbox. Using the down arrow on the + scrollbox, scroll down until you can see an entry called "Webtools". Select this entry. +

  4. Did you notice that some of the boxes to the right changed when you selected "Webtools"? + Every Program (or Product) has different Versions, Components, and Target Milestones associated + with it. A "Version" is the number of a software program. +

    Example 4-1. Some Famous Software Versions

    Do you remember the hype in 1995 when Microsoft Windows 95(r) was released? + It may have been several years + ago, but Microsoft(tm) spent over $300 Million advertising this new Version of their + software. Three years later, they released Microsoft Windows 98(r), + another new version, to great fanfare, and then in 2000 quietly + released Microsoft Windows ME(Millenium Edition)(r). +

    Software "Versions" help a manufacturer differentiate + their current product from their + previous products. Most do not identify their products + by the year they were released. + Instead, the "original" version of their software will + often be numbered "1.0", with + small bug-fix releases on subsequent tenths of a digit. In most cases, it's not + a decimal number; for instance, often 1.9 is an older version + of the software than 1.11, + but is a newer version than 1.1.1. +

    In general, a "Version" in Bugzilla should refer to + released + products, not products that have not yet been released + to the public. Forthcoming products + are what the Target Milestone field is for. +

    +

    A "Component" is a piece of a Product. + It may be a standalone program, or some other logical + division of a Product or Program. + Normally, a Component has a single Owner, who is responsible + for overseeing efforts to improve that Component. +

    Example 4-2. Mozilla Webtools Components

    Mozilla's "Webtools" Product is composed of several pieces (Components): +

    Bonsai, + a tool to show recent changes to Mozilla
    Bugzilla, + a defect-tracking tool
    Build, + a tool to automatically compile source code + into machine-readable form
    Despot, + a program that controls access to the other Webtools
    LXR, + a utility that automatically marks up text files + to make them more readable
    MozBot, + a "robot" that announces changes to Mozilla in Chat
    TestManager, + a tool to help find bugs in Mozilla
    Tinderbox, + which displays reports from Build

    +

    A different person is responsible for each of these Components. + Tara Hernandez keeps + the "Bugzilla" component up-to-date. +

    +

    A "Milestone", or "Target Milestone" is a often a planned future "Version" of a + product. In many cases, though, Milestones simply represent significant dates for + a developer. Having certain features in your Product is frequently + tied to revenue (money) + the developer will receive if the features work by the time she + reaches the Target Milestone. + Target Milestones are a great tool to organize your time. + If someone will pay you $100,000 for + incorporating certain features by a certain date, + those features by that Milestone date become + a very high priority. Milestones tend to be highly malleable creatures, + though, that appear + to be in reach but are out of reach by the time the important day arrives. +

    The Bugzilla Project has set up Milestones for future + Bugzilla versions 2.14, 2.16, 2.18, 3.0, etc. However, + a Target Milestone can just as easily be a specific date, + code name, or weird alphanumeric + combination, like "M19". +

  5. OK, now let's select the "Bugzilla" component from its scrollbox. +

  6. Skip down the page a bit -- do you see the "submit query" button? + Select it, and let's run + this query! +

  7. Congratulations! You've completed your first Query, and have before you the Bug List + of the author of this Guide, Matthew P. Barnson (barnboy@trilobyte.net). If I'm + doing well, + you'll have a cryptic "Zarro Boogs Found" message on your screen. It is just + a happy hacker's way of saying "Zero Bugs Found". However, I am fairly certain I will + always have some bugs assigned to me that aren't done yet, + so you won't often see that message! +

I encourage you to click the bug numbers in the left-hand column and examine + my bugs. Also notice that if you click the underlined + links near the top of this page, they do + not take you to context-sensitive help here, + but instead sort the columns of bugs on the screen! + When you need to sort your bugs by priority, severity, + or the people they are assigned to, this + is a tremendous timesaver. +

A couple more interesting things about the Bug List page: +

Change Columns: + by selecting this link, you can show all kinds + of information in the Bug List
Change several bugs at once: + If you have sufficient rights to change all + the bugs shown in the Bug List, you can mass-modify them. + This is a big time-saver.
Send mail to bug owners: + If you have many related bugs, you can request + an update from every person who owns the bugs in + the Bug List asking them the status.
Edit this query: + If you didn't get exactly the results you were looking for, + you can return to the Query page through this link and make + small revisions to the query you just made so + you get more accurate results.

+

Note: There are many more options to the Bugzilla Query Page + and the Bug List than I have shown you. + But this should be enough for you to learn to get around. + I encourage you to check out the + Bugzilla Home Page + to learn about the Anatomy + and Life Cycle of a Bug before continuing. +

4.3.3. Creating and Managing Bug Reports

 

And all this time, I thought we were taking bugs out...

4.3.3.1. Writing a Great Bug Report

Before we plunge into writing your first bug report, I encourage you to read + Mozilla.org's Bug + Writing Guidelines. While some of the advice is Mozilla-specific, the basic + principles of reporting Reproducible, Specific bugs, 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. +

While you are at it, why not learn how to find previously reported bugs? Mozilla.org + has published a great tutorial on finding duplicate bugs, available at + http://www.mozilla.org/quality/help/beginning-duplicate-finding.html. +

I realize this was a lot to read. However, understanding the mentality of writing + great bug reports will help us on the next part! +

  1. Go back to http://landfill.tequilarista.org/mozilla/bugzilla/ + in your browser. +

  2. Select the + Enter a new bug report link. +

  3. Select a product. +

  4. Now you should be at the "Enter Bug" form. + The "reporter" should have been automatically filled out + for you (or else Bugzilla prompted you to Log In again + -- you did keep the email with your username + and password, didn't you?). +

  5. Select a Component in the scrollbox. +

  6. Bugzilla should have made reasonable guesses, based upon your browser, + for the "Platform" and "OS" drop-down + boxes. If those are wrong, change them -- if you're on an SGI box + running IRIX, we want to know! +

  7. Fill in the "Assigned To" box with the email address you provided earlier. + This way you don't end up sending copies of your bug to lots of other people, + since it's just a test bug. +

  8. Leave the "CC" text box blank. + Fill in the "URL" box with "http://www.mozilla.org". +

  9. Enter "The Bugzilla Guide" in the Summary text box, + and place any comments you have on this + tutorial, or the Guide in general, into the Description box. +

Voila! Select "Commit" and send in your bug report! + Next we'll look at resolving bugs. +

4.3.3.2. Managing your Bug Reports

OK, you should have a link to the bug you just created near the top of your page. + It should say + "Bug XXXX posted", with a link to the right saying "Back to BUG# XXXX". + Select this link. +

  1. Scroll down a bit on the subsequent page, + until you see the "Resolve bug, changing resolution to (dropdown box). + Normally, you would + "Accept bug (change status to ASSIGNED)", fix it, and then resolve. + But in this case, we're + going to short-circuit the process because this wasn't a real bug. + Change the dropdown next to + "Resolve Bug" to "INVALID", make sure the radio button is + marked next to "Resolve Bug", then + click "Commit". +

  2. Hey! It said it couldn't take the change in a big red box! + That's right, you must specify + a Comment in order to make this change. Select the "Back" + button in your browser, add a + Comment, then try Resolving the bug with INVALID status again. + This time it should work. +

You have now learned the basics of Bugzilla navigation, + entering a bug, and bug maintenance. + I encourage you to explore these features, and see what you can do with them! + We'll spend no more time on individual Bugs or Queries from this point on, so you are + on your own there. +

But I'll give a few last hints! +

There is a CLUE + on the Query page + that will teach you more how to use the form. +

If you click the hyperlink on the + Component + box of the Query page, you will be presented a form that will describe what all + the components are. +

Possibly the most powerful feature of the Query page is the + Boolean Chart section. + It's a bit confusing to use the first time, but can provide unparalleled + flexibility in your queries, + allowing you to build extremely powerful requests. +

Finally, you can build some nifty + Reports + using the "Bug Reports" link near the bottom of the query page, and also + available via the "Reports" link + at the footer of each page. +


PrevHomeNext
Why Should We Use Bugzilla?UpWhat's in it for me?
\ No newline at end of file diff --git a/docs/html/index.html b/docs/html/index.html new file mode 100644 index 0000000000..0250aeba3d --- /dev/null +++ b/docs/html/index.html @@ -0,0 +1,531 @@ +The Bugzilla Guide

The Bugzilla Guide

Matthew P. Barnson

barnboy@trilobyte.net

This is the documentation for Bugzilla, the Mozilla bug-tracking system.


Table of Contents
1. About This Guide
1.1. Purpose and Scope of this Guide
1.2. Copyright Information
1.3. Disclaimer
1.4. New Versions
1.5. Credits
1.6. Contributors
1.7. Feedback
1.8. Translations
1.9. Document Conventions
2. Installing Bugzilla
2.1. UNIX Installation
2.2. Win32 (Win98+/NT/2K) Installation
3. Administering Bugzilla
3.1. Post-Installation Checklist
3.2. User Administration
3.3. Product, Component, Milestone, and Version Administration
3.4. Bugzilla Security
4. Using Bugzilla
4.1. What is Bugzilla?
4.2. Why Should We Use Bugzilla?
4.3. How do I use Bugzilla?
4.4. What's in it for me?
4.5. Using Bugzilla-Conclusion
5. Integrating Bugzilla with Third-Party Tools
5.1. Bonsai
5.2. CVS
5.3. Perforce SCM
5.4. Tinderbox
6. The Future of Bugzilla
6.1. Reducing Spam
6.2. Better Searching
6.3. Description Flags and Tracking Bugs
6.4. Bug Issues
6.5. Database Integrity
6.6. Bugzilla 3.0
A. The Bugzilla FAQ
B. The Bugzilla Database
B.1. Database Schema Chart
B.2. MySQL Bugzilla Database Introduction
B.3. MySQL Permissions & Grant Tables
B.4. Cleaning up after mucking with Bugzilla
C. Useful Patches and Utilities for Bugzilla
C.1. The setperl.pl Utility
C.2. Command-line Bugzilla Queries
C.3. The Quicksearch Utility
D. GNU Free Documentation License
0. PREAMBLE
1. APPLICABILITY AND DEFINITIONS
2. VERBATIM COPYING
3. COPYING IN QUANTITY
4. MODIFICATIONS
5. COMBINING DOCUMENTS
6. COLLECTIONS OF DOCUMENTS
7. AGGREGATION WITH INDEPENDENT WORKS
8. TRANSLATION
9. TERMINATION
10. FUTURE REVISIONS OF THIS LICENSE
How to use this License for your documents
Glossary

  Next
  About This Guide
\ No newline at end of file diff --git a/docs/html/init4me.html b/docs/html/init4me.html new file mode 100644 index 0000000000..5687f902e3 --- /dev/null +++ b/docs/html/init4me.html @@ -0,0 +1,384 @@ +What's in it for me?
The Bugzilla Guide
PrevChapter 4. Using BugzillaNext

4.4. What's in it for me?

 

Indiana, it feels like we walking on fortune cookies!

These ain't fortune cookies, kid...

Customized User Preferences offer tremendous versatility to + your individual Bugzilla experience. + Let's plunge into what you can do! The first step is to click + the "Edit prefs" link at the footer of each page once you + have logged in to + Landfill. +

4.4.1. Account Settings

On this page, you can change your basic Account Settings, + including your password and full name. + For security reasons, in order to change anything on this page you + must type your current + password into the "Old Password" field. + If you wish to change your password, type the new password you + want into the "New Password" field and again into the "Re-enter + new password" field to ensure + you typed your new password correctly. Select the "Submit" button and you're done! +

4.4.2. Email Settings

4.4.2.1. Email Notification

Ahh, here you can reduce or increase the amount of email sent you from Bugzilla! + In the drop-down "Notify me of changes to", select one of +

All qualifying bugs: sends you every change to every bug + where your name is somewhere on it, regardless of who changed it.
Only those bugs which I am listed in the CC line: prevents + you from receiving mail for which you are the reporter,' + owner, or QA contact. If you are on the CC + list, presumably someone had a good + reason for you to get the email.
All qulifying bugs except those which I change: + This is the default, and + a sensible setting. If someone else changes your bugs, you will get emailed, + but if you change bugs + yourself you will receive no notification of the change.

+

4.4.2.2. New Email Technology

Note: This option may not be available in all Bugzilla installations, depending upon + the preferences of the systems administrator responsible for the setup of your Bugzilla. + However, if you really want this functionality, ask her to "enable newemailtech + in Params" + and "make it the default for all new users", referring her to the Administration section + of this Guide. +

Disregard the warnings about "experimental and bleeding edge"; the code to handle email + in a cleaner manner than that historically used for Bugzilla is + quite robust and well-tested now. +

I recommend you enable the option, "Click here to sign up (and risk any bugs)". + Your email-box + will thank you for it. The fundamental shift in "newemailtech" is away from standard UNIX + "diff" output, which is quite ugly, to a prettier, better laid-out email. +

4.4.2.3. "Watching" Users

Note: This option may not be available in all Bugzilla installations, depending upon + the preferences of the systems administrator responsible for the setup of your Bugzilla. + However, if you really want this functionality, ask her to "enable watchers in Params". +

By entering user email names into the "Users to watch" text entry box, delineated by commas, + you can watch bugs of other users. This powerful functionality enables seamless transitions + as developers change projects, managers wish to get in touch with the issues faced by their + direct reports, or users go on vacation. If any of these three situations apply + to you, you will undoubtedly find this feature quite convenient. +

4.4.3. Page Footer

Note: By default, this page is quite barren. However, go explore the Query Page some more; you will + find that you can store numerous queries on the server, so if you regularly run a particular query + it is just a drop-down menu away. On this page of Preferences, if you have many stored + queries you can elect to have them always one-click away! +

If you have many stored queries on the server, here you will find individual drop-downs for each + stored query. Each drop-down gives you the option of that query appearing on the footer of every + page in Bugzilla! This gives you powerful one-click access to any complex searches you may set up, + and is an excellent way to impress your boss... +

Tip: By default, the "My Bugs" link appears at the bottom of each page. However, this query + gives you both the bugs you have reported, as well as those you are assigned. One of the most + common uses for this page is to remove the "My Bugs" link, replacing it with two other queries, + commonly called "My Bug Reports" and "My Bugs" (but only referencing bugs assigned to you). This + allows you to distinguish those bugs you have reported from those you are assigned. I commonly + set up complex Boolean queries in the Query page and link them to my footer in this page. When + they are significantly complex, a one-click reference can save hours of work.

4.4.4. Permissions

This is a purely informative page which outlines your current permissions on + this installation of Bugzilla. If you have permissions to grant certain permissions to + other users, the "other users" link appears on this page as well as the footer. + For more information regarding user administration, please consult the Administration + section of this Guide. +


PrevHomeNext
How do I use Bugzilla?UpUsing Bugzilla-Conclusion
\ No newline at end of file diff --git a/docs/html/installation.html b/docs/html/installation.html new file mode 100644 index 0000000000..8d54993adc --- /dev/null +++ b/docs/html/installation.html @@ -0,0 +1,162 @@ +Installing Bugzilla
The Bugzilla Guide
PrevNext


PrevHomeNext
Document Conventions UNIX Installation
\ No newline at end of file diff --git a/docs/html/integration.html b/docs/html/integration.html new file mode 100644 index 0000000000..5c4bdea756 --- /dev/null +++ b/docs/html/integration.html @@ -0,0 +1,158 @@ +Integrating Bugzilla with Third-Party Tools
The Bugzilla Guide
PrevNext


PrevHomeNext
Using Bugzilla-Conclusion Bonsai
\ No newline at end of file diff --git a/docs/html/newversions.html b/docs/html/newversions.html new file mode 100644 index 0000000000..be65ea32dd --- /dev/null +++ b/docs/html/newversions.html @@ -0,0 +1,186 @@ +New Versions
The Bugzilla Guide
PrevChapter 1. About This GuideNext

1.4. New Versions

This is the initial release of the Bugzilla Guide. +

This document can be found in the following places: +

+

The latest version of this document can be checked out via CVS. + Please follow the instructions available at + the Mozilla CVS page, + and check out the mozilla/webtools/bugzilla/docs/ branch. +


PrevHomeNext
DisclaimerUpCredits
\ No newline at end of file diff --git a/docs/html/patches.html b/docs/html/patches.html new file mode 100644 index 0000000000..fa524d1c90 --- /dev/null +++ b/docs/html/patches.html @@ -0,0 +1,153 @@ +Useful Patches and Utilities for Bugzilla
The Bugzilla Guide
PrevNext


PrevHomeNext
Cleaning up after mucking with Bugzilla The setperl.pl Utility
\ No newline at end of file diff --git a/docs/html/postinstall-check.html b/docs/html/postinstall-check.html new file mode 100644 index 0000000000..aa52077957 --- /dev/null +++ b/docs/html/postinstall-check.html @@ -0,0 +1,297 @@ +Post-Installation Checklist
The Bugzilla Guide
PrevChapter 3. Administering BugzillaNext

3.1. Post-Installation Checklist

After installation, follow the checklist below to ensure that + you have a successful installation. + If you do not see a recommended setting for a parameter, + consider leaving it at the default + while you perform your initial tests on your Bugzilla setup. +

  1. Set "maintainer" to your email address. + This allows Bugzilla's error messages + to display your email + address and allow people to contact you for help. +

  2. Set "urlbase" to the URL reference for your Bugzilla installation. + If your bugzilla query page is at http://www.foo.com/bugzilla/query.cgi, + your url base is http://www.foo.com/bugzilla/ +

  3. Set "usebuggroups" to "1" only + if you need to restrict access to products. + I suggest leaving this parameter off + while initially testing your Bugzilla. +

  4. Set "usebuggroupsentry" to "1" if you want to be able to restrict access to products. + Once again, if you are simply testing your installation, I suggest against + turning this parameter on; the strict security checking may stop you from + being able to modify your new entries. +

  5. Set "shadowdb" to "bug_shadowdb" if you will be + running a *very* large installation of Bugzilla. + The shadow database enables many simultaneous users + to read and write to the database + without interfering with one another. +

    Note: Enabling "shadowdb" can adversely affect the stability + of your installation of Bugzilla. + You may frequently need to manually synchronize your databases, + or schedule nightly syncs + via "cron" +

    + Once again, in testing you should + avoid this option -- use it if or when you need to use it, and have + repeatedly run into the problem it was designed to solve -- very long wait times while + attempting to commit a change to the database. +

    If you use the "shadowdb" option, it is only natural that you should turn the "queryagainstshadowdb" + option "On" as well. Otherwise you are replicating data into a shadow database for no reason! +

  6. If you have custom logos or HTML you must put in place to fit within your site design guidelines, + place the code in the "headerhtml", "footerhtml", "errorhtml", "bannerhtml", or "blurbhtml" text boxes. +

    Note: The "headerhtml" text box is the HTML printed out before any other code on the page. + If you have a special banner, put the code for it in "bannerhtml". You may want to leave these + settings at the defaults initially. +

    +

  7. Add any text you wish to the "passwordmail" parameter box. For instance, + many people choose to use this box to give a quick training blurb about how to + use Bugzilla at your site. +

  8. Set "newemailtech" to "on". Your users will thank you. This is the default in the post-2.12 world. +

  9. Do you want to use the qa contact ("useqacontact") and status whiteboard ("usestatuswhiteboard") fields? + These fields are useful because they allow for more flexibility, particularly when you have an existing + Quality Assurance and/or Release Engineering team, + but they may not be needed for smaller installations. +

  10. Set "whinedays" to the amount of days you want to let bugs go in the "New" or "Reopened" state before + notifying people they have untouched new bugs. If you do not plan to use this feature, simply do + not set up the whining cron job described in the README, or set this value to "0". +

  11. Set the "commenton" options according to your site policy. It is a wise idea to require comments when users + resolve, reassign, or reopen bugs. +

    Note: It is generally far better to require a developer comment when resolving bugs than not. + Few things are more annoying to bug database users than having a developer + mark a bug "fixed" without any comment as to what the fix was (or even that it was truly fixed!) +

    +

  12. Set "supportwatchers" to "On". This feature is helpful for team leads to monitor progress in their + respective areas, and can offer many other benefits, such as allowing a developer to pick up a + former engineer's bugs without requiring her to change all the information in the bug. +


PrevHomeNext
Administering BugzillaUpUser Administration
\ No newline at end of file diff --git a/docs/html/programadmin.html b/docs/html/programadmin.html new file mode 100644 index 0000000000..2251d0f295 --- /dev/null +++ b/docs/html/programadmin.html @@ -0,0 +1,923 @@ +Product, Component, Milestone, and Version Administration
The Bugzilla Guide
PrevChapter 3. Administering BugzillaNext

3.3. Product, Component, Milestone, and Version Administration

 

Dear Lord, we have to get our users to do WHAT?

3.3.1. Products

Formerly, and in some spots still, called "Programs"

Products are the + broadest category in Bugzilla, and you should have the least of these. + If your company makes computer games, you should have one product per game, + and possibly a few special products + (website, meetings...) +

A Product (formerly called "Program", and still referred to that way + in some portions of the source code) controls some very important functions. + The number of "votes" available for users to vote for the most important bugs + is set per-product, as is the number of votes required to move a bug automatically + from the UNCONFIRMED status to the NEW status. One can close a Product for further + bug entry and define various Versions available from the Edit Product screen. +

To create a new product:

  1. Select "components" from the yellow footer +

    Tip: It may seem counterintuitive to click "components" when you want + to edit the properties associated with Products. This is one of a long + list of things we want in Bugzilla 3.0... +

  2. Select the "Add" link to the right of "Add a new product". +

  3. Enter the name of the product and a description. + The Description field is free-form. +

Tip: Don't worry about the "Closed for bug entry", "Maximum Votes per person", + "Maximum votes a person can put on a single bug", "Number of votes a bug in + this Product needs to automatically get out of the UNCOMFIRMED state", + and "Version" options yet. + We'll cover those in a few moments. +

3.3.2. Components

Components are subsections of a Product. + +

Example 3-1. Creating some Components

The computer game you are designing may a "UI" component, an "API" component, + a "Sound System" component, and a "Plugins" component, each overseen by a different + programmer. It often makes sense to divide Components in Bugzilla according to the + natural divisions of responsibility within your Product or company. +

+ + Each component has a owner and (if you turned it on in the parameters), a qa + contact. The owner should be the primary person who fixes bugs in that component. The QA + Contact should be the person who will ensure these bugs are completely fixed. The Owner, + QA Contact, and Reporter will get email when new bugs are created in this Component and + when these bugs change. Default Owner and Default QA Contact fields only dictate the + default assignments; the Owner and Q/A Contact fields in a bug + are otherwise unrelated to the Component. +

To create a new Component: +

  1. Select the "Edit components" link from the "Edit Product" page +

  2. Select the "Add" link to the right of the "Add a new component" text + on the "Select Component" page. +

  3. Fill out the "Component" field, a short "Description", and the "Initial Owner". + The "Component" field should not contain a space. The "Description" field is + free-form. The "Initial Owner" field must be that of a valid user already + existing in the database. If the initial owner does not exist, Bugzilla + will refuse to create the component. +

    Tip: Is your "Default Owner" a user who is not yet in the database? + No problem. +

    1. Select the "Log out" link on the footer of the page. +

    2. Select the "New Account" link on the footer of the "Relogin" page +

    3. Type in the email address of the default owner you want to create + in the "E-mail address" field, and her full name in the "Real name" + field, then select the "Submit Query" button. +

    4. Now select "Log in" again, type in your login information, and you + can modify the product to use the Default Owner information + you require. +

    +

    +

  4. Either "edit" more components or return to the "query" page on the ensuing + "Addming new component" page. To return to the Product you were editing, you + must select the "components" link as before. +

3.3.3. Versions

Versions are the revisions of the product, such as "Flinders 3.1", "Flinders 95", + and "Flinders 2000". Using Versions helps you isolate code changes and are an aid + in reporting. + +

Example 3-2. Common Use of Versions

A user reports a bug + against Version "Beta 2.0" of your product. The current Version of your software + is "Release Candidate 1", and no longer has the bug. This will + help you triage and classify bugs according to their relevance. It is also + possible people may report bugs against bleeding-edge beta versions that are + not evident in older versions of the software. This can help isolate code + changes that caused the bug +

+

Example 3-3. A Different Use of Versions

This field has been used to good effect by an online service provider in a slightly + different way. They had three versions of the product: "Production", "QA", + and "Dev". Although it may be the same product, a bug in the development + environment is not normally as critical as a Production bug, nor does it + need to be reported publicly. When used in conjunction with Target Milestones, + one can easily specify the environment where a bug can be reproduced, and + the Milestone by which it will be fixed. +

+

To create and edit Versions: +

  1. From the "Edit Product" screen, select "Edit Versions" +

  2. You will notice that the product already has the default version "undefined". + If your product doesn't use version numbers, you may want to leave this as it is + or edit it so that it is "---". You can then go back to the edit versions page + and add new versions to your product. +

    Otherwise, click the "Add" button to the right of the "Add a new version" text. +

  3. Enter the name of the Version. This can be free-form characters up to the limit of the + text box. Then select the "Add" button. +

  4. At this point you can select "Edit" to edit more Versions, or return to the "Query" + page, from which you can navigate back to the product through the "components" link + at the foot of the Query page. +

3.3.4. Milestones

Milestones are "targets" that you plan to get a bug fixed by. For example, you have a bug that + you plan to fix for your 3.0 release, it would be assigned the milestone of 3.0. Or, you have a + bug that you plan to fix for 2.8, this would have a milestone of 2.8. +

Note: Milestone options will only appear for a Product if you turned the "usetargetmilestone" field + in the "Edit Parameters" screen "On". +

To create new Milestones, set Default Milestones, and set Milestone URL: +

  1. Select "edit milestones" +

  2. Select "Add" to the right of the "Add a new milestone" text +

  3. Enter the name of the Milestone in the "Milestone" field. + You can optionally set the "Sortkey", which is a positive or negative number (-255 to 255) + that defines where in the list this particular milestone appears. + Select "Add". +

    Example 3-4. Using SortKey with Target Milestone

    Let's say you create a target milestone called "Release 1.0", with Sortkey set to "0". + Later, you realize that you will have a public beta, called "Beta1". + You can create a Milestone called "Beta1", with a Sortkey of "-1" in order to ensure + people will see the Target Milestone of "Beta1" earlier on the list than "Release 1.0" +

  4. If you want to add more milestones, select the "Edit" link. + If you don't, well shoot, you have to go back to the "query" page and select "components" + again, and make your way back to the Product you were editing. +

    Note: This is another in the list of unusual user interface decisions that + we'd like to get cleaned up. Shouldn't there be a link to the effect of + "edit the Product I was editing when I ended up here"? In any case, + clicking "components" in the footer takes you back to the "Select product" + screen, from which you can begin editing your product again. +

    +

  5. From the Edit Product screen again (once you've made your way back), enter the URL + for a description of what your milestones are for this product in the "Milestone URL" field. + It should be of the format "http://www.foo.com/bugzilla/product_milestones.html" +

    Some common uses of this field include product descriptions, product roadmaps, + and of course a simple description of the meaning of each milestone. +

  6. If you're using Target Milestones, the "Default Milestone" field must have some + kind of entry. If you really don't care if people set coherent Target Milestones, + simply leave this at the default, "---". However, controlling and regularly updating the Default + Milestone field is a powerful tool when reporting the status of projects. +

    Select the "Update" button when you are done.

  7. +

3.3.5. Voting

The concept of "voting" is a poorly understood, yet powerful feature for the management + of open-source projects. Each user is assigned so many Votes per product, which they can + freely reassign (or assign multiple votes to a single bug). + This allows developers to gauge user need for a particular enhancement + or bugfix. By allowing bugs with a certain number of votes to automatically move from + "UNCONFIRMED" to "NEW", users of the bug system can help high-priority bugs garner + attention so they don't sit for a long time awaiting triage. +

The daunting challenge of Votes is deciding where you draw the line for a "vocal majority". If you + only have a user base of 100 users, setting a low threshold for bugs to move from UNCONFIRMED + to NEW makes sense. As the Bugzilla user base expands, however, these thresholds must be + re-evaluated. You should gauge whether this feature is worth the time and close monitoring involved, + and perhaps forego implementation until you have a critical mass of users who demand it. +

To modify Voting settings:

  1. Navigate to the "Edit Product" screen for the Product you wish to modify +

  2. Set "Maximum Votes per person" to your calculated value. Setting this field + to "0" disables voting. +

  3. Set "Maximum Votes a person can put on a single bug" to your calculated value. It + should probably be some number lower than the "Maximum votes per person". + Setting this field to "0" disables voting, but leaves the voting options open + to the user. This is confusing. +

  4. Set "Number of votes a bug in this product needs to automatically get out of the + UNCONFIRMED state" to your calculated number. Setting this field to "0" + disables the automatic move of bugs from UNCONFIRMED to NEW. Some people + advocate leaving this at "0", but of what use are Votes if your Bugzilla + user base is unable to affect which bugs appear on Development radar? +

    Tip: You should probably set this number to higher than a small coalition of + Bugzilla users can influence it. Most sites use this as a "referendum" + mechanism -- if users are able to vote a bug out of UNCONFIRMED, it + is a really bad bug! +

    +

  5. Once you have adjusted the values to your preference, select the "Update" button. +

3.3.6. Groups and Group Security

Groups can be very useful in bugzilla, because they allow users to isolate + bugs or products that should only be seen by certain people. Groups can also + be a complicated minefield of interdependencies and weirdness if mismanaged. + +

Example 3-5. When to Use Group Security

Many Bugzilla sites isolate "Security-related" bugs from all other bugs. + This way, they can have a fix ready before the security vulnerability + is announced to the world. You can create a "Security" product which, by + default, has no members, and only add members to the group (in their individual + User page, as described under User Administration) who should have + priveleged access to "Security" bugs. Alternately, you may create a Group + independently of any Product, and change the Group mask on individual bugs + to restrict access to members only of certain Groups. +

+ + Groups only work if you enable the "usebuggroups" paramater. + In addition, if the "usebuggroupsentry" parameter is "On", one can restrict access + to products by groups, so that only members of a product group are able to view + bugs within that product. + Group security in Bugzilla can be divided into two categories: + Generic and Product-Based. +

Note: Groups in Bugzilla are a complicated beast that evolved out of very simple user + permission bitmasks, apparently itself derived from common concepts in UNIX access + controls. A "bitmask" is a fixed-length number whose value can describe one, and + only one, set of states. For instance, UNIX file permissions are assigned bitmask + values: "execute" has a value of 1, "write" has a value of 2, + and "read" has a value of 4. Add them together, + and a file can be read, written to, and executed if it has a bitmask of "7". (This + is a simplified example -- anybody who knows UNIX security knows there is much + more to it than this. Please bear with me for the purpose of this note.) The only + way a bitmask scheme can work is by doubling the bit count for each value. Thus + if UNIX wanted to offer another file permission, the next would have to be a value of + 8, then the next 16, the next 32, etc. +

Similarly, Bugzilla offers a bitmask to define group permissions, with an internal + limit of 64. Several are already occupied + by built-in permissions. The way around this limitation is + to avoid assigning groups to products if you have many products, avoid bloating + of group lists, and religiously prune irrelevant groups. In reality, most installations + of Bugzilla support far fewer than 64 groups, so this limitation has not hit + for most sites, but it is on the table to be revised for Bugzilla 3.0 + because it interferes with the security schemes of some administrators. +

To enable Generic Group Security ("usebuggroups"): +

  1. Turn "On" "usebuggroups" in the "Edit Parameters" screen. +

  2. You will generally have no groups set up. Select the "groups" link + in the footer. +

  3. Take a moment to understand the instructions on the "Edit Groups" screen. + Once you feel confident you understand what is expected of you, select the + "Add Group" link. +

  4. Fill out the "New Name" (remember, no spaces!), "New Description", and "New + User RegExp" fields. "New User RegExp" allows you to automatically place + all users who fulfill the Regular Expression into the new group. + +

    Example 3-6. Creating a New Group

    I created a group called "DefaultGroup" with a description of "This is simply + a group to play with", and a "New User RegExp" of "*@velio.com". This + new group automatically includes all Bugzilla users with "@velio.com" at the + end of their user id. When I finished, my new group was assigned bit #128. +

    + + When you have finished, select the "Add" button. +

To enable Product-Based Group Security ("usebuggroupsentry"): +

Warning

Don't forget that you only have 64 groups masks available, total, for + your installation of Bugzilla! If you plan on having more than 50 + products in your individual Bugzilla installation, and require group + security for your products, you should + consider either running multiple Bugzillas or using Generic Group Security + instead of Product-Based ("usebuggroupsentry") Group Security. +

  1. Turn "On" "usebuggroups" and "usebuggroupsentry" in the "Edit Parameters" screen. +

    Warning

    "usebuggroupsentry" has the capacity to prevent the administrative user + from directly altering bugs because of conflicting group permissions. + If you plan on using "usebuggroupsentry", you should plan on restricting administrative + account usage to administrative duties only. + In other words, manage bugs with an unpriveleged user account, and + manage users, groups, Products, etc. with the administrative account. +

  2. You will generally have no Groups set up, unless you enabled "usebuggroupsentry" + prior to creating any Products. To create "Generic Group Security" groups, + follow the instructions given above. To create Product-Based Group security, + simply follow the instructions for creating a new Product. If you need to + add users to these new groups as you create them, you will find the option + to add them to the group available under the "Edit User" screens. +


PrevHomeNext
User AdministrationUpBugzilla Security
\ No newline at end of file diff --git a/docs/html/quicksearch.html b/docs/html/quicksearch.html new file mode 100644 index 0000000000..6ad6b7e4a1 --- /dev/null +++ b/docs/html/quicksearch.html @@ -0,0 +1,186 @@ +The Quicksearch Utility
The Bugzilla Guide
PrevAppendix C. Useful Patches and Utilities for BugzillaNext

C.3. The Quicksearch Utility

Quicksearch is a new, experimental feature of the 2.12 release. + It consist of two Javascript files, "quicksearch.js" and "localconfig.js", + and two documentation files, "quicksearch.html" and "quicksearchhack.html" +

The index.html page has been updated to include the QuickSearch text box. +

To take full advantage of the query power, the Bugzilla maintainer must + edit "localconfig.js" according to the value sets used in the local installation. +

Currently, keywords must be hard-coded in localconfig.js. If they are not, + keywords are not automatically recognized. This means, if localconfig.js + is left unconfigured, that searching for a bug with the "foo" keyword + will only find bugs with "foo" in the summary, status whiteboard, product or + component name, but not those with the keyword "foo". +

Workarounds for Bugzilla users: +

search for '!foo' (this will find only bugs with the keyword "foo"
search 'foo,!foo' (equivalent to 'foo OR keyword:foo')

+

When this tool is ported from client-side JavaScript to server-side Perl, + the requirement for hard-coding keywords can be fixed. + This bug + has details. +


PrevHomeNext
Command-line Bugzilla QueriesUpGNU Free Documentation License
\ No newline at end of file diff --git a/docs/html/readme.unix.html b/docs/html/readme.unix.html new file mode 100644 index 0000000000..1e7597a320 --- /dev/null +++ b/docs/html/readme.unix.html @@ -0,0 +1,183 @@ +UNIX Installation
The Bugzilla Guide
PrevChapter 2. Installing BugzillaNext

2.1. UNIX Installation

Note: Please consult the README included with the Bugzilla distribution + as the current canonical source for UNIX installation instructions. + We do, however, have some installation notes for errata from the README. +

Note: If you are installing Bugzilla on S.u.S.e. Linux, or some other + distributions with "paranoid" security options, it is possible + that the checksetup.pl script may fail with the error: + cannot chdir(/var/spool/mqueue): Permission denied + This is because your + /var/spool/mqueue directory has a mode of "drwx------". Type + chmod 755 /var/spool/mqueue as root to fix this problem. +

Note: +


PrevHomeNext
Installing BugzillaUpWin32 (Win98+/NT/2K) Installation
\ No newline at end of file diff --git a/docs/html/readme.windows.html b/docs/html/readme.windows.html new file mode 100644 index 0000000000..b89c1c7d11 --- /dev/null +++ b/docs/html/readme.windows.html @@ -0,0 +1,612 @@ +Win32 (Win98+/NT/2K) Installation
The Bugzilla Guide
PrevChapter 2. Installing BugzillaNext

2.2. Win32 (Win98+/NT/2K) Installation

These directions have not been extensively tested. + We need testers! Please try these out and post any changes to the + newsgroup. +

2.2.1. Win32 Installation: Step-by-step

Note: You should be familiar with, and cross-reference, the UNIX README + while performing your Win32 installation. Unfortunately, Win32 + directions are not yet as detailed as those for UNIX. +

The most critical difference for Win32 users is + the lack of support for a crypt() function in MySQL for Windows. It does not + have it! All ENCRYPT statements must be modified. +

  1. Install Apache Web Server + for Windows. +

    Note: You may also use Internet Information Server or Personal Web + Server for this purpose. However, setup is slightly more + difficult. If ActivePerl doesn't seem to handle your file + associations correctly (for .cgi and .pl files), please + consult the FAQ, in the "Win32" section. +

    If you are going to use IIS, if on Windows NT you must be updated + to at least Service Pack 4. +

  2. Install ActivePerl +

    Please also check the following links to fully understand the status + of ActivePerl on Win32: + Perl Porting, and + Hixie Click Here +

  3. Use ppm from your perl\bin directory to install the following packs: DBI, + DBD-Mysql, TimeDate, Chart, Date-Calc, Date-Manip, and GD. You may need + to extract them from .zip format using Winzip or other unzip program first. + These additional ppm modules can be downloaded from ActiveState. +

    The syntax for ppm is: + C:> ppm install <module>.ppd + +

    You can find ActiveState ppm modules at + http://www.activestate.com/PPMPackages/5.6plus +

  4. Download and install the Windows GNU tools from + www.cygwin.com. + Make sure the GNU utilities are in your $PATH. +

  5. Install MySQL for NT. +

    Note: Your configuration file for MySQL must be named C:\MY.CNF. +

    +

  6. Setup MySQL +

    1. C:> + C:\mysql\bin\mysql -u root mysql + +

    2. mysql> + DELETE FROM user WHERE Host='localhost' AND User=''; + +

    3. mysql> + UPDATE user SET Password=PASSWORD ('new_password') + WHERE user='root'; + +

    4. mysql> + GRANT SELECT, INSERT, UPDATE, DELETE, + INDEX, ALTER, CREATE, DROP, REFERENCES + ON bugs.* to bugs@localhost + IDENTIFIED BY 'bugs_password'; + +

    5. mysql> + FLUSH PRIVILEGES; + +

    6. mysql> + create database bugs; + +

    7. mysql> + exit + +

    8. C:> + C:\mysql\bin\mysqladmin -u root -p reload + +

  7. Configure Bugzilla. For Win32, this involves editing "defparams.pl" + and "localconfig" to taste. Running "checksetup.pl" should create + localconfig for you. Note that getgrnam() doesn't work, and should be + deleted. Change this line: + "my $webservergid = getgrnam($my_webservergroup); " + to + "my $webservergid = $my_webservergroup; " +

  8. Note: There are several alternatives to Sendmail that will work on Win32. + The one mentioned here is a suggestion, not + a requirement. Some other mail packages that can work include + BLAT, + Windmail, + Mercury Sendmail, + and the CPAN Net::SMTP Perl module (available in .ppm). + Every option requires some hacking of the Perl scripts for Bugzilla + to make it work. The option here simply requires the least. +

    Download NTsendmail, available from www.ntsendmail.com. In order for it to work, you must set up some + new environment variables (detailed on the ntsendmail home page). Figuring + out where to put those variables is left as an exercise for the reader. + You must have a "real" mail server which allows you to relay off it + in your $ENV{"NTsendmail"} (which you should probably place in globals.pl) +

    Once downloaded and installed, modify all open(SENDMAIL) calls to open + "| c:\ntsendmail\ntsendmail -t" instead of "|/usr/lib/sendmail -t". +

    Note: We need someone to test this and make sure this works as advertised. +

  9. Modify globals.pl and CGI.pl to remove the word "encrypt". +

    Note: I'm not sure this is all that is involved to remove crypt. Any + NT Bugzilla hackers want to pipe up? +

  10. Change all references to "processmail" to "processmail.pl" in + all files, and rename "processmail" to "processmail.pl" +

    Note: I really think this may be a change we want to make for + main-tree Bugzilla. It's painless for the UNIX folks, + and will make the Win32 people happier. +

  11. Modify the path to perl on the first line (#!) of all files + to point to your Perl installation, and + add "perl" to the beginning of all Perl system calls that + use a perl script as an argument. This may take you a while. + There is a "setperl.pl" utility to speed part of this procedure, + available in the "Patches and Utilities" section of The Bugzilla Guide. +

  12. In processmail.pl, add "binmode(HANDLE)" before all read() calls. + This may not be necessary, but in some cases the read() under + Win32 doesn't count the EOL's without using a binary read(). +

2.2.2. Additional Windows Tips

Tip: From Andrew Pearson: +

"You can make Bugzilla work with Personal Web Server for + Windows 98 and higher, as well as for IIS 4.0. Microsoft has + information available at + http://support.microsoft.com/support/kb/articles/Q231/9/98.ASP +

Basically you need to add two String Keys in the + registry at the following location: +

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\ScriptMap +

The keys should be called ".pl" and ".cgi", and both + should have a value something like: + c:/perl/bin/perl.exe "%s" "%s" +

The KB article only talks about .pl, but it goes into + more detail and provides a perl test script. +

+


PrevHomeNext
UNIX InstallationUpAdministering Bugzilla
\ No newline at end of file diff --git a/docs/html/scm.html b/docs/html/scm.html new file mode 100644 index 0000000000..05189a6aca --- /dev/null +++ b/docs/html/scm.html @@ -0,0 +1,145 @@ +Perforce SCM
The Bugzilla Guide
PrevChapter 5. Integrating Bugzilla with Third-Party ToolsNext

5.3. Perforce SCM

Richard Brooksby and his team have an integration tool + in public beta. You can find it at + http://www.ravenbrook.com/project/p4dti. +


PrevHomeNext
CVSUpTinderbox
\ No newline at end of file diff --git a/docs/html/searching.html b/docs/html/searching.html new file mode 100644 index 0000000000..03149a82dc --- /dev/null +++ b/docs/html/searching.html @@ -0,0 +1,197 @@ +Better Searching
The Bugzilla Guide
PrevChapter 6. The Future of BugzillaNext

6.2. Better Searching

Current searching tools in Bugzilla include the querying mechanism,
+special summary reports and dependency trees.  This message is about new
+facilities.
+
+1. General Summary Reports
+
+For some time now it has been apparent to me that the query bug list
+leaves a little to be desired in its linear nature.  There is a need to
+have categorised subsets, and counts of each category.  If you don't
+believe me, how about these facilities already in place or which people
+have asked for:
+
+Most Doomed Reports - Categorised On Assignee, Shows and Counts Number
+of Bugs For Each Assignee
+Bug #15806 (Most Voted For Bugs) - Categorised On Product, Shows Bugs
+Voters Most Want Fixed
+Bug #9789 (BugAThon Tracking Page) - Categorised On Developer (Subset),
+Counts Number of Bugs
+Bug #9409 and #9411 - The desire to be able to report on more subsets.
+
+Hopefully you can see the gist of what is desired here.  It's a general
+reporting mechanism.
+
+This mechanism lets you choose the subset of bugs to operate on (like
+query), let's you categorise them, possibly along with subcategories and
+counts the number of bugs within each category.  It might or might not
+show the actual bugs themselves, and it might limit the number of bugs
+within a category, or categories to report on.
+
+I'm further sure that many applications of this mechanism would only be
+recognised once it was implemented.
+
+The general summary reports bug is at
+"http://bugzilla.mozilla.org/show_bug.cgi?id=12282".
+
+2. Related Bugs
+
+It would be nice to have a field where you could enter other bugs
+related to the current bug - it would be handy for navigation and
+possibly even finding duplicates.  See
+"http://bugzilla.mozilla.org/show_bug.cgi?id=12286".
+
+3. Column Specification Support
+
+Currently query seems to get what columns to report on from whatever the
+user last used.  This doesn't work well for "prepackaged queries", where
+you followed a link.  You can probably add a column by specifying a sort
+column, but this is difficult and suboptimal.
+
+Furthermore, I find that when I want to add a column to a query, it's
+usually a one off and I would prefer it to go away for the next query. 
+Hence, it would be nice to specify the columns that appear on the query
+(and general summary report) pages.  The default query mechanism should
+be able to let you specify your default columns.
+
+This proposal lives at
+"http://bugzilla.mozilla.org/show_bug.cgi?id=12284".


PrevHomeNext
Reducing SpamUpDescription Flags and Tracking Bugs
\ No newline at end of file diff --git a/docs/html/security.html b/docs/html/security.html new file mode 100644 index 0000000000..5f04fed982 --- /dev/null +++ b/docs/html/security.html @@ -0,0 +1,299 @@ +Bugzilla Security
The Bugzilla Guide
PrevChapter 3. Administering BugzillaNext

3.4. Bugzilla Security

 

Putting your money in a wall safe is better protection than depending on the fact that + no one knows that you hide your money in a mayonnaise jar in your fridge.

Note: Poorly-configured MySQL, Bugzilla, and FTP installations have given attackers full + access to systems in the past. Please take these guidelines seriously, even + for Bugzilla machines hidden away behind your firewall. 80% of all computer + trespassers are insiders, not anonymous crackers. +

First thing's first: Secure your installation. +

Note: These instructions must, of necessity, be somewhat vague since Bugzilla runs on so many different + platforms. If you have refinements of these directions for specific platforms, please + submit them to mozilla-webtools@mozilla.org +

+

  1. Ensure you are running at least MysQL version 3.22.32 or newer. Earlier versions had + notable security holes and poorly secured default configuration choices. +

  2. There is no substitute for understanding the tools on your system! + Read The MySQL Privelege System until you can recite it from memory!

    At the very least, ensure you password the "mysql -u root" account and the "bugs" account, establish grant + table rights (consult the Keystone guide in Appendix C: The Bugzilla Database for some easy-to-use details) + that do not allow CREATE, DROP, RELOAD, SHUTDOWN, and PROCESS for user "bugs". I wrote up the Keystone + advice back when I knew far less about security than I do now : ) +

  3. Lock down /etc/inetd.conf. Heck, disable inet entirely on this box. It should only listen to + port 25 for Sendmail + and port 80 for Apache. +

  4. Do not run Apache as "nobody". This will require very lax permissions in your Bugzilla directories. + Run it, instead, as a user with a name, set via your httpd.conf file.

  5. Ensure you have adequate access controls for $BUGZILLA_HOME/data/ and $BUGZILLA_HOME/localconfig. + The localconfig file stores your "bugs" user password, which would be terrible to have in the hands + of a criminal. Also some files under $BUGZILLA_HOME/data store sensitive information. +

    On Apache, you can use .htaccess files to protect access to these directories, as outlined + in Bug 57161 for the + localconfig file, and Bug 65572 for adequate protection in your data/ and shadow/ directories. +

    Note the instructions which follow are Apache-specific. If you use IIS, Netscape, or other + non-Apache web servers, please consult your system documentation for how to secure these + files from being transmitted to curious users. +

    Place the following text into a file named ".htaccess", readable by your web server, + in your $BUGZILLA_HOME/data directory. +

          <Files comments>
    +       allow from all
    +       </Files>
    +       deny from all
    +     

    +

    Place the following text into a file named ".htaccess", readable by your web server, + in your $BUGZILLA_HOME/ directory. +

          <Files localconfig>
    +       deny from all
    +       </Files>
    +       allow from all
    +     

    +

    Place the following text into a file named ".htaccess", readable by your web server, + in your $BUGZILLA_HOME/shadow directory. +

          deny from all
    +     

    +

  6. +

+


PrevHomeNext
Product, Component, Milestone, and Version AdministrationUpUsing Bugzilla
\ No newline at end of file diff --git a/docs/html/setperl.html b/docs/html/setperl.html new file mode 100644 index 0000000000..3d4909b731 --- /dev/null +++ b/docs/html/setperl.html @@ -0,0 +1,281 @@ +The setperl.pl Utility
The Bugzilla Guide
PrevAppendix C. Useful Patches and Utilities for BugzillaNext

C.1. The setperl.pl Utility

+ You can use the "setperl.pl" utility to quickly and easily + change the path to perl on all your Bugzilla files. +

  1. Download the "setperl.pl" utility to your Bugzilla + directory and make it executable. +

    1. bash# + cd /your/path/to/bugzilla + +

    2. bash# + wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' + +

    3. bash# + chmod u+x setperl.pl + +

  2. Prepare (and fix) Bugzilla file permissions. +

    1. bash# + chmod u+w * + +

    2. bash# + chmod u+x duplicates.cgi + +

    3. bash# + chmod a-x bug_status.html + +

  3. Run the script: +

    bash# + ./setperl.pl /your/path/to/perl + +


PrevHomeNext
Useful Patches and Utilities for BugzillaUpCommand-line Bugzilla Queries
\ No newline at end of file diff --git a/docs/html/spamlite.html b/docs/html/spamlite.html new file mode 100644 index 0000000000..bf90e4ec17 --- /dev/null +++ b/docs/html/spamlite.html @@ -0,0 +1,185 @@ +Reducing Spam
The Bugzilla Guide
PrevChapter 6. The Future of BugzillaNext

6.1. Reducing Spam

Those who use Bugzilla frequently are probably used to notification spam
+- unwanted or unnecessary notifications.  A number of proposals have
+been put forward to attempt to reduce this.
+
+1. Reduce CC Spam
+
+Some of you probably know me as that guy who CCs on heaps and heaps of
+bugs.  Just as you get a lot of CC changes from me, so do I get a lot
+from others.  Why should CC changes send out email notifications?
+
+It's not necessarily the best idea to just remove the CC spam, there are
+other issues too, like the difficulty of adding to large CC fields.
+
+For these reasons and more, an RFE for a per user "BCC" facility exists
+that people could use to silently and privately track bugs, in a similar
+way to voting today, but applying to an unlimited number of bugs.  See
+"http://bugzilla.mozilla.org/show_bug.cgi?id=7345".
+
+2. Bulk Changes
+
+You know the drill - a large milestone change, a component movement,
+whatever, and lots of notifications are generated.  If there's enough
+maybe you'll just go delete, delete, delete, whoops, there goes another
+notification that wasn't from the bulk change you missed.
+
+Shouldn't bulk changes send out one notification?  A proposal for this
+is at "http://bugzilla.mozilla.org/show_bug.cgi?id=26943".
+
+3. Configurable Notification Criteria
+
+It would be good if you could choose what you want to receive.  There
+are two parts to this.
+
+(a) Choose a selection of bugs you're interested in.  This would be
+similar to CC except you let the set be computed from selection criteria
+rather than limited to the bugs your name is on.  There is currently a
+limited version of this in the bugzilla preferences, ie "all qualifying
+bugs"/"all qualifying bugs except the ones I change"/"only those bugs
+which I am listed on the cc line".
+(b) Choose what changes will trigger a notification for the bugs you are
+watching.  With this, you could choose whether you want to receive cc,
+dependency and keyword changes, for example.
+
+Both of these proposals live at
+"http://bugzilla.mozilla.org/show_bug.cgi?id=14137".


PrevHomeNext
The Future of BugzillaUpBetter Searching
\ No newline at end of file diff --git a/docs/html/tinderbox.html b/docs/html/tinderbox.html new file mode 100644 index 0000000000..1c6ea48b0f --- /dev/null +++ b/docs/html/tinderbox.html @@ -0,0 +1,138 @@ +Tinderbox
The Bugzilla Guide
PrevChapter 5. Integrating Bugzilla with Third-Party ToolsNext

5.4. Tinderbox

We need Tinderbox integration information


PrevHomeNext
Perforce SCMUpThe Future of Bugzilla
\ No newline at end of file diff --git a/docs/html/trackingbugs.html b/docs/html/trackingbugs.html new file mode 100644 index 0000000000..8c6d52b47f --- /dev/null +++ b/docs/html/trackingbugs.html @@ -0,0 +1,193 @@ +Description Flags and Tracking Bugs
The Bugzilla Guide
PrevChapter 6. The Future of BugzillaNext

6.3. Description Flags and Tracking Bugs

Since I last posted on this issue, we now have "keywords" that solve
+many of the issues of description and status whiteboard keywords.  We
+have seen a migration towards keywords, but there is still further to
+go.
+
+Description ( + Status Whiteboard ) Keywords
+--------------------------------------------
+
+Some description keywords remain.  I'd like to hear what reasons, other
+than time, there are for these staying as they are.  I'm suspecting many
+are not really being used.  Hopefully we can totally remove these
+eventually.
+
+Tracking Bugs
+-------------
+
+When I suggested keywords, I did so to get rid of tracking bugs too,
+though we've had less success on that front.
+
+There are many disadvantages to tracking bugs.
+
+- They can pollute bugs counts, and you must make sure you exclude
+them.  I believe the meta keyword might be used for this purpose.
+- They have an assignee but there is nothing to fix, and that person can
+get whined at by Bugzilla.
+- It would be better to craft your own "dependency tree" rather than
+rely on a fixed hierachy in the bug system.
+- In creating a nice little hierachy, many bugs duplicate information
+that should be available in other ways, eg
+"http://bugzilla.mozilla.org/show_bug.cgi?id=12833" which is
+about beta 1 networking issues.  These could fall behind the actual
+data.  What tracking bugs are good for, ad hoc lists, is what keywords
+are better for.
+- An automatically generated dependency structure between one "tracking
+bug" and another would be better than a manual one, since it gives exact
+rather than manually set up classifications.
+
+Probably the only feature preventing tracking bugs being replaced is the
+dependency tree.  The quintessential tracking bug seems to be bug #7229
+"chofmann's watch list", which probably has about a couple of hundred
+bugs at various levels, which allows a nice visualisation.
+
+Before keywords can replace tracking bugs better visualisation is going
+to be required.  General summary reports and dependency forests of a bug
+list ("http://bugzilla.mozilla.org/show_bug.cgi?id=12992") could both
+help, but neither solves the problem totally.  Perhaps keywords within
+keywords would help here.  In any case, I'm still thinking about this
+one.
+
+Some tracking bugs could definitely be turned into keywords immediately
+though, and I'll point the finger at
+"http://bugzilla.mozilla.org/show_bug.cgi?id=7954" here since that's
+what came to mind first.


PrevHomeNext
Better SearchingUpBug Issues
\ No newline at end of file diff --git a/docs/html/translations.html b/docs/html/translations.html new file mode 100644 index 0000000000..8afcc2901a --- /dev/null +++ b/docs/html/translations.html @@ -0,0 +1,147 @@ +Translations
The Bugzilla Guide
PrevChapter 1. About This GuideNext

1.8. Translations

The Bugzilla Guide needs translators! Please volunteer your translation into the language of your choice. + If you will translate this Guide, please notify the members of the mozilla-webtools mailing list at + <mozilla-webtools@mozilla.org> +


PrevHomeNext
FeedbackUpDocument Conventions
\ No newline at end of file diff --git a/docs/html/useradmin.html b/docs/html/useradmin.html new file mode 100644 index 0000000000..2e49e532f8 --- /dev/null +++ b/docs/html/useradmin.html @@ -0,0 +1,589 @@ +User Administration
The Bugzilla Guide
PrevChapter 3. Administering BugzillaNext

3.2. User Administration

User administration is one of the easiest parts of Bugzilla. + Keeping it from getting out of hand, however, can become a challenge. +

3.2.1. Creating the Default User

When you first run checksetup.pl after installing Bugzilla, it will prompt you + for the administrative username (email address) and password for this "super user". + If for some reason you were to delete the "super user" account, re-running + checksetup.pl will again prompt you for this username and password. +

Tip: If you wish to add more administrative users, you must use the MySQL interface. + Run "mysql" from the command line, and use these commands ("mysql>" denotes the + mysql prompt, not something you should type in): + mysql> use bugs; + mysql> update profiles set groupset=0x7ffffffffffffff + where login_name = "(user's login name)"; +

3.2.2. Managing Other Users

3.2.2.1. Logging In

  1. Open the index.html page for your Bugzilla installation in your browser window. +

  2. Click the "Query Existing Bug Reports" link. +

  3. Click the "Log In" link at the foot of the page. +

  4. Type your email address, and the password which was emailed to you when you + created your Bugzilla account, into the spaces provided. +

Congratulations, you are logged in!

3.2.2.2. Creating new users

Your users can create their own user accounts by clicking the "New Account" + link at the bottom of each page. + However, should you desire to create user accounts ahead of time, here is how you do it. +

  1. After logging in, click the "Users" link at the footer of the query page. +

  2. To see a specific user, type a portion of their login name + in the box provided and click "submit". + To see all users, simply click the "submit" button. + You must click "submit" here to be able to add a new user. +

    Tip: More functionality is available via the list on the right-hand side + of the text entry box. + You can match what you type as a case-insensitive substring (the default) + of all users on your system, a case-sensitive regular expression + (please see the "man regexp" manual page for details on regular expression syntax), + or a reverse regular expression match, + where every user name which does NOT match the regular expression + is selected. +

  3. Click the "Add New User" link at the bottom of the user list +

  4. Fill out the form presented. This page is self-explanatory. When done, click "submit". +

    Note: Adding a user this way will not send an email + informing them of their username and password. + In general, it is preferable to log out and use the "New Account" + button to create users, as it will pre-populate all the required fields and also notify + the user of her account name and password. +

3.2.2.3. Disabling Users

I bet you noticed that big "Disabled Text" entry box available from the "Add New User" screen, + when you edit an account? + By entering any text in this box and selecting "submit", + you have prevented the user from using Bugzilla via the web interface. + Your explanation, written in this text box, will be presented to the user + the next time she attempts to use the system. +

Warning

Don't disable your own administrative account, or you will hate life! +

+

3.2.2.4. Modifying Users

Here I will attempt to describe the function of each option on the user edit screen. +

  • Login Name: This is generally the user's email address. + However, if you have edited your system parameters, + this may just be the user's login name or some other identifier. +

    Tip: For compatability reasons, you should probably + stick with email addresses as user login names. It will make your life easier. +

    +

  • Real Name: Duh! +

  • Password: You will only see asterisks in versions + of Bugzilla newer than 2.10 or early 2.11. You can change the user password here. +

  • Email Notification: You may choose from one of three options: +

    1. All qualifying bugs except those which I change: + The user will be notified of any change to any bug + for which she is the reporter, assignee, Q/A contact, CC recipient, or "watcher". +

    2. Only those bugs which I am listed on the CC line: + The user will not be notified of changes to bugs where she is the assignee, + reporter, or Q/A contact, but will receive them if she is on the CC list. +

      Note: She will still receive whining cron emails if you set up the "whinemail" feature. +

      +

    3. All Qualifying Bugs: This user is a glutton for punishment. + If her name is in the reporter, Q/A contact, CC, assignee, or is a "watcher", + she will get email updates regarding the bug. +

    Disable Text: If you type anything in this box, + including just a space, the user account is disabled from making any changes + to bugs via the web interface, and what you type in this box is presented as the reason. +

    Warning

    Don't disable the administrator account!

    +

    Note: As of this writing, the user can still submit bugs via the e-mail gateway, + if you set it up, despite the disabled text field. The e-mail gateway should + not be enabled for secure installations of Bugzilla. +

    +

  • CanConfirm: This field is only used if you have enabled + "unconfirmed" status in your parameters screen. If you enable this for a user, + that user can then move bugs from "Unconfirmed" to "Confirmed" status (ergo: "New" status). + Be judicious about allowing users to turn this bit on for other users. +

  • Creategroups: This option will allow a user to create and + destroy groups in Bugzilla. Unless you are using the Bugzilla GroupSentry security + option "usebuggroupsentry" in your parameters, this setting has no effect. +

  • Editbugs: Unless a user has this bit set, they can only edit + those bugs for which they are the assignee or the reporter. +

    Note: Leaving this option unchecked does not prevent users from adding + comments to a bug! They simply cannot change a bug priority, severity, + etc. unless they are the assignee or reporter. +

    +

  • Editcomponents: This flag allows a user to create new + products and components, as well as modify and destroy those that have no bugs + associated with them. If a product or component has bugs associated with it, + those bugs must be moved to a different product or component before Bugzilla + will allow them to be destroyed. The name of a product or component can be + changed without affecting the associated bugs, but it tends to annoy + the hell out of your users when these change a lot. +

  • Editkeywords: If you use Bugzilla's keyword functionality, + enabling this feature allows a user can create and destroy keywords. + As always, the keywords for existing bugs containing the keyword + the user wishes to destroy must be changed before Bugzilla will allow it to die. + You must be very careful about creating too many new keywords + if you run a very large Bugzilla installation; keywords are global variables + across products, and you can often run into a phenomenon called "keyword bloat". + This confuses users, and then the feature goes unused. +

  • Editusers: This flag allows a user do what you're doing + right now: edit other users. + This will allow those with the right to do so to remove administrator + priveleges from other users or grant them to themselves. Enable with care. +

  • PRODUCT: PRODUCT bugs access. This allows an administrator, + with product-level granularity, to specify in which products a user can edit bugs. + The user must still have the "editbugs" privelege to edit bugs in this area; + this simply restricts them from even seeing bugs outside these boundaries if the administrator + has enabled the group sentry parameter "usebuggroupsentry". Unless you are using bug groups, + this option has no effect. +


PrevHomeNext
Post-Installation ChecklistUpProduct, Component, Milestone, and Version Administration
\ No newline at end of file diff --git a/docs/html/using.html b/docs/html/using.html new file mode 100644 index 0000000000..525ca92247 --- /dev/null +++ b/docs/html/using.html @@ -0,0 +1,229 @@ +Using Bugzilla
The Bugzilla Guide
PrevNext


PrevHomeNext
Bugzilla Security What is Bugzilla?
\ No newline at end of file diff --git a/docs/html/usingbz-conc.html b/docs/html/usingbz-conc.html new file mode 100644 index 0000000000..c0ff173ff2 --- /dev/null +++ b/docs/html/usingbz-conc.html @@ -0,0 +1,148 @@ +Using Bugzilla-Conclusion
The Bugzilla Guide
PrevChapter 4. Using BugzillaNext

4.5. Using Bugzilla-Conclusion

Thank you for reading through this portion of the Bugzilla Guide. I anticipate + it may not yet meet the needs of all readers. If you have additional comments or + corrections to make, please submit your contributions to the + mozilla-webtools + mailing list/newsgroup. The mailing list is mirrored to the netscape.public.mozilla.webtools + newsgroup, and the newsgroup is mirrored to mozilla-webtools@mozilla.org +


PrevHomeNext
What's in it for me?UpIntegrating Bugzilla with Third-Party Tools
\ No newline at end of file diff --git a/docs/html/whatis.html b/docs/html/whatis.html new file mode 100644 index 0000000000..2a53115b6c --- /dev/null +++ b/docs/html/whatis.html @@ -0,0 +1,216 @@ +What is Bugzilla?
The Bugzilla Guide
PrevChapter 4. Using BugzillaNext

4.1. What is Bugzilla?

Bugzilla is one example of a class of programs called "Defect 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. + At the time Bugzilla was originally written, as a port from Netscape Communications' + "Bugsplat!" program to Perl from TCL, there were very few competitors in the market + for bug-tracking software. Most commercial defect-tracking software vendors at the + time charged enormous licensing fees. Bugzilla quickly became a favorite of the + open-source crowd (with its genesis in the open-source browser project, Mozilla) and + is now the de-facto standard defect-tracking system against which all others are + measured. +

Bugzilla has matured immensely, and now boasts many advanced features. These include: +

  • integrated, product-based granular security schema +

  • inter-bug dependencies and dependency graphing +

  • advanced reporting capabilities +

  • a robust, stable RDBMS back-end +

  • extensive configurability +

  • a very well-understood and well-thought-out natural bug resolution protocol +

  • email, XML, and HTTP APIs +

  • integration with several automated software configuration management systems +

  • too many more features to list +

+

Despite its current robustness and popularity, however, 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, + no internationalization, and dependence on some nonstandard libraries. +

Despite these small problems, Bugzilla is very hard to beat. It is under very + active development to address the current issues, and a long-awaited overhaul in the form + of Bugzilla 3.0 is expected sometime later this year. +


PrevHomeNext
Using BugzillaUpWhy Should We Use Bugzilla?
\ No newline at end of file diff --git a/docs/html/why.html b/docs/html/why.html new file mode 100644 index 0000000000..96363c6c25 --- /dev/null +++ b/docs/html/why.html @@ -0,0 +1,207 @@ +Why Should We Use Bugzilla?
The Bugzilla Guide
PrevChapter 4. Using BugzillaNext

4.2. Why Should We Use Bugzilla?

 

No, Who's on first...

For many years, defect-tracking software has remained principally the domain + of large software development houses. Even then, most shops never bothered + with bug-tracking software, and instead simply relied on shared lists and + email to monitor the status of defects. This procedure is error-prone and + tends to cause those bugs judged least significant by developers to be + dropped or ignored +

These days, many companies are finding that integrated defect-tracking + systems reduce downtime, increase productivity, and raise customer + satisfaction with their systems. Along with full disclosure, an open + bug-tracker allows manufacturers to keep in touch with their clients + and resellers, to communicate about problems effectively throughout + the data management chain. Many corporations have also discovered that + defect-tracking helps reduce costs by providing IT support accountability, + telephone support knowledge bases, and a common, well-understood system + for accounting for unusual system or software issues. +

But why should you use Bugzilla? +

Bugzilla is very adaptable to various situations. Known uses currently + include IT support queues, Systems Administration deployment management, + chip design and development problem tracking (both pre-and-post fabrication), + and software bug tracking for luminaries such as Redhat, Loki software, + Linux-Mandrake, and VA Systems. Combined with systems such as CVS, Bonsai, + or Perforce SCM, Bugzilla provides a powerful, easy-to-use solution to + configuration management and replication problems +

Bugzilla can dramatically increase the productivity and accountability + of individual employees by providing a documented workflow and positive + feedback for good performance. How many times do you wake up in the + morning, remembering that you were supposed to do *something* today, + but you just can't quite remember? Put it in Bugzilla, and you have a record + of it from which you can extrapolate milestones, predict product versions + for integration, and by using Bugzilla's e-mail integration features + be able to follow the discussion trail that led to critical decisions. +

Ultimately, Bugzilla puts the power in your hands to improve your value + to your employer or business while providing a usable framework for your natural + attention to detail and knowledge store to flourish. +


PrevHomeNext
What is Bugzilla?UpHow do I use Bugzilla?
\ No newline at end of file diff --git a/docs/sgml/Bugzilla-Guide.sgml b/docs/sgml/Bugzilla-Guide.sgml new file mode 100644 index 0000000000..a6bcaaeca1 --- /dev/null +++ b/docs/sgml/Bugzilla-Guide.sgml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + +]> + + + + + + + + + The Bugzilla Guide + v2.11.1, 06 March 2001 + + Matthew + P. + Barnson + +
barnboy@trilobyte.net
+
+
+ + + This is the documentation for Bugzilla, the Mozilla bug-tracking system. + + + + + v2.11 + 20 December 2000 + MPB + Converted the README, FAQ, and DATABASE information into SGML + docbook format. + + + + 2.11.1 + 06 March 2001 + + Took way too long to revise this for 2.12 release. + Updated FAQ to use qandaset tags instead of literallayout, + cleaned up administration section, added User Guide section, + miscellaneous FAQ updates and third-party integration information. + From this point on all new tags are lowercase in preparation for the + 2.13 release of the Guide in XML format instead of SGML. + + + + + + Bugzilla + Guide + installation + FAQ + administration + integration + MySQL + Mozilla + webtools + +
+ + +&about; + + +&installation; + + +&administration; + + +&using; + + +&integration; + + +&future; + + +&faq; + + +&database; + + +&variants; + + +&patches; + + +&gfdl; + + +&glossary; + + +&index; + +
+ + + + + + + + + + + diff --git a/docs/sgml/about.sgml b/docs/sgml/about.sgml new file mode 100644 index 0000000000..d83d7d0e58 --- /dev/null +++ b/docs/sgml/about.sgml @@ -0,0 +1,235 @@ + + + +About This Guide + +
+ Purpose and Scope of this Guide + + This document was started on September 17, 2000 + by Matthew P. Barnson after a great deal of procrastination updating the Bugzilla FAQ, + which I left untouched for nearly half a year. + After numerous complete rewrites and reformatting, it is the document you see today. + + + Despite the lack of updates, Bugzilla is simply the best piece of bug-tracking software + the world has ever seen. This document is intended to be the comprehensive guide to + the installation, administration, maintenance, and use of the Bugzilla bug-tracking system. + + + This release of the Bugzilla Guide is the 2.11 release. + It is so named that it may match the current version of Bugzilla. + The numbering tradition stems from that used for many free software projects, + in which even-numbered point releases (1.2, 1.14, etc.) + are considered "stable releases", intended for public consumption; on the other + hand, odd-numbered point releases (1.3, 2.09, etc.) + are considered unstable development releases intended + for advanced users, systems administrators, developers, and those who enjoy + a lot of pain. + + + Newer revisions of the Bugzilla Guide will follow the numbering conventions of + the main-tree Bugzilla releases, available at + Mozilla.org, with + the exception that intermediate releases will have a minor revision number + following a period. For instance, if the current version of Bugzilla is 4.2, + the current "stable" version of the Bugzilla guide, in, say, it's fifth revision, + would be numbered "4.2.5". Got it? Good. + + + I wrote this in response to the enormous demand for decent Bugzilla documentation. + I have incorporated instructions from the Bugzilla README, Frequently Asked Questions, + Database Schema Document, and various mailing lists to create it. + Chances are, there are glaring errors in this documentation; please contact + barnboy@trilobyte.net to correct them. + +
+ + + +
+ Disclaimer + + No liability for the contents of this document can be accepted. + Use the concepts, examples, and other content at your own risk. + As this is a new edition of this document, there may be errors + and inaccuracies that may damage your system. Use of this document + may cause your girlfriend to leave you, your cats to pee on your + furniture and clothing, your computer to cease functioning, your + boss to fire you, and global thermonuclear war. Proceed with caution. + + + All copyrights are held by their respective owners, unless specifically + noted otherwise. Use of a term in this document should not be regarded + as affecting the validity of any trademark or service mark. + In particular, I like to put down Microsoft(tm). Live with it. + + + Naming of particular products or brands should not be seen as endorsements, + with the exception of the term "GNU/Linux". + Use GNU/Linux. Love it. Bathe with it. It is life and happiness. + I endorse it wholeheartedly and encourage you to do the same. + + + You are strongly recommended to make a backup of your system before + installing Bugzilla and at regular intervals thereafter. Heaven knows + it's saved my bacon time after time; if you implement any suggestion in + this Guide, implement this one! + + + Bugzilla has not undergone a complete security review. + Security holes probably exist in the code. + Great care should be taken both in the installation and usage of this software. + Carefully consider the implications of installing other network services with Bugzilla. + +
+ + + +
+ New Versions + + This is the initial release of the Bugzilla Guide. + + + This document can be found in the following places: + + + + + + TriloBYTE + + + + + Mozilla.org + + + + + The Linux Documentation Project + + + + + + The latest version of this document can be checked out via CVS. + Please follow the instructions available at + the Mozilla CVS page, + and check out the mozilla/webtools/bugzilla/docs/ branch. + +
+ +
+ Credits + + The people listed below have made enormous contributions to the creation + of this Guide, through their dedicated hacking efforts, + numerous e-mail and IRC support sessions, + and overall excellent contribution to the Bugzilla community: + + + Terry Weissman + for initially converting Bugzilla from BugSplat! + and writing the README upon which this documentation is largely based. + + + Tara Hernandez + for keeping Bugzilla development going strong after Terry left Mozilla.org + + + Dave Lawrence + for providing insight into the key differences between Red Hat's + customized Bugzilla, and being largely responsible for the + "Red Hat Bugzilla" appendix + + + Dawn Endico + for being a hacker extraordinaire and putting up with my incessant + questions and arguments on irc.mozilla.org in #mozwebtools + + + Last but not least, all the members of the + + netscape.public.mozilla.webtools newsgroup. Without your + discussions, insight, suggestions, and patches, this could never have happened. + +
+
+Contributors + + Thanks go to these people for significant contributions to this documentation: + + + Zach Lipton, Andrew Pearson, Spencer Smith, Eric Hansen + +
+
+ Feedback + + I welcome feedback on this document. Without your submissions and input, + this Guide cannot continue to exist. Please mail additions, comments, criticisms, etc. + to barnboy@trilobyte.net. Please send flames to + devnull@localhost + +
+ +
+ Translations + + The Bugzilla Guide needs translators! Please volunteer your translation into the language of your choice. + If you will translate this Guide, please notify the members of the mozilla-webtools mailing list at + mozilla-webtools@mozilla.org + +
+ + +&conventions; + +
+ + + + + + + + + + + diff --git a/docs/sgml/administration.sgml b/docs/sgml/administration.sgml new file mode 100644 index 0000000000..3ab02653bc --- /dev/null +++ b/docs/sgml/administration.sgml @@ -0,0 +1,1107 @@ + + + + + + Administering Bugzilla +Or, I just got this cool thing installed. Now what the heck do I do with it? + + +So you followed the README isntructions to the letter, and +just logged into bugzilla with your super-duper god account and you are sitting at the query +screen. Yet, you have nothing to query. Your first act of bisuness needs to be to setup the +operating parameters for bugzilla. + +
+ Post-Installation Checklist + + After installation, follow the checklist below to ensure that + you have a successful installation. + If you do not see a recommended setting for a parameter, + consider leaving it at the default + while you perform your initial tests on your Bugzilla setup. + + + checklist + + + + + Set "maintainer" to your email address. + This allows Bugzilla's error messages + to display your email + address and allow people to contact you for help. + + + + + Set "urlbase" to the URL reference for your Bugzilla installation. + If your bugzilla query page is at http://www.foo.com/bugzilla/query.cgi, + your url base is http://www.foo.com/bugzilla/ + + + + + Set "usebuggroups" to "1" only + if you need to restrict access to products. + I suggest leaving this parameter off + while initially testing your Bugzilla. + + + + + Set "usebuggroupsentry" to "1" if you want to be able to restrict access to products. + Once again, if you are simply testing your installation, I suggest against + turning this parameter on; the strict security checking may stop you from + being able to modify your new entries. + + + + + Set "shadowdb" to "bug_shadowdb" if you will be + running a *very* large installation of Bugzilla. + The shadow database enables many simultaneous users + to read and write to the database + without interfering with one another. + + + Enabling "shadowdb" can adversely affect the stability + of your installation of Bugzilla. + You may frequently need to manually synchronize your databases, + or schedule nightly syncs + via "cron" + + + Once again, in testing you should + avoid this option -- use it if or when you need to use it, and have + repeatedly run into the problem it was designed to solve -- very long wait times while + attempting to commit a change to the database. + + + If you use the "shadowdb" option, it is only natural that you should turn the "queryagainstshadowdb" + option "On" as well. Otherwise you are replicating data into a shadow database for no reason! + + + + + If you have custom logos or HTML you must put in place to fit within your site design guidelines, + place the code in the "headerhtml", "footerhtml", "errorhtml", "bannerhtml", or "blurbhtml" text boxes. + + + The "headerhtml" text box is the HTML printed out before any other code on the page. + If you have a special banner, put the code for it in "bannerhtml". You may want to leave these + settings at the defaults initially. + + + + + + + Add any text you wish to the "passwordmail" parameter box. For instance, + many people choose to use this box to give a quick training blurb about how to + use Bugzilla at your site. + + + + + Set "newemailtech" to "on". Your users will thank you. This is the default in the post-2.12 world. + + + + + Do you want to use the qa contact ("useqacontact") and status whiteboard ("usestatuswhiteboard") fields? + These fields are useful because they allow for more flexibility, particularly when you have an existing + Quality Assurance and/or Release Engineering team, + but they may not be needed for smaller installations. + + + + + Set "whinedays" to the amount of days you want to let bugs go in the "New" or "Reopened" state before + notifying people they have untouched new bugs. If you do not plan to use this feature, simply do + not set up the whining cron job described in the README, or set this value to "0". + + + + + Set the "commenton" options according to your site policy. It is a wise idea to require comments when users + resolve, reassign, or reopen bugs. + + + It is generally far better to require a developer comment when resolving bugs than not. + Few things are more annoying to bug database users than having a developer + mark a bug "fixed" without any comment as to what the fix was (or even that it was truly fixed!) + + + + + + + Set "supportwatchers" to "On". This feature is helpful for team leads to monitor progress in their + respective areas, and can offer many other benefits, such as allowing a developer to pick up a + former engineer's bugs without requiring her to change all the information in the bug. + + + +
+ +
+ User Administration + + User administration is one of the easiest parts of Bugzilla. + Keeping it from getting out of hand, however, can become a challenge. + + +
+ Creating the Default User + + + When you first run checksetup.pl after installing Bugzilla, it will prompt you + for the administrative username (email address) and password for this "super user". + If for some reason you were to delete the "super user" account, re-running + checksetup.pl will again prompt you for this username and password. + + + + If you wish to add more administrative users, you must use the MySQL interface. + Run "mysql" from the command line, and use these commands ("mysql>" denotes the + mysql prompt, not something you should type in): + mysql> use bugs; + mysql> update profiles set groupset=0x7ffffffffffffff + where login_name = "(user's login name)"; + + +
+ +
+ Managing Other Users + +
+ Logging In + + + + Open the index.html page for your Bugzilla installation in your browser window. + + + + + Click the "Query Existing Bug Reports" link. + + + + + Click the "Log In" link at the foot of the page. + + + + + Type your email address, and the password which was emailed to you when you + created your Bugzilla account, into the spaces provided. + + + + Congratulations, you are logged in! +
+ +
+ Creating new users + + Your users can create their own user accounts by clicking the "New Account" + link at the bottom of each page. + However, should you desire to create user accounts ahead of time, here is how you do it. + + + + + After logging in, click the "Users" link at the footer of the query page. + + + + + To see a specific user, type a portion of their login name + in the box provided and click "submit". + To see all users, simply click the "submit" button. + You must click "submit" here to be able to add a new user. + + + + More functionality is available via the list on the right-hand side + of the text entry box. + You can match what you type as a case-insensitive substring (the default) + of all users on your system, a case-sensitive regular expression + (please see the "man regexp" manual page for details on regular expression syntax), + or a reverse regular expression match, + where every user name which does NOT match the regular expression + is selected. + + + + + + Click the "Add New User" link at the bottom of the user list + + + + + Fill out the form presented. This page is self-explanatory. When done, click "submit". + + + + Adding a user this way will not send an email + informing them of their username and password. + In general, it is preferable to log out and use the "New Account" + button to create users, as it will pre-populate all the required fields and also notify + the user of her account name and password. + + + + +
+ +
+ Disabling Users + + I bet you noticed that big "Disabled Text" entry box available from the "Add New User" screen, + when you edit an account? + By entering any text in this box and selecting "submit", + you have prevented the user from using Bugzilla via the web interface. + Your explanation, written in this text box, will be presented to the user + the next time she attempts to use the system. + + + Don't disable your own administrative account, or you will hate life! + + + +
+ +
+ Modifying Users + + Here I will attempt to describe the function of each option on the user edit screen. + + + + + Login Name: This is generally the user's email address. + However, if you have edited your system parameters, + this may just be the user's login name or some other identifier. + + + For compatability reasons, you should probably + stick with email addresses as user login names. It will make your life easier. + + + + + + + Real Name: Duh! + + + + + Password: You will only see asterisks in versions + of Bugzilla newer than 2.10 or early 2.11. You can change the user password here. + + + + + Email Notification: You may choose from one of three options: + + + + All qualifying bugs except those which I change: + The user will be notified of any change to any bug + for which she is the reporter, assignee, Q/A contact, CC recipient, or "watcher". + + + + + Only those bugs which I am listed on the CC line: + The user will not be notified of changes to bugs where she is the assignee, + reporter, or Q/A contact, but will receive them if she is on the CC list. + + + She will still receive whining cron emails if you set up the "whinemail" feature. + + + + + + + All Qualifying Bugs: This user is a glutton for punishment. + If her name is in the reporter, Q/A contact, CC, assignee, or is a "watcher", + she will get email updates regarding the bug. + + + + + + Disable Text: If you type anything in this box, + including just a space, the user account is disabled from making any changes + to bugs via the web interface, and what you type in this box is presented as the reason. + + Don't disable the administrator account! + + + + As of this writing, the user can still submit bugs via the e-mail gateway, + if you set it up, despite the disabled text field. The e-mail gateway should + not be enabled for secure installations of Bugzilla. + + + + + + + CanConfirm: This field is only used if you have enabled + "unconfirmed" status in your parameters screen. If you enable this for a user, + that user can then move bugs from "Unconfirmed" to "Confirmed" status (ergo: "New" status). + Be judicious about allowing users to turn this bit on for other users. + + + + + Creategroups: This option will allow a user to create and + destroy groups in Bugzilla. Unless you are using the Bugzilla GroupSentry security + option "usebuggroupsentry" in your parameters, this setting has no effect. + + + + + Editbugs: Unless a user has this bit set, they can only edit + those bugs for which they are the assignee or the reporter. + + + Leaving this option unchecked does not prevent users from adding + comments to a bug! They simply cannot change a bug priority, severity, + etc. unless they are the assignee or reporter. + + + + + + + Editcomponents: This flag allows a user to create new + products and components, as well as modify and destroy those that have no bugs + associated with them. If a product or component has bugs associated with it, + those bugs must be moved to a different product or component before Bugzilla + will allow them to be destroyed. The name of a product or component can be + changed without affecting the associated bugs, but it tends to annoy + the hell out of your users when these change a lot. + + + + + Editkeywords: If you use Bugzilla's keyword functionality, + enabling this feature allows a user can create and destroy keywords. + As always, the keywords for existing bugs containing the keyword + the user wishes to destroy must be changed before Bugzilla will allow it to die. + You must be very careful about creating too many new keywords + if you run a very large Bugzilla installation; keywords are global variables + across products, and you can often run into a phenomenon called "keyword bloat". + This confuses users, and then the feature goes unused. + + + + + Editusers: This flag allows a user do what you're doing + right now: edit other users. + This will allow those with the right to do so to remove administrator + priveleges from other users or grant them to themselves. Enable with care. + + + + + PRODUCT: PRODUCT bugs access. This allows an administrator, + with product-level granularity, to specify in which products a user can edit bugs. + The user must still have the "editbugs" privelege to edit bugs in this area; + this simply restricts them from even seeing bugs outside these boundaries if the administrator + has enabled the group sentry parameter "usebuggroupsentry". Unless you are using bug groups, + this option has no effect. + + + +
+
+
+ +
+ Product, Component, Milestone, and Version Administration + + + Dear Lord, we have to get our users to do WHAT? + + + + Many thanks to Zach Lipton for his contributions to this section + + +
+ Products + Formerly, and in some spots still, called "Programs" + + Products are the + broadest category in Bugzilla, and you should have the least of these. + If your company makes computer games, you should have one product per game, + and possibly a few special products + (website, meetings...) + + + A Product (formerly called "Program", and still referred to that way + in some portions of the source code) controls some very important functions. + The number of "votes" available for users to vote for the most important bugs + is set per-product, as is the number of votes required to move a bug automatically + from the UNCONFIRMED status to the NEW status. One can close a Product for further + bug entry and define various Versions available from the Edit Product screen. + + To create a new product: + + + + Select "components" from the yellow footer + + + + It may seem counterintuitive to click "components" when you want + to edit the properties associated with Products. This is one of a long + list of things we want in Bugzilla 3.0... + + + + + + Select the "Add" link to the right of "Add a new product". + + + + + Enter the name of the product and a description. + The Description field is free-form. + + + + + + Don't worry about the "Closed for bug entry", "Maximum Votes per person", + "Maximum votes a person can put on a single bug", "Number of votes a bug in + this Product needs to automatically get out of the UNCOMFIRMED state", + and "Version" options yet. + We'll cover those in a few moments. + + +
+ +
+ Components + + Components are subsections of a Product. + + + Creating some Components + + + The computer game you are designing may a "UI" component, an "API" component, + a "Sound System" component, and a "Plugins" component, each overseen by a different + programmer. It often makes sense to divide Components in Bugzilla according to the + natural divisions of responsibility within your Product or company. + + + + + Each component has a owner and (if you turned it on in the parameters), a qa + contact. The owner should be the primary person who fixes bugs in that component. The QA + Contact should be the person who will ensure these bugs are completely fixed. The Owner, + QA Contact, and Reporter will get email when new bugs are created in this Component and + when these bugs change. Default Owner and Default QA Contact fields only dictate the + default assignments; the Owner and Q/A Contact fields in a bug + are otherwise unrelated to the Component. + + + + To create a new Component: + + + + + Select the "Edit components" link from the "Edit Product" page + + + + + Select the "Add" link to the right of the "Add a new component" text + on the "Select Component" page. + + + + + Fill out the "Component" field, a short "Description", and the "Initial Owner". + The "Component" field should not contain a space. The "Description" field is + free-form. The "Initial Owner" field must be that of a valid user already + existing in the database. If the initial owner does not exist, Bugzilla + will refuse to create the component. + + + Is your "Default Owner" a user who is not yet in the database? + No problem. + + + + Select the "Log out" link on the footer of the page. + + + + + Select the "New Account" link on the footer of the "Relogin" page + + + + + Type in the email address of the default owner you want to create + in the "E-mail address" field, and her full name in the "Real name" + field, then select the "Submit Query" button. + + + + + Now select "Log in" again, type in your login information, and you + can modify the product to use the Default Owner information + you require. + + + + + + + + + + Either "edit" more components or return to the "query" page on the ensuing + "Addming new component" page. To return to the Product you were editing, you + must select the "components" link as before. + + + +
+ +
+ Versions + + Versions are the revisions of the product, such as "Flinders 3.1", "Flinders 95", + and "Flinders 2000". Using Versions helps you isolate code changes and are an aid + in reporting. + + + Common Use of Versions + + + A user reports a bug + against Version "Beta 2.0" of your product. The current Version of your software + is "Release Candidate 1", and no longer has the bug. This will + help you triage and classify bugs according to their relevance. It is also + possible people may report bugs against bleeding-edge beta versions that are + not evident in older versions of the software. This can help isolate code + changes that caused the bug + + + + + A Different Use of Versions + + + This field has been used to good effect by an online service provider in a slightly + different way. They had three versions of the product: "Production", "QA", + and "Dev". Although it may be the same product, a bug in the development + environment is not normally as critical as a Production bug, nor does it + need to be reported publicly. When used in conjunction with Target Milestones, + one can easily specify the environment where a bug can be reproduced, and + the Milestone by which it will be fixed. + + + + + + To create and edit Versions: + + + + + From the "Edit Product" screen, select "Edit Versions" + + + + + You will notice that the product already has the default version "undefined". + If your product doesn't use version numbers, you may want to leave this as it is + or edit it so that it is "---". You can then go back to the edit versions page + and add new versions to your product. + + + Otherwise, click the "Add" button to the right of the "Add a new version" text. + + + + + Enter the name of the Version. This can be free-form characters up to the limit of the + text box. Then select the "Add" button. + + + + + At this point you can select "Edit" to edit more Versions, or return to the "Query" + page, from which you can navigate back to the product through the "components" link + at the foot of the Query page. + + + +
+ +
+ Milestones + + Milestones are "targets" that you plan to get a bug fixed by. For example, you have a bug that + you plan to fix for your 3.0 release, it would be assigned the milestone of 3.0. Or, you have a + bug that you plan to fix for 2.8, this would have a milestone of 2.8. + + + + Milestone options will only appear for a Product if you turned the "usetargetmilestone" field + in the "Edit Parameters" screen "On". + + + + To create new Milestones, set Default Milestones, and set Milestone URL: + + + + + Select "edit milestones" + + + + + Select "Add" to the right of the "Add a new milestone" text + + + + + Enter the name of the Milestone in the "Milestone" field. + You can optionally set the "Sortkey", which is a positive or negative number (-255 to 255) + that defines where in the list this particular milestone appears. + Select "Add". + + + Using SortKey with Target Milestone + + + Let's say you create a target milestone called "Release 1.0", with Sortkey set to "0". + Later, you realize that you will have a public beta, called "Beta1". + You can create a Milestone called "Beta1", with a Sortkey of "-1" in order to ensure + people will see the Target Milestone of "Beta1" earlier on the list than "Release 1.0" + + + + + + + If you want to add more milestones, select the "Edit" link. + If you don't, well shoot, you have to go back to the "query" page and select "components" + again, and make your way back to the Product you were editing. + + + This is another in the list of unusual user interface decisions that + we'd like to get cleaned up. Shouldn't there be a link to the effect of + "edit the Product I was editing when I ended up here"? In any case, + clicking "components" in the footer takes you back to the "Select product" + screen, from which you can begin editing your product again. + + + + + + + From the Edit Product screen again (once you've made your way back), enter the URL + for a description of what your milestones are for this product in the "Milestone URL" field. + It should be of the format "http://www.foo.com/bugzilla/product_milestones.html" + + + Some common uses of this field include product descriptions, product roadmaps, + and of course a simple description of the meaning of each milestone. + + + + + If you're using Target Milestones, the "Default Milestone" field must have some + kind of entry. If you really don't care if people set coherent Target Milestones, + simply leave this at the default, "---". However, controlling and regularly updating the Default + Milestone field is a powerful tool when reporting the status of projects. + + Select the "Update" button when you are done. + + + + + + + +
+ +
+ Voting + + The concept of "voting" is a poorly understood, yet powerful feature for the management + of open-source projects. Each user is assigned so many Votes per product, which they can + freely reassign (or assign multiple votes to a single bug). + This allows developers to gauge user need for a particular enhancement + or bugfix. By allowing bugs with a certain number of votes to automatically move from + "UNCONFIRMED" to "NEW", users of the bug system can help high-priority bugs garner + attention so they don't sit for a long time awaiting triage. + + + The daunting challenge of Votes is deciding where you draw the line for a "vocal majority". If you + only have a user base of 100 users, setting a low threshold for bugs to move from UNCONFIRMED + to NEW makes sense. As the Bugzilla user base expands, however, these thresholds must be + re-evaluated. You should gauge whether this feature is worth the time and close monitoring involved, + and perhaps forego implementation until you have a critical mass of users who demand it. + + To modify Voting settings: + + + + Navigate to the "Edit Product" screen for the Product you wish to modify + + + + + Set "Maximum Votes per person" to your calculated value. Setting this field + to "0" disables voting. + + + + + Set "Maximum Votes a person can put on a single bug" to your calculated value. It + should probably be some number lower than the "Maximum votes per person". + Setting this field to "0" disables voting, but leaves the voting options open + to the user. This is confusing. + + + + + Set "Number of votes a bug in this product needs to automatically get out of the + UNCONFIRMED state" to your calculated number. Setting this field to "0" + disables the automatic move of bugs from UNCONFIRMED to NEW. Some people + advocate leaving this at "0", but of what use are Votes if your Bugzilla + user base is unable to affect which bugs appear on Development radar? + + + You should probably set this number to higher than a small coalition of + Bugzilla users can influence it. Most sites use this as a "referendum" + mechanism -- if users are able to vote a bug out of UNCONFIRMED, it + is a really bad bug! + + + + + + + Once you have adjusted the values to your preference, select the "Update" button. + + + +
+ +
+ Groups and Group Security + + Groups can be very useful in bugzilla, because they allow users to isolate + bugs or products that should only be seen by certain people. Groups can also + be a complicated minefield of interdependencies and weirdness if mismanaged. + + + When to Use Group Security + + + Many Bugzilla sites isolate "Security-related" bugs from all other bugs. + This way, they can have a fix ready before the security vulnerability + is announced to the world. You can create a "Security" product which, by + default, has no members, and only add members to the group (in their individual + User page, as described under User Administration) who should have + priveleged access to "Security" bugs. Alternately, you may create a Group + independently of any Product, and change the Group mask on individual bugs + to restrict access to members only of certain Groups. + + + + + Groups only work if you enable the "usebuggroups" paramater. + In addition, if the "usebuggroupsentry" parameter is "On", one can restrict access + to products by groups, so that only members of a product group are able to view + bugs within that product. + Group security in Bugzilla can be divided into two categories: + Generic and Product-Based. + + + + Groups in Bugzilla are a complicated beast that evolved out of very simple user + permission bitmasks, apparently itself derived from common concepts in UNIX access + controls. A "bitmask" is a fixed-length number whose value can describe one, and + only one, set of states. For instance, UNIX file permissions are assigned bitmask + values: "execute" has a value of 1, "write" has a value of 2, + and "read" has a value of 4. Add them together, + and a file can be read, written to, and executed if it has a bitmask of "7". (This + is a simplified example -- anybody who knows UNIX security knows there is much + more to it than this. Please bear with me for the purpose of this note.) The only + way a bitmask scheme can work is by doubling the bit count for each value. Thus + if UNIX wanted to offer another file permission, the next would have to be a value of + 8, then the next 16, the next 32, etc. + + + Similarly, Bugzilla offers a bitmask to define group permissions, with an internal + limit of 64. Several are already occupied + by built-in permissions. The way around this limitation is + to avoid assigning groups to products if you have many products, avoid bloating + of group lists, and religiously prune irrelevant groups. In reality, most installations + of Bugzilla support far fewer than 64 groups, so this limitation has not hit + for most sites, but it is on the table to be revised for Bugzilla 3.0 + because it interferes with the security schemes of some administrators. + + + + To enable Generic Group Security ("usebuggroups"): + + + + + Turn "On" "usebuggroups" in the "Edit Parameters" screen. + + + + + You will generally have no groups set up. Select the "groups" link + in the footer. + + + + + Take a moment to understand the instructions on the "Edit Groups" screen. + Once you feel confident you understand what is expected of you, select the + "Add Group" link. + + + + + Fill out the "New Name" (remember, no spaces!), "New Description", and "New + User RegExp" fields. "New User RegExp" allows you to automatically place + all users who fulfill the Regular Expression into the new group. + + + Creating a New Group + + + I created a group called "DefaultGroup" with a description of "This is simply + a group to play with", and a "New User RegExp" of "*@velio.com". This + new group automatically includes all Bugzilla users with "@velio.com" at the + end of their user id. When I finished, my new group was assigned bit #128. + + + + + When you have finished, select the "Add" button. + + + + + + To enable Product-Based Group Security ("usebuggroupsentry"): + + + + Don't forget that you only have 64 groups masks available, total, for + your installation of Bugzilla! If you plan on having more than 50 + products in your individual Bugzilla installation, and require group + security for your products, you should + consider either running multiple Bugzillas or using Generic Group Security + instead of Product-Based ("usebuggroupsentry") Group Security. + + + + + + Turn "On" "usebuggroups" and "usebuggroupsentry" in the "Edit Parameters" screen. + + + + "usebuggroupsentry" has the capacity to prevent the administrative user + from directly altering bugs because of conflicting group permissions. + If you plan on using "usebuggroupsentry", you should plan on restricting administrative + account usage to administrative duties only. + In other words, manage bugs with an unpriveleged user account, and + manage users, groups, Products, etc. with the administrative account. + + + + + + You will generally have no Groups set up, unless you enabled "usebuggroupsentry" + prior to creating any Products. To create "Generic Group Security" groups, + follow the instructions given above. To create Product-Based Group security, + simply follow the instructions for creating a new Product. If you need to + add users to these new groups as you create them, you will find the option + to add them to the group available under the "Edit User" screens. + + + +
+
+ +
+ Bugzilla Security + + + Putting your money in a wall safe is better protection than depending on the fact that + no one knows that you hide your money in a mayonnaise jar in your fridge. + + + + + Poorly-configured MySQL, Bugzilla, and FTP installations have given attackers full + access to systems in the past. Please take these guidelines seriously, even + for Bugzilla machines hidden away behind your firewall. 80% of all computer + trespassers are insiders, not anonymous crackers. + + + + First thing's first: Secure your installation. + + + These instructions must, of necessity, be somewhat vague since Bugzilla runs on so many different + platforms. If you have refinements of these directions for specific platforms, please + submit them to mozilla-webtools@mozilla.org + + + + + + Ensure you are running at least MysQL version 3.22.32 or newer. Earlier versions had + notable security holes and poorly secured default configuration choices. + + + + There is no substitute for understanding the tools on your system! + Read + The MySQL Privelege System until you can recite it from memory! + + At the very least, ensure you password the "mysql -u root" account and the "bugs" account, establish grant + table rights (consult the Keystone guide in Appendix C: The Bugzilla Database for some easy-to-use details) + that do not allow CREATE, DROP, RELOAD, SHUTDOWN, and PROCESS for user "bugs". I wrote up the Keystone + advice back when I knew far less about security than I do now : ) + + + + + Lock down /etc/inetd.conf. Heck, disable inet entirely on this box. It should only listen to + port 25 for Sendmail + and port 80 for Apache. + + + + Do not run Apache as "nobody". This will require very lax permissions in your Bugzilla directories. + Run it, instead, as a user with a name, set via your httpd.conf file. + + + + Ensure you have adequate access controls for $BUGZILLA_HOME/data/ and $BUGZILLA_HOME/localconfig. + The localconfig file stores your "bugs" user password, which would be terrible to have in the hands + of a criminal. Also some files under $BUGZILLA_HOME/data store sensitive information. + + + On Apache, you can use .htaccess files to protect access to these directories, as outlined + in Bug 57161 for the + localconfig file, and + Bug 65572 for adequate protection in your data/ and shadow/ directories. + + + Note the instructions which follow are Apache-specific. If you use IIS, Netscape, or other + non-Apache web servers, please consult your system documentation for how to secure these + files from being transmitted to curious users. + + + Place the following text into a file named ".htaccess", readable by your web server, + in your $BUGZILLA_HOME/data directory. + + <Files comments> + allow from all + </Files> + deny from all + + + + Place the following text into a file named ".htaccess", readable by your web server, + in your $BUGZILLA_HOME/ directory. + + <Files localconfig> + deny from all + </Files> + allow from all + + + + Place the following text into a file named ".htaccess", readable by your web server, + in your $BUGZILLA_HOME/shadow directory. + + deny from all + + + + + + + + + + + +
+
+ + + diff --git a/docs/sgml/conventions.sgml b/docs/sgml/conventions.sgml new file mode 100644 index 0000000000..66f72303cf --- /dev/null +++ b/docs/sgml/conventions.sgml @@ -0,0 +1,111 @@ + + +
+ Document Conventions + + + conventions + + + + This document uses the following conventions + + + + + + + Descriptions + Appearance + + + + + Warnings + + Warnings. + + + + Hint + + Hint. + + + + Notes + + Note. + + + + Information requiring special attention + + Warning. + + + + File Names + file.extension + + + Directory Names + directory + + + Commands to be typed + command + + + Applications Names + application + + + Prompt of users command under bash shell + bash$ + + + Prompt of root users command under bash shell + bash# + + + Prompt of user command under tcsh shell + tcsh$ + + + Environment Variables + VARIABLE + + + Emphasized word + word + + + Code Example + paraBeginning and end of paragraphpara + + + + + +
+ + + + diff --git a/docs/DATABASE.txt b/docs/sgml/database.sgml similarity index 57% rename from docs/DATABASE.txt rename to docs/sgml/database.sgml index 364c24233e..16c72494e3 100644 --- a/docs/DATABASE.txt +++ b/docs/sgml/database.sgml @@ -1,27 +1,42 @@ -The Bugzilla Database Schema v1.0 - -The contents of this file are subject to the Mozilla Public License Version -1.1 (the "License"); you may not use this file except in compliance with the -License. You may obtain a copy of the License at http://www.mozilla.org/MPL/ . -Software distributed under the License is distributed on an "AS IS" basis, -WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for -the specific language governing rights and limitations under the License. - -The Original Code is "The Bugzilla Database Schema". - -The Initial Developer of the Original Code is AtHome Corporation. Portions -created by AtHome are Copyright © 1995-2000 AtHome Corporation. All Rights -Reserved. @Home, Excite@Home, @Work, and Excite are the trademarks of At Home -Corporation, and may be registered in certain jurisdictions - -Contributor(s): Matthew P. Barnson + + + + +The Bugzilla Database + +This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers? MPB + +
+ Database Schema Chart + + + + + + + + Database Relationships + + + + Bugzilla database relationships chart + + + +
+ +
+MySQL Bugzilla Database Introduction + + +Contributor(s): Matthew P. Barnson (mbarnson@excitehome.net) Last update: May 16, 2000 Changes: Version 1.0: Initial public release (May 16, 2000) -Maintainer: Matthew P. Barnson +Maintainer: Matthew P. Barnson (mbarnson@excitehome.net) === @@ -65,7 +80,7 @@ to ensure completeness even should this paper become out of date. This document is not maintained by Netscape or Netscape employees, so please do not contact them regarding errors or omissions contained herein. Please direct all questions, comments, updates, flames, etc. to Matthew P. Barnson - (barnboy or barnhome on irc.mozilla.org in +mbarnson@excitehome.net) (barnboy or barnhome on irc.mozilla.org in #mozwebtools). I'm sure I've made some glaring errors or omissions in this paper -- please @@ -381,4 +396,234 @@ LINKS === Great MySQL tutorial site: -http://www.devshed.com/Server_Side/MySQL/ \ No newline at end of file +http://www.devshed.com/Server_Side/MySQL/ + + +
+ +
+ MySQL Permissions & Grant Tables + + + The following portion of documentation comes from my answer to an old discussion of Keynote, a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the Keynote support group regarding MySQL grant table permissions, and how to use them effectively. It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables since this time, but it serves as a decent introduction and troubleshooting document for grant table issues. I used Keynote to track my troubles until I discovered Bugzilla, which gave me a whole new set of troubles to work on : ) + + + +From matt_barnson@singletrac.com Wed Jul 7 09:00:07 1999 +Date: Mon, 1 Mar 1999 21:37:04 -0700 +From: Matthew Barnson matt_barnson@singletrac.com +To: keystone-users@homeport.org +Subject: [keystone-users] Grant Tables FAQ + + [The following text is in the "iso-8859-1" character set] + [Your display is set for the "US-ASCII" character set] + [Some characters may be displayed incorrectly] + +Maybe we can include this rambling message in the Keystone FAQ? It gets +asked a lot, and the only option current listed in the FAQ is +"--skip-grant-tables". + +Really, you can't go wrong by reading section 6 of the MySQL manual, at +http://www.mysql.com/Manual/manual.html. I am sure their description is +better than mine. + +MySQL runs fine without permissions set up correctly if you run the mysql +daemon with the "--skip-grant-tables" option. Running this way denies +access to nobody. Unfortunately, unless you've got yourself firewalled it +also opens the potential for abuse if someone knows you're running it. + +Additionally, the default permissions for MySQL allow anyone at localhost +access to the database if the database name begins with "test_" or is named +"test" (i.e. "test_keystone"). You can change the name of your database in +the keystone.conf file ($sys_dbname). This is the way I am doing it for +some of my databases, and it works fine. + +The methods described below assume you're running MySQL on the same box as +your webserver, and that you don't mind if your $sys_dbuser for Keystone has +superuser access. See near the bottom of this message for a description of +what each field does. + +Method #1: + +1. cd /var/lib + #location where you'll want to run /usr/bin/mysql_install_db shell +script from to get it to work. + +2. ln -s mysql data + # soft links the "mysql" directory to "data", which is what +mysql_install_db expects. Alternately, you can edit mysql_install_db and +change all the "./data" references to "./mysql". + +3. Edit /usr/bin/mysql_install_db with your favorite text editor (vi, +emacs, jot, pico, etc.) +A) Copy the "INSERT INTO db VALUES +('%','test\_%','','Y','Y','Y','Y','Y','Y');" and paste it immediately after +itself. Chage the 'test\_%' value to 'keystone', or the value of +$sys_dbname in keystone.conf. +B) If you are running your keystone database with any user, you'll need to +copy the "INSERT INTO user VALUES +('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');" line after +itself and change 'root' to the name of the keystone database user +($sys_dbuser) in keystone.conf. + + # adds entries to the script to create grant tables for specific +hosts and users. The user you set up has super-user access ($sys_dbuser) -- +you may or may not want this. The layout of mysql_install_db is really very +uncomplicated. + +4. /usr/bin/mysqladmin shutdown + # ya gotta shut it down before you can reinstall the grant tables! + +5. rm -i /var/lib/mysql/mysql/*.IS?' and answer 'Y' to the deletion +questions. + # nuke your current grant tables. This WILL NOT delete any other +databases than your grant tables. + +6. /usr/bin/mysql_install_db + # run the script you just edited to install your new grant tables. + +7. mysqladmin -u root password (new_password) + # change the root MySQL password, or else anyone on localhost can +login to MySQL as root and make changes. You can skip this step if you want +keystone to connect as root with no password. + +8. mysqladmin -u (webserver_user_name) password (new_password) + # change the password of the $sys_dbuser. Note that you will need +to change the password in the keystone.conf file as well in $sys_dbpasswd, +and if your permissions are set up incorrectly anybody can type the URL to +your keystone.conf file and get the password. Not that this will help them +much if your permissions are set to @localhost. + + + +Method #2: easier, but a pain reproducing if you have to delete your grant +tables. This is the "recommended" method for altering grant tables in +MySQL. I don't use it because I like the other way :) + +shell> mysql --user=root keystone + +mysql> GRANT +SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,RELOAD,SHUTDOWN,PROCESS, +FILE, + ON keystone.* + TO <$sys_dbuser name>@localhost + IDENTIFIED BY '(password)' + WITH GRANT OPTION; + +OR + +mysql> GRANT ALL PRIVELEGES + ON keystone.* + TO <$sys_dbuser name>@localhost + IDENTIFIED BY '(password)' + WITH GRANT OPTION; + + # this grants the required permissions to the keystone ($sys_dbuser) +account defined in keystone.conf. However, if you are runnning many +different MySQL-based apps, as we are, it's generally better to edit the +mysql_install_db script to be able to quickly reproduce your permissions +structure again. Note that the FILE privelege and WITH GRANT OPTION may not +be in your best interest to include. + + +GRANT TABLE FIELDS EXPLANATION: +Quick syntax summary: "%" in MySQL is a wildcard. I.E., if you are +defining your DB table and in the 'host' field and enter '%', that means +that any host can access that database. Of course, that host must also have +a valid db user in order to do anything useful. 'db'=name of database. In +our case, it should be "keystone". "user" should be your "$sys_dbuser" +defined in keystone.conf. Note that you CANNOT add or change a password by +using the "INSERT INTO db (X)" command -- you must change it with the mysql +-u command as defined above. Passwords are stored encrypted in the MySQL +database, and if you try to enter it directly into the table they will not +match. + +TABLE: USER. Everything after "password" is a privelege granted (Y/N). +This table controls individual user global access rights. + +'host','user','password','select','insert','update','delete','index','alter' +,'create','drop','grant','reload','shutdown','process','file' + +TABLE: DB. This controls access of USERS to databases. + +'host','db','user','select','insert','update','delete','index','alter','crea +te','drop','grant' + +TABLE: HOST. This controls which HOSTS are allowed what global access +rights. Note that the HOST table, USER table, and DB table are very closely +connected -- if an authorized USER attempts an SQL request from an +unauthorized HOST, she's denied. If a request from an authorized HOST is +not an authorized USER, it is denied. If a globally authorized USER does +not have rights to a certain DB, she's denied. Get the picture? + +'host','db','select','insert','update','delete','index','alter','create','dr +op','grant' + + +You should now have a working knowledge of MySQL grant tables. If there is +anything I've left out of this answer that you feel is pertinent, or if my +instructions don't work for you, please let me know and I'll re-post this +letter again, corrected. I threw it together one night out of exasperation +for all the newbies who don't know squat about MySQL yet, so it is almost +guaranteed to have errors. + +Once again, you can't go wrong by reading section 6 of the MySQL manual. It +is more detailed than I! +http://www.mysql.com/Manual/manual.html. + +---------------------------------------------------------------------------- +10/12/2000 +Matthew sent in some mail with updated contact information: +NEW CONTACT INFORMATION: + + ------------------------ + Matthew P. Barnson + Manager, Systems Administration + Excite@Home Business Applications + mbarnson@excitehome.net + (801)234-8300 + + + +
+
+ Cleaning up after mucking with Bugzilla + +Contributed by Eric Hansen: +There are several things, and one trick. There is a small tiny piece of +documentation I saw once that said something very important. +1) After pretty much any manual working of the Mysql db, you must +delete a file in the bugzilla directory: data/versioncache +Versioncache basically is a way to speed up bugzilla (from what I +understand). It stores a lot of commonly used information. However, +this file is refreshed every so often (I can't remember the time +interval though). So eventually all changes do propogate out, so you +may see stuff suddenly working. +2) Assuming that failed, you will also have to check something with the +checksetup.pl file. It actually is run twice. The first time it +creates the file: localconfig. You can modify localconfig, (or not if +you are doing bug_status stuff) or you should delete localconfig and +rerun your modified checksetup.pl. Since I don't actually see anything +in localconfig pertaining to bug_status, this point is mainly a FYI. + +
+ +
+ + diff --git a/docs/sgml/dbschema.jpg b/docs/sgml/dbschema.jpg new file mode 100644 index 0000000000000000000000000000000000000000..17e2422e58a7f4ef2680cde4c8b89fdeb351e2a6 GIT binary patch literal 220048 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�vQp;3{W)1 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%0A|5z+{$^@x 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 + + + The Bugzilla FAQ + + + + + + General Questions + + + + + Where can I find information about Bugzilla? + + + + You can stay up-to-date with the latest Bugzilla + information at + http://www.mozilla.org/projects/bugzilla/ + + + + + + + + What license is Bugzilla distributed under? + + + + + Bugzilla is covered by the Mozilla Public License. + See details at + http://www.mozilla.org/MPL/ + + + + + + + + How do I get commercial support for Bugzilla? + + + + + www.collab.net offers + Bugzilla as part of their standard offering to large projects. + They do have some minimum fees that are pretty hefty, and generally + aren't interested in small projects. + + + There are several experienced + Bugzilla hackers on the mailing list/newsgroup who are willing + to whore themselves out for generous compensation. + Try sending a message to the mailing list asking for a volunteer. + + + + + + + + What major companies or projects are currently using Bugzilla + for bug-tracking? + + + + + There are dozens of major comapanies with public + Bugzilla sites to track bugs in their products. A few include: + + Netscape/AOL + Mozilla.org + AtHome Corporation + Red Hat Software + Loki Entertainment Software + SuSe Corp + The Horde Project + The Eazel Project + AbiSource + Real Time Enterprises, Inc + Eggheads.org + Strata Software + RockLinux + Creative Labs (makers of SoundBlaster) + The Apache Foundation + The Gnome Foundation + Linux-Mandrake + + + + Suffice to say, there are more than enough huge projects using Bugzilla + that we can safely say it's extremely popular. + + + + + + + + Who maintains Bugzilla? + + + + + There are many, many contributors from around the world maintaining Bugzilla. + The designated "Maintainer" is Tara Hernandez, with QA support by Matthew Tuck. + Dan Mosedale and Dawn Endico are employees of Mozilla.org responsible for the + installation of Bugzilla there, and are very frequent code contributors. + Terry Weissman originally ported Bugzilla, but "these days, Terry just hangs around + and heckles." The rest of us are mostly transient developers; Bugzilla suits + our needs, and we contribute code as we have needs for updates. + + + + + + + + How does Bugzilla stack up against other bug-tracking databases? + + + + + A year has gone by, and I still can't find any head-to-head + comparisons of Bugzilla against other defect-tracking software. However, from my + personal experience with other bug-trackers, Bugzilla offers + superior performance on commodity hardware, better price (free!), more developer- + friendly features (such as stored queries, email integration, and platform + independence), improved scalability, open source code, greater flexibility, + and superior ease-of-use. + + + If you happen to be a commercial Bugzilla vendor, please step forward with a rebuttal + so I can include it in the FAQ. We're not in pursuit of Bugzilla ueber alles; + we simply love having a powerful, open-source tool to get our jobs done. + + + + + + + + How do I change my user name in Bugzilla? + + + + + You can't. However, the administrative account can, by simply opening + your user account in editusers.cgi and changing the login name. + + + + + + + + Why doesn't Bugzilla offer this or that feature or compatability + with this other tracking software? + + + + + It may be that the support has not been built yet, or that you + have not yet found it. Bugzilla is making tremendous strides in + usability, customizability, scalability, and user interface. It + is widely considered the most complete and popular open-source + bug-tracking software in existence. + + + That doesn't mean it can't use improvement! + You can help the project along by either hacking a patch yourself + that supports the functionality you require, or else submitting a + "Request for Enhancement" (RFE) using the bug submission interface + at bugzilla.mozilla.org. + + + + + + + + Why MySQL? I'm interested in seeing Bugzilla run on + Oracle/Sybase/Msql/PostgreSQL/MSSQL? + + + + Terry Weissman answers, +
+ + You're not the only one. But I am not very interested. I'm not + a real SQL or database person. I just wanted to make a useful tool, + and build it on top of free software. So, I picked MySQL, and + learned SQL by staring at the MySQL manual and some code lying + around here, and + wrote Bugzilla. I didn't know that Enum's were non-standard SQL. + I'm not sure if I would have cared, but I didn't even know. So, to + me, things are "portable" because it uses MySQL, and MySQL is + portable enough. I fully understand (now) that people want to be + portable to other databases, but that's never been a real concern + of mine. + +
+
+ + Things aren't quite that grim these days, however. Terry pretty much + sums up much of the thinking many of us have for Bugzilla, but there + is light on the horizon for database-independence! Here are some options: + + + + Red Hat Bugzilla: + Runs a modified Bugzilla 2.8 atop an Oracle database. + + + Interzilla: + A project to run Bugzilla on Interbase. No code released yet, however. + + + Bugzilla 3.0: One of the primary stated goals + is multiple database support. + + +
+
+ + + + + Why do the scripts say "/usr/bonsaitools/bin/perl" instead of + "/usr/bin/perl" or something else? + + + + + Mozilla.org uses /usr/bonsaitools/bin/perl. The prime rule in making + submissions is "don't break bugzilla.mozilla.org". If it breaks it, your + patch will be reverted faster than you can do a diff. + + + Here's Terry Weissman's comment, for some historical context: +
+ + [This was] purely my own convention. I wanted a place to put a version of + Perl and other tools that was strictly under my control for the + various webtools, and not subject to anyone else. Edit it to point + to whatever you like. + + + + We always recommend that, if possible, you keep the path + as /usr/bonsaitools/bin/perl, and simply add a /usr/bonsaitools + and /usr/bonsaitools/bin directory, then symlink your version + of perl to /usr/bonsaitools/bin/perl. This will make upgrading + your Bugzilla much easier in the future. + + + Obviously, if you do not have root access to your Bugzilla + box, our suggestion is irrelevant. + + +
+
+
+
+ +
+ + + + Red Hat Bugzilla + + + + + What about Red Hat Bugzilla? + + + + + Red Hat Bugzilla is arguably more user-friendly, customizable, and scalable + than stock Bugzilla. Check it out at + http://bugzilla.redhat.com and the sources at ftp://people.redhat.com/dkl/. + They've set their Bugzilla up to work with Oracle out of the box. + Note that Redhat Bugzilla is based upon the 2.8 Bugzilla tree; + Bugzilla has made some tremendous advances since the 2.8 release. + Why not download both Bugzillas to check out the differences for + yourself? + + + Dave Lawrence, the original Red Hat Bugzilla maintainer, mentions: +
+ + Somebody needs to take the ball and run with it. I'm the only + maintainer and am very pressed for time. + +
+ If you, or someone you know, has the time and expertise to do the integration + work so main-tree Bugzilla 2.12 and higher integrates the Red + Hat Bugzilla Oracle modifications, please donate your + time to supporting the Bugzilla project. +
+
+
+ + + + + What are the primary benefits of Red Hat Bugzilla? + + + + + Dave Lawrence: +
+ + For the record, we are not using any template type implementation for + the cosmetic changes maded to Bugzilla. It is just alot of html changes + in the code itself. I admit I may have gotten a little carried away with it + but the corporate types asked for a more standardized interface to match up + with other projects relating to Red Hat web sites. A lot of other web based + internal tools I am working on also look like Bugzilla. + + + I do want to land the changes that I have made to Bugzilla but I may + have to back out a good deal and make a different version of Red Hat's + Bugzilla for checking in to CVS. Especially the cosmetic changes because it + seems they may not fit the general public. I will do that as soon as I can. + I also still do my regular QA responsibilities along with Bugzilla so time + is difficult sometimes to come by. + + + There are also a good deal of other changes that were requested by + management for things like support contracts and different permission + groups for making bugs private. Here is a short list of the major + changes that have been made: + + + + + No enum types. All old enum types are now separate smaller tables. + + + + + No bit wise operations. Not all databases support this so they were + changed to a more generic way of doing this task + + + + + Bug reports can only be altered by the reporter, assignee, or a + privileged bugzilla user. The rest of the world can see the bug but in + a non-changeable format (unless the bug has been marked private). They + can however add comments, add and remove themselves from the CC list + + + + + Different group scheme. Each group has an id number related to it. + There is a user_group table which contains userid to groupid mappings + to determine which groups each user belongs to. Additionally there is + a bug_group table that has bugid to groupid mappings to show which + groups can see a particular bug. If there are no entries for a bug in + this table then the bug is public. + + + + + Product groups. product_table created to only allow certain products to + be visible for certain groups in both bug entry and query. This was + particulary helpful for support contracts. + + + + + Of course many (too many) changes to Bugzilla code itself to allow use + with Oracle and still allow operation with Mysql if so desired. + Currently if you use Mysql it is set to use Mysql's old permission + scheme to keep breakage to a minimum. Hopefully one day this will + standardize on one style which may of course be something completely + different. + + + + + Uses Text::Template perl module for rendering of the dynamic HTML pages + such as enter_bug.cgi, query.cgi, bug_form.pl, and for the header and + footer parts of the page. This allows the html to be separate from the + perl code for customizing the look and feel of the page to one's + preference. + + + + + There are many other smaller changes. There is also a port to Oracle + that I have been working on as time permits but is not completely + finished but somewhat usable. I will merge it into our standard code + base when it becomes production quality. Unfortunately there will have + to be some conditionals in the code to make it work with other than + Oracle due to some differences between Oracle and Mysql. + + + + + Both the Mysql and Oracle versions of our current code base are + available from ftp://people.redhat.com/dkl. If Terry/Tara wants I can submit + patch files for all of the changes I have made and he can determine what is + suitable for addition to the main bugzilla cade base. But for me to commit + changes to the actual CVS I will need to back out alot of things that are + not suitable for the rest of the Bugzilla community. I am open to + suggestions. + +
+
+
+
+ + + + + What's the current status of Red Hat Bugzilla? + + + + + + + This information is somewhat dated; I last updated it + 7 June 2000. + + + Dave Lawrence: +
+ + I suppose the current thread warrants an update on the status of + Oracle and bugzilla ;) We have now been running Bugzilla 2.8 on + Oracle for the last two days in our production environment. I + tried to do as much testing as possible with it before going live + which is some of the reason for the long delay. I did not get + enough feedback as I would have liked from internal developers to + help weed out any bugs still left so I said "Fine, i will take it + live and then I will get the feedback I want :)" So it is now + starting to stabilize and it running quite well after working + feverishly the last two days fixing problems as soon as they came + in from the outside world. The current branch in cvs is up2date if + anyone would like to grab it and try it out. The oracle _setup.pl + is broken right now due to some last minute changes but I will + update that soon. Therefore you would probably need to create the + database tables the old fashioned way using the supplied sql + creation scripts located in the ./oracle directory. We have heavy + optimizations in the database it self thanks to the in-house DBA + here at Red Hat so it is running quite fast. The database itself + is located on a dual PII450 with 1GB ram and 14 high voltage + differential raided scsi drives. The tables and indexes are + partitioned in 4 chuncks across the raided drive which is nice + because when ever you need to do a full table scan, it is actually + starting in 4 different locations on 4 different drives + simultaneously. And the indexes of course are on separate drives + from the data so that speeds things up tremendously. When I can + find the time I will document all that we have done to get this + thing going to help others that may need it. + + + As Matt has mentioned it is still using out-dated code and with a + little help I would like to bring everything up to date for + eventual incorporation with the main cvs tree. Due to other + duties I have with the company any help with this wiould be + appreciated. What we are using now is what I call a best first + effort. It definitely can be improved on and may even need + complete rewrites in a lot of areas. A lot of changes may have to + be made in the way Bugzilla does things currently to make this + transition to a more generic database interface. Fortunately when + making the Oracle changes I made sure I didn't do anything that I + would consider Oracle specific and could not be easily done with + other databases. Alot of the sql statements need to be broken up + into smaller utilities that themselves would need to make + decisions on what database they are using but the majority of the + code can be made database neutral. + +
+
+
+
+
+ + + + Loki Bugzilla (AKA Fenris) + + + Loki's "Fenris" Bugzilla is no longer actively maintained. + It works well enough for Loki. Additionally, the major + differences in Fenris have now been integrated into + the main source tree of Bugzilla, so there's not much + reason to go grab the source. I left this section of the + FAQ principally for historical interest. + + + + + + + What about Loki Bugzilla? + + + + + Loki Games has a customized version of Bugzilla available at + http://fenris.lokigames.com. From that page, +
+ + You may have noticed that Fenris is a fork from Bugzilla-- our + patches weren't suitable for integration --and a few people have + expressed interest in the code. Fenris has one major improvement + over Bugzilla, and that is individual comments are not appended + onto a string blob, they are stored as a record in a separate + table. This allows you to, for instance, separate comments out + according to privilege levels in case your bug database could + contain sensitive information not for public eyes. We also provide + things like email hiding to protect user's privacy, additional + fields such as 'user_affected' in case someone enters someone + else's bug, comment editing and deletion, and more conditional + system variables than Bugzilla does (turn off attachments, + qacontact, etc.). + +
+
+
+
+ + + + + Who maintains Fenris (Loki Bugzilla) now? + + + + + Raphael Barrerro <raistlin@lokigames.com>. + Michael Vance created the initial fork, but no longer + maintains the project. + + + + + + + + + + + +
+ + + Pointy-Haired-Boss Questions + + + The title of this section doesn't mean you're a PHB -- it just means + you probably HAVE a PHB who wants to know this :) + + + + + + + Is Bugzilla web-based or do you have to have specific software or + specific operating system on your machine? + + + + + It is web and e-mail based. You can edit bugs by sending specially + formatted email to a properly configured Bugzilla, or control via the web. + + + + + + + + Has anyone you know of already done any Bugzilla integration with + Perforce (SCM software)? + + + + + Yes! You can find more information elsewhere in "The Bugzilla + Guide" in the "Integration with Third-Party Products" section. + The section on Perforce isn't very large, but as the maintainer + of the Guide is charged with Perforce/Bugzilla integration by + his company, you can expect this section to grow. + + + + + + + + Does Bugzilla allow the user to track multiple projects? + + + + + Absolutely! You can track up to a "soft-limit" of around + 64 individual "Products", that can each be composed of as + many "Components" as you want. Check the Administration + section of the Bugzilla Guide for more information regarding + setting up Products and Components. + + + + + + + + If I am on many projects, and search for all bugs assigned to me, will + Bugzilla list them for me and allow me to sort by project, severity etc? + + + + + Yes. + + + + + + + + Does Bugzilla allow attachments (text, screenshots, urls etc)? If yes, + are there any that are NOT allowed? + + + + + Yes. There are many specific MIME-types that are pre-defined by Bugzilla, + but you may specify any arbitrary MIME-type you need when you + upload the file. Since all attachments are stored in the database, + however, I recommend storing large binary attachments elsewhere + in the web server's file system and providing a hyperlink + as a comment, or in the provided "URL" field in the bug report. + + + + + + + + Does Bugzilla allow us to define our own priorities and levels? Do we + have complete freedom to change the labels of fields and format of them, and + the choice of acceptable values? + + + + + Yes. However, modifying some fields, notably those related to bug + progression states, also require adjusting the program logic to + compensate for the change. + + + + + + + + Does Bugzilla provide any reporting features, metrics, graphs, etc? You + know, the type of stuff that management likes to see. :) + + + + + Yes. Look at + http://bugzilla.mozilla.org/reports.cgi for basic reporting + facilities. + + + For more advanced reporting, I recommend hooking up a professional + reporting package, such as Crystal Reports, and use ODBC to access + the MySQL database. You can do a lot through the Query page of + Bugzilla as well, but right now Advanced Reporting is much + better accomplished through third-party utilities that can + interface with the database directly. + + + Advanced Reporting is a Bugzilla 3.X proposed feature. + + + + + + + + Is there email notification and if so, what do you see when you get an + email? Do you see bug number and title or is it only the number? + + + + + Email notification is user-configurable. The bug id and Topic + of the bug report accompany each email notification, along with + a list of the changes made. + + + + + + + + Can email notification be set up to send to multiple + people, some on the To List, CC List, BCC List etc? + + + + + Yes. + + + + + + + + If there is email notification, do users have to have any particular + type of email application? + + + + + Bugzilla email is sent in plain text, the most compatible mail format + on the planet. + + + If you decide to use the bugzilla_email integration features + to allow Bugzilla to record responses to mail with the associated bug, + you may need to caution your users to set their mailer to "respond + to messages in the format in which they were sent". For security reasons + Bugzilla ignores HTML tags in comments, and if a user sends HTML-based + email into Bugzilla the resulting comment looks downright awful. + + + + + + + + + + If I just wanted to track certain bugs, as they go through life, can I + set it up to alert me via email whenever that bug changes, whether it be + owner, status or description etc.? + + + + + Yes. Place yourself in the "cc" field of the bug you wish to monitor. + Then change your "Notify me of changes to" field in the Email Settings + tab of the User Preferences screen in Bugzilla to the "Only those + bugs which I am listed on the CC line" option. + + + + + + + + Does Bugzilla allow data to be imported and exported? If I had outsiders + write up a bug report using a MS Word bug template, could that template be + imported into "matching" fields? If I wanted to take the results of a query + and export that data to MS Excel, could I do that? + + + + + Mozilla allows data export through a custom DTD in XML format. + It does not, however, export to specific formats other than the + XML Mozilla DTD. Importing the data into Excel or any other application + is left as an exercise for the reader. + + + If you create import filters to other applications from Mozilla's XML, + please submit your modifications for inclusion in future Bugzilla + distributions. + + + As for data import, any application can send data to Bugzilla through + the HTTP protocol, or through Mozilla's XML API. However, it seems + kind of silly to put another front-end in front of Bugzilla; + it makes more sense to create a simplified bug submission form in + HTML. You can find an excellent example at + + http://www.mozilla.org/quality/help/bugzilla-helper.html + + + + + + + + Does Bugzilla allow fields to be added, changed or deleted? If I want to + customize the bug submission form to meet our needs, can I do that using our + terminology? + + + + + Yes. + + + + + + + + Has anyone converted Bugzilla to another language to be used in other + countries? Is it localizable? + + + + + Currently, no. Internationalization support for Perl did not + exist in a robust fashion until the recent release of version 5.6.0; + Bugzilla is, and likely will remain (until 3.X) completely + non-localized. + + + + + + + + Can a user create and save reports? Can they do this in Word format? + Excel format? + + + + + Yes. No. No. + + + + + + + + Can a user re-run a report with a new project, same query? + + + + + Yes. + + + + + + + + Can a user modify an existing report and then save it into another name? + + + + + You can save an unlimited number of queries in Bugzilla. You are free + to modify them and rename them to your heart's desire. + + + + + + + + Does Bugzilla have the ability to search by word, phrase, compound + search? + + + + + You have no idea. Bugzilla's query interface, particularly with the + advanced Boolean operators, is incredibly versatile. + + + + + + + + Can the admin person establish separate group and individual user + privileges? + + + + + Yes. + + + + + + + + Does Bugzilla provide record locking when there is simultaneous access + to the same bug? Does the second person get a notice that the bug is in use + or how are they notified? + + + + + Bugzilla does not lock records. It provides mid-air collision detection, + and offers the offending user a choice of options to deal with the conflict. + + + + + + + + Are there any backup features provided? + + + + + MySQL, the database back-end for Bugzilla, allows hot-backup of data. + You can find strategies for dealing with backup considerations + at + http://www.mysql.com/doc/B/a/Backup.html + + + + + + + + Can users be on the system while a backup is in progress? + + + + + Yes. However, commits to the database must wait + until the tables are unlocked. Bugzilla databases are typically + very small, and backups routinely take less than a minute. + + + + + + + + What type of human resources are needed to be on staff to install and + maintain Bugzilla? Specifically, what type of skills does the person need to + have? I need to find out if we were to go with Bugzilla, what types of + individuals would we need to hire and how much would that cost vs buying an + "Out-of-the-Box" solution. + + + + + If Bugzilla is set up correctly from the start, continuing maintenance needs + are minimal and can be completed by unskilled labor. Things like rotate + backup tapes and check log files for the word "error". + + + Commercial Bug-tracking software typically costs somewhere upwards + of $20,000 or more for 5-10 floating licenses. Bugzilla consultation + is available from skilled members of the newsgroup. + + + As an example, as of this writing I typically charge + $115 for the first hour, and $89 each hour thereafter + for consulting work. It takes me three to five hours to make Bugzilla + happy on a Development installation of Linux-Mandrake. + + + + + + + + What time frame are we looking at if we decide to hire people to install + and maintain the Bugzilla? Is this something that takes hours or weeks to + install and a couple of hours per week to maintain and customize or is this + a multi-week install process, plus a full time job for 1 person, 2 people, + etc? + + + + + It all depends on your level of commitment. Someone with much Bugzilla + experience can get you up and running in less than a day, and + your Bugzilla install can run untended for years. If your + Bugzilla strategy is critical to your business workflow, hire somebody + with reasonable UNIX or Perl skills to handle your process management and + bug-tracking maintenance & customization. + + + + + + + + Is there any licensing fee or other fees for using Bugzilla? Any + out-of-pocket cost other than the bodies needed as identified above? + + + + + No. MySQL asks, if you find their product valuable, that you purchase + a support contract from them that suits your needs. + + + + + + + Bugzilla Installation + + + + How do I download and install Bugzilla? + + + + + Check + http://www.mozilla.org/projects/bugzilla/ for details. + Once you download it, untar it, read the README and + the Bugzilla Guide. + + + + + + + + How do I install Bugzilla on Windows NT? + + + + + Installation on Windows NT has its own section in + "The Bugzilla Guide". + + + + + + + + Is there an easy way to change the Bugzilla cookie name? + + + + + At present, no. + + + + + + + + Bugzilla Security + + + + + How do I completely disable MySQL security if it's giving me problems + (I've followed the instructions in the README!)? + + + + + Run mysql like this: "mysqld --skip-grant-tables". Please remember this + makes mysql as secure as taping a $100 to the floor of a football stadium + bathroom for safekeeping. Please read the Security section of the + Administration chapter of "The Bugzilla Guide" before proceeding. + + + + + + + + Are there any security problems with Bugzilla? + + + + + The Bugzilla code has not undergone a complete security audit. + It is recommended that you closely examine permissions on your Bugzilla + installation, and follow the recommended security guidelines found + in the README and in The Bugzilla Guide. + + + + + + + + + I've implemented the security fixes mentioned in Chris Yeh's security + advisory of 5/10/2000 advising not to run MySQL as root, and am running into + problems with MySQL no longer working correctly. + + + + + This is a common problem, related to running out of file descriptors. + Simply add "ulimit -n unlimited" to the script which starts + mysqld. + + + + + + + Bugzilla Email + + + + + I have a user who doesn't want to receive any more email from Bugzilla. + How do I stop it entirely for this user? + + + + + With the email changes to 2.12, the user should be able to set + this in user email preferences. + + + + + + + + I'm evaluating/testing Bugzilla, and don't want it to send email to + anyone but me. How do I do it? + + + + + Edit the param for the mail text. Replace "To:" with "X-Real-To:", + replace "Cc:" with "X-Real-CC:", and add a "To: (myemailaddress)". + + + + + + + + I want whineatnews.pl to whine at something more, or other than, only new + bugs. How do I do it? + + + + + Try Klaas Freitag's excellent patch for "whineatassigned" functionality. + You can find it at + http://bugzilla.mozilla.org/show_bug.cgi?id=6679. This + patch is against an older version of Bugzilla, so you must apply + the diffs manually. + + + + + + + + I don't like/want to use Procmail to hand mail off to bug_email.pl. + What alternatives do I have? + + + + + You can call bug_email.pl directly from your aliases file, with + an entry like this: +
+ + bugzilla-daemon: "|/usr/local/bin/bugzilla/contrib/bug_email.pl" + +
+ However, this is fairly nasty and subject to problems; you also + need to set up your smrsh (sendmail restricted shell) to allow + it. In a pinch, though, it can work. +
+
+
+ + + + + How do I set up the email interface to submit/change bugs via email? + + + + + You can find an updated README.mailif file in the contrib/ directory + of your Bugzilla distribution that walks you through the setup. + + + + + + + + Email takes FOREVER to reach me from bugzilla -- it's extremely slow. + What gives? + + + + + If you are using an alternate Mail Transport Agent (MTA other than + sendmail), make sure the options given in the "processmail" script for all + instances of "sendmail" are correct for your MTA. If you are using Sendmail, + you may wish to delete the "-ODeliveryMode=deferred" option in the + "processmail" script for every invocation of "sendmail". (Be sure and leave + the "-t" option, though!) + + + A better alternative is to change the "-O" option to + "-ODeliveryMode=background". This prevents Sendmail from hanging your + Bugzilla Perl processes if the domain to which it must send mail + is unavailable. + + + This is now a configurable parameter called "sendmailparm", available + from editparams.cgi. + + + + + + + + How come email never reaches me from bugzilla changes? + + + + + Double-check that you have not turned off email in your user preferences. + Confirm that Bugzilla is able to send email by visiting the "Log In" + link of your Bugzilla installation and clicking the "Email me a password" + button after entering your email address. + + + If you never receive mail from Bugzilla, chances you do not have + sendmail in "/usr/lib/sendmail". Ensure sendmail lives in, or is symlinked + to, "/usr/lib/sendmail". + + + +
+ + + Bugzilla Database + + + + + I've heard Bugzilla can be used with Oracle? + + + + + Red Hat Bugzilla, mentioned above, works with Oracle. The current version + from Mozilla.org does not have this capability. Unfortunately, though + you will sacrifice a lot of the really great features available in + Bugzilla 2.10 and 2.12 if you go with the 2.8-based Redhat version. + + + + + + + + Bugs are missing from queries, but exist in the database (and I can pull + them up by specifying the bug ID). What's wrong? + + + + + You've almost certainly enabled the "shadow database", but for some + reason it hasn't been updated for all your bugs. This is the database + against which queries are run, so that really complex or slow queries won't + lock up portions of the database for other users. You can turn off the + shadow database in editparams.cgi. If you wish to continue using the shadow + database, then as your "bugs" user run "./syncshadowdb -syncall" from the + command line in the bugzilla installation directory to recreate your shadow + database. After it finishes, be sure to check the params and make sure that + "queryagainstshadowdb" is still turned on. The syncshadowdb program turns it + off if it was on, and is supposed to turn it back on when completed; that + way, if it crashes in the middle of recreating the database, it will stay + off forever until someone turns it back on by hand. Apparently, it doesn't + always do that yet. + + + + + + + + I think my database might be corrupted, or contain invalid entries. What + do I do? + + + + + Run the "sanity check" utility (./sanitycheck.cgi in the bugzilla_home + directory) to see! If it all comes back, you're OK. If it doesn't come back + OK (i.e. any red letters), there are certain things Bugzilla can recover + from and certain things it can't. If it can't auto-recover, I hope you're + familiar with mysqladmin commands or have installed another way to manage + your database... + + + + + + + + I want to manually edit some entries in my database. How? + + + + + There is no facility in Bugzilla itself to do this. It's also generally + not a smart thing to do if you don't know exactly what you're doing. + However, if you understand SQL you can use the mysqladmin utility to + manually insert, delete, and modify table information. Personally, I + use "phpMyAdmin". You have to compile a PHP module with MySQL + support to make it work, but it's very clean and easy to use. + + + + + + + + I try to add myself as a user, but Bugzilla always tells me my password is wrong. + + + + + Certain version of MySQL (notably, 3.23.29 and 3.23.30) accidentally disabled + the "crypt()" function. This prevented MySQL from storing encrypted passwords. + Upgrade to the "3.23 stable" version of MySQL and you should be good to go. + + + + + + + + I think I've set up MySQL permissions correctly, but bugzilla still can't + connect. + + + + + Try running MySQL from its binary: "mysqld --skip-grant-tables". This + will allow you to completely rule out grant tables as the cause of your + frustration. However, I do not recommend you run it this way on a regular + basis, unless you really want your web site defaced and your machine + cracked. + + + + + + + + How do I synchronize bug information among multiple different Bugzilla + databases? + + + + + Well, you can synchronize or you can move bugs. Synchronization will + only work one way -- you can create a read-only copy of the database + at one site, and have it regularly updated at intervals from the main + database. + + + MySQL has some synchronization features builtin to the latest releases. + It would be great if someone looked into the possibilities there + and provided a report to the newsgroup on how to effectively + synchronize two Bugzilla installations. + + + If you simply need to transfer bugs from one Bugzilla to another, + checkout the "move.pl" script in the Bugzilla distribution. + + + + + + + + Why do I get bizarre errors when trying to submit data, particularly problems + with "groupset"? + + + + + If you're sure your MySQL parameters are correct, you might want turn + "strictvaluechecks" OFF in editparams.cgi. If you have "usebugsentry" set + "On", you also cannot submit a bug as readable by more than one group with + "strictvaluechecks" ON. + + + + + + + + How come even after I delete bugs, the long descriptions show up? + + + + + Delete everything from $BUZILLA_HOME/shadow. Bugzilla creates shadow + files there, with each filename corresponding to a + bug number. Also be sure to run syncshadowdb to make sure, if you are using + a shadow database, that the shadow database is current. + + + + + + + + Bugzilla and Win32 + + + + + What is the easiest way to run Bugzilla on Win32 (Win98+/NT/2K)? + + + + + Remove Windows. Install Linux. Install Bugzilla. + The boss will never know the difference. + + + + + + + + Is there a "Bundle::Bugzilla" equivalent for Win32? + + + + + Not currently. Bundle::Bugzilla enormously simplifies Bugzilla + installation on UNIX systems. If someone can volunteer to + create a suitable PPM bundle for Win32, it would be appreciated. + + + + + + + + CGI's are failing with a "something.cgi is not a valid Windows NT + application" error. Why? + + + + + Depending on what Web server you are using, you will have to configure + the Web server to treat *.cgi files as CGI scripts. In IIS, you do this by + adding *.cgi to the App Mappings with the <path>\perl.exe %s %s as the + executable. + + + Microsoft has some advice on this matter, as well: +
+ + "Set application mappings. In the ISM, map the extension for the script + file(s) to the executable for the script interpreter. For example, you might + map the extension .py to Python.exe, the executable for the Python script + interpreter. Note For the ActiveState Perl script interpreter, the extension + .pl is associated with PerlIS.dll by default. If you want to change the + association of .pl to perl.exe, you need to change the application mapping. + In the mapping, you must add two percent (%) characters to the end of the + pathname for perl.exe, as shown in this example: c:\perl\bin\perl.exe %s %s" + +
+
+
+
+ + + + + Can I have some general instructions on how to make Bugzilla on Win32 work? + + + + + The following couple entries are deprecated in favor of the Windows installation + instructions available in the "Administration" portion of "The Bugzilla Guide". + However, they are provided here for historical interest and insight. + + 1. #!C:/perl/bin/perl had to be added to every perl file. + 2. Converted to Net::SMTP to handle mail messages instead of + /usr/bin/sendmail. + 3. The crypt function isn't available on Windows NT (at least none that I + am aware), so I made encrypted passwords = plaintext passwords. + 4. The system call to diff had to be changed to the Cygwin diff. + 5. This was just to get a demo running under NT, it seems to be working + good, and I have inserted almost 100 bugs from another bug tracking + system. Since this work was done just to get an in-house demo, I am NOT + planning on making a patch for submission to Bugzilla. If you would + like a zip file, let me know. + +Q: Hmm, couldn't figure it out from the general instructions above. How +about step-by-step? +A: Sure! Here ya go! + + 1. Install IIS 4.0 from the NT Option Pack #4. + 2. Download and install Active Perl. + 3. Install the Windows GNU tools from Cygwin. Make sure to add the bin + directory to your system path. (Everyone should have these, whether + they decide to use Bugzilla or not. :-) ) + 4. Download relevant packages from ActiveState at + http://www.activestate.com/packages/zips/. + DBD-Mysql.zip + 5. Extract each zip file with WinZip, and install each ppd file using the + notation: ppm install <module>.ppd + 6. Install Mysql. *Note: If you move the default install from c:\mysql, + you must add the appropriate startup parameters to the NT service. (ex. + -b e:\\programs\\mysql) + 7. Download any Mysql client. http://www.mysql.com/download_win.html + 8. Setup MySql. (These are the commands that I used.) + + I. Cleanup default database settings. + C:\mysql\bin\mysql -u root mysql + mysql> DELETE FROM user WHERE Host='localhost' AND User=''; + mysql> quit + C:\mysql\bin\mysqladmin reload + + II. Set password for root. + C:\mysql\bin\mysql -u root mysql + mysql> UPDATE user SET Password=PASSWORD('new_password') + WHERE user='root'; + mysql> FLUSH PRIVILEGES; + mysql> quit + C:\mysql\bin\mysqladmin -u root reload + + III. Create bugs user. + C:\mysql\bin\mysql -u root -p + mysql> insert into user (host,user,password) + values('localhost','bugs',''); + mysql> quit + C:\mysql\bin\mysqladmin -u root reload + + IV. Create the bugs database. + C:\mysql\bin\mysql -u root -p + mysql> create database bugs; + + V. Give the bugs user access to the bugs database. + mysql> insert into db + (host,db,user,select_priv,insert_priv,update_priv,delete_priv,create_priv,drop_priv) + values('localhost','bugs','bugs','Y','Y','Y','Y','Y','N') + mysql> quit + C:\mysql\bin\mysqladmin -u root reload + 9. Run the table scripts to setup the bugs database. + 10. Change CGI.pm to use the following regular expression because of + differing backslashes in NT versus UNIX. + o $0 =~ m:[^\\]*$:; + 11. Had to make the crypt password = plain text password in the database. + (Thanks to Andrew Lahser" <andrew_lahser@merck.com>" on this one.) The + files that I changed were: + o globals.pl + o CGI.pl + o alternately, you can try commenting all references to 'crypt' + string and replace them with similar lines but without encrypt() + or crypr() functions insida all files. + 12. Replaced sendmail with Windmail. Basically, you have to come up with a + sendmail substitute for NT. Someone said that they used a Perl module + (Net::SMTP), but I was trying to save time and do as little Perl coding + as possible. + 13. Added "perl" to the beginning of all Perl system calls that use a perl + script as an argument and renamed processmail to processmail.pl. + 14. In processmail.pl, I added binmode(HANDLE) before all read() calls. I'm + not sure about this one, but the read() under NT wasn't counting the + EOLs without the binary read." + + + + + + + + + I'm having trouble with the perl modules for NT not being able to talk to + to the database. + + + + + Your modules may be outdated or inaccurate. Try: + + + + Hitting http://www.activestate.com/ActivePerl + + + + + Download ActivePerl + + + + + Go to your prompt + + + + + Type 'ppm' + + + + + PPM> install DBI DBD-mysql GD + + + + I reckon TimeDate and Data::Dumper come with the activeperl. You can check + the ActiveState site for packages for installation through PPM. + + http://www.activestate.com/Packages/ + + + + +
+ + + Bugzilla Usage + + + + + The query page is very confusing. Isn't there a simpler way to query? + + + + + We are developing in that direction. You can follow progress on this + at + http://bugzilla.mozilla.org/show_bug.cgi?id=16775. Some functionality + is available in Bugzilla 2.12, and is available as "quicksearch.html" + + + + + + + + I'm confused by the behavior of the "accept" button in the Show Bug form. + Why doesn't it assign the bug to me when I accept it? + + + + + The current behavior is acceptable to bugzilla.mozilla.org and most + users. I personally don't like it. You have your choice of patches + to change this behavior, however. + + + Add a "and accept bug" radio button + + "Accept" button automatically assigns to you + + Note that these patches are somewhat dated. You will need to do the find + and replace manually to apply them. They are very small, though. It is easy. + + + + + + + + I can't upload anything into the database via the "Create Attachment" + link. What am I doing wrong? + + + + + The most likely cause is a very old browser or a browser that is + incompatible with file upload via POST. Download the latest Netscape, + Microsoft, or Mozilla browser to handle uploads correctly. + + + + + + + + Email submissions to Bugzilla that have attachments end up asking me to + save it as a "cgi" file. + + + + + Yup. Just rename it once you download it, or save it under a different + filename. This will not be fixed anytime too soon, because it would + cripple some other functionality. + + + + + + + + How do I change a keyword in Bugzilla, once some bugs are using it? + + + + + In the Bugzilla administrator UI, edit the keyword and it will let you + replace the old keyword name with a new one. This will cause a problem + with the keyword cache. Run sanitycheck.cgi to fix it. + + + + + + + + Bugzilla Hacking + + + + + What bugs are in Bugzilla right now? + + + + + Try + this link to view current bugs or requests for + enhancement for Bugzilla. + + + You can view bugs marked for 2.14 release + here. + This list includes bugs for the 2.14 release that have already + been fixed and checked into CVS. Please consult the + + Bugzilla Project Page for details on how to + check current sources out of CVS so you can have these + bug fixes early! + + + + + + + + What's the best way to submit patches? What guidelines should I follow? + + + +
+ + + + Enter a bug into bugzilla.mozilla.org for the "Webtools" product, + "Bugzilla" component. + + + + + Upload your patch as a unified DIFF (having used "diff -u" against + the current sources checked out of CVS), + or new source file by clicking + "Create a new attachment" link on the bug page you've just created, and + include any descriptions of database changes you may make, into the bug + ID you submitted in step #1. Be sure and click the "Patch" radio + button to indicate the text you are sending is a patch! + + + + + Announce your patch and the associated URL + (http://bugzilla.mozilla.org/show_bug.cgi?id=XXXX) for discussion in + the newsgroup (netscape.public.mozilla.webtools). You'll get a really + good, fairly immediate reaction to the implications of your patch, + which will also give us an idea how well-received the change would + be. + + + + + If it passes muster with minimal modification, the person to whom + the bug is assigned in Bugzilla is responsible for seeing the patch + is checked into CVS. + + + + + Bask in the glory of the fact that you helped write the most successful + open-source bug-tracking software on the planet :) + + + +
+
+
+ + +
+ +
+ +
+ + + diff --git a/docs/sgml/future.sgml b/docs/sgml/future.sgml new file mode 100644 index 0000000000..db3c071b2b --- /dev/null +++ b/docs/sgml/future.sgml @@ -0,0 +1,324 @@ + + + + The Future of Bugzilla + This section largely contributed by Matthew Tuck +
+ Reducing Spam + +Those who use Bugzilla frequently are probably used to notification spam +- unwanted or unnecessary notifications. A number of proposals have +been put forward to attempt to reduce this. + +1. Reduce CC Spam + +Some of you probably know me as that guy who CCs on heaps and heaps of +bugs. Just as you get a lot of CC changes from me, so do I get a lot +from others. Why should CC changes send out email notifications? + +It's not necessarily the best idea to just remove the CC spam, there are +other issues too, like the difficulty of adding to large CC fields. + +For these reasons and more, an RFE for a per user "BCC" facility exists +that people could use to silently and privately track bugs, in a similar +way to voting today, but applying to an unlimited number of bugs. See +"http://bugzilla.mozilla.org/show_bug.cgi?id=7345". + +2. Bulk Changes + +You know the drill - a large milestone change, a component movement, +whatever, and lots of notifications are generated. If there's enough +maybe you'll just go delete, delete, delete, whoops, there goes another +notification that wasn't from the bulk change you missed. + +Shouldn't bulk changes send out one notification? A proposal for this +is at "http://bugzilla.mozilla.org/show_bug.cgi?id=26943". + +3. Configurable Notification Criteria + +It would be good if you could choose what you want to receive. There +are two parts to this. + +(a) Choose a selection of bugs you're interested in. This would be +similar to CC except you let the set be computed from selection criteria +rather than limited to the bugs your name is on. There is currently a +limited version of this in the bugzilla preferences, ie "all qualifying +bugs"/"all qualifying bugs except the ones I change"/"only those bugs +which I am listed on the cc line". +(b) Choose what changes will trigger a notification for the bugs you are +watching. With this, you could choose whether you want to receive cc, +dependency and keyword changes, for example. + +Both of these proposals live at +"http://bugzilla.mozilla.org/show_bug.cgi?id=14137". + +
+ +
+ Better Searching + +Current searching tools in Bugzilla include the querying mechanism, +special summary reports and dependency trees. This message is about new +facilities. + +1. General Summary Reports + +For some time now it has been apparent to me that the query bug list +leaves a little to be desired in its linear nature. There is a need to +have categorised subsets, and counts of each category. If you don't +believe me, how about these facilities already in place or which people +have asked for: + +Most Doomed Reports - Categorised On Assignee, Shows and Counts Number +of Bugs For Each Assignee +Bug #15806 (Most Voted For Bugs) - Categorised On Product, Shows Bugs +Voters Most Want Fixed +Bug #9789 (BugAThon Tracking Page) - Categorised On Developer (Subset), +Counts Number of Bugs +Bug #9409 and #9411 - The desire to be able to report on more subsets. + +Hopefully you can see the gist of what is desired here. It's a general +reporting mechanism. + +This mechanism lets you choose the subset of bugs to operate on (like +query), let's you categorise them, possibly along with subcategories and +counts the number of bugs within each category. It might or might not +show the actual bugs themselves, and it might limit the number of bugs +within a category, or categories to report on. + +I'm further sure that many applications of this mechanism would only be +recognised once it was implemented. + +The general summary reports bug is at +"http://bugzilla.mozilla.org/show_bug.cgi?id=12282". + +2. Related Bugs + +It would be nice to have a field where you could enter other bugs +related to the current bug - it would be handy for navigation and +possibly even finding duplicates. See +"http://bugzilla.mozilla.org/show_bug.cgi?id=12286". + +3. Column Specification Support + +Currently query seems to get what columns to report on from whatever the +user last used. This doesn't work well for "prepackaged queries", where +you followed a link. You can probably add a column by specifying a sort +column, but this is difficult and suboptimal. + +Furthermore, I find that when I want to add a column to a query, it's +usually a one off and I would prefer it to go away for the next query. +Hence, it would be nice to specify the columns that appear on the query +(and general summary report) pages. The default query mechanism should +be able to let you specify your default columns. + +This proposal lives at +"http://bugzilla.mozilla.org/show_bug.cgi?id=12284". + +
+ +
+ Description Flags and Tracking Bugs + +Since I last posted on this issue, we now have "keywords" that solve +many of the issues of description and status whiteboard keywords. We +have seen a migration towards keywords, but there is still further to +go. + +Description ( + Status Whiteboard ) Keywords +-------------------------------------------- + +Some description keywords remain. I'd like to hear what reasons, other +than time, there are for these staying as they are. I'm suspecting many +are not really being used. Hopefully we can totally remove these +eventually. + +Tracking Bugs +------------- + +When I suggested keywords, I did so to get rid of tracking bugs too, +though we've had less success on that front. + +There are many disadvantages to tracking bugs. + +- They can pollute bugs counts, and you must make sure you exclude +them. I believe the meta keyword might be used for this purpose. +- They have an assignee but there is nothing to fix, and that person can +get whined at by Bugzilla. +- It would be better to craft your own "dependency tree" rather than +rely on a fixed hierachy in the bug system. +- In creating a nice little hierachy, many bugs duplicate information +that should be available in other ways, eg +"http://bugzilla.mozilla.org/show_bug.cgi?id=12833" which is +about beta 1 networking issues. These could fall behind the actual +data. What tracking bugs are good for, ad hoc lists, is what keywords +are better for. +- An automatically generated dependency structure between one "tracking +bug" and another would be better than a manual one, since it gives exact +rather than manually set up classifications. + +Probably the only feature preventing tracking bugs being replaced is the +dependency tree. The quintessential tracking bug seems to be bug #7229 +"chofmann's watch list", which probably has about a couple of hundred +bugs at various levels, which allows a nice visualisation. + +Before keywords can replace tracking bugs better visualisation is going +to be required. General summary reports and dependency forests of a bug +list ("http://bugzilla.mozilla.org/show_bug.cgi?id=12992") could both +help, but neither solves the problem totally. Perhaps keywords within +keywords would help here. In any case, I'm still thinking about this +one. + +Some tracking bugs could definitely be turned into keywords immediately +though, and I'll point the finger at +"http://bugzilla.mozilla.org/show_bug.cgi?id=7954" here since that's +what came to mind first. + +
+ +
+ Bug Issues + +1. Inline Bug Changes + +Why do I see so many "moving to M5" and "reassigning to blahblah" +messages, and in other circumstances none are entered? Why aren't these +automatically generated? A comment should be only necessary when there +is something to add, and if I'm not interested in this sort of +information, I should be able to hide it. + +At the moment we're in a hybrid world where we don't get everything, but +we can't get rid of the bug change "messages" either. Furthermore, +"View Bug Activity" requires me to manually cross reference events on +another page, rather than being able to visually see the chronological +order. Shouldn't I be able to see all the information on one page? + +A proposal to allow bugs to be shown either way is at +"http://bugzilla.mozilla.org/show_bug.cgi?id=11368". + +2. Hard Wrapping Comments + +One thing that annoys me is the fact that comments are "hard wrapped" to +a certain column width. This is a mistake Internet Mail and News has +made, unlike every word processor in existence, and as a consequence, +Usenet suffers to this day from bad software. Why has Bugzilla repeated +the problem? + +Hard wrapping to a certain column width is open to abuse (see old +Mozilla browsers that didn't wrap properly, resulting in many ugly bug +reports we have to read to this day), and furthermore doesn't expand to +fill greater screen sizes. I'm also under the impression the current +hard wrap uses a non-standard HTML facility. See +"http://bugzilla.mozilla.org/show_bug.cgi?id=11901". + +3. REMIND and LATER Are Evil + +I really hate REMIND and LATER. Not because they mean something +won't be implemented, but because they aren't the best solutions. + +Why are they bad? Well, basically because they are not resolved, yet +they are marked as such. Hence queries have to be well crafted to +include them. + +LATER, according to Bugzilla, means it won't be done this release. +There is a better mechanism of doing this, that is assigning to +nobody@mozilla.org and making the milestone blank. It's more likely to +appear in a casual query, and it doesn't resolve the bug. + +REMIND, according to Bugzilla, means it might still be implemented this +release. Well, why not just move it to a later milestone then? You're +a lot less likely to forget it. If it's really needed, a keyword would +be better. + +Some people can't use blank milestones to mean an untargetted milestone, +since they use this to assess new bugs that have no target. Hence, it +would be nice to distinguish between bugs that have not yet been +considered, and those that really are not assigned to any milestone in +the future (assumedly beyond). + +All this is covered at +"http://bugzilla.mozilla.org/show_bug.cgi?id=13534". + +4. Create An Enhancement Field + +Currently enhancement is an option in severity. This means that +important enhancements (like for example, POP3 support) are not properly +distinguished as such, because they need a proper severity. This +dilutes the meaning of enhancement. + +If enhancement was separated, we could properly see what was an +enhancement. See "http://bugzilla.mozilla.org/show_bug.cgi?id=9412". I +see keywords like [RFE] and [FEATURE] that seem to be compensating for +this problem. + +
+ +
+ Database Integrity + +Bugzilla could be more proactive in detecting suboptimal situations and +prevent them or whine about them. + +1. Bugzilla Crime #1: Marking A Bug Fixed With Unresolved Dependencies + +It can't be marked fixed with unresolved dependencies. Either mark it +INVALID (tracking bugs), fix the dependencies at the same time, or +resolve the blockers. + +See "http://bugzilla.mozilla.org/show_bug.cgi?id=24496". + +2. Keyword Restrictions + +Some keywords should only apply in certain circumstances, eg beta1 => +Milestone < +M14, css1 => Component = Style System are possibilities. See +"http://bugzilla.mozilla.org/show_bug.cgi?id=26940". + +3. Whine About Old Votes + +Old votes can just sit on resolved bugs. This is problematic with +duplicates especially. Automatic transferral/removal is not +appropriate since bugs can be reopened, but a whining solution might +work. See "http://bugzilla.mozilla.org/show_bug.cgi?id=27553". + +4. Whine And Warn About Milestone Mismatches + +Here's a fun one. Bug X (M17) depends on Bug Y (M15). Bug Y gets moved +out to M19. The notification to the assignee of Bug X gets ignored (of +course) and Bug X is now due to be fixed before one of its blockers. + +Warnings about this when it is detected as well as whining about it in +email would help bring these issues to the attention of people sooner. + +Note that this would be less of a problem if we didn't have so many +tracking bugs since they aren't updated that often and often have this +problem. + +See "http://bugzilla.mozilla.org/show_bug.cgi?id=16743". + +
+ +
+ Bugzilla 3.0 + One day, Bugzilla 3.0 will have lots of cool stuff. +
+ +
+ + diff --git a/docs/sgml/gfdl.sgml b/docs/sgml/gfdl.sgml new file mode 100644 index 0000000000..1091631d44 --- /dev/null +++ b/docs/sgml/gfdl.sgml @@ -0,0 +1,468 @@ + + + +GNU Free Documentation License + + + + + + + Version 1.1, March 2000 + +
+ Copyright (C) 2000 Free Software Foundation, Inc. +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. +
+ + + PREAMBLE + + The purpose of this License is to make a manual, textbook, + or other written document "free" in the sense of freedom: to + assure everyone the effective freedom to copy and redistribute it, + with or without modifying it, either commercially or + noncommercially. Secondarily, this License preserves for the + author and publisher a way to get credit for their work, while not + being considered responsible for modifications made by + others. + + This License is a kind of "copyleft", which means that + derivative works of the document must themselves be free in the + same sense. It complements the GNU General Public License, which + is a copyleft license designed for free software. + + We have designed this License in order to use it for manuals + for free software, because free software needs free documentation: + a free program should come with manuals providing the same + freedoms that the software does. But this License is not limited + to software manuals; it can be used for any textual work, + regardless of subject matter or whether it is published as a + printed book. We recommend this License principally for works + whose purpose is instruction or reference. + + + + APPLICABILITY AND DEFINITIONS + + This License applies to any manual or other work that + contains a notice placed by the copyright holder saying it can be + distributed under the terms of this License. The "Document", + below, refers to any such manual or work. Any member of the + public is a licensee, and is addressed as "you". + + A "Modified Version" of the Document means any work + containing the Document or a portion of it, either copied + verbatim, or with modifications and/or translated into another + language. + + A "Secondary Section" is a named appendix or a front-matter + section of the Document that deals exclusively with the + relationship of the publishers or authors of the Document to the + Document's overall subject (or to related matters) and contains + nothing that could fall directly within that overall subject. + (For example, if the Document is in part a textbook of + mathematics, a Secondary Section may not explain any mathematics.) + The relationship could be a matter of historical connection with + the subject or with related matters, or of legal, commercial, + philosophical, ethical or political position regarding + them. + + The "Invariant Sections" are certain Secondary Sections + whose titles are designated, as being those of Invariant Sections, + in the notice that says that the Document is released under this + License. + + The "Cover Texts" are certain short passages of text that + are listed, as Front-Cover Texts or Back-Cover Texts, in the + notice that says that the Document is released under this + License. + + A "Transparent" copy of the Document means a + machine-readable copy, represented in a format whose specification + is available to the general public, whose contents can be viewed + and edited directly and straightforwardly with generic text + editors or (for images composed of pixels) generic paint programs + or (for drawings) some widely available drawing editor, and that + is suitable for input to text formatters or for automatic + translation to a variety of formats suitable for input to text + formatters. A copy made in an otherwise Transparent file format + whose markup has been designed to thwart or discourage subsequent + modification by readers is not Transparent. A copy that is not + "Transparent" is called "Opaque". + + Examples of suitable formats for Transparent copies include + plain ASCII without markup, Texinfo input format, LaTeX input + format, SGML or XML using a publicly available DTD, and + standard-conforming simple HTML designed for human modification. + Opaque formats include PostScript, PDF, proprietary formats that + can be read and edited only by proprietary word processors, SGML + or XML for which the DTD and/or processing tools are not generally + available, and the machine-generated HTML produced by some word + processors for output purposes only. + + The "Title Page" means, for a printed book, the title page + itself, plus such following pages as are needed to hold, legibly, + the material this License requires to appear in the title page. + For works in formats which do not have any title page as such, + "Title Page" means the text near the most prominent appearance of + the work's title, preceding the beginning of the body of the + text. + + + + VERBATIM COPYING + + You may copy and distribute the Document in any medium, + either commercially or noncommercially, provided that this + License, the copyright notices, and the license notice saying this + License applies to the Document are reproduced in all copies, and + that you add no other conditions whatsoever to those of this + License. You may not use technical measures to obstruct or + control the reading or further copying of the copies you make or + distribute. However, you may accept compensation in exchange for + copies. If you distribute a large enough number of copies you + must also follow the conditions in section 3. + + You may also lend copies, under the same conditions stated + above, and you may publicly display copies. + + + + COPYING IN QUANTITY + + If you publish printed copies of the Document numbering more + than 100, and the Document's license notice requires Cover Texts, + you must enclose the copies in covers that carry, clearly and + legibly, all these Cover Texts: Front-Cover Texts on the front + cover, and Back-Cover Texts on the back cover. Both covers must + also clearly and legibly identify you as the publisher of these + copies. The front cover must present the full title with all + words of the title equally prominent and visible. You may add + other material on the covers in addition. Copying with changes + limited to the covers, as long as they preserve the title of the + Document and satisfy these conditions, can be treated as verbatim + copying in other respects. + + If the required texts for either cover are too voluminous to + fit legibly, you should put the first ones listed (as many as fit + reasonably) on the actual cover, and continue the rest onto + adjacent pages. + + If you publish or distribute Opaque copies of the Document + numbering more than 100, you must either include a + machine-readable Transparent copy along with each Opaque copy, or + state in or with each Opaque copy a publicly-accessible + computer-network location containing a complete Transparent copy + of the Document, free of added material, which the general + network-using public has access to download anonymously at no + charge using public-standard network protocols. If you use the + latter option, you must take reasonably prudent steps, when you + begin distribution of Opaque copies in quantity, to ensure that + this Transparent copy will remain thus accessible at the stated + location until at least one year after the last time you + distribute an Opaque copy (directly or through your agents or + retailers) of that edition to the public. + + It is requested, but not required, that you contact the + authors of the Document well before redistributing any large + number of copies, to give them a chance to provide you with an + updated version of the Document. + + + + MODIFICATIONS + + You may copy and distribute a Modified Version of the + Document under the conditions of sections 2 and 3 above, provided + that you release the Modified Version under precisely this + License, with the Modified Version filling the role of the + Document, thus licensing distribution and modification of the + Modified Version to whoever possesses a copy of it. In addition, + you must do these things in the Modified Version: + + + Use in the Title Page + (and on the covers, if any) a title distinct from that of the + Document, and from those of previous versions (which should, if + there were any, be listed in the History section of the + Document). You may use the same title as a previous version if + the original publisher of that version gives permission. + + + List on the Title Page, + as authors, one or more persons or entities responsible for + authorship of the modifications in the Modified Version, + together with at least five of the principal authors of the + Document (all of its principal authors, if it has less than + five). + + + State on the Title page + the name of the publisher of the Modified Version, as the + publisher. + + + Preserve all the + copyright notices of the Document. + + + Add an appropriate + copyright notice for your modifications adjacent to the other + copyright notices. + + + Include, immediately + after the copyright notices, a license notice giving the public + permission to use the Modified Version under the terms of this + License, in the form shown in the Addendum below. + + + Preserve in that license + notice the full lists of Invariant Sections and required Cover + Texts given in the Document's license notice. + + + Include an unaltered + copy of this License. + + + Preserve the section + entitled "History", and its title, and add to it an item stating + at least the title, year, new authors, and publisher of the + Modified Version as given on the Title Page. If there is no + section entitled "History" in the Document, create one stating + the title, year, authors, and publisher of the Document as given + on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. + + + Preserve the network + location, if any, given in the Document for public access to a + Transparent copy of the Document, and likewise the network + locations given in the Document for previous versions it was + based on. These may be placed in the "History" section. You + may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. + + + In any section entitled + "Acknowledgements" or "Dedications", preserve the section's + title, and preserve in the section all the substance and tone of + each of the contributor acknowledgements and/or dedications + given therein. + + + Preserve all the + Invariant Sections of the Document, unaltered in their text and + in their titles. Section numbers or the equivalent are not + considered part of the section titles. + + + Delete any section + entitled "Endorsements". Such a section may not be included in + the Modified Version. + + + Do not retitle any + existing section as "Endorsements" or to conflict in title with + any Invariant Section. + + + + If the Modified Version includes new front-matter sections + or appendices that qualify as Secondary Sections and contain no + material copied from the Document, you may at your option + designate some or all of these sections as invariant. To do this, + add their titles to the list of Invariant Sections in the Modified + Version's license notice. These titles must be distinct from any + other section titles. + + You may add a section entitled "Endorsements", provided it + contains nothing but endorsements of your Modified Version by + various parties--for example, statements of peer review or that + the text has been approved by an organization as the authoritative + definition of a standard. + + You may add a passage of up to five words as a Front-Cover + Text, and a passage of up to 25 words as a Back-Cover Text, to the + end of the list of Cover Texts in the Modified Version. Only one + passage of Front-Cover Text and one of Back-Cover Text may be + added by (or through arrangements made by) any one entity. If the + Document already includes a cover text for the same cover, + previously added by you or by arrangement made by the same entity + you are acting on behalf of, you may not add another; but you may + replace the old one, on explicit permission from the previous + publisher that added the old one. + + The author(s) and publisher(s) of the Document do not by + this License give permission to use their names for publicity for + or to assert or imply endorsement of any Modified Version. + + + + COMBINING DOCUMENTS + + You may combine the Document with other documents released + under this License, under the terms defined in section 4 above for + modified versions, provided that you include in the combination + all of the Invariant Sections of all of the original documents, + unmodified, and list them all as Invariant Sections of your + combined work in its license notice. + + The combined work need only contain one copy of this + License, and multiple identical Invariant Sections may be replaced + with a single copy. If there are multiple Invariant Sections with + the same name but different contents, make the title of each such + section unique by adding at the end of it, in parentheses, the + name of the original author or publisher of that section if known, + or else a unique number. Make the same adjustment to the section + titles in the list of Invariant Sections in the license notice of + the combined work. + + In the combination, you must combine any sections entitled + "History" in the various original documents, forming one section + entitled "History"; likewise combine any sections entitled + "Acknowledgements", and any sections entitled "Dedications". You + must delete all sections entitled "Endorsements." + + + + COLLECTIONS OF DOCUMENTS + + You may make a collection consisting of the Document and + other documents released under this License, and replace the + individual copies of this License in the various documents with a + single copy that is included in the collection, provided that you + follow the rules of this License for verbatim copying of each of + the documents in all other respects. + + You may extract a single document from such a collection, + and distribute it individually under this License, provided you + insert a copy of this License into the extracted document, and + follow this License in all other respects regarding verbatim + copying of that document. + + + + AGGREGATION WITH INDEPENDENT WORKS + + A compilation of the Document or its derivatives with other + separate and independent documents or works, in or on a volume of + a storage or distribution medium, does not as a whole count as a + Modified Version of the Document, provided no compilation + copyright is claimed for the compilation. Such a compilation is + called an "aggregate", and this License does not apply to the + other self-contained works thus compiled with the Document, on + account of their being thus compiled, if they are not themselves + derivative works of the Document. + + If the Cover Text requirement of section 3 is applicable to + these copies of the Document, then if the Document is less than + one quarter of the entire aggregate, the Document's Cover Texts + may be placed on covers that surround only the Document within the + aggregate. Otherwise they must appear on covers around the whole + aggregate. + + + + TRANSLATION + + Translation is considered a kind of modification, so you may + distribute translations of the Document under the terms of section + 4. Replacing Invariant Sections with translations requires + special permission from their copyright holders, but you may + include translations of some or all Invariant Sections in addition + to the original versions of these Invariant Sections. You may + include a translation of this License provided that you also + include the original English version of this License. In case of + a disagreement between the translation and the original English + version of this License, the original English version will + prevail. + + + + TERMINATION + + You may not copy, modify, sublicense, or distribute the + Document except as expressly provided for under this License. Any + other attempt to copy, modify, sublicense or distribute the + Document is void, and will automatically terminate your rights + under this License. However, parties who have received copies, or + rights, from you under this License will not have their licenses + terminated so long as such parties remain in full + compliance. + + + + FUTURE REVISIONS OF THIS LICENSE + + The Free Software Foundation may publish new, revised + versions of the GNU Free Documentation License from time to time. + Such new versions will be similar in spirit to the present + version, but may differ in detail to address new problems or + concerns. See http://www.gnu.org/copyleft/. + + Each version of the License is given a distinguishing + version number. If the Document specifies that a particular + numbered version of this License "or any later version" applies to + it, you have the option of following the terms and conditions + either of that specified version or of any later version that has + been published (not as a draft) by the Free Software Foundation. + If the Document does not specify a version number of this License, + you may choose any version ever published (not as a draft) by the + Free Software Foundation. + + + + How to use this License for your documents + + To use this License in a document you have written, include + a copy of the License in the document and put the following + copyright and license notices just after the title page: + +
+ Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + A copy of the license is included in the section entitled "GNU + Free Documentation License". +
+ + If you have no Invariant Sections, write "with no Invariant + Sections" instead of saying which ones are invariant. If you have + no Front-Cover Texts, write "no Front-Cover Texts" instead of + "Front-Cover Texts being LIST"; likewise for Back-Cover + Texts. + + If your document contains nontrivial examples of program + code, we recommend releasing these examples in parallel under your + choice of free software license, such as the GNU General Public + License, to permit their use in free software. +
+ +
+ diff --git a/docs/sgml/glossary.sgml b/docs/sgml/glossary.sgml new file mode 100644 index 0000000000..32525f737e --- /dev/null +++ b/docs/sgml/glossary.sgml @@ -0,0 +1,108 @@ + + + + + + A + + There are no entries for A + + + + + + + + B + + Bug + + A "Bug" in Bugzilla refers to an issue entered into the database which has an associated number, assignments, comments, etc. Many also refer to a "Ticket" or "Issue"; in this context, they are synonymous. + + + + + 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 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. + + + + + + I + + Infinite Loop + + + + + + P + + Product + + A Product is a broad category of types of bugs. In general, there are several Components to a Product. A Product also defines a default Group (used for Bug Security) for all bugs entered into components beneath it. + + A Sample Product + A company sells a software product called "X". They also maintain some older software called "Y", and have a secret project "Z". An effective use of Products might be to create Products "X", "Y", and "Z", each with Components "User Interface", "Database", and "Business Logic". They might also change group permissions so that only those people who are members of Group "Z" can see components and bugs under Product "Z". + + + + + + + Q + + Q/A + + "Q/A" is short for "Quality Assurance". In most large software development organizations, there is a team devoted to ensuring the product meets minimum standards before shipping. This team will also generally want to track the progress of bugs over their life cycle, thus the need for the "Q/A Contact" field in a Bug. + + + + + + R + + Recursion + + + + + + Z + + Zarro Boogs Found + + This is the cryptic response sent by Bugzilla when a query returned no results. It is just a goofy way of saying "Zero Bugs Found". + + + + + + + + diff --git a/docs/sgml/index.sgml b/docs/sgml/index.sgml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/sgml/installation.sgml b/docs/sgml/installation.sgml new file mode 100644 index 0000000000..f29ba953d3 --- /dev/null +++ b/docs/sgml/installation.sgml @@ -0,0 +1,347 @@ + + + + Installing Bugzilla + +
+ UNIX Installation + + + Please consult the README included with the Bugzilla distribution + as the current canonical source for UNIX installation instructions. + We do, however, have some installation notes for errata from the README. + + + + + + If you are installing Bugzilla on S.u.S.e. Linux, or some other + distributions with "paranoid" security options, it is possible + that the checksetup.pl script may fail with the error: + cannot chdir(/var/spool/mqueue): Permission denied + This is because your + /var/spool/mqueue directory has a mode of "drwx------". Type + chmod 755 /var/spool/mqueue as root to fix this problem. + + + + + + + + +
+ +
+ Win32 (Win98+/NT/2K) Installation + + These directions have not been extensively tested. + We need testers! Please try these out and post any changes to the + newsgroup. + +
+ Win32 Installation: Step-by-step + + + You should be familiar with, and cross-reference, the UNIX README + while performing your Win32 installation. Unfortunately, Win32 + directions are not yet as detailed as those for UNIX. + + + The most critical difference for Win32 users is + the lack of support for a crypt() function in MySQL for Windows. It does not + have it! All ENCRYPT statements must be modified. + + + + + + + Install Apache Web Server + for Windows. + + + + You may also use Internet Information Server or Personal Web + Server for this purpose. However, setup is slightly more + difficult. If ActivePerl doesn't seem to handle your file + associations correctly (for .cgi and .pl files), please + consult the FAQ, in the "Win32" section. + + + If you are going to use IIS, if on Windows NT you must be updated + to at least Service Pack 4. + + + + + + Install ActivePerl + + + Please also check the following links to fully understand the status + of ActivePerl on Win32: + + Perl Porting, and + + Hixie Click Here + + + + + Use ppm from your perl\bin directory to install the following packs: DBI, + DBD-Mysql, TimeDate, Chart, Date-Calc, Date-Manip, and GD. You may need + to extract them from .zip format using Winzip or other unzip program first. + These additional ppm modules can be downloaded from ActiveState. + + + The syntax for ppm is: + + C:> ppm install <module>.ppd + + + + You can find ActiveState ppm modules at + + http://www.activestate.com/PPMPackages/5.6plus + + + + + Download and install the Windows GNU tools from + www.cygwin.com. + Make sure the GNU utilities are in your $PATH. + + + + + Install MySQL for NT. + + + Your configuration file for MySQL must be named C:\MY.CNF. + + + + + + + Setup MySQL + + + + + + C:> + C:\mysql\bin\mysql -u root mysql + + + + + + + mysql> + DELETE FROM user WHERE Host='localhost' AND User=''; + + + + + + + mysql> + UPDATE user SET Password=PASSWORD ('new_password') + WHERE user='root'; + + + + + + + mysql> + GRANT SELECT, INSERT, UPDATE, DELETE, + INDEX, ALTER, CREATE, DROP, REFERENCES + ON bugs.* to bugs@localhost + IDENTIFIED BY 'bugs_password'; + + + + + + + mysql> + FLUSH PRIVILEGES; + + + + + + + mysql> + create database bugs; + + + + + + + mysql> + exit + + + + + + + C:> + C:\mysql\bin\mysqladmin -u root -p reload + + + + + + + + + Configure Bugzilla. For Win32, this involves editing "defparams.pl" + and "localconfig" to taste. Running "checksetup.pl" should create + localconfig for you. Note that getgrnam() doesn't work, and should be + deleted. Change this line: + "my $webservergid = getgrnam($my_webservergroup); " + to + "my $webservergid = $my_webservergroup; " + + + + + + + There are several alternatives to Sendmail that will work on Win32. + The one mentioned here is a suggestion, not + a requirement. Some other mail packages that can work include + BLAT, + Windmail, + Mercury Sendmail, + and the CPAN Net::SMTP Perl module (available in .ppm). + Every option requires some hacking of the Perl scripts for Bugzilla + to make it work. The option here simply requires the least. + + + + Download NTsendmail, available from + www.ntsendmail.com. In order for it to work, you must set up some + new environment variables (detailed on the ntsendmail home page). Figuring + out where to put those variables is left as an exercise for the reader. + You must have a "real" mail server which allows you to relay off it + in your $ENV{"NTsendmail"} (which you should probably place in globals.pl) + + + Once downloaded and installed, modify all open(SENDMAIL) calls to open + "| c:\ntsendmail\ntsendmail -t" instead of "|/usr/lib/sendmail -t". + + + + We need someone to test this and make sure this works as advertised. + + + + + + Modify globals.pl and CGI.pl to remove the word "encrypt". + + + + I'm not sure this is all that is involved to remove crypt. Any + NT Bugzilla hackers want to pipe up? + + + + + + Change all references to "processmail" to "processmail.pl" in + all files, and rename "processmail" to "processmail.pl" + + + + I really think this may be a change we want to make for + main-tree Bugzilla. It's painless for the UNIX folks, + and will make the Win32 people happier. + + + + + + Modify the path to perl on the first line (#!) of all files + to point to your Perl installation, and + add "perl" to the beginning of all Perl system calls that + use a perl script as an argument. This may take you a while. + There is a "setperl.pl" utility to speed part of this procedure, + available in the "Patches and Utilities" section of The Bugzilla Guide. + + + + + In processmail.pl, add "binmode(HANDLE)" before all read() calls. + This may not be necessary, but in some cases the read() under + Win32 doesn't count the EOL's without using a binary read(). + + + + +
+ +
+ Additional Windows Tips + + + From Andrew Pearson: +
+ + "You can make Bugzilla work with Personal Web Server for + Windows 98 and higher, as well as for IIS 4.0. Microsoft has + information available at + + http://support.microsoft.com/support/kb/articles/Q231/9/98.ASP + + + Basically you need to add two String Keys in the + registry at the following location: + + + HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\ScriptMap + + + The keys should be called ".pl" and ".cgi", and both + should have a value something like: + c:/perl/bin/perl.exe "%s" "%s" + + + The KB article only talks about .pl, but it goes into + more detail and provides a perl test script. + +
+
+
+
+
+
+ + + + + + diff --git a/docs/sgml/integration.sgml b/docs/sgml/integration.sgml new file mode 100644 index 0000000000..68f5c5717e --- /dev/null +++ b/docs/sgml/integration.sgml @@ -0,0 +1,54 @@ + + + + + + Integrating Bugzilla with Third-Party Tools + +
+ Bonsai + We need Bonsai integration information. +
+ +
+ CVS + We need CVS integration information +
+ +
+ Perforce SCM + + Richard Brooksby and his team have an integration tool + in public beta. You can find it at + + http://www.ravenbrook.com/project/p4dti. + +
+ +
+ Tinderbox + We need Tinderbox integration information +
+ +
+ + + + + diff --git a/docs/sgml/patches.sgml b/docs/sgml/patches.sgml new file mode 100644 index 0000000000..0992bde0d7 --- /dev/null +++ b/docs/sgml/patches.sgml @@ -0,0 +1,209 @@ + + + + Useful Patches and Utilities for Bugzilla + +
+ The setperl.pl Utility + + You can use the "setperl.pl" utility to quickly and easily + change the path to perl on all your Bugzilla files. + + + + + Download the "setperl.pl" utility to your Bugzilla + directory and make it executable. + + + + + + bash# + cd /your/path/to/bugzilla + + + + + + + bash# + wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' + + + + + + + bash# + chmod u+x setperl.pl + + + + + + + + Prepare (and fix) Bugzilla file permissions. + + + + + + bash# + chmod u+w * + + + + + + + bash# + chmod u+x duplicates.cgi + + + + + + + bash# + chmod a-x bug_status.html + + + + + + + + Run the script: + + + + bash# + ./setperl.pl /your/path/to/perl + + + + +
+ +
+ Command-line Bugzilla Queries + + Users can query Bugzilla from the command line using + this suite of utilities. + + + The query.conf file contains the mapping from options to field + names and comparison types. Quoted option names are "grepped" for, so + it should be easy to edit this file. Comments (#) have no effect; you + must make sure these lines do not contain any quoted "option" + + + buglist is a shell script which submits a Bugzilla query and writes the + resulting HTML page to stdout. It supports both short options, + (such as "-Afoo" or "-Rbar") and long options (such as + "--assignedto=foo" or "--reporter=bar"). If the first character + of an option is not "-", it is treated as if it were prefixed + with "--default=". + + + The columlist is taken from the COLUMNLIST environment variable. + This is equivalent to the "Change Columns" option when you list + bugs in buglist.cgi. If you have already used Bugzilla, use + grep COLUMLIST ~/.netscape/cookies to see + your current COLUMNLIST setting. + + + bugs is a simple shell script which calls buglist and extracts + the bug numbers from the output. Adding the prefix + "http://bugzilla.mozilla.org/buglist.cgi?bug_id=" + turns the bug list into a working link if any bugs are found. + Counting bugs is easy. Pipe the results through + sed -e 's/,/ /g' | wc | awk '{printf $2 "\n"}' + + + Akkana says she has good results piping buglist output through + w3m -T text/html -dump + + + + + Download three files: + + + + + + bash$ + wget -O query.conf 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26157' + + + + + + + bash$ + wget -O buglist 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26944' + + + + + + + bash# + wget -O bugs 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26215' + + + + + + + + Make your utilities executable: + + bash$ + chmod u+x buglist bugs + + + + +
+ +
+ The Quicksearch Utility + + Quicksearch is a new, experimental feature of the 2.12 release. + It consist of two Javascript files, "quicksearch.js" and "localconfig.js", + and two documentation files, "quicksearch.html" and "quicksearchhack.html" + + + The index.html page has been updated to include the QuickSearch text box. + + + To take full advantage of the query power, the Bugzilla maintainer must + edit "localconfig.js" according to the value sets used in the local installation. + + + Currently, keywords must be hard-coded in localconfig.js. If they are not, + keywords are not automatically recognized. This means, if localconfig.js + is left unconfigured, that searching for a bug with the "foo" keyword + will only find bugs with "foo" in the summary, status whiteboard, product or + component name, but not those with the keyword "foo". + + + Workarounds for Bugzilla users: + + search for '!foo' (this will find only bugs with the keyword "foo" + search 'foo,!foo' (equivalent to 'foo OR keyword:foo') + + + + When this tool is ported from client-side JavaScript to server-side Perl, + the requirement for hard-coding keywords can be fixed. + This bug + has details. + +
+ +
\ No newline at end of file diff --git a/docs/sgml/readme.sgml b/docs/sgml/readme.sgml new file mode 100644 index 0000000000..cdbd22878b --- /dev/null +++ b/docs/sgml/readme.sgml @@ -0,0 +1,496 @@ +This is Bugzilla. See . + + + ========== + DISCLAIMER + ========== + + This is not very well packaged code. It's not packaged at all. Don't +come here expecting something you plop in a directory, twiddle a few +things, and you're off and using it. Work has to be done to get there. +We'd like to get there, but it wasn't clear when that would be, and so we +decided to let people see it first. + + Bugzilla has not undergone a complete security review. Security holes +may exist in the code. Great care should be taken both in the installation +and usage of this software. Carefully consider the implications of +installing other network services with Bugzilla. + + + ============ + INSTALLATION + ============ + +0. Introduction + + Installation of bugzilla is pretty straight forward, especially if your +machine already has MySQL and the MySQL-related perl packages installed. +If those aren't installed yet, then that's the first order of business. The +other necessary ingredient is a web server set up to run cgi scripts. + + Bugzilla has been successfully installed under Solaris and Linux. Windows NT +is not officially supported. There have been a few successful installations +of Bugzilla under Windows NT. Please see this article for a discussion of what +one person hacked together to get it to work. + +news://news.mozilla.org/19990913183810.SVTR29939.mta02@onebox.com + +1. Installing the Prerequisites + + The software packages necessary for the proper running of bugzilla are: + + 1. MySQL database server and the mysql client (3.22.5 or greater) + 2. Perl (5.004 or greater) + 3. DBI Perl module + 4. Data::Dumper Perl module + 5. MySQL related Perl module collection + 6. TimeDate Perl module collection + 7. GD perl module (1.18 or 1.19) + 8. Chart::Base Perl module (0.99 through 0.99b) + 9. The web server of your choice + + Bugzilla has quite a few prerequisites, but none of them are TCL. +Previous versions required TCL, but it no longer needed (or used). + +1.1. Getting and setting up MySQL database (3.22.5 or greater) + + Visit MySQL homepage at http://www.mysql.org and grab the latest stable +release of the server. Both binaries and source are available and which +you get shouldn't matter. Be aware that many of the binary versions +of MySQL store their data files in /var which on many installations +(particularly common with linux installations) is part of a smaller +root partition. If you decide to build from sources you can easily set +the dataDir as an option to configure. + + If you've installed from source or non-package (RPM, deb, etc.) binaries +you'll want to make sure to add mysqld to your init scripts so the server +daemon will come back up whenever your machine reboots. + + You also may want to edit those init scripts, to make sure that +mysqld will accept large packets. By default, mysqld is set up to only +accept packets up to 64K long. This limits the size of attachments you +may put on bugs. If you add something like "-O max_allowed_packet=1M" +to the command that starts mysqld (or safe_mysqld), then you will be +able to have attachments up to about 1 megabyte. + +1.2. Perl (5.004 or greater) + + Any machine that doesn't have perl on it is a sad machine indeed. Perl +for *nix systems can be gotten in source form from http://www.perl.com. + + Perl is now a far cry from the the single compiler/interpreter binary it +once was. It now includes a great many required modules and quite a +few other support files. If you're not up to or not inclined to build +perl from source, you'll want to install it on your machine using some +sort of packaging system (be it RPM, deb, or what have you) to ensure +a sane install. In the subsequent sections you'll be installing quite +a few perl modules; this can be quite ornery if your perl installation +isn't up to snuff. + +1.3. DBI Perl module + + The DBI module is a generic Perl module used by other database related +Perl modules. For our purposes it's required by the MySQL-related +modules. As long as your Perl installation was done correctly the +DBI module should be a breeze. It's a mixed Perl/C module, but Perl's +MakeMaker system simplifies the C compilation greatly. + + Like almost all Perl modules DBI can be found on the Comprehensive Perl +Archive Network (CPAN) at http://www.cpan.org . The CPAN servers have a +real tendency to bog down, so please use mirrors. The current location +at the time of this writing (02/17/99) can be found in Appendix A. + + Quality, general Perl module installation instructions can be found on +the CPAN website, but basically you'll just need to: + + 1. Untar the module tarball -- it should create its own directory + 2. Enter the following commands: + perl Makefile.PL + make + make test + make install + + If everything went ok that should be all it takes. For the vast +majority of perl modules this is all that's required. + +1.4 Data::Dumper Perl module + + The Data::Dumper module provides data structure persistence for Perl +(similar to Java's serialization). It comes with later sub-releases of +Perl 5.004, but a re-installation just to be sure it's available won't +hurt anything. + + Data::Dumper is used by the MySQL related Perl modules. It can be +found on CPAN (link in Appendix A) and can be installed by following +the same four step make sequence used for the DBI module. + +1.5. MySQL related Perl module collection + + The Perl/MySQL interface requires a few mutually-dependent perl +modules. These modules are grouped together into the the +Msql-Mysql-modules package. This package can be found at CPAN (link +in Appendix A). After the archive file has been downloaded it should +be untarred. + + The MySQL modules are all build using one make file which is generated +by running: + + perl Makefile.PL + + The MakeMaker process will ask you a few questions about the desired +compilation target and your MySQL installation. For many of the questions +the provided default will be adequate. + + When asked if your desired target is the MySQL or mSQL packages +selected the MySQL related ones. Later you will be asked if you wish +to provide backwards compatibility with the older MySQL packages; you +must answer YES to this question. The default will be no, and if you +select it things won't work later. + + A host of 'localhost' should be fine and a testing user of 'test' and +a null password should find itself with sufficient access to run tests +on the 'test' database which MySQL created upon installation. If 'make +test' and 'make install' go through without errors you should be ready +to go as far as database connectivity is concerned. + +1.6. TimeDate Perl module collection + + Many of the more common date/time/calendar related Perl modules have +been grouped into a bundle similar to the MySQL modules bundle. This +bundle is stored on the CPAN under the name TimeDate. A (hopefully +current) link can be found in Appendix A. The component module we're +most interested in is the Date::Format module, but installing all of them +is probably a good idea anyway. The standard Perl module installation +instructions should work perfectly for this simple package. + +1.7. GD Perl module (1.18 or 1.19) + + The GD library was written by Thomas Boutell a long while ago to +programatically generate images in C. Since then it's become almost a +defacto standard for programatic image construction. The Perl bindings +to it found in the GD library are used on a million web pages to generate +graphs on the fly. That's what bugzilla will be using it for so you'd +better install it if you want any of the graphing to work. + Actually bugzilla uses the Graph module which relies on GD itself, +but isn't that always the way with OOP. At any rate, you can find the +GD library on CPAN (link in Appendix A). Note, however, that you MUST +use version 1.18 or 1.19, because newer versions have dropped support +for GIFs in favor of PNGs, and bugzilla has not yet been updated to +deal with this. + +1.8. Chart::Base Perl module (0.99 through 0.99b) + + The Chart module provides bugzilla with on-the-fly charting +abilities. It can be installed in the usual fashion after it has been +fetched from CPAN where it is found as the Chart-x.x... tarball in a +directory to be listed in Appendix A. Note that as with the GD perl +module, only the specific versions listed above will work. + +1.9. HTTP server + + You have a freedom of choice here - Apache, Netscape or any other +server on UNIX would do. You can easily run the web server on a different +machine than MySQL, but that makes MySQL permissions harder to manage. + + You'll want to make sure that your web server will run any file +with the .cgi extension as a cgi and not just display it. If you're using +apache that means uncommenting the following line in the srm.conf file: + + AddHandler cgi-script .cgi + + With apache you'll also want to make sure that within the access.conf +file the line: + + Options ExecCGI + +is in the stanza that covers the directories you intend to put the +bugzilla .html and .cgi files into. + +2. Installing the Bugzilla Files + + You should untar the bugzilla files into a directory that you're +willing to make writable by the default web server user (probably +'nobody'). You may decide to put the files off of the main web space +for your web server or perhaps off of /usr/local with a symbolic link +in the web space that points to the bugzilla directory. At any rate, +just dump all the files in the same place (optionally omitting the CVS +directory if it accidentally got tarred up with the rest of bugzilla) +and make sure you can get at the files in that directory through your +web server. + + Once all the files are in a web accessible directory, make that +directory writable by your webserver's user (which may require just +making it world writable). + + Lastly, you'll need to set up a symbolic link from /usr/bonsaitools/bin +to the correct location of your perl executable (probably /usr/bin/perl). +Or, you'll have to hack all the .cgi files to change where they look +for perl. + +3. Setting Up the MySQL database + + After you've gotten all the software installed and working you're ready +to start preparing the database for its life as a the back end to a high +quality bug tracker. + + First, you'll want to fix MySQL permissions. Bugzilla always logs +in as user "bugs", with no password. That needs to work. MySQL +permissions are a deep, nasty complicated thing. I've just turned +them off. If you want to do that, too, then the magic is to do run +"mysql mysql", and feed it commands like this (replace all instances of +HOSTNAME with the name of the machine mysql is running on): + + DELETE FROM host; + DELETE FROM user; + INSERT INTO host VALUES + ('localhost','%','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y'); + INSERT INTO host VALUES + (HOSTNAME,'%','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y'); + INSERT INTO user VALUES + ('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y', + 'Y','Y','Y','Y','Y'); + INSERT INTO user VALUES + (HOSTNAME,'','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y', + 'Y','Y','Y'); + INSERT INTO user VALUES + (HOSTNAME,'root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y', + 'Y','Y','Y','Y'); + INSERT INTO user VALUES + ('localhost','','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y', + 'Y','Y','Y','Y'); + +The number of 'Y' entries to use varies with the version of MySQL; they +keep adding columns. The list here should work with version 3.22.23b. + +This run of "mysql mysql" may need some extra parameters to deal with +whatever database permissions were set up previously. In particular, +you might have to say "mysql -uroot mysql", and give it an appropriate +password. + +For much more information about MySQL permissions, see the MySQL +documentation. + +After you've tweaked the permissions, run "mysqladmin reload" to make +sure that the database server knows to look at your new permission list. + +Or, at the mysql prompt: + +mysql> flush privileges; + +You must explictly tell mysql to reload permissions before running checksetup.pl. + +Next, you can just run the magic checksetup.pl script. (Many thanks +to Holger Schurig for writing this script!) +It will make sure things have reasonable permissions, set up the "data" +directory, and create all the MySQL tables. Just run: + + ./checksetup.pl + +The first time you run it, it will create a file called "localconfig" +which you should examine and perhaps tweak a bit. Then re-run +checksetup.pl and it will do the real work. + + +At ths point, you should have a nearly empty copy of the bug tracking +setup. + +4. Tweaking the Bugzilla->MySQL Connection Data + + If you have played with MySQL permissions, rather than just opening it +wide open as described above, then you may need to tweak the Bugzilla +code to connect appropriately. + + In order for bugzilla to be able to connect to the MySQL database +you'll have to tell bugzilla where the database server is, what +database you're connecting to, and whom to connect as. Simply open up +the globals.pl file in the bugzilla directory and find the line that +begins like: + + $::db = Mysql->Connect(" + + That line does the actual database connection. The Connect method +takes four parameters which are (with appropriate values): + + 1. server's host: just use "localhost" + 2. database name: "bugs" if you're following these directions + 3. MySQL username: whatever you created for your webserver user + probably "nobody" + 4. Password for the MySQL account in item 3. + +Just fill in those values and close up globals.pl + +5. Setting up yourself as Maintainer + + Start by creating your own bugzilla account. To do so, just try to +"add a bug" from the main bugzilla menu (now available from your system +through your web browser!). You'll be prompted for logon info, and you +should enter your email address and then select 'mail me my password'. +When you get the password mail, log in with it. Don't finish entering +that new bug. + + Now, add yourself to every group. The magic checksetup.pl script +can do this for you, if you run it again now. That script will notice +if there's exactly one user in the database, and if so, add that person +to every group. + + If you want to add someone to every group by hand, you can do it by +typing the appropriate MySQL commands. Run mysql, and type: + + update profiles set groupset=0x7fffffffffffffff + where login_name = 'XXX'; + +replacing XXX with your Bugzilla email address. + +Now, if you go to the query page (off of the bugzilla main menu) where +you'll now find a 'edit parameters' option which is filled with editable +treats. + +6. Setting Up the Whining Cron Job (Optional) + + By now you've got a fully functional bugzilla, but what good are bugs +if they're not annoying? To help make those bugs more annoying you can +set up bugzilla's automatic whining system. This can be done by adding +the following command as a daily crontab entry (for help on that see that +crontab man page): + + cd ; ./whineatnews.pl + +7. Bug Graphs (Optional) + + As long as you installed the GD and Graph::Base Perl modules you might +as well turn on the nifty bugzilla bug reporting graphs. Just add +the command: + + cd ; ./collectstats.pl + +as a nightly entry to your crontab and after two days have passed you'll +be able to view bug graphs from the Bug Reports page. + +8. Real security for MySQL + +MySQL has "interesting" default security parameters: + mysqld defaults to running as root + it defaults to allowing external network connections + it has a known port number, and is easy to detect + it defaults to no passwords whatsoever + it defaults to allowing "File_Priv" +This means anyone from anywhere on the internet can not only drop the +database with one SQL command, and they can write as root to the system. + +To see your permissions do: + > mysql -u root -p + use mysql; + show tables; + select * from user; + select * from db; + +To fix the gaping holes: + DELETE FROM user WHERE User=''; + UPDATE user SET Password=PASSWORD('new_password') WHERE user='root'; + FLUSH PRIVILEGES; + +If you're not running "mit-pthreads" you can use: + GRANT USAGE ON *.* TO bugs@localhost; + GRANT ALL ON bugs.* TO bugs@localhost; + REVOKE DROP ON bugs.* FROM bugs@localhost; + FLUSH PRIVILEGES; + +With "mit-pthreads" you'll need to modify the "globals.pl" Mysql->Connect +line to specify a specific host name instead of "localhost", and accept +external connections: + GRANT USAGE ON *.* TO bugs@bounce.hop.com; + GRANT ALL ON bugs.* TO bugs@bounce.hop.com; + REVOKE DROP ON bugs.* FROM bugs@bounce.hop.com; + FLUSH PRIVILEGES; + +Consider also: + o Turning off external networking with "--skip-networking", + unless you have "mit-pthreads", in which case you can't. + Without networking, MySQL connects with a Unix domain socket. + + o using the --user= option to mysqld to run it as an unprivileged + user. + + o starting MySQL in a chroot jail + + o running the httpd in a jail + + o making sure the MySQL passwords are different from the OS + passwords (MySQL "root" has nothing to do with system "root"). + + o running MySQL on a separate untrusted machine + + o making backups ;-) + + + +---------[ Appendices ]----------------------- + +Appendix A. Required Software Download Links + + All of these sites are current as of February 17, 1999. Hopefully +they'll stay current for a while. + +MySQL: http://www.mysql.org + +Perl: http://www.perl.org + +CPAN: http://www.cpan.org + +DBI Perl module: ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/DBI/ + +Data::Dumper module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Data/ + +MySQL related Perl modules: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Mysql/ + +TimeDate Perl module collection: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Date/ + +GD Perl module: ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/GD/ + +Chart::Base module: + ftp://ftp.cpan.org/pub/perl/CPAN/modules/by-module/Chart/ + + +Appendix B. Modifying Your Running System + + Bugzilla optimizes database lookups by storing all relatively static +information in the versioncache file, located in the data/ subdirectory +under your installation directory (we said before it needs to be writable, +right?!) + + If you make a change to the structural data in your database (the +versions table for example), or to the "constants" encoded in +defparams.pl, you will need to remove the cached content from the data +directory (by doing a "rm data/versioncache"), or your changes won't show +up! + + That file gets automatically regenerated whenever it's more than an +hour old, so Bugzilla will eventually notice your changes by itself, but +generally you want it to notice right away, so that you can test things. + + +Appendix C. Upgrading from previous versions of Bugzilla + +The developers of Bugzilla are constantly adding new tables, columns and +fields. You'll get SQL errors if you just update the code. The strategy +to update is to simply always run the checksetup.pl script whenever +you upgrade your installation of Bugzilla. If you want to see what has +changed, you can read the comments in that file, starting from the end. + + +Appendix D. History + + This document was originally adapted from the Bonsai installation +instructions by Terry Weissman . + + The February 25, 1999 re-write of this page was done by Ry4an Brase +, with some edits by Terry Weissman, Bryce Nesbitt, +Martin Pool, & Dan Mosedale (But don't send bug reports to them! +Report them using bugzilla, at http://bugzilla.mozilla.org/enter_bug.cgi , +project Webtools, component Bugzilla). + + Comments from people using this document for the first time are +especially welcomed. diff --git a/docs/sgml/using.sgml b/docs/sgml/using.sgml new file mode 100644 index 0000000000..606dca8c22 --- /dev/null +++ b/docs/sgml/using.sgml @@ -0,0 +1,846 @@ + + + + + +Using Bugzilla + + + What, Why, How, & What's in it for me? + + + +
+ What is Bugzilla? + + Bugzilla is one example of a class of programs called "Defect 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. + At the time Bugzilla was originally written, as a port from Netscape Communications' + "Bugsplat!" program to Perl from TCL, there were very few competitors in the market + for bug-tracking software. Most commercial defect-tracking software vendors at the + time charged enormous licensing fees. Bugzilla quickly became a favorite of the + open-source crowd (with its genesis in the open-source browser project, Mozilla) and + is now the de-facto standard defect-tracking system against which all others are + measured. + + + Bugzilla has matured immensely, and now boasts many advanced features. These include: + + + + integrated, product-based granular security schema + + + + + inter-bug dependencies and dependency graphing + + + + + advanced reporting capabilities + + + + + a robust, stable RDBMS back-end + + + + + extensive configurability + + + + + a very well-understood and well-thought-out natural bug resolution protocol + + + + + email, XML, and HTTP APIs + + + + + integration with several automated software configuration management systems + + + + + too many more features to list + + + + + + Despite its current robustness and popularity, however, 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, + no internationalization, and dependence on some nonstandard libraries. + + + Despite these small problems, Bugzilla is very hard to beat. It is under very + active development to address the current issues, and a long-awaited overhaul in the form + of Bugzilla 3.0 is expected sometime later this year. + +
+ +
+ Why Should We Use Bugzilla? + + + No, Who's on first... + + + + For many years, defect-tracking software has remained principally the domain + of large software development houses. Even then, most shops never bothered + with bug-tracking software, and instead simply relied on shared lists and + email to monitor the status of defects. This procedure is error-prone and + tends to cause those bugs judged least significant by developers to be + dropped or ignored + + + These days, many companies are finding that integrated defect-tracking + systems reduce downtime, increase productivity, and raise customer + satisfaction with their systems. Along with full disclosure, an open + bug-tracker allows manufacturers to keep in touch with their clients + and resellers, to communicate about problems effectively throughout + the data management chain. Many corporations have also discovered that + defect-tracking helps reduce costs by providing IT support accountability, + telephone support knowledge bases, and a common, well-understood system + for accounting for unusual system or software issues. + + + But why should you use Bugzilla? + + + Bugzilla is very adaptable to various situations. Known uses currently + include IT support queues, Systems Administration deployment management, + chip design and development problem tracking (both pre-and-post fabrication), + and software bug tracking for luminaries such as Redhat, Loki software, + Linux-Mandrake, and VA Systems. Combined with systems such as CVS, Bonsai, + or Perforce SCM, Bugzilla provides a powerful, easy-to-use solution to + configuration management and replication problems + + + Bugzilla can dramatically increase the productivity and accountability + of individual employees by providing a documented workflow and positive + feedback for good performance. How many times do you wake up in the + morning, remembering that you were supposed to do *something* today, + but you just can't quite remember? Put it in Bugzilla, and you have a record + of it from which you can extrapolate milestones, predict product versions + for integration, and by using Bugzilla's e-mail integration features + be able to follow the discussion trail that led to critical decisions. + + + Ultimately, Bugzilla puts the power in your hands to improve your value + to your employer or business while providing a usable framework for your natural + attention to detail and knowledge store to flourish. + +
+ +
+ How do I use Bugzilla? + + + Hey! I'm Woody! Howdy, Howdy, Howdy! + + + + + Bugzilla is a large and complex system. Describing how to use it + requires some time. If you are only interested in installing or administering + a Bugzilla installation, please consult the Installing and Administering + Bugzilla portions of this Guide. This section is principally aimed towards + developing end-user mastery of Bugzilla, so you may fully enjoy the benefits + afforded by using this reliable open-source bug-tracking software. + + + 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 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. + However, please use it if you want to + follow this tutorial. + + +
+ Create a Bugzilla Account + + First thing's 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 Bugzilla experience, use this URL: + + http://landfill.tequilarista.org/mozilla/bugzilla/ + + + + + Click the "Open a new Bugzilla account" link. + + + + + Enter your "E-mail address" and "Real Name" (or whatever name you want to call yourself) + in the spaces provided, then select the "Create Account" button. + + + + + Within 5-10 minutes, you should receive an email to the address you provided above, + which contains your login name (generally the same as the email address), and + a password you can use to access your account. This password is randomly generated, + and should be changed at your nearest opportunity (we'll go into how to do it later). + + + + + Click the "Log In" link in the yellow area at the bottom of the page in your browser, + then enter your "E-mail address" and "Password" you just received into the spaces provided, + and select "Login". + + + If you ever forget your password, you can come back to this page, enter your + "E-mail address", then select the "E-mail me a password" button to have your password + mailed to you again so 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. + + + + + + + Congratulations! If you followed these directions, you now are the + proud owner of a user account on landfill.tequilarista.org (Landfill) or + your local Bugzilla install. You should now see in your browser a + page called the "Bugzilla Query Page". It may look daunting, but + with this Guide to walk you through it, you will master it in no time. + +
+ +
+ The Bugzilla Query Page + + The Bugzilla Query Page is the heart and soul of Bugzilla. It is the master + interface where you can find any bug report, comment, or patch currently in the 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, or shortly will be, 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, please visit the main Bugzilla site, + + bugzilla.mozilla.org, to see a more fleshed-out query page. + + + The first thing you need to notice about the Bugzilla Query Page is that + nearly every box you see on your screen has a hyperlink nearby, explaining what + it is or what it does. Near the upper-left-hand corner of your browser window + you should see the word "Status" underlined. Select it. + + + Notice the page that popped up? Every underlined word you see on your screen + is a hyperlink that will take you to context-sensitive help. + Click around for a while, and learn what everything here does. To return + to the query interface after pulling up a help page, use the "Back" button in + your browser. + + + I'm sure that after checking out the online help, you are now an Expert + on the Bugzilla Query Page. If, however, you feel you haven't mastered it yet, + let me walk you through making a few successful queries to find out what there + are in the Bugzilla bug-tracking system itself. + + + + + Ensure you are back on the "Bugzilla Query Page" + Do nothing in the boxes marked "Status", "Resolution", "Platform", "OpSys", + "Priority", or "Severity". The default query for "Status" is to find all bugs that + are NEW, ASSIGNED, or REOPENED, which is what we want. If you don't select anything + in the other 5 scrollboxes there, then you are saying that "any of these are OK"; + we're not locking ourselves into only finding bugs on the "DEC" Platform, or "Windows 95" + OpSys (Operating System). You're smart, I think you have it figured out. + + + Basically, selecting anything on the query page narrows your search + down. Leaving stuff unselected, or text boxes unfilled, broadens your search! + + + + + + You see the box immediately below the top six boxes that contains an "Email" text box, + with the words "matching as", a drop-down selection box, then some checkboxes with + "Assigned To" checked by default? This allows you to filter your search down based upon + email address. Let's put my email address in there, and see what happens. + + + Type "barnboy@trilobyte.net" in the top Email text box. + + + + + + Let's narrow the search some more. Scroll down until you find the box with the word + "Program" over the top of it. This is where we can narrow our search down to only + specific products (software programs or product lines) in our Bugzilla database. + Please notice the box is a scrollbox. Using the down arrow on the + scrollbox, scroll down until you can see an entry called "Webtools". Select this entry. + + + + + Did you notice that some of the boxes to the right changed when you selected "Webtools"? + Every Program (or Product) has different Versions, Components, and Target Milestones associated + with it. A "Version" is the number of a software program. + + Some Famous Software Versions + + + Do you remember the hype in 1995 when Microsoft Windows 95(r) was released? + It may have been several years + ago, but Microsoft(tm) spent over $300 Million advertising this new Version of their + software. Three years later, they released Microsoft Windows 98(r), + another new version, to great fanfare, and then in 2000 quietly + released Microsoft Windows ME(Millenium Edition)(r). + + + Software "Versions" help a manufacturer differentiate + their current product from their + previous products. Most do not identify their products + by the year they were released. + Instead, the "original" version of their software will + often be numbered "1.0", with + small bug-fix releases on subsequent tenths of a digit. In most cases, it's not + a decimal number; for instance, often 1.9 is an older version + of the software than 1.11, + but is a newer version than 1.1.1. + + + In general, a "Version" in Bugzilla should refer to + released + products, not products that have not yet been released + to the public. Forthcoming products + are what the Target Milestone field is for. + + + + + + A "Component" is a piece of a Product. + It may be a standalone program, or some other logical + division of a Product or Program. + Normally, a Component has a single Owner, who is responsible + for overseeing efforts to improve that Component. + + Mozilla Webtools Components + + + Mozilla's "Webtools" Product is composed of several pieces (Components): + + Bonsai, + a tool to show recent changes to Mozilla + Bugzilla, + a defect-tracking tool + Build, + a tool to automatically compile source code + into machine-readable form + Despot, + a program that controls access to the other Webtools + LXR, + a utility that automatically marks up text files + to make them more readable + MozBot, + a "robot" that announces changes to Mozilla in Chat + TestManager, + a tool to help find bugs in Mozilla + Tinderbox, + which displays reports from Build + + + + A different person is responsible for each of these Components. + Tara Hernandez keeps + the "Bugzilla" component up-to-date. + + + + + + A "Milestone", or "Target Milestone" is a often a planned future "Version" of a + product. In many cases, though, Milestones simply represent significant dates for + a developer. Having certain features in your Product is frequently + tied to revenue (money) + the developer will receive if the features work by the time she + reaches the Target Milestone. + Target Milestones are a great tool to organize your time. + If someone will pay you $100,000 for + incorporating certain features by a certain date, + those features by that Milestone date become + a very high priority. Milestones tend to be highly malleable creatures, + though, that appear + to be in reach but are out of reach by the time the important day arrives. + + + The Bugzilla Project has set up Milestones for future + Bugzilla versions 2.14, 2.16, 2.18, 3.0, etc. However, + a Target Milestone can just as easily be a specific date, + code name, or weird alphanumeric + combination, like "M19". + + + + + + OK, now let's select the "Bugzilla" component from its scrollbox. + + + + + Skip down the page a bit -- do you see the "submit query" button? + Select it, and let's run + this query! + + + + + Congratulations! You've completed your first Query, and have before you the Bug List + of the author of this Guide, Matthew P. Barnson (barnboy@trilobyte.net). If I'm + doing well, + you'll have a cryptic "Zarro Boogs Found" message on your screen. It is just + a happy hacker's way of saying "Zero Bugs Found". However, I am fairly certain I will + always have some bugs assigned to me that aren't done yet, + so you won't often see that message! + + + + + I encourage you to click the bug numbers in the left-hand column and examine + my bugs. Also notice that if you click the underlined + links near the top of this page, they do + not take you to context-sensitive help here, + but instead sort the columns of bugs on the screen! + When you need to sort your bugs by priority, severity, + or the people they are assigned to, this + is a tremendous timesaver. + + + A couple more interesting things about the Bug List page: + + Change Columns: + by selecting this link, you can show all kinds + of information in the Bug List + Change several bugs at once: + If you have sufficient rights to change all + the bugs shown in the Bug List, you can mass-modify them. + This is a big time-saver. + Send mail to bug owners: + If you have many related bugs, you can request + an update from every person who owns the bugs in + the Bug List asking them the status. + Edit this query: + If you didn't get exactly the results you were looking for, + you can return to the Query page through this link and make + small revisions to the query you just made so + you get more accurate results. + + + + + There are many more options to the Bugzilla Query Page + and the Bug List than I have shown you. + But this should be enough for you to learn to get around. + I encourage you to check out the + Bugzilla Home Page + to learn about the Anatomy + and Life Cycle of a Bug before continuing. + + +
+ + +
+ Creating and Managing Bug Reports + + And all this time, I thought we were taking bugs out... + + +
+ Writing a Great Bug Report + + Before we plunge into writing your first bug report, I encourage you to read + Mozilla.org's Bug + Writing Guidelines. While some of the advice is Mozilla-specific, the basic + principles of reporting Reproducible, Specific bugs, 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. + + + While you are at it, why not learn how to find previously reported bugs? Mozilla.org + has published a great tutorial on finding duplicate bugs, available at + + http://www.mozilla.org/quality/help/beginning-duplicate-finding.html. + + + I realize this was a lot to read. However, understanding the mentality of writing + great bug reports will help us on the next part! + + + + + Go back to + http://landfill.tequilarista.org/mozilla/bugzilla/ + in your browser. + + + + + Select the + + Enter a new bug report link. + + + + + Select a product. + + + + + Now you should be at the "Enter Bug" form. + The "reporter" should have been automatically filled out + for you (or else Bugzilla prompted you to Log In again + -- you did keep the email with your username + and password, didn't you?). + + + + + Select a Component in the scrollbox. + + + + + Bugzilla should have made reasonable guesses, based upon your browser, + for the "Platform" and "OS" drop-down + boxes. If those are wrong, change them -- if you're on an SGI box + running IRIX, we want to know! + + + + + Fill in the "Assigned To" box with the email address you provided earlier. + This way you don't end up sending copies of your bug to lots of other people, + since it's just a test bug. + + + + + Leave the "CC" text box blank. + Fill in the "URL" box with "http://www.mozilla.org". + + + + + Enter "The Bugzilla Guide" in the Summary text box, + and place any comments you have on this + tutorial, or the Guide in general, into the Description box. + + + + + Voila! Select "Commit" and send in your bug report! + Next we'll look at resolving bugs. + +
+ +
+ Managing your Bug Reports + + OK, you should have a link to the bug you just created near the top of your page. + It should say + "Bug XXXX posted", with a link to the right saying "Back to BUG# XXXX". + Select this link. + + + + + Scroll down a bit on the subsequent page, + until you see the "Resolve bug, changing resolution to (dropdown box). + Normally, you would + "Accept bug (change status to ASSIGNED)", fix it, and then resolve. + But in this case, we're + going to short-circuit the process because this wasn't a real bug. + Change the dropdown next to + "Resolve Bug" to "INVALID", make sure the radio button is + marked next to "Resolve Bug", then + click "Commit". + + + + + Hey! It said it couldn't take the change in a big red box! + That's right, you must specify + a Comment in order to make this change. Select the "Back" + button in your browser, add a + Comment, then try Resolving the bug with INVALID status again. + This time it should work. + + + + + You have now learned the basics of Bugzilla navigation, + entering a bug, and bug maintenance. + I encourage you to explore these features, and see what you can do with them! + We'll spend no more time on individual Bugs or Queries from this point on, so you are + on your own there. + + + But I'll give a few last hints! + + + There is a CLUE + on the Query page + that will teach you more how to use the form. + + + If you click the hyperlink on the + Component + box of the Query page, you will be presented a form that will describe what all + the components are. + + + Possibly the most powerful feature of the Query page is the + Boolean Chart section. + It's a bit confusing to use the first time, but can provide unparalleled + flexibility in your queries, + allowing you to build extremely powerful requests. + + + Finally, you can build some nifty + Reports + using the "Bug Reports" link near the bottom of the query page, and also + available via the "Reports" link + at the footer of each page. + +
+
+ +
+ +
+ What's in it for me? + + + Indiana, it feels like we walking on fortune cookies! + + + These ain't fortune cookies, kid... + + + + Customized User Preferences offer tremendous versatility to + your individual Bugzilla experience. + Let's plunge into what you can do! The first step is to click + the "Edit prefs" link at the footer of each page once you + have logged in to + + Landfill. + +
+ Account Settings + + On this page, you can change your basic Account Settings, + including your password and full name. + For security reasons, in order to change anything on this page you + must type your current + password into the "Old Password" field. + If you wish to change your password, type the new password you + want into the "New Password" field and again into the "Re-enter + new password" field to ensure + you typed your new password correctly. Select the "Submit" button and you're done! + +
+
+ Email Settings +
+ Email Notification + + Ahh, here you can reduce or increase the amount of email sent you from Bugzilla! + In the drop-down "Notify me of changes to", select one of + + All qualifying bugs: sends you every change to every bug + where your name is somewhere on it, regardless of who changed it. + Only those bugs which I am listed in the CC line: prevents + you from receiving mail for which you are the reporter,' + owner, or QA contact. If you are on the CC + list, presumably someone had a good + reason for you to get the email. + All qulifying bugs except those which I change: + This is the default, and + a sensible setting. If someone else changes your bugs, you will get emailed, + but if you change bugs + yourself you will receive no notification of the change. + + +
+
+ New Email Technology + + + This option may not be available in all Bugzilla installations, depending upon + the preferences of the systems administrator responsible for the setup of your Bugzilla. + However, if you really want this functionality, ask her to "enable newemailtech + in Params" + and "make it the default for all new users", referring her to the Administration section + of this Guide. + + + + Disregard the warnings about "experimental and bleeding edge"; the code to handle email + in a cleaner manner than that historically used for Bugzilla is + quite robust and well-tested now. + + + I recommend you enable the option, "Click here to sign up (and risk any bugs)". + Your email-box + will thank you for it. The fundamental shift in "newemailtech" is away from standard UNIX + "diff" output, which is quite ugly, to a prettier, better laid-out email. + +
+
+ "Watching" Users + + + This option may not be available in all Bugzilla installations, depending upon + the preferences of the systems administrator responsible for the setup of your Bugzilla. + However, if you really want this functionality, ask her to "enable watchers in Params". + + + + By entering user email names into the "Users to watch" text entry box, delineated by commas, + you can watch bugs of other users. This powerful functionality enables seamless transitions + as developers change projects, managers wish to get in touch with the issues faced by their + direct reports, or users go on vacation. If any of these three situations apply + to you, you will undoubtedly find this feature quite convenient. + +
+
+
+ Page Footer + + + By default, this page is quite barren. However, go explore the Query Page some more; you will + find that you can store numerous queries on the server, so if you regularly run a particular query + it is just a drop-down menu away. On this page of Preferences, if you have many stored + queries you can elect to have them always one-click away! + + + + If you have many stored queries on the server, here you will find individual drop-downs for each + stored query. Each drop-down gives you the option of that query appearing on the footer of every + page in Bugzilla! This gives you powerful one-click access to any complex searches you may set up, + and is an excellent way to impress your boss... + + + By default, the "My Bugs" link appears at the bottom of each page. However, this query + gives you both the bugs you have reported, as well as those you are assigned. One of the most + common uses for this page is to remove the "My Bugs" link, replacing it with two other queries, + commonly called "My Bug Reports" and "My Bugs" (but only referencing bugs assigned to you). This + allows you to distinguish those bugs you have reported from those you are assigned. I commonly + set up complex Boolean queries in the Query page and link them to my footer in this page. When + they are significantly complex, a one-click reference can save hours of work. + +
+
+ Permissions + + This is a purely informative page which outlines your current permissions on + this installation of Bugzilla. If you have permissions to grant certain permissions to + other users, the "other users" link appears on this page as well as the footer. + For more information regarding user administration, please consult the Administration + section of this Guide. + +
+
+ +
+ Using Bugzilla-Conclusion + + Thank you for reading through this portion of the Bugzilla Guide. I anticipate + it may not yet meet the needs of all readers. If you have additional comments or + corrections to make, please submit your contributions to the + mozilla-webtools + mailing list/newsgroup. The mailing list is mirrored to the netscape.public.mozilla.webtools + newsgroup, and the newsgroup is mirrored to mozilla-webtools@mozilla.org + +
+
+ + + diff --git a/docs/sgml/variants.sgml b/docs/sgml/variants.sgml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml new file mode 100644 index 0000000000..a6bcaaeca1 --- /dev/null +++ b/docs/xml/Bugzilla-Guide.xml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + +]> + + + + + + + + + The Bugzilla Guide + v2.11.1, 06 March 2001 + + Matthew + P. + Barnson + +
barnboy@trilobyte.net
+
+
+ + + This is the documentation for Bugzilla, the Mozilla bug-tracking system. + + + + + v2.11 + 20 December 2000 + MPB + Converted the README, FAQ, and DATABASE information into SGML + docbook format. + + + + 2.11.1 + 06 March 2001 + + Took way too long to revise this for 2.12 release. + Updated FAQ to use qandaset tags instead of literallayout, + cleaned up administration section, added User Guide section, + miscellaneous FAQ updates and third-party integration information. + From this point on all new tags are lowercase in preparation for the + 2.13 release of the Guide in XML format instead of SGML. + + + + + + Bugzilla + Guide + installation + FAQ + administration + integration + MySQL + Mozilla + webtools + +
+ + +&about; + + +&installation; + + +&administration; + + +&using; + + +&integration; + + +&future; + + +&faq; + + +&database; + + +&variants; + + +&patches; + + +&gfdl; + + +&glossary; + + +&index; + +
+ + + + + + + + + + + diff --git a/docs/xml/about.xml b/docs/xml/about.xml new file mode 100644 index 0000000000..d83d7d0e58 --- /dev/null +++ b/docs/xml/about.xml @@ -0,0 +1,235 @@ + + + +About This Guide + +
+ Purpose and Scope of this Guide + + This document was started on September 17, 2000 + by Matthew P. Barnson after a great deal of procrastination updating the Bugzilla FAQ, + which I left untouched for nearly half a year. + After numerous complete rewrites and reformatting, it is the document you see today. + + + Despite the lack of updates, Bugzilla is simply the best piece of bug-tracking software + the world has ever seen. This document is intended to be the comprehensive guide to + the installation, administration, maintenance, and use of the Bugzilla bug-tracking system. + + + This release of the Bugzilla Guide is the 2.11 release. + It is so named that it may match the current version of Bugzilla. + The numbering tradition stems from that used for many free software projects, + in which even-numbered point releases (1.2, 1.14, etc.) + are considered "stable releases", intended for public consumption; on the other + hand, odd-numbered point releases (1.3, 2.09, etc.) + are considered unstable development releases intended + for advanced users, systems administrators, developers, and those who enjoy + a lot of pain. + + + Newer revisions of the Bugzilla Guide will follow the numbering conventions of + the main-tree Bugzilla releases, available at + Mozilla.org, with + the exception that intermediate releases will have a minor revision number + following a period. For instance, if the current version of Bugzilla is 4.2, + the current "stable" version of the Bugzilla guide, in, say, it's fifth revision, + would be numbered "4.2.5". Got it? Good. + + + I wrote this in response to the enormous demand for decent Bugzilla documentation. + I have incorporated instructions from the Bugzilla README, Frequently Asked Questions, + Database Schema Document, and various mailing lists to create it. + Chances are, there are glaring errors in this documentation; please contact + barnboy@trilobyte.net to correct them. + +
+ + + +
+ Disclaimer + + No liability for the contents of this document can be accepted. + Use the concepts, examples, and other content at your own risk. + As this is a new edition of this document, there may be errors + and inaccuracies that may damage your system. Use of this document + may cause your girlfriend to leave you, your cats to pee on your + furniture and clothing, your computer to cease functioning, your + boss to fire you, and global thermonuclear war. Proceed with caution. + + + All copyrights are held by their respective owners, unless specifically + noted otherwise. Use of a term in this document should not be regarded + as affecting the validity of any trademark or service mark. + In particular, I like to put down Microsoft(tm). Live with it. + + + Naming of particular products or brands should not be seen as endorsements, + with the exception of the term "GNU/Linux". + Use GNU/Linux. Love it. Bathe with it. It is life and happiness. + I endorse it wholeheartedly and encourage you to do the same. + + + You are strongly recommended to make a backup of your system before + installing Bugzilla and at regular intervals thereafter. Heaven knows + it's saved my bacon time after time; if you implement any suggestion in + this Guide, implement this one! + + + Bugzilla has not undergone a complete security review. + Security holes probably exist in the code. + Great care should be taken both in the installation and usage of this software. + Carefully consider the implications of installing other network services with Bugzilla. + +
+ + + +
+ New Versions + + This is the initial release of the Bugzilla Guide. + + + This document can be found in the following places: + + + + + + TriloBYTE + + + + + Mozilla.org + + + + + The Linux Documentation Project + + + + + + The latest version of this document can be checked out via CVS. + Please follow the instructions available at + the Mozilla CVS page, + and check out the mozilla/webtools/bugzilla/docs/ branch. + +
+ +
+ Credits + + The people listed below have made enormous contributions to the creation + of this Guide, through their dedicated hacking efforts, + numerous e-mail and IRC support sessions, + and overall excellent contribution to the Bugzilla community: + + + Terry Weissman + for initially converting Bugzilla from BugSplat! + and writing the README upon which this documentation is largely based. + + + Tara Hernandez + for keeping Bugzilla development going strong after Terry left Mozilla.org + + + Dave Lawrence + for providing insight into the key differences between Red Hat's + customized Bugzilla, and being largely responsible for the + "Red Hat Bugzilla" appendix + + + Dawn Endico + for being a hacker extraordinaire and putting up with my incessant + questions and arguments on irc.mozilla.org in #mozwebtools + + + Last but not least, all the members of the + + netscape.public.mozilla.webtools newsgroup. Without your + discussions, insight, suggestions, and patches, this could never have happened. + +
+
+Contributors + + Thanks go to these people for significant contributions to this documentation: + + + Zach Lipton, Andrew Pearson, Spencer Smith, Eric Hansen + +
+
+ Feedback + + I welcome feedback on this document. Without your submissions and input, + this Guide cannot continue to exist. Please mail additions, comments, criticisms, etc. + to barnboy@trilobyte.net. Please send flames to + devnull@localhost + +
+ +
+ Translations + + The Bugzilla Guide needs translators! Please volunteer your translation into the language of your choice. + If you will translate this Guide, please notify the members of the mozilla-webtools mailing list at + mozilla-webtools@mozilla.org + +
+ + +&conventions; + +
+ + + + + + + + + + + diff --git a/docs/xml/administration.xml b/docs/xml/administration.xml new file mode 100644 index 0000000000..3ab02653bc --- /dev/null +++ b/docs/xml/administration.xml @@ -0,0 +1,1107 @@ + + + + + + Administering Bugzilla +Or, I just got this cool thing installed. Now what the heck do I do with it? + + +So you followed the README isntructions to the letter, and +just logged into bugzilla with your super-duper god account and you are sitting at the query +screen. Yet, you have nothing to query. Your first act of bisuness needs to be to setup the +operating parameters for bugzilla. + +
+ Post-Installation Checklist + + After installation, follow the checklist below to ensure that + you have a successful installation. + If you do not see a recommended setting for a parameter, + consider leaving it at the default + while you perform your initial tests on your Bugzilla setup. + + + checklist + + + + + Set "maintainer" to your email address. + This allows Bugzilla's error messages + to display your email + address and allow people to contact you for help. + + + + + Set "urlbase" to the URL reference for your Bugzilla installation. + If your bugzilla query page is at http://www.foo.com/bugzilla/query.cgi, + your url base is http://www.foo.com/bugzilla/ + + + + + Set "usebuggroups" to "1" only + if you need to restrict access to products. + I suggest leaving this parameter off + while initially testing your Bugzilla. + + + + + Set "usebuggroupsentry" to "1" if you want to be able to restrict access to products. + Once again, if you are simply testing your installation, I suggest against + turning this parameter on; the strict security checking may stop you from + being able to modify your new entries. + + + + + Set "shadowdb" to "bug_shadowdb" if you will be + running a *very* large installation of Bugzilla. + The shadow database enables many simultaneous users + to read and write to the database + without interfering with one another. + + + Enabling "shadowdb" can adversely affect the stability + of your installation of Bugzilla. + You may frequently need to manually synchronize your databases, + or schedule nightly syncs + via "cron" + + + Once again, in testing you should + avoid this option -- use it if or when you need to use it, and have + repeatedly run into the problem it was designed to solve -- very long wait times while + attempting to commit a change to the database. + + + If you use the "shadowdb" option, it is only natural that you should turn the "queryagainstshadowdb" + option "On" as well. Otherwise you are replicating data into a shadow database for no reason! + + + + + If you have custom logos or HTML you must put in place to fit within your site design guidelines, + place the code in the "headerhtml", "footerhtml", "errorhtml", "bannerhtml", or "blurbhtml" text boxes. + + + The "headerhtml" text box is the HTML printed out before any other code on the page. + If you have a special banner, put the code for it in "bannerhtml". You may want to leave these + settings at the defaults initially. + + + + + + + Add any text you wish to the "passwordmail" parameter box. For instance, + many people choose to use this box to give a quick training blurb about how to + use Bugzilla at your site. + + + + + Set "newemailtech" to "on". Your users will thank you. This is the default in the post-2.12 world. + + + + + Do you want to use the qa contact ("useqacontact") and status whiteboard ("usestatuswhiteboard") fields? + These fields are useful because they allow for more flexibility, particularly when you have an existing + Quality Assurance and/or Release Engineering team, + but they may not be needed for smaller installations. + + + + + Set "whinedays" to the amount of days you want to let bugs go in the "New" or "Reopened" state before + notifying people they have untouched new bugs. If you do not plan to use this feature, simply do + not set up the whining cron job described in the README, or set this value to "0". + + + + + Set the "commenton" options according to your site policy. It is a wise idea to require comments when users + resolve, reassign, or reopen bugs. + + + It is generally far better to require a developer comment when resolving bugs than not. + Few things are more annoying to bug database users than having a developer + mark a bug "fixed" without any comment as to what the fix was (or even that it was truly fixed!) + + + + + + + Set "supportwatchers" to "On". This feature is helpful for team leads to monitor progress in their + respective areas, and can offer many other benefits, such as allowing a developer to pick up a + former engineer's bugs without requiring her to change all the information in the bug. + + + +
+ +
+ User Administration + + User administration is one of the easiest parts of Bugzilla. + Keeping it from getting out of hand, however, can become a challenge. + + +
+ Creating the Default User + + + When you first run checksetup.pl after installing Bugzilla, it will prompt you + for the administrative username (email address) and password for this "super user". + If for some reason you were to delete the "super user" account, re-running + checksetup.pl will again prompt you for this username and password. + + + + If you wish to add more administrative users, you must use the MySQL interface. + Run "mysql" from the command line, and use these commands ("mysql>" denotes the + mysql prompt, not something you should type in): + mysql> use bugs; + mysql> update profiles set groupset=0x7ffffffffffffff + where login_name = "(user's login name)"; + + +
+ +
+ Managing Other Users + +
+ Logging In + + + + Open the index.html page for your Bugzilla installation in your browser window. + + + + + Click the "Query Existing Bug Reports" link. + + + + + Click the "Log In" link at the foot of the page. + + + + + Type your email address, and the password which was emailed to you when you + created your Bugzilla account, into the spaces provided. + + + + Congratulations, you are logged in! +
+ +
+ Creating new users + + Your users can create their own user accounts by clicking the "New Account" + link at the bottom of each page. + However, should you desire to create user accounts ahead of time, here is how you do it. + + + + + After logging in, click the "Users" link at the footer of the query page. + + + + + To see a specific user, type a portion of their login name + in the box provided and click "submit". + To see all users, simply click the "submit" button. + You must click "submit" here to be able to add a new user. + + + + More functionality is available via the list on the right-hand side + of the text entry box. + You can match what you type as a case-insensitive substring (the default) + of all users on your system, a case-sensitive regular expression + (please see the "man regexp" manual page for details on regular expression syntax), + or a reverse regular expression match, + where every user name which does NOT match the regular expression + is selected. + + + + + + Click the "Add New User" link at the bottom of the user list + + + + + Fill out the form presented. This page is self-explanatory. When done, click "submit". + + + + Adding a user this way will not send an email + informing them of their username and password. + In general, it is preferable to log out and use the "New Account" + button to create users, as it will pre-populate all the required fields and also notify + the user of her account name and password. + + + + +
+ +
+ Disabling Users + + I bet you noticed that big "Disabled Text" entry box available from the "Add New User" screen, + when you edit an account? + By entering any text in this box and selecting "submit", + you have prevented the user from using Bugzilla via the web interface. + Your explanation, written in this text box, will be presented to the user + the next time she attempts to use the system. + + + Don't disable your own administrative account, or you will hate life! + + + +
+ +
+ Modifying Users + + Here I will attempt to describe the function of each option on the user edit screen. + + + + + Login Name: This is generally the user's email address. + However, if you have edited your system parameters, + this may just be the user's login name or some other identifier. + + + For compatability reasons, you should probably + stick with email addresses as user login names. It will make your life easier. + + + + + + + Real Name: Duh! + + + + + Password: You will only see asterisks in versions + of Bugzilla newer than 2.10 or early 2.11. You can change the user password here. + + + + + Email Notification: You may choose from one of three options: + + + + All qualifying bugs except those which I change: + The user will be notified of any change to any bug + for which she is the reporter, assignee, Q/A contact, CC recipient, or "watcher". + + + + + Only those bugs which I am listed on the CC line: + The user will not be notified of changes to bugs where she is the assignee, + reporter, or Q/A contact, but will receive them if she is on the CC list. + + + She will still receive whining cron emails if you set up the "whinemail" feature. + + + + + + + All Qualifying Bugs: This user is a glutton for punishment. + If her name is in the reporter, Q/A contact, CC, assignee, or is a "watcher", + she will get email updates regarding the bug. + + + + + + Disable Text: If you type anything in this box, + including just a space, the user account is disabled from making any changes + to bugs via the web interface, and what you type in this box is presented as the reason. + + Don't disable the administrator account! + + + + As of this writing, the user can still submit bugs via the e-mail gateway, + if you set it up, despite the disabled text field. The e-mail gateway should + not be enabled for secure installations of Bugzilla. + + + + + + + CanConfirm: This field is only used if you have enabled + "unconfirmed" status in your parameters screen. If you enable this for a user, + that user can then move bugs from "Unconfirmed" to "Confirmed" status (ergo: "New" status). + Be judicious about allowing users to turn this bit on for other users. + + + + + Creategroups: This option will allow a user to create and + destroy groups in Bugzilla. Unless you are using the Bugzilla GroupSentry security + option "usebuggroupsentry" in your parameters, this setting has no effect. + + + + + Editbugs: Unless a user has this bit set, they can only edit + those bugs for which they are the assignee or the reporter. + + + Leaving this option unchecked does not prevent users from adding + comments to a bug! They simply cannot change a bug priority, severity, + etc. unless they are the assignee or reporter. + + + + + + + Editcomponents: This flag allows a user to create new + products and components, as well as modify and destroy those that have no bugs + associated with them. If a product or component has bugs associated with it, + those bugs must be moved to a different product or component before Bugzilla + will allow them to be destroyed. The name of a product or component can be + changed without affecting the associated bugs, but it tends to annoy + the hell out of your users when these change a lot. + + + + + Editkeywords: If you use Bugzilla's keyword functionality, + enabling this feature allows a user can create and destroy keywords. + As always, the keywords for existing bugs containing the keyword + the user wishes to destroy must be changed before Bugzilla will allow it to die. + You must be very careful about creating too many new keywords + if you run a very large Bugzilla installation; keywords are global variables + across products, and you can often run into a phenomenon called "keyword bloat". + This confuses users, and then the feature goes unused. + + + + + Editusers: This flag allows a user do what you're doing + right now: edit other users. + This will allow those with the right to do so to remove administrator + priveleges from other users or grant them to themselves. Enable with care. + + + + + PRODUCT: PRODUCT bugs access. This allows an administrator, + with product-level granularity, to specify in which products a user can edit bugs. + The user must still have the "editbugs" privelege to edit bugs in this area; + this simply restricts them from even seeing bugs outside these boundaries if the administrator + has enabled the group sentry parameter "usebuggroupsentry". Unless you are using bug groups, + this option has no effect. + + + +
+
+
+ +
+ Product, Component, Milestone, and Version Administration + + + Dear Lord, we have to get our users to do WHAT? + + + + Many thanks to Zach Lipton for his contributions to this section + + +
+ Products + Formerly, and in some spots still, called "Programs" + + Products are the + broadest category in Bugzilla, and you should have the least of these. + If your company makes computer games, you should have one product per game, + and possibly a few special products + (website, meetings...) + + + A Product (formerly called "Program", and still referred to that way + in some portions of the source code) controls some very important functions. + The number of "votes" available for users to vote for the most important bugs + is set per-product, as is the number of votes required to move a bug automatically + from the UNCONFIRMED status to the NEW status. One can close a Product for further + bug entry and define various Versions available from the Edit Product screen. + + To create a new product: + + + + Select "components" from the yellow footer + + + + It may seem counterintuitive to click "components" when you want + to edit the properties associated with Products. This is one of a long + list of things we want in Bugzilla 3.0... + + + + + + Select the "Add" link to the right of "Add a new product". + + + + + Enter the name of the product and a description. + The Description field is free-form. + + + + + + Don't worry about the "Closed for bug entry", "Maximum Votes per person", + "Maximum votes a person can put on a single bug", "Number of votes a bug in + this Product needs to automatically get out of the UNCOMFIRMED state", + and "Version" options yet. + We'll cover those in a few moments. + + +
+ +
+ Components + + Components are subsections of a Product. + + + Creating some Components + + + The computer game you are designing may a "UI" component, an "API" component, + a "Sound System" component, and a "Plugins" component, each overseen by a different + programmer. It often makes sense to divide Components in Bugzilla according to the + natural divisions of responsibility within your Product or company. + + + + + Each component has a owner and (if you turned it on in the parameters), a qa + contact. The owner should be the primary person who fixes bugs in that component. The QA + Contact should be the person who will ensure these bugs are completely fixed. The Owner, + QA Contact, and Reporter will get email when new bugs are created in this Component and + when these bugs change. Default Owner and Default QA Contact fields only dictate the + default assignments; the Owner and Q/A Contact fields in a bug + are otherwise unrelated to the Component. + + + + To create a new Component: + + + + + Select the "Edit components" link from the "Edit Product" page + + + + + Select the "Add" link to the right of the "Add a new component" text + on the "Select Component" page. + + + + + Fill out the "Component" field, a short "Description", and the "Initial Owner". + The "Component" field should not contain a space. The "Description" field is + free-form. The "Initial Owner" field must be that of a valid user already + existing in the database. If the initial owner does not exist, Bugzilla + will refuse to create the component. + + + Is your "Default Owner" a user who is not yet in the database? + No problem. + + + + Select the "Log out" link on the footer of the page. + + + + + Select the "New Account" link on the footer of the "Relogin" page + + + + + Type in the email address of the default owner you want to create + in the "E-mail address" field, and her full name in the "Real name" + field, then select the "Submit Query" button. + + + + + Now select "Log in" again, type in your login information, and you + can modify the product to use the Default Owner information + you require. + + + + + + + + + + Either "edit" more components or return to the "query" page on the ensuing + "Addming new component" page. To return to the Product you were editing, you + must select the "components" link as before. + + + +
+ +
+ Versions + + Versions are the revisions of the product, such as "Flinders 3.1", "Flinders 95", + and "Flinders 2000". Using Versions helps you isolate code changes and are an aid + in reporting. + + + Common Use of Versions + + + A user reports a bug + against Version "Beta 2.0" of your product. The current Version of your software + is "Release Candidate 1", and no longer has the bug. This will + help you triage and classify bugs according to their relevance. It is also + possible people may report bugs against bleeding-edge beta versions that are + not evident in older versions of the software. This can help isolate code + changes that caused the bug + + + + + A Different Use of Versions + + + This field has been used to good effect by an online service provider in a slightly + different way. They had three versions of the product: "Production", "QA", + and "Dev". Although it may be the same product, a bug in the development + environment is not normally as critical as a Production bug, nor does it + need to be reported publicly. When used in conjunction with Target Milestones, + one can easily specify the environment where a bug can be reproduced, and + the Milestone by which it will be fixed. + + + + + + To create and edit Versions: + + + + + From the "Edit Product" screen, select "Edit Versions" + + + + + You will notice that the product already has the default version "undefined". + If your product doesn't use version numbers, you may want to leave this as it is + or edit it so that it is "---". You can then go back to the edit versions page + and add new versions to your product. + + + Otherwise, click the "Add" button to the right of the "Add a new version" text. + + + + + Enter the name of the Version. This can be free-form characters up to the limit of the + text box. Then select the "Add" button. + + + + + At this point you can select "Edit" to edit more Versions, or return to the "Query" + page, from which you can navigate back to the product through the "components" link + at the foot of the Query page. + + + +
+ +
+ Milestones + + Milestones are "targets" that you plan to get a bug fixed by. For example, you have a bug that + you plan to fix for your 3.0 release, it would be assigned the milestone of 3.0. Or, you have a + bug that you plan to fix for 2.8, this would have a milestone of 2.8. + + + + Milestone options will only appear for a Product if you turned the "usetargetmilestone" field + in the "Edit Parameters" screen "On". + + + + To create new Milestones, set Default Milestones, and set Milestone URL: + + + + + Select "edit milestones" + + + + + Select "Add" to the right of the "Add a new milestone" text + + + + + Enter the name of the Milestone in the "Milestone" field. + You can optionally set the "Sortkey", which is a positive or negative number (-255 to 255) + that defines where in the list this particular milestone appears. + Select "Add". + + + Using SortKey with Target Milestone + + + Let's say you create a target milestone called "Release 1.0", with Sortkey set to "0". + Later, you realize that you will have a public beta, called "Beta1". + You can create a Milestone called "Beta1", with a Sortkey of "-1" in order to ensure + people will see the Target Milestone of "Beta1" earlier on the list than "Release 1.0" + + + + + + + If you want to add more milestones, select the "Edit" link. + If you don't, well shoot, you have to go back to the "query" page and select "components" + again, and make your way back to the Product you were editing. + + + This is another in the list of unusual user interface decisions that + we'd like to get cleaned up. Shouldn't there be a link to the effect of + "edit the Product I was editing when I ended up here"? In any case, + clicking "components" in the footer takes you back to the "Select product" + screen, from which you can begin editing your product again. + + + + + + + From the Edit Product screen again (once you've made your way back), enter the URL + for a description of what your milestones are for this product in the "Milestone URL" field. + It should be of the format "http://www.foo.com/bugzilla/product_milestones.html" + + + Some common uses of this field include product descriptions, product roadmaps, + and of course a simple description of the meaning of each milestone. + + + + + If you're using Target Milestones, the "Default Milestone" field must have some + kind of entry. If you really don't care if people set coherent Target Milestones, + simply leave this at the default, "---". However, controlling and regularly updating the Default + Milestone field is a powerful tool when reporting the status of projects. + + Select the "Update" button when you are done. + + + + + + + +
+ +
+ Voting + + The concept of "voting" is a poorly understood, yet powerful feature for the management + of open-source projects. Each user is assigned so many Votes per product, which they can + freely reassign (or assign multiple votes to a single bug). + This allows developers to gauge user need for a particular enhancement + or bugfix. By allowing bugs with a certain number of votes to automatically move from + "UNCONFIRMED" to "NEW", users of the bug system can help high-priority bugs garner + attention so they don't sit for a long time awaiting triage. + + + The daunting challenge of Votes is deciding where you draw the line for a "vocal majority". If you + only have a user base of 100 users, setting a low threshold for bugs to move from UNCONFIRMED + to NEW makes sense. As the Bugzilla user base expands, however, these thresholds must be + re-evaluated. You should gauge whether this feature is worth the time and close monitoring involved, + and perhaps forego implementation until you have a critical mass of users who demand it. + + To modify Voting settings: + + + + Navigate to the "Edit Product" screen for the Product you wish to modify + + + + + Set "Maximum Votes per person" to your calculated value. Setting this field + to "0" disables voting. + + + + + Set "Maximum Votes a person can put on a single bug" to your calculated value. It + should probably be some number lower than the "Maximum votes per person". + Setting this field to "0" disables voting, but leaves the voting options open + to the user. This is confusing. + + + + + Set "Number of votes a bug in this product needs to automatically get out of the + UNCONFIRMED state" to your calculated number. Setting this field to "0" + disables the automatic move of bugs from UNCONFIRMED to NEW. Some people + advocate leaving this at "0", but of what use are Votes if your Bugzilla + user base is unable to affect which bugs appear on Development radar? + + + You should probably set this number to higher than a small coalition of + Bugzilla users can influence it. Most sites use this as a "referendum" + mechanism -- if users are able to vote a bug out of UNCONFIRMED, it + is a really bad bug! + + + + + + + Once you have adjusted the values to your preference, select the "Update" button. + + + +
+ +
+ Groups and Group Security + + Groups can be very useful in bugzilla, because they allow users to isolate + bugs or products that should only be seen by certain people. Groups can also + be a complicated minefield of interdependencies and weirdness if mismanaged. + + + When to Use Group Security + + + Many Bugzilla sites isolate "Security-related" bugs from all other bugs. + This way, they can have a fix ready before the security vulnerability + is announced to the world. You can create a "Security" product which, by + default, has no members, and only add members to the group (in their individual + User page, as described under User Administration) who should have + priveleged access to "Security" bugs. Alternately, you may create a Group + independently of any Product, and change the Group mask on individual bugs + to restrict access to members only of certain Groups. + + + + + Groups only work if you enable the "usebuggroups" paramater. + In addition, if the "usebuggroupsentry" parameter is "On", one can restrict access + to products by groups, so that only members of a product group are able to view + bugs within that product. + Group security in Bugzilla can be divided into two categories: + Generic and Product-Based. + + + + Groups in Bugzilla are a complicated beast that evolved out of very simple user + permission bitmasks, apparently itself derived from common concepts in UNIX access + controls. A "bitmask" is a fixed-length number whose value can describe one, and + only one, set of states. For instance, UNIX file permissions are assigned bitmask + values: "execute" has a value of 1, "write" has a value of 2, + and "read" has a value of 4. Add them together, + and a file can be read, written to, and executed if it has a bitmask of "7". (This + is a simplified example -- anybody who knows UNIX security knows there is much + more to it than this. Please bear with me for the purpose of this note.) The only + way a bitmask scheme can work is by doubling the bit count for each value. Thus + if UNIX wanted to offer another file permission, the next would have to be a value of + 8, then the next 16, the next 32, etc. + + + Similarly, Bugzilla offers a bitmask to define group permissions, with an internal + limit of 64. Several are already occupied + by built-in permissions. The way around this limitation is + to avoid assigning groups to products if you have many products, avoid bloating + of group lists, and religiously prune irrelevant groups. In reality, most installations + of Bugzilla support far fewer than 64 groups, so this limitation has not hit + for most sites, but it is on the table to be revised for Bugzilla 3.0 + because it interferes with the security schemes of some administrators. + + + + To enable Generic Group Security ("usebuggroups"): + + + + + Turn "On" "usebuggroups" in the "Edit Parameters" screen. + + + + + You will generally have no groups set up. Select the "groups" link + in the footer. + + + + + Take a moment to understand the instructions on the "Edit Groups" screen. + Once you feel confident you understand what is expected of you, select the + "Add Group" link. + + + + + Fill out the "New Name" (remember, no spaces!), "New Description", and "New + User RegExp" fields. "New User RegExp" allows you to automatically place + all users who fulfill the Regular Expression into the new group. + + + Creating a New Group + + + I created a group called "DefaultGroup" with a description of "This is simply + a group to play with", and a "New User RegExp" of "*@velio.com". This + new group automatically includes all Bugzilla users with "@velio.com" at the + end of their user id. When I finished, my new group was assigned bit #128. + + + + + When you have finished, select the "Add" button. + + + + + + To enable Product-Based Group Security ("usebuggroupsentry"): + + + + Don't forget that you only have 64 groups masks available, total, for + your installation of Bugzilla! If you plan on having more than 50 + products in your individual Bugzilla installation, and require group + security for your products, you should + consider either running multiple Bugzillas or using Generic Group Security + instead of Product-Based ("usebuggroupsentry") Group Security. + + + + + + Turn "On" "usebuggroups" and "usebuggroupsentry" in the "Edit Parameters" screen. + + + + "usebuggroupsentry" has the capacity to prevent the administrative user + from directly altering bugs because of conflicting group permissions. + If you plan on using "usebuggroupsentry", you should plan on restricting administrative + account usage to administrative duties only. + In other words, manage bugs with an unpriveleged user account, and + manage users, groups, Products, etc. with the administrative account. + + + + + + You will generally have no Groups set up, unless you enabled "usebuggroupsentry" + prior to creating any Products. To create "Generic Group Security" groups, + follow the instructions given above. To create Product-Based Group security, + simply follow the instructions for creating a new Product. If you need to + add users to these new groups as you create them, you will find the option + to add them to the group available under the "Edit User" screens. + + + +
+
+ +
+ Bugzilla Security + + + Putting your money in a wall safe is better protection than depending on the fact that + no one knows that you hide your money in a mayonnaise jar in your fridge. + + + + + Poorly-configured MySQL, Bugzilla, and FTP installations have given attackers full + access to systems in the past. Please take these guidelines seriously, even + for Bugzilla machines hidden away behind your firewall. 80% of all computer + trespassers are insiders, not anonymous crackers. + + + + First thing's first: Secure your installation. + + + These instructions must, of necessity, be somewhat vague since Bugzilla runs on so many different + platforms. If you have refinements of these directions for specific platforms, please + submit them to mozilla-webtools@mozilla.org + + + + + + Ensure you are running at least MysQL version 3.22.32 or newer. Earlier versions had + notable security holes and poorly secured default configuration choices. + + + + There is no substitute for understanding the tools on your system! + Read + The MySQL Privelege System until you can recite it from memory! + + At the very least, ensure you password the "mysql -u root" account and the "bugs" account, establish grant + table rights (consult the Keystone guide in Appendix C: The Bugzilla Database for some easy-to-use details) + that do not allow CREATE, DROP, RELOAD, SHUTDOWN, and PROCESS for user "bugs". I wrote up the Keystone + advice back when I knew far less about security than I do now : ) + + + + + Lock down /etc/inetd.conf. Heck, disable inet entirely on this box. It should only listen to + port 25 for Sendmail + and port 80 for Apache. + + + + Do not run Apache as "nobody". This will require very lax permissions in your Bugzilla directories. + Run it, instead, as a user with a name, set via your httpd.conf file. + + + + Ensure you have adequate access controls for $BUGZILLA_HOME/data/ and $BUGZILLA_HOME/localconfig. + The localconfig file stores your "bugs" user password, which would be terrible to have in the hands + of a criminal. Also some files under $BUGZILLA_HOME/data store sensitive information. + + + On Apache, you can use .htaccess files to protect access to these directories, as outlined + in Bug 57161 for the + localconfig file, and + Bug 65572 for adequate protection in your data/ and shadow/ directories. + + + Note the instructions which follow are Apache-specific. If you use IIS, Netscape, or other + non-Apache web servers, please consult your system documentation for how to secure these + files from being transmitted to curious users. + + + Place the following text into a file named ".htaccess", readable by your web server, + in your $BUGZILLA_HOME/data directory. + + <Files comments> + allow from all + </Files> + deny from all + + + + Place the following text into a file named ".htaccess", readable by your web server, + in your $BUGZILLA_HOME/ directory. + + <Files localconfig> + deny from all + </Files> + allow from all + + + + Place the following text into a file named ".htaccess", readable by your web server, + in your $BUGZILLA_HOME/shadow directory. + + deny from all + + + + + + + + + + + +
+
+ + + diff --git a/docs/xml/conventions.xml b/docs/xml/conventions.xml new file mode 100644 index 0000000000..66f72303cf --- /dev/null +++ b/docs/xml/conventions.xml @@ -0,0 +1,111 @@ + + +
+ Document Conventions + + + conventions + + + + This document uses the following conventions + + + + + + + Descriptions + Appearance + + + + + Warnings + + Warnings. + + + + Hint + + Hint. + + + + Notes + + Note. + + + + Information requiring special attention + + Warning. + + + + File Names + file.extension + + + Directory Names + directory + + + Commands to be typed + command + + + Applications Names + application + + + Prompt of users command under bash shell + bash$ + + + Prompt of root users command under bash shell + bash# + + + Prompt of user command under tcsh shell + tcsh$ + + + Environment Variables + VARIABLE + + + Emphasized word + word + + + Code Example + paraBeginning and end of paragraphpara + + + + + +
+ + + + diff --git a/docs/xml/database.xml b/docs/xml/database.xml new file mode 100644 index 0000000000..16c72494e3 --- /dev/null +++ b/docs/xml/database.xml @@ -0,0 +1,629 @@ + + + + +The Bugzilla Database + +This document really needs to be updated with more fleshed out information about primary keys, interrelationships, and maybe some nifty tables to document dependencies. Any takers? MPB + +
+ Database Schema Chart + + + + + + + + Database Relationships + + + + Bugzilla database relationships chart + + + +
+ +
+MySQL Bugzilla Database Introduction + + +Contributor(s): Matthew P. Barnson (mbarnson@excitehome.net) + +Last update: May 16, 2000 + +Changes: +Version 1.0: Initial public release (May 16, 2000) + +Maintainer: Matthew P. Barnson (mbarnson@excitehome.net) + + +=== +Table Of Contents +=== + +FOREWORD +INTRODUCTION +THE BASICS +THE TABLES +THE DETAILS + + + +=== +FOREWORD +=== + + This information comes straight from my life. I was forced to learn how +Bugzilla organizes database because of nitpicky requests from users for tiny +changes in wording, rather than having people re-educate themselves or +figure out how to work our procedures around the tool. It sucks, but it can +and will happen to you, so learn how the schema works and deal with it when it +comes. + + I'm sorry this version is plain text. I can whip this info out a lot faster +if I'm not concerned about complex formatting. I'll get it into sgml for easy +portability as time permits. + + The Bugzilla Database Schema has a home! In addition to availability via CVS +and released versions 2.12 and higher of Bugzilla, you can find the latest & +greatest version of the Bugzilla Database Schema at +http://www.trilobyte.net/barnsons/. This is a living document; please be sure +you are up-to-date with the latest version before mirroring. + + The Bugzilla Database Schema is designed to provide vital information +regarding the structure of the MySQL database. Where appropriate, this +document will refer to URLs rather than including documents in their entirety +to ensure completeness even should this paper become out of date. + + This document is not maintained by Netscape or Netscape employees, so please +do not contact them regarding errors or omissions contained herein. Please +direct all questions, comments, updates, flames, etc. to Matthew P. Barnson +mbarnson@excitehome.net) (barnboy or barnhome on irc.mozilla.org in +#mozwebtools). + + I'm sure I've made some glaring errors or omissions in this paper -- please +email me corrections or post corrections to the +netscape.public.mozilla.webtools newsgroup. + + + +=== +INTRODUCTION +=== + + + + So, here you are with your brand-new installation of Bugzilla. You've got +MySQL set up, Apache working right, Perl DBI and DBD talking to the database +flawlessly. Maybe you've even entered a few test bugs to make sure email's +working; people seem to be notified of new bugs and changes, and you can +enter and edit bugs to your heart's content. Perhaps you've gone through the +trouble of setting up a gateway for people to submit bugs to your database via +email, have had a few people test it, and received rave reviews from your beta +testers. + + What's the next thing you do? Outline a training strategy for your +development team, of course, and bring them up to speed on the new tool you've +labored over for hours. + + Your first training session starts off very well! You have a captive +audience which seems enraptured by the efficiency embodied in this thing called +"Bugzilla". You are caught up describing the nifty features, how people can +save favorite queries in the database, set them up as headers and footers on +their pages, customize their layouts, generate reports, track status with +greater efficiency than ever before, leap tall buildings with a single bound +and rescue Jane from the clutches of Certain Death! + + But Certain Death speaks up -- a tiny voice, from the dark corners of the +conference room. "I have a concern," the voice hisses from the darkness, +"about the use of the word 'verified'. + + The room, previously filled with happy chatter, lapses into reverential +silence as Certain Death (better known as the Vice President of Software +Engineering) continues. "You see, for two years we've used the word 'verified' +to indicate that a developer or quality assurance engineer has confirmed that, +in fact, a bug is valid. I don't want to lose two years of training to a +new software product. You need to change the bug status of 'verified' to +'approved' as soon as possible. To avoid confusion, of course." + + Oh no! Terror strikes your heart, as you find yourself mumbling "yes, yes, I +don't think that would be a problem," You review the changes with Certain +Death, and continue to jabber on, "no, it's not too big a change. I mean, we +have the source code, right? You know, 'Use the Source, Luke' and all that... +no problem," All the while you quiver inside like a beached jellyfish bubbling, +burbling, and boiling on a hot Jamaican sand dune... + + Thus begins your adventure into the heart of Bugzilla. You've been forced +to learn about non-portable enum() fields, varchar columns, and tinyint +definitions. The Adventure Awaits You! + + + +=== +The Basics +=== + + If you were like me, at this point you're totally clueless about the +internals of MySQL, and if it weren't for this executive order from the Vice +President you couldn't care less about the difference between a "bigint" and a +"tinyint" entry in MySQL. I'd refer you first to the MySQL documentation, +available at http://www.mysql.com/doc.html, but that's mostly a confusing +morass of high-level database jargon. Here are the basics you need to know +about the database to proceed: + +1. To connect to your database, type "mysql -u root" at the command prompt as +any user. If this works without asking you for a password, SHAME ON YOU! You +should have locked your security down like the README told you to. You can +find details on locking down your database in the Bugzilla FAQ in this +directory (under "Security"), or more robust security generalities in the +MySQL searchable documentation at +http://www.mysql.com/php/manual.php3?section=Privilege_system . + +2. You should now be at a prompt that looks like this: + +mysql> + + At the prompt, if "bugs" is the name of your Bugzilla database, type: + +mysql> use bugs; + + (don't forget the ";" at the end of each line, or you'll be kicking yourself +all the way through this documentation) + Young Grasshopper, you are now ready for the unveiling of the Bugzilla +database, in the next section... + + + +=== +THE TABLES +=== + + Imagine your MySQL database as a series of spreadsheets, and you won't be too +far off. If you use this command: + +mysql> show tables from bugs; + + you'll be able to see all the "spreadsheets" (tables) in your database. Cool, +huh? It's kinda' like a filesystem, only much faster and more robust. Come +on, I'll show you more! + + From the command issued above, you should now have some output that looks +like this: + ++-------------------+ +| Tables in bugs | ++-------------------+ +| attachments | +| bugs | +| bugs_activity | +| cc | +| components | +| dependencies | +| fielddefs | +| groups | +| keyworddefs | +| keywords | +| logincookies | +| longdescs | +| milestones | +| namedqueries | +| products | +| profiles | +| profiles_activity | +| shadowlog | +| versions | +| votes | +| watch | ++-------------------+ + + + If it doesn't look quite the same, that probably means it's time to +update this documentation :) + + Here's an overview of what each table does. Most columns in each table have +descriptive names that make it fairly trivial to figure out their jobs. + +attachments: This table stores all attachments to bugs. It tends to be your +largest table, yet also generally has the fewest entries because file +attachments are so (relatively) large. + +bugs: This is the core of your system. The bugs table stores most of the +current information about a bug, with the exception of the info stored in the +other tables. + +bugs_activity: This stores information regarding what changes are made to bugs +when -- a history file. + +cc: This tiny table simply stores all the CC information for any bug which has +any entries in the CC field of the bug. Note that, like most other tables in +Bugzilla, it does not refer to users by their user names, but by their unique +userid, stored as a primary key in the profiles table. + +components: This stores the programs and components (or products and +components, in newer Bugzilla parlance) for Bugzilla. Curiously, the "program" +(product) field is the full name of the product, rather than some other unique +identifier, like bug_id and user_id are elsewhere in the database. + +dependencies: Stores data about those cool dependency trees. + +fielddefs: A nifty table that defines other tables. For instance, when you +submit a form that changes the value of "AssignedTo" this table allows +translation to the actual field name "assigned_to" for entry into MySQL. + +groups: defines bitmasks for groups. A bitmask is a number that can uniquely +identify group memberships. For instance, say the group that is allowed to +tweak parameters is assigned a value of "1", the group that is allowed to edit +users is assigned a "2", and the group that is allowed to create new groups is +assigned the bitmask of "4". By uniquely combining the group bitmasks (much +like the chmod command in UNIX,) you can identify a user is allowed to tweak +parameters and create groups, but not edit users, by giving him a bitmask of +"5", or a user allowed to edit users and create groups, but not tweak +parameters, by giving him a bitmask of "6" Simple, huh? + If this makes no sense to you, try this at the mysql prompt: +mysql> select * from groups; + You'll see the list, it makes much more sense that way. + +keyworddefs: Definitions of keywords to be used + +keywords: Unlike what you'd think, this table holds which keywords are +associated with which bug id's. + +logincookies: This stores every login cookie ever assigned to you for every +machine you've ever logged into Bugzilla from. Curiously, it never does any +housecleaning -- I see cookies in this file I've not used for months. However, +since Bugzilla never expires your cookie (for convenience' sake), it makes +sense. + +longdescs: The meat of bugzilla -- here is where all user comments are stored! +You've only got 2^24 bytes per comment (it's a mediumtext field), so speak +sparingly -- that's only the amount of space the Old Testament from the Bible +would take (uncompressed, 16 megabytes). Each comment is keyed to the +bug_id to which it's attached, so the order is necessarily chronological, for +comments are played back in the order in which they are received. + +milestones: Interesting that milestones are associated with a specific product +in this table, but Bugzilla does not yet support differing milestones by +product through the standard configuration interfaces. + +namedqueries: This is where everybody stores their "custom queries". Very +cool feature; it beats the tar out of having to bookmark each cool query you +construct. + +products: What products you have, whether new bug entries are allowed for the +product, what milestone you're working toward on that product, votes, etc. It +will be nice when the components table supports these same features, so you +could close a particular component for bug entry without having to close an +entire product... + +profiles: Ahh, so you were wondering where your precious user information was +stored? Here it is! With the passwords in plain text for all to see! (but +sshh... don't tell your users!) + +profiles_activity: Need to know who did what when to who's profile? This'll +tell you, it's a pretty complete history. + +shadowlog: I could be mistaken here, but I believe this table tells you when +your shadow database is updated and what commands were used to update it. We +don't use a shadow database at our site yet, so it's pretty empty for us. + +versions: Version information for every product + +votes: Who voted for what when + +watch: Who (according to userid) is watching who's bugs (according to their +userid). + + +=== +THE DETAILS +=== + + Ahh, so you're wondering just what to do with the information above? At the +mysql prompt, you can view any information about the columns in a table with +this command (where "table" is the name of the table you wish to view): + +mysql> show columns from table; + + You can also view all the data in a table with this command: + +mysql> select * from table; + + -- note: this is a very bad idea to do on, for instance, the "bugs" table if +you have 50,000 bugs. You'll be sitting there a while until you ctrl-c or +50,000 bugs play across your screen. + + You can limit the display from above a little with the command, where +"column" is the name of the column for which you wish to restrict information: + +mysql> select * from table where (column = "some info"); + + -- or the reverse of this + +mysql> select * from table where (column != "some info"); + + Let's take our example from the introduction, and assume you need to change +the word "verified" to "approved" in the resolution field. We know from the +above information that the resolution is likely to be stored in the "bugs" +table. Note we'll need to change a little perl code as well as this database +change, but I won't plunge into that in this document. Let's verify the +information is stored in the "bugs" table: + +mysql> show columns from bugs + + (exceedingly long output truncated here) +| bug_status| enum('UNCONFIRMED','NEW','ASSIGNED','REOPENED','RESOLVED','VERIFIED','CLOSED')||MUL | UNCONFIRMED|| + + Sorry about that long line. We see from this that the "bug status" column is +an "enum field", which is a MySQL peculiarity where a string type field can +only have certain types of entries. While I think this is very cool, it's not +standard SQL. Anyway, we need to add the possible enum field entry +'APPROVED' by altering the "bugs" table. + +mysql> ALTER table bugs CHANGE bug_status bug_status + -> enum("UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED", "RESOLVED", + -> "VERIFIED", "APPROVED", "CLOSED") not null; + + (note we can take three lines or more -- whatever you put in before the +semicolon is evaluated as a single expression) + +Now if you do this: + +mysql> show columns from bugs; + + you'll see that the bug_status field has an extra "APPROVED" enum that's +available! Cool thing, too, is that this is reflected on your query page as +well -- you can query by the new status. But how's it fit into the existing +scheme of things? + Looks like you need to go back and look for instances of the word "verified" +in the perl code for Bugzilla -- wherever you find "verified", change it to +"approved" and you're in business (make sure that's a case-insensitive search). +Although you can query by the enum field, you can't give something a status +of "APPROVED" until you make the perl changes. Note that this change I +mentioned can also be done by editing checksetup.pl, which automates a lot of +this. But you need to know this stuff anyway, right? + + I hope this database tutorial has been useful for you. If you have comments +to add, questions, concerns, etc. please direct them to +mbarnson@excitehome.net. Please direct flames to /dev/null :) Have a nice +day! + + + +=== +LINKS +=== + +Great MySQL tutorial site: +http://www.devshed.com/Server_Side/MySQL/ + + +
+ +
+ MySQL Permissions & Grant Tables + + + The following portion of documentation comes from my answer to an old discussion of Keynote, a cool product that does trouble-ticket tracking for IT departments. I wrote this post to the Keynote support group regarding MySQL grant table permissions, and how to use them effectively. It is badly in need of updating, as I believe MySQL has added a field or two to the grant tables since this time, but it serves as a decent introduction and troubleshooting document for grant table issues. I used Keynote to track my troubles until I discovered Bugzilla, which gave me a whole new set of troubles to work on : ) + + + +From matt_barnson@singletrac.com Wed Jul 7 09:00:07 1999 +Date: Mon, 1 Mar 1999 21:37:04 -0700 +From: Matthew Barnson matt_barnson@singletrac.com +To: keystone-users@homeport.org +Subject: [keystone-users] Grant Tables FAQ + + [The following text is in the "iso-8859-1" character set] + [Your display is set for the "US-ASCII" character set] + [Some characters may be displayed incorrectly] + +Maybe we can include this rambling message in the Keystone FAQ? It gets +asked a lot, and the only option current listed in the FAQ is +"--skip-grant-tables". + +Really, you can't go wrong by reading section 6 of the MySQL manual, at +http://www.mysql.com/Manual/manual.html. I am sure their description is +better than mine. + +MySQL runs fine without permissions set up correctly if you run the mysql +daemon with the "--skip-grant-tables" option. Running this way denies +access to nobody. Unfortunately, unless you've got yourself firewalled it +also opens the potential for abuse if someone knows you're running it. + +Additionally, the default permissions for MySQL allow anyone at localhost +access to the database if the database name begins with "test_" or is named +"test" (i.e. "test_keystone"). You can change the name of your database in +the keystone.conf file ($sys_dbname). This is the way I am doing it for +some of my databases, and it works fine. + +The methods described below assume you're running MySQL on the same box as +your webserver, and that you don't mind if your $sys_dbuser for Keystone has +superuser access. See near the bottom of this message for a description of +what each field does. + +Method #1: + +1. cd /var/lib + #location where you'll want to run /usr/bin/mysql_install_db shell +script from to get it to work. + +2. ln -s mysql data + # soft links the "mysql" directory to "data", which is what +mysql_install_db expects. Alternately, you can edit mysql_install_db and +change all the "./data" references to "./mysql". + +3. Edit /usr/bin/mysql_install_db with your favorite text editor (vi, +emacs, jot, pico, etc.) +A) Copy the "INSERT INTO db VALUES +('%','test\_%','','Y','Y','Y','Y','Y','Y');" and paste it immediately after +itself. Chage the 'test\_%' value to 'keystone', or the value of +$sys_dbname in keystone.conf. +B) If you are running your keystone database with any user, you'll need to +copy the "INSERT INTO user VALUES +('localhost','root','','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');" line after +itself and change 'root' to the name of the keystone database user +($sys_dbuser) in keystone.conf. + + # adds entries to the script to create grant tables for specific +hosts and users. The user you set up has super-user access ($sys_dbuser) -- +you may or may not want this. The layout of mysql_install_db is really very +uncomplicated. + +4. /usr/bin/mysqladmin shutdown + # ya gotta shut it down before you can reinstall the grant tables! + +5. rm -i /var/lib/mysql/mysql/*.IS?' and answer 'Y' to the deletion +questions. + # nuke your current grant tables. This WILL NOT delete any other +databases than your grant tables. + +6. /usr/bin/mysql_install_db + # run the script you just edited to install your new grant tables. + +7. mysqladmin -u root password (new_password) + # change the root MySQL password, or else anyone on localhost can +login to MySQL as root and make changes. You can skip this step if you want +keystone to connect as root with no password. + +8. mysqladmin -u (webserver_user_name) password (new_password) + # change the password of the $sys_dbuser. Note that you will need +to change the password in the keystone.conf file as well in $sys_dbpasswd, +and if your permissions are set up incorrectly anybody can type the URL to +your keystone.conf file and get the password. Not that this will help them +much if your permissions are set to @localhost. + + + +Method #2: easier, but a pain reproducing if you have to delete your grant +tables. This is the "recommended" method for altering grant tables in +MySQL. I don't use it because I like the other way :) + +shell> mysql --user=root keystone + +mysql> GRANT +SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,DROP,RELOAD,SHUTDOWN,PROCESS, +FILE, + ON keystone.* + TO <$sys_dbuser name>@localhost + IDENTIFIED BY '(password)' + WITH GRANT OPTION; + +OR + +mysql> GRANT ALL PRIVELEGES + ON keystone.* + TO <$sys_dbuser name>@localhost + IDENTIFIED BY '(password)' + WITH GRANT OPTION; + + # this grants the required permissions to the keystone ($sys_dbuser) +account defined in keystone.conf. However, if you are runnning many +different MySQL-based apps, as we are, it's generally better to edit the +mysql_install_db script to be able to quickly reproduce your permissions +structure again. Note that the FILE privelege and WITH GRANT OPTION may not +be in your best interest to include. + + +GRANT TABLE FIELDS EXPLANATION: +Quick syntax summary: "%" in MySQL is a wildcard. I.E., if you are +defining your DB table and in the 'host' field and enter '%', that means +that any host can access that database. Of course, that host must also have +a valid db user in order to do anything useful. 'db'=name of database. In +our case, it should be "keystone". "user" should be your "$sys_dbuser" +defined in keystone.conf. Note that you CANNOT add or change a password by +using the "INSERT INTO db (X)" command -- you must change it with the mysql +-u command as defined above. Passwords are stored encrypted in the MySQL +database, and if you try to enter it directly into the table they will not +match. + +TABLE: USER. Everything after "password" is a privelege granted (Y/N). +This table controls individual user global access rights. + +'host','user','password','select','insert','update','delete','index','alter' +,'create','drop','grant','reload','shutdown','process','file' + +TABLE: DB. This controls access of USERS to databases. + +'host','db','user','select','insert','update','delete','index','alter','crea +te','drop','grant' + +TABLE: HOST. This controls which HOSTS are allowed what global access +rights. Note that the HOST table, USER table, and DB table are very closely +connected -- if an authorized USER attempts an SQL request from an +unauthorized HOST, she's denied. If a request from an authorized HOST is +not an authorized USER, it is denied. If a globally authorized USER does +not have rights to a certain DB, she's denied. Get the picture? + +'host','db','select','insert','update','delete','index','alter','create','dr +op','grant' + + +You should now have a working knowledge of MySQL grant tables. If there is +anything I've left out of this answer that you feel is pertinent, or if my +instructions don't work for you, please let me know and I'll re-post this +letter again, corrected. I threw it together one night out of exasperation +for all the newbies who don't know squat about MySQL yet, so it is almost +guaranteed to have errors. + +Once again, you can't go wrong by reading section 6 of the MySQL manual. It +is more detailed than I! +http://www.mysql.com/Manual/manual.html. + +---------------------------------------------------------------------------- +10/12/2000 +Matthew sent in some mail with updated contact information: +NEW CONTACT INFORMATION: + + ------------------------ + Matthew P. Barnson + Manager, Systems Administration + Excite@Home Business Applications + mbarnson@excitehome.net + (801)234-8300 + + + +
+
+ Cleaning up after mucking with Bugzilla + +Contributed by Eric Hansen: +There are several things, and one trick. There is a small tiny piece of +documentation I saw once that said something very important. +1) After pretty much any manual working of the Mysql db, you must +delete a file in the bugzilla directory: data/versioncache +Versioncache basically is a way to speed up bugzilla (from what I +understand). It stores a lot of commonly used information. However, +this file is refreshed every so often (I can't remember the time +interval though). So eventually all changes do propogate out, so you +may see stuff suddenly working. +2) Assuming that failed, you will also have to check something with the +checksetup.pl file. It actually is run twice. The first time it +creates the file: localconfig. You can modify localconfig, (or not if +you are doing bug_status stuff) or you should delete localconfig and +rerun your modified checksetup.pl. Since I don't actually see anything +in localconfig pertaining to bug_status, this point is mainly a FYI. + +
+ +
+ + diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml new file mode 100644 index 0000000000..c10efec42f --- /dev/null +++ b/docs/xml/faq.xml @@ -0,0 +1,1845 @@ + + + + The Bugzilla FAQ + + + + + + General Questions + + + + + Where can I find information about Bugzilla? + + + + You can stay up-to-date with the latest Bugzilla + information at + http://www.mozilla.org/projects/bugzilla/ + + + + + + + + What license is Bugzilla distributed under? + + + + + Bugzilla is covered by the Mozilla Public License. + See details at + http://www.mozilla.org/MPL/ + + + + + + + + How do I get commercial support for Bugzilla? + + + + + www.collab.net offers + Bugzilla as part of their standard offering to large projects. + They do have some minimum fees that are pretty hefty, and generally + aren't interested in small projects. + + + There are several experienced + Bugzilla hackers on the mailing list/newsgroup who are willing + to whore themselves out for generous compensation. + Try sending a message to the mailing list asking for a volunteer. + + + + + + + + What major companies or projects are currently using Bugzilla + for bug-tracking? + + + + + There are dozens of major comapanies with public + Bugzilla sites to track bugs in their products. A few include: + + Netscape/AOL + Mozilla.org + AtHome Corporation + Red Hat Software + Loki Entertainment Software + SuSe Corp + The Horde Project + The Eazel Project + AbiSource + Real Time Enterprises, Inc + Eggheads.org + Strata Software + RockLinux + Creative Labs (makers of SoundBlaster) + The Apache Foundation + The Gnome Foundation + Linux-Mandrake + + + + Suffice to say, there are more than enough huge projects using Bugzilla + that we can safely say it's extremely popular. + + + + + + + + Who maintains Bugzilla? + + + + + There are many, many contributors from around the world maintaining Bugzilla. + The designated "Maintainer" is Tara Hernandez, with QA support by Matthew Tuck. + Dan Mosedale and Dawn Endico are employees of Mozilla.org responsible for the + installation of Bugzilla there, and are very frequent code contributors. + Terry Weissman originally ported Bugzilla, but "these days, Terry just hangs around + and heckles." The rest of us are mostly transient developers; Bugzilla suits + our needs, and we contribute code as we have needs for updates. + + + + + + + + How does Bugzilla stack up against other bug-tracking databases? + + + + + A year has gone by, and I still can't find any head-to-head + comparisons of Bugzilla against other defect-tracking software. However, from my + personal experience with other bug-trackers, Bugzilla offers + superior performance on commodity hardware, better price (free!), more developer- + friendly features (such as stored queries, email integration, and platform + independence), improved scalability, open source code, greater flexibility, + and superior ease-of-use. + + + If you happen to be a commercial Bugzilla vendor, please step forward with a rebuttal + so I can include it in the FAQ. We're not in pursuit of Bugzilla ueber alles; + we simply love having a powerful, open-source tool to get our jobs done. + + + + + + + + How do I change my user name in Bugzilla? + + + + + You can't. However, the administrative account can, by simply opening + your user account in editusers.cgi and changing the login name. + + + + + + + + Why doesn't Bugzilla offer this or that feature or compatability + with this other tracking software? + + + + + It may be that the support has not been built yet, or that you + have not yet found it. Bugzilla is making tremendous strides in + usability, customizability, scalability, and user interface. It + is widely considered the most complete and popular open-source + bug-tracking software in existence. + + + That doesn't mean it can't use improvement! + You can help the project along by either hacking a patch yourself + that supports the functionality you require, or else submitting a + "Request for Enhancement" (RFE) using the bug submission interface + at bugzilla.mozilla.org. + + + + + + + + Why MySQL? I'm interested in seeing Bugzilla run on + Oracle/Sybase/Msql/PostgreSQL/MSSQL? + + + + Terry Weissman answers, +
+ + You're not the only one. But I am not very interested. I'm not + a real SQL or database person. I just wanted to make a useful tool, + and build it on top of free software. So, I picked MySQL, and + learned SQL by staring at the MySQL manual and some code lying + around here, and + wrote Bugzilla. I didn't know that Enum's were non-standard SQL. + I'm not sure if I would have cared, but I didn't even know. So, to + me, things are "portable" because it uses MySQL, and MySQL is + portable enough. I fully understand (now) that people want to be + portable to other databases, but that's never been a real concern + of mine. + +
+
+ + Things aren't quite that grim these days, however. Terry pretty much + sums up much of the thinking many of us have for Bugzilla, but there + is light on the horizon for database-independence! Here are some options: + + + + Red Hat Bugzilla: + Runs a modified Bugzilla 2.8 atop an Oracle database. + + + Interzilla: + A project to run Bugzilla on Interbase. No code released yet, however. + + + Bugzilla 3.0: One of the primary stated goals + is multiple database support. + + +
+
+ + + + + Why do the scripts say "/usr/bonsaitools/bin/perl" instead of + "/usr/bin/perl" or something else? + + + + + Mozilla.org uses /usr/bonsaitools/bin/perl. The prime rule in making + submissions is "don't break bugzilla.mozilla.org". If it breaks it, your + patch will be reverted faster than you can do a diff. + + + Here's Terry Weissman's comment, for some historical context: +
+ + [This was] purely my own convention. I wanted a place to put a version of + Perl and other tools that was strictly under my control for the + various webtools, and not subject to anyone else. Edit it to point + to whatever you like. + + + + We always recommend that, if possible, you keep the path + as /usr/bonsaitools/bin/perl, and simply add a /usr/bonsaitools + and /usr/bonsaitools/bin directory, then symlink your version + of perl to /usr/bonsaitools/bin/perl. This will make upgrading + your Bugzilla much easier in the future. + + + Obviously, if you do not have root access to your Bugzilla + box, our suggestion is irrelevant. + + +
+
+
+
+ +
+ + + + Red Hat Bugzilla + + + + + What about Red Hat Bugzilla? + + + + + Red Hat Bugzilla is arguably more user-friendly, customizable, and scalable + than stock Bugzilla. Check it out at + http://bugzilla.redhat.com and the sources at ftp://people.redhat.com/dkl/. + They've set their Bugzilla up to work with Oracle out of the box. + Note that Redhat Bugzilla is based upon the 2.8 Bugzilla tree; + Bugzilla has made some tremendous advances since the 2.8 release. + Why not download both Bugzillas to check out the differences for + yourself? + + + Dave Lawrence, the original Red Hat Bugzilla maintainer, mentions: +
+ + Somebody needs to take the ball and run with it. I'm the only + maintainer and am very pressed for time. + +
+ If you, or someone you know, has the time and expertise to do the integration + work so main-tree Bugzilla 2.12 and higher integrates the Red + Hat Bugzilla Oracle modifications, please donate your + time to supporting the Bugzilla project. +
+
+
+ + + + + What are the primary benefits of Red Hat Bugzilla? + + + + + Dave Lawrence: +
+ + For the record, we are not using any template type implementation for + the cosmetic changes maded to Bugzilla. It is just alot of html changes + in the code itself. I admit I may have gotten a little carried away with it + but the corporate types asked for a more standardized interface to match up + with other projects relating to Red Hat web sites. A lot of other web based + internal tools I am working on also look like Bugzilla. + + + I do want to land the changes that I have made to Bugzilla but I may + have to back out a good deal and make a different version of Red Hat's + Bugzilla for checking in to CVS. Especially the cosmetic changes because it + seems they may not fit the general public. I will do that as soon as I can. + I also still do my regular QA responsibilities along with Bugzilla so time + is difficult sometimes to come by. + + + There are also a good deal of other changes that were requested by + management for things like support contracts and different permission + groups for making bugs private. Here is a short list of the major + changes that have been made: + + + + + No enum types. All old enum types are now separate smaller tables. + + + + + No bit wise operations. Not all databases support this so they were + changed to a more generic way of doing this task + + + + + Bug reports can only be altered by the reporter, assignee, or a + privileged bugzilla user. The rest of the world can see the bug but in + a non-changeable format (unless the bug has been marked private). They + can however add comments, add and remove themselves from the CC list + + + + + Different group scheme. Each group has an id number related to it. + There is a user_group table which contains userid to groupid mappings + to determine which groups each user belongs to. Additionally there is + a bug_group table that has bugid to groupid mappings to show which + groups can see a particular bug. If there are no entries for a bug in + this table then the bug is public. + + + + + Product groups. product_table created to only allow certain products to + be visible for certain groups in both bug entry and query. This was + particulary helpful for support contracts. + + + + + Of course many (too many) changes to Bugzilla code itself to allow use + with Oracle and still allow operation with Mysql if so desired. + Currently if you use Mysql it is set to use Mysql's old permission + scheme to keep breakage to a minimum. Hopefully one day this will + standardize on one style which may of course be something completely + different. + + + + + Uses Text::Template perl module for rendering of the dynamic HTML pages + such as enter_bug.cgi, query.cgi, bug_form.pl, and for the header and + footer parts of the page. This allows the html to be separate from the + perl code for customizing the look and feel of the page to one's + preference. + + + + + There are many other smaller changes. There is also a port to Oracle + that I have been working on as time permits but is not completely + finished but somewhat usable. I will merge it into our standard code + base when it becomes production quality. Unfortunately there will have + to be some conditionals in the code to make it work with other than + Oracle due to some differences between Oracle and Mysql. + + + + + Both the Mysql and Oracle versions of our current code base are + available from ftp://people.redhat.com/dkl. If Terry/Tara wants I can submit + patch files for all of the changes I have made and he can determine what is + suitable for addition to the main bugzilla cade base. But for me to commit + changes to the actual CVS I will need to back out alot of things that are + not suitable for the rest of the Bugzilla community. I am open to + suggestions. + +
+
+
+
+ + + + + What's the current status of Red Hat Bugzilla? + + + + + + + This information is somewhat dated; I last updated it + 7 June 2000. + + + Dave Lawrence: +
+ + I suppose the current thread warrants an update on the status of + Oracle and bugzilla ;) We have now been running Bugzilla 2.8 on + Oracle for the last two days in our production environment. I + tried to do as much testing as possible with it before going live + which is some of the reason for the long delay. I did not get + enough feedback as I would have liked from internal developers to + help weed out any bugs still left so I said "Fine, i will take it + live and then I will get the feedback I want :)" So it is now + starting to stabilize and it running quite well after working + feverishly the last two days fixing problems as soon as they came + in from the outside world. The current branch in cvs is up2date if + anyone would like to grab it and try it out. The oracle _setup.pl + is broken right now due to some last minute changes but I will + update that soon. Therefore you would probably need to create the + database tables the old fashioned way using the supplied sql + creation scripts located in the ./oracle directory. We have heavy + optimizations in the database it self thanks to the in-house DBA + here at Red Hat so it is running quite fast. The database itself + is located on a dual PII450 with 1GB ram and 14 high voltage + differential raided scsi drives. The tables and indexes are + partitioned in 4 chuncks across the raided drive which is nice + because when ever you need to do a full table scan, it is actually + starting in 4 different locations on 4 different drives + simultaneously. And the indexes of course are on separate drives + from the data so that speeds things up tremendously. When I can + find the time I will document all that we have done to get this + thing going to help others that may need it. + + + As Matt has mentioned it is still using out-dated code and with a + little help I would like to bring everything up to date for + eventual incorporation with the main cvs tree. Due to other + duties I have with the company any help with this wiould be + appreciated. What we are using now is what I call a best first + effort. It definitely can be improved on and may even need + complete rewrites in a lot of areas. A lot of changes may have to + be made in the way Bugzilla does things currently to make this + transition to a more generic database interface. Fortunately when + making the Oracle changes I made sure I didn't do anything that I + would consider Oracle specific and could not be easily done with + other databases. Alot of the sql statements need to be broken up + into smaller utilities that themselves would need to make + decisions on what database they are using but the majority of the + code can be made database neutral. + +
+
+
+
+
+ + + + Loki Bugzilla (AKA Fenris) + + + Loki's "Fenris" Bugzilla is no longer actively maintained. + It works well enough for Loki. Additionally, the major + differences in Fenris have now been integrated into + the main source tree of Bugzilla, so there's not much + reason to go grab the source. I left this section of the + FAQ principally for historical interest. + + + + + + + What about Loki Bugzilla? + + + + + Loki Games has a customized version of Bugzilla available at + http://fenris.lokigames.com. From that page, +
+ + You may have noticed that Fenris is a fork from Bugzilla-- our + patches weren't suitable for integration --and a few people have + expressed interest in the code. Fenris has one major improvement + over Bugzilla, and that is individual comments are not appended + onto a string blob, they are stored as a record in a separate + table. This allows you to, for instance, separate comments out + according to privilege levels in case your bug database could + contain sensitive information not for public eyes. We also provide + things like email hiding to protect user's privacy, additional + fields such as 'user_affected' in case someone enters someone + else's bug, comment editing and deletion, and more conditional + system variables than Bugzilla does (turn off attachments, + qacontact, etc.). + +
+
+
+
+ + + + + Who maintains Fenris (Loki Bugzilla) now? + + + + + Raphael Barrerro <raistlin@lokigames.com>. + Michael Vance created the initial fork, but no longer + maintains the project. + + + + + + + + + + + +
+ + + Pointy-Haired-Boss Questions + + + The title of this section doesn't mean you're a PHB -- it just means + you probably HAVE a PHB who wants to know this :) + + + + + + + Is Bugzilla web-based or do you have to have specific software or + specific operating system on your machine? + + + + + It is web and e-mail based. You can edit bugs by sending specially + formatted email to a properly configured Bugzilla, or control via the web. + + + + + + + + Has anyone you know of already done any Bugzilla integration with + Perforce (SCM software)? + + + + + Yes! You can find more information elsewhere in "The Bugzilla + Guide" in the "Integration with Third-Party Products" section. + The section on Perforce isn't very large, but as the maintainer + of the Guide is charged with Perforce/Bugzilla integration by + his company, you can expect this section to grow. + + + + + + + + Does Bugzilla allow the user to track multiple projects? + + + + + Absolutely! You can track up to a "soft-limit" of around + 64 individual "Products", that can each be composed of as + many "Components" as you want. Check the Administration + section of the Bugzilla Guide for more information regarding + setting up Products and Components. + + + + + + + + If I am on many projects, and search for all bugs assigned to me, will + Bugzilla list them for me and allow me to sort by project, severity etc? + + + + + Yes. + + + + + + + + Does Bugzilla allow attachments (text, screenshots, urls etc)? If yes, + are there any that are NOT allowed? + + + + + Yes. There are many specific MIME-types that are pre-defined by Bugzilla, + but you may specify any arbitrary MIME-type you need when you + upload the file. Since all attachments are stored in the database, + however, I recommend storing large binary attachments elsewhere + in the web server's file system and providing a hyperlink + as a comment, or in the provided "URL" field in the bug report. + + + + + + + + Does Bugzilla allow us to define our own priorities and levels? Do we + have complete freedom to change the labels of fields and format of them, and + the choice of acceptable values? + + + + + Yes. However, modifying some fields, notably those related to bug + progression states, also require adjusting the program logic to + compensate for the change. + + + + + + + + Does Bugzilla provide any reporting features, metrics, graphs, etc? You + know, the type of stuff that management likes to see. :) + + + + + Yes. Look at + http://bugzilla.mozilla.org/reports.cgi for basic reporting + facilities. + + + For more advanced reporting, I recommend hooking up a professional + reporting package, such as Crystal Reports, and use ODBC to access + the MySQL database. You can do a lot through the Query page of + Bugzilla as well, but right now Advanced Reporting is much + better accomplished through third-party utilities that can + interface with the database directly. + + + Advanced Reporting is a Bugzilla 3.X proposed feature. + + + + + + + + Is there email notification and if so, what do you see when you get an + email? Do you see bug number and title or is it only the number? + + + + + Email notification is user-configurable. The bug id and Topic + of the bug report accompany each email notification, along with + a list of the changes made. + + + + + + + + Can email notification be set up to send to multiple + people, some on the To List, CC List, BCC List etc? + + + + + Yes. + + + + + + + + If there is email notification, do users have to have any particular + type of email application? + + + + + Bugzilla email is sent in plain text, the most compatible mail format + on the planet. + + + If you decide to use the bugzilla_email integration features + to allow Bugzilla to record responses to mail with the associated bug, + you may need to caution your users to set their mailer to "respond + to messages in the format in which they were sent". For security reasons + Bugzilla ignores HTML tags in comments, and if a user sends HTML-based + email into Bugzilla the resulting comment looks downright awful. + + + + + + + + + + If I just wanted to track certain bugs, as they go through life, can I + set it up to alert me via email whenever that bug changes, whether it be + owner, status or description etc.? + + + + + Yes. Place yourself in the "cc" field of the bug you wish to monitor. + Then change your "Notify me of changes to" field in the Email Settings + tab of the User Preferences screen in Bugzilla to the "Only those + bugs which I am listed on the CC line" option. + + + + + + + + Does Bugzilla allow data to be imported and exported? If I had outsiders + write up a bug report using a MS Word bug template, could that template be + imported into "matching" fields? If I wanted to take the results of a query + and export that data to MS Excel, could I do that? + + + + + Mozilla allows data export through a custom DTD in XML format. + It does not, however, export to specific formats other than the + XML Mozilla DTD. Importing the data into Excel or any other application + is left as an exercise for the reader. + + + If you create import filters to other applications from Mozilla's XML, + please submit your modifications for inclusion in future Bugzilla + distributions. + + + As for data import, any application can send data to Bugzilla through + the HTTP protocol, or through Mozilla's XML API. However, it seems + kind of silly to put another front-end in front of Bugzilla; + it makes more sense to create a simplified bug submission form in + HTML. You can find an excellent example at + + http://www.mozilla.org/quality/help/bugzilla-helper.html + + + + + + + + Does Bugzilla allow fields to be added, changed or deleted? If I want to + customize the bug submission form to meet our needs, can I do that using our + terminology? + + + + + Yes. + + + + + + + + Has anyone converted Bugzilla to another language to be used in other + countries? Is it localizable? + + + + + Currently, no. Internationalization support for Perl did not + exist in a robust fashion until the recent release of version 5.6.0; + Bugzilla is, and likely will remain (until 3.X) completely + non-localized. + + + + + + + + Can a user create and save reports? Can they do this in Word format? + Excel format? + + + + + Yes. No. No. + + + + + + + + Can a user re-run a report with a new project, same query? + + + + + Yes. + + + + + + + + Can a user modify an existing report and then save it into another name? + + + + + You can save an unlimited number of queries in Bugzilla. You are free + to modify them and rename them to your heart's desire. + + + + + + + + Does Bugzilla have the ability to search by word, phrase, compound + search? + + + + + You have no idea. Bugzilla's query interface, particularly with the + advanced Boolean operators, is incredibly versatile. + + + + + + + + Can the admin person establish separate group and individual user + privileges? + + + + + Yes. + + + + + + + + Does Bugzilla provide record locking when there is simultaneous access + to the same bug? Does the second person get a notice that the bug is in use + or how are they notified? + + + + + Bugzilla does not lock records. It provides mid-air collision detection, + and offers the offending user a choice of options to deal with the conflict. + + + + + + + + Are there any backup features provided? + + + + + MySQL, the database back-end for Bugzilla, allows hot-backup of data. + You can find strategies for dealing with backup considerations + at + http://www.mysql.com/doc/B/a/Backup.html + + + + + + + + Can users be on the system while a backup is in progress? + + + + + Yes. However, commits to the database must wait + until the tables are unlocked. Bugzilla databases are typically + very small, and backups routinely take less than a minute. + + + + + + + + What type of human resources are needed to be on staff to install and + maintain Bugzilla? Specifically, what type of skills does the person need to + have? I need to find out if we were to go with Bugzilla, what types of + individuals would we need to hire and how much would that cost vs buying an + "Out-of-the-Box" solution. + + + + + If Bugzilla is set up correctly from the start, continuing maintenance needs + are minimal and can be completed by unskilled labor. Things like rotate + backup tapes and check log files for the word "error". + + + Commercial Bug-tracking software typically costs somewhere upwards + of $20,000 or more for 5-10 floating licenses. Bugzilla consultation + is available from skilled members of the newsgroup. + + + As an example, as of this writing I typically charge + $115 for the first hour, and $89 each hour thereafter + for consulting work. It takes me three to five hours to make Bugzilla + happy on a Development installation of Linux-Mandrake. + + + + + + + + What time frame are we looking at if we decide to hire people to install + and maintain the Bugzilla? Is this something that takes hours or weeks to + install and a couple of hours per week to maintain and customize or is this + a multi-week install process, plus a full time job for 1 person, 2 people, + etc? + + + + + It all depends on your level of commitment. Someone with much Bugzilla + experience can get you up and running in less than a day, and + your Bugzilla install can run untended for years. If your + Bugzilla strategy is critical to your business workflow, hire somebody + with reasonable UNIX or Perl skills to handle your process management and + bug-tracking maintenance & customization. + + + + + + + + Is there any licensing fee or other fees for using Bugzilla? Any + out-of-pocket cost other than the bodies needed as identified above? + + + + + No. MySQL asks, if you find their product valuable, that you purchase + a support contract from them that suits your needs. + + + + + + + Bugzilla Installation + + + + How do I download and install Bugzilla? + + + + + Check + http://www.mozilla.org/projects/bugzilla/ for details. + Once you download it, untar it, read the README and + the Bugzilla Guide. + + + + + + + + How do I install Bugzilla on Windows NT? + + + + + Installation on Windows NT has its own section in + "The Bugzilla Guide". + + + + + + + + Is there an easy way to change the Bugzilla cookie name? + + + + + At present, no. + + + + + + + + Bugzilla Security + + + + + How do I completely disable MySQL security if it's giving me problems + (I've followed the instructions in the README!)? + + + + + Run mysql like this: "mysqld --skip-grant-tables". Please remember this + makes mysql as secure as taping a $100 to the floor of a football stadium + bathroom for safekeeping. Please read the Security section of the + Administration chapter of "The Bugzilla Guide" before proceeding. + + + + + + + + Are there any security problems with Bugzilla? + + + + + The Bugzilla code has not undergone a complete security audit. + It is recommended that you closely examine permissions on your Bugzilla + installation, and follow the recommended security guidelines found + in the README and in The Bugzilla Guide. + + + + + + + + + I've implemented the security fixes mentioned in Chris Yeh's security + advisory of 5/10/2000 advising not to run MySQL as root, and am running into + problems with MySQL no longer working correctly. + + + + + This is a common problem, related to running out of file descriptors. + Simply add "ulimit -n unlimited" to the script which starts + mysqld. + + + + + + + Bugzilla Email + + + + + I have a user who doesn't want to receive any more email from Bugzilla. + How do I stop it entirely for this user? + + + + + With the email changes to 2.12, the user should be able to set + this in user email preferences. + + + + + + + + I'm evaluating/testing Bugzilla, and don't want it to send email to + anyone but me. How do I do it? + + + + + Edit the param for the mail text. Replace "To:" with "X-Real-To:", + replace "Cc:" with "X-Real-CC:", and add a "To: (myemailaddress)". + + + + + + + + I want whineatnews.pl to whine at something more, or other than, only new + bugs. How do I do it? + + + + + Try Klaas Freitag's excellent patch for "whineatassigned" functionality. + You can find it at + http://bugzilla.mozilla.org/show_bug.cgi?id=6679. This + patch is against an older version of Bugzilla, so you must apply + the diffs manually. + + + + + + + + I don't like/want to use Procmail to hand mail off to bug_email.pl. + What alternatives do I have? + + + + + You can call bug_email.pl directly from your aliases file, with + an entry like this: +
+ + bugzilla-daemon: "|/usr/local/bin/bugzilla/contrib/bug_email.pl" + +
+ However, this is fairly nasty and subject to problems; you also + need to set up your smrsh (sendmail restricted shell) to allow + it. In a pinch, though, it can work. +
+
+
+ + + + + How do I set up the email interface to submit/change bugs via email? + + + + + You can find an updated README.mailif file in the contrib/ directory + of your Bugzilla distribution that walks you through the setup. + + + + + + + + Email takes FOREVER to reach me from bugzilla -- it's extremely slow. + What gives? + + + + + If you are using an alternate Mail Transport Agent (MTA other than + sendmail), make sure the options given in the "processmail" script for all + instances of "sendmail" are correct for your MTA. If you are using Sendmail, + you may wish to delete the "-ODeliveryMode=deferred" option in the + "processmail" script for every invocation of "sendmail". (Be sure and leave + the "-t" option, though!) + + + A better alternative is to change the "-O" option to + "-ODeliveryMode=background". This prevents Sendmail from hanging your + Bugzilla Perl processes if the domain to which it must send mail + is unavailable. + + + This is now a configurable parameter called "sendmailparm", available + from editparams.cgi. + + + + + + + + How come email never reaches me from bugzilla changes? + + + + + Double-check that you have not turned off email in your user preferences. + Confirm that Bugzilla is able to send email by visiting the "Log In" + link of your Bugzilla installation and clicking the "Email me a password" + button after entering your email address. + + + If you never receive mail from Bugzilla, chances you do not have + sendmail in "/usr/lib/sendmail". Ensure sendmail lives in, or is symlinked + to, "/usr/lib/sendmail". + + + +
+ + + Bugzilla Database + + + + + I've heard Bugzilla can be used with Oracle? + + + + + Red Hat Bugzilla, mentioned above, works with Oracle. The current version + from Mozilla.org does not have this capability. Unfortunately, though + you will sacrifice a lot of the really great features available in + Bugzilla 2.10 and 2.12 if you go with the 2.8-based Redhat version. + + + + + + + + Bugs are missing from queries, but exist in the database (and I can pull + them up by specifying the bug ID). What's wrong? + + + + + You've almost certainly enabled the "shadow database", but for some + reason it hasn't been updated for all your bugs. This is the database + against which queries are run, so that really complex or slow queries won't + lock up portions of the database for other users. You can turn off the + shadow database in editparams.cgi. If you wish to continue using the shadow + database, then as your "bugs" user run "./syncshadowdb -syncall" from the + command line in the bugzilla installation directory to recreate your shadow + database. After it finishes, be sure to check the params and make sure that + "queryagainstshadowdb" is still turned on. The syncshadowdb program turns it + off if it was on, and is supposed to turn it back on when completed; that + way, if it crashes in the middle of recreating the database, it will stay + off forever until someone turns it back on by hand. Apparently, it doesn't + always do that yet. + + + + + + + + I think my database might be corrupted, or contain invalid entries. What + do I do? + + + + + Run the "sanity check" utility (./sanitycheck.cgi in the bugzilla_home + directory) to see! If it all comes back, you're OK. If it doesn't come back + OK (i.e. any red letters), there are certain things Bugzilla can recover + from and certain things it can't. If it can't auto-recover, I hope you're + familiar with mysqladmin commands or have installed another way to manage + your database... + + + + + + + + I want to manually edit some entries in my database. How? + + + + + There is no facility in Bugzilla itself to do this. It's also generally + not a smart thing to do if you don't know exactly what you're doing. + However, if you understand SQL you can use the mysqladmin utility to + manually insert, delete, and modify table information. Personally, I + use "phpMyAdmin". You have to compile a PHP module with MySQL + support to make it work, but it's very clean and easy to use. + + + + + + + + I try to add myself as a user, but Bugzilla always tells me my password is wrong. + + + + + Certain version of MySQL (notably, 3.23.29 and 3.23.30) accidentally disabled + the "crypt()" function. This prevented MySQL from storing encrypted passwords. + Upgrade to the "3.23 stable" version of MySQL and you should be good to go. + + + + + + + + I think I've set up MySQL permissions correctly, but bugzilla still can't + connect. + + + + + Try running MySQL from its binary: "mysqld --skip-grant-tables". This + will allow you to completely rule out grant tables as the cause of your + frustration. However, I do not recommend you run it this way on a regular + basis, unless you really want your web site defaced and your machine + cracked. + + + + + + + + How do I synchronize bug information among multiple different Bugzilla + databases? + + + + + Well, you can synchronize or you can move bugs. Synchronization will + only work one way -- you can create a read-only copy of the database + at one site, and have it regularly updated at intervals from the main + database. + + + MySQL has some synchronization features builtin to the latest releases. + It would be great if someone looked into the possibilities there + and provided a report to the newsgroup on how to effectively + synchronize two Bugzilla installations. + + + If you simply need to transfer bugs from one Bugzilla to another, + checkout the "move.pl" script in the Bugzilla distribution. + + + + + + + + Why do I get bizarre errors when trying to submit data, particularly problems + with "groupset"? + + + + + If you're sure your MySQL parameters are correct, you might want turn + "strictvaluechecks" OFF in editparams.cgi. If you have "usebugsentry" set + "On", you also cannot submit a bug as readable by more than one group with + "strictvaluechecks" ON. + + + + + + + + How come even after I delete bugs, the long descriptions show up? + + + + + Delete everything from $BUZILLA_HOME/shadow. Bugzilla creates shadow + files there, with each filename corresponding to a + bug number. Also be sure to run syncshadowdb to make sure, if you are using + a shadow database, that the shadow database is current. + + + + + + + + Bugzilla and Win32 + + + + + What is the easiest way to run Bugzilla on Win32 (Win98+/NT/2K)? + + + + + Remove Windows. Install Linux. Install Bugzilla. + The boss will never know the difference. + + + + + + + + Is there a "Bundle::Bugzilla" equivalent for Win32? + + + + + Not currently. Bundle::Bugzilla enormously simplifies Bugzilla + installation on UNIX systems. If someone can volunteer to + create a suitable PPM bundle for Win32, it would be appreciated. + + + + + + + + CGI's are failing with a "something.cgi is not a valid Windows NT + application" error. Why? + + + + + Depending on what Web server you are using, you will have to configure + the Web server to treat *.cgi files as CGI scripts. In IIS, you do this by + adding *.cgi to the App Mappings with the <path>\perl.exe %s %s as the + executable. + + + Microsoft has some advice on this matter, as well: +
+ + "Set application mappings. In the ISM, map the extension for the script + file(s) to the executable for the script interpreter. For example, you might + map the extension .py to Python.exe, the executable for the Python script + interpreter. Note For the ActiveState Perl script interpreter, the extension + .pl is associated with PerlIS.dll by default. If you want to change the + association of .pl to perl.exe, you need to change the application mapping. + In the mapping, you must add two percent (%) characters to the end of the + pathname for perl.exe, as shown in this example: c:\perl\bin\perl.exe %s %s" + +
+
+
+
+ + + + + Can I have some general instructions on how to make Bugzilla on Win32 work? + + + + + The following couple entries are deprecated in favor of the Windows installation + instructions available in the "Administration" portion of "The Bugzilla Guide". + However, they are provided here for historical interest and insight. + + 1. #!C:/perl/bin/perl had to be added to every perl file. + 2. Converted to Net::SMTP to handle mail messages instead of + /usr/bin/sendmail. + 3. The crypt function isn't available on Windows NT (at least none that I + am aware), so I made encrypted passwords = plaintext passwords. + 4. The system call to diff had to be changed to the Cygwin diff. + 5. This was just to get a demo running under NT, it seems to be working + good, and I have inserted almost 100 bugs from another bug tracking + system. Since this work was done just to get an in-house demo, I am NOT + planning on making a patch for submission to Bugzilla. If you would + like a zip file, let me know. + +Q: Hmm, couldn't figure it out from the general instructions above. How +about step-by-step? +A: Sure! Here ya go! + + 1. Install IIS 4.0 from the NT Option Pack #4. + 2. Download and install Active Perl. + 3. Install the Windows GNU tools from Cygwin. Make sure to add the bin + directory to your system path. (Everyone should have these, whether + they decide to use Bugzilla or not. :-) ) + 4. Download relevant packages from ActiveState at + http://www.activestate.com/packages/zips/. + DBD-Mysql.zip + 5. Extract each zip file with WinZip, and install each ppd file using the + notation: ppm install <module>.ppd + 6. Install Mysql. *Note: If you move the default install from c:\mysql, + you must add the appropriate startup parameters to the NT service. (ex. + -b e:\\programs\\mysql) + 7. Download any Mysql client. http://www.mysql.com/download_win.html + 8. Setup MySql. (These are the commands that I used.) + + I. Cleanup default database settings. + C:\mysql\bin\mysql -u root mysql + mysql> DELETE FROM user WHERE Host='localhost' AND User=''; + mysql> quit + C:\mysql\bin\mysqladmin reload + + II. Set password for root. + C:\mysql\bin\mysql -u root mysql + mysql> UPDATE user SET Password=PASSWORD('new_password') + WHERE user='root'; + mysql> FLUSH PRIVILEGES; + mysql> quit + C:\mysql\bin\mysqladmin -u root reload + + III. Create bugs user. + C:\mysql\bin\mysql -u root -p + mysql> insert into user (host,user,password) + values('localhost','bugs',''); + mysql> quit + C:\mysql\bin\mysqladmin -u root reload + + IV. Create the bugs database. + C:\mysql\bin\mysql -u root -p + mysql> create database bugs; + + V. Give the bugs user access to the bugs database. + mysql> insert into db + (host,db,user,select_priv,insert_priv,update_priv,delete_priv,create_priv,drop_priv) + values('localhost','bugs','bugs','Y','Y','Y','Y','Y','N') + mysql> quit + C:\mysql\bin\mysqladmin -u root reload + 9. Run the table scripts to setup the bugs database. + 10. Change CGI.pm to use the following regular expression because of + differing backslashes in NT versus UNIX. + o $0 =~ m:[^\\]*$:; + 11. Had to make the crypt password = plain text password in the database. + (Thanks to Andrew Lahser" <andrew_lahser@merck.com>" on this one.) The + files that I changed were: + o globals.pl + o CGI.pl + o alternately, you can try commenting all references to 'crypt' + string and replace them with similar lines but without encrypt() + or crypr() functions insida all files. + 12. Replaced sendmail with Windmail. Basically, you have to come up with a + sendmail substitute for NT. Someone said that they used a Perl module + (Net::SMTP), but I was trying to save time and do as little Perl coding + as possible. + 13. Added "perl" to the beginning of all Perl system calls that use a perl + script as an argument and renamed processmail to processmail.pl. + 14. In processmail.pl, I added binmode(HANDLE) before all read() calls. I'm + not sure about this one, but the read() under NT wasn't counting the + EOLs without the binary read." + + + + + + + + + I'm having trouble with the perl modules for NT not being able to talk to + to the database. + + + + + Your modules may be outdated or inaccurate. Try: + + + + Hitting http://www.activestate.com/ActivePerl + + + + + Download ActivePerl + + + + + Go to your prompt + + + + + Type 'ppm' + + + + + PPM> install DBI DBD-mysql GD + + + + I reckon TimeDate and Data::Dumper come with the activeperl. You can check + the ActiveState site for packages for installation through PPM. + + http://www.activestate.com/Packages/ + + + + +
+ + + Bugzilla Usage + + + + + The query page is very confusing. Isn't there a simpler way to query? + + + + + We are developing in that direction. You can follow progress on this + at + http://bugzilla.mozilla.org/show_bug.cgi?id=16775. Some functionality + is available in Bugzilla 2.12, and is available as "quicksearch.html" + + + + + + + + I'm confused by the behavior of the "accept" button in the Show Bug form. + Why doesn't it assign the bug to me when I accept it? + + + + + The current behavior is acceptable to bugzilla.mozilla.org and most + users. I personally don't like it. You have your choice of patches + to change this behavior, however. + + + Add a "and accept bug" radio button + + "Accept" button automatically assigns to you + + Note that these patches are somewhat dated. You will need to do the find + and replace manually to apply them. They are very small, though. It is easy. + + + + + + + + I can't upload anything into the database via the "Create Attachment" + link. What am I doing wrong? + + + + + The most likely cause is a very old browser or a browser that is + incompatible with file upload via POST. Download the latest Netscape, + Microsoft, or Mozilla browser to handle uploads correctly. + + + + + + + + Email submissions to Bugzilla that have attachments end up asking me to + save it as a "cgi" file. + + + + + Yup. Just rename it once you download it, or save it under a different + filename. This will not be fixed anytime too soon, because it would + cripple some other functionality. + + + + + + + + How do I change a keyword in Bugzilla, once some bugs are using it? + + + + + In the Bugzilla administrator UI, edit the keyword and it will let you + replace the old keyword name with a new one. This will cause a problem + with the keyword cache. Run sanitycheck.cgi to fix it. + + + + + + + + Bugzilla Hacking + + + + + What bugs are in Bugzilla right now? + + + + + Try + this link to view current bugs or requests for + enhancement for Bugzilla. + + + You can view bugs marked for 2.14 release + here. + This list includes bugs for the 2.14 release that have already + been fixed and checked into CVS. Please consult the + + Bugzilla Project Page for details on how to + check current sources out of CVS so you can have these + bug fixes early! + + + + + + + + What's the best way to submit patches? What guidelines should I follow? + + + +
+ + + + Enter a bug into bugzilla.mozilla.org for the "Webtools" product, + "Bugzilla" component. + + + + + Upload your patch as a unified DIFF (having used "diff -u" against + the current sources checked out of CVS), + or new source file by clicking + "Create a new attachment" link on the bug page you've just created, and + include any descriptions of database changes you may make, into the bug + ID you submitted in step #1. Be sure and click the "Patch" radio + button to indicate the text you are sending is a patch! + + + + + Announce your patch and the associated URL + (http://bugzilla.mozilla.org/show_bug.cgi?id=XXXX) for discussion in + the newsgroup (netscape.public.mozilla.webtools). You'll get a really + good, fairly immediate reaction to the implications of your patch, + which will also give us an idea how well-received the change would + be. + + + + + If it passes muster with minimal modification, the person to whom + the bug is assigned in Bugzilla is responsible for seeing the patch + is checked into CVS. + + + + + Bask in the glory of the fact that you helped write the most successful + open-source bug-tracking software on the planet :) + + + +
+
+
+ + +
+ +
+ +
+ + + diff --git a/docs/xml/gfdl.xml b/docs/xml/gfdl.xml new file mode 100644 index 0000000000..1091631d44 --- /dev/null +++ b/docs/xml/gfdl.xml @@ -0,0 +1,468 @@ + + + +GNU Free Documentation License + + + + + + + Version 1.1, March 2000 + +
+ Copyright (C) 2000 Free Software Foundation, Inc. +59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Everyone is permitted to copy and distribute verbatim copies +of this license document, but changing it is not allowed. +
+ + + PREAMBLE + + The purpose of this License is to make a manual, textbook, + or other written document "free" in the sense of freedom: to + assure everyone the effective freedom to copy and redistribute it, + with or without modifying it, either commercially or + noncommercially. Secondarily, this License preserves for the + author and publisher a way to get credit for their work, while not + being considered responsible for modifications made by + others. + + This License is a kind of "copyleft", which means that + derivative works of the document must themselves be free in the + same sense. It complements the GNU General Public License, which + is a copyleft license designed for free software. + + We have designed this License in order to use it for manuals + for free software, because free software needs free documentation: + a free program should come with manuals providing the same + freedoms that the software does. But this License is not limited + to software manuals; it can be used for any textual work, + regardless of subject matter or whether it is published as a + printed book. We recommend this License principally for works + whose purpose is instruction or reference. + + + + APPLICABILITY AND DEFINITIONS + + This License applies to any manual or other work that + contains a notice placed by the copyright holder saying it can be + distributed under the terms of this License. The "Document", + below, refers to any such manual or work. Any member of the + public is a licensee, and is addressed as "you". + + A "Modified Version" of the Document means any work + containing the Document or a portion of it, either copied + verbatim, or with modifications and/or translated into another + language. + + A "Secondary Section" is a named appendix or a front-matter + section of the Document that deals exclusively with the + relationship of the publishers or authors of the Document to the + Document's overall subject (or to related matters) and contains + nothing that could fall directly within that overall subject. + (For example, if the Document is in part a textbook of + mathematics, a Secondary Section may not explain any mathematics.) + The relationship could be a matter of historical connection with + the subject or with related matters, or of legal, commercial, + philosophical, ethical or political position regarding + them. + + The "Invariant Sections" are certain Secondary Sections + whose titles are designated, as being those of Invariant Sections, + in the notice that says that the Document is released under this + License. + + The "Cover Texts" are certain short passages of text that + are listed, as Front-Cover Texts or Back-Cover Texts, in the + notice that says that the Document is released under this + License. + + A "Transparent" copy of the Document means a + machine-readable copy, represented in a format whose specification + is available to the general public, whose contents can be viewed + and edited directly and straightforwardly with generic text + editors or (for images composed of pixels) generic paint programs + or (for drawings) some widely available drawing editor, and that + is suitable for input to text formatters or for automatic + translation to a variety of formats suitable for input to text + formatters. A copy made in an otherwise Transparent file format + whose markup has been designed to thwart or discourage subsequent + modification by readers is not Transparent. A copy that is not + "Transparent" is called "Opaque". + + Examples of suitable formats for Transparent copies include + plain ASCII without markup, Texinfo input format, LaTeX input + format, SGML or XML using a publicly available DTD, and + standard-conforming simple HTML designed for human modification. + Opaque formats include PostScript, PDF, proprietary formats that + can be read and edited only by proprietary word processors, SGML + or XML for which the DTD and/or processing tools are not generally + available, and the machine-generated HTML produced by some word + processors for output purposes only. + + The "Title Page" means, for a printed book, the title page + itself, plus such following pages as are needed to hold, legibly, + the material this License requires to appear in the title page. + For works in formats which do not have any title page as such, + "Title Page" means the text near the most prominent appearance of + the work's title, preceding the beginning of the body of the + text. + + + + VERBATIM COPYING + + You may copy and distribute the Document in any medium, + either commercially or noncommercially, provided that this + License, the copyright notices, and the license notice saying this + License applies to the Document are reproduced in all copies, and + that you add no other conditions whatsoever to those of this + License. You may not use technical measures to obstruct or + control the reading or further copying of the copies you make or + distribute. However, you may accept compensation in exchange for + copies. If you distribute a large enough number of copies you + must also follow the conditions in section 3. + + You may also lend copies, under the same conditions stated + above, and you may publicly display copies. + + + + COPYING IN QUANTITY + + If you publish printed copies of the Document numbering more + than 100, and the Document's license notice requires Cover Texts, + you must enclose the copies in covers that carry, clearly and + legibly, all these Cover Texts: Front-Cover Texts on the front + cover, and Back-Cover Texts on the back cover. Both covers must + also clearly and legibly identify you as the publisher of these + copies. The front cover must present the full title with all + words of the title equally prominent and visible. You may add + other material on the covers in addition. Copying with changes + limited to the covers, as long as they preserve the title of the + Document and satisfy these conditions, can be treated as verbatim + copying in other respects. + + If the required texts for either cover are too voluminous to + fit legibly, you should put the first ones listed (as many as fit + reasonably) on the actual cover, and continue the rest onto + adjacent pages. + + If you publish or distribute Opaque copies of the Document + numbering more than 100, you must either include a + machine-readable Transparent copy along with each Opaque copy, or + state in or with each Opaque copy a publicly-accessible + computer-network location containing a complete Transparent copy + of the Document, free of added material, which the general + network-using public has access to download anonymously at no + charge using public-standard network protocols. If you use the + latter option, you must take reasonably prudent steps, when you + begin distribution of Opaque copies in quantity, to ensure that + this Transparent copy will remain thus accessible at the stated + location until at least one year after the last time you + distribute an Opaque copy (directly or through your agents or + retailers) of that edition to the public. + + It is requested, but not required, that you contact the + authors of the Document well before redistributing any large + number of copies, to give them a chance to provide you with an + updated version of the Document. + + + + MODIFICATIONS + + You may copy and distribute a Modified Version of the + Document under the conditions of sections 2 and 3 above, provided + that you release the Modified Version under precisely this + License, with the Modified Version filling the role of the + Document, thus licensing distribution and modification of the + Modified Version to whoever possesses a copy of it. In addition, + you must do these things in the Modified Version: + + + Use in the Title Page + (and on the covers, if any) a title distinct from that of the + Document, and from those of previous versions (which should, if + there were any, be listed in the History section of the + Document). You may use the same title as a previous version if + the original publisher of that version gives permission. + + + List on the Title Page, + as authors, one or more persons or entities responsible for + authorship of the modifications in the Modified Version, + together with at least five of the principal authors of the + Document (all of its principal authors, if it has less than + five). + + + State on the Title page + the name of the publisher of the Modified Version, as the + publisher. + + + Preserve all the + copyright notices of the Document. + + + Add an appropriate + copyright notice for your modifications adjacent to the other + copyright notices. + + + Include, immediately + after the copyright notices, a license notice giving the public + permission to use the Modified Version under the terms of this + License, in the form shown in the Addendum below. + + + Preserve in that license + notice the full lists of Invariant Sections and required Cover + Texts given in the Document's license notice. + + + Include an unaltered + copy of this License. + + + Preserve the section + entitled "History", and its title, and add to it an item stating + at least the title, year, new authors, and publisher of the + Modified Version as given on the Title Page. If there is no + section entitled "History" in the Document, create one stating + the title, year, authors, and publisher of the Document as given + on its Title Page, then add an item describing the Modified + Version as stated in the previous sentence. + + + Preserve the network + location, if any, given in the Document for public access to a + Transparent copy of the Document, and likewise the network + locations given in the Document for previous versions it was + based on. These may be placed in the "History" section. You + may omit a network location for a work that was published at + least four years before the Document itself, or if the original + publisher of the version it refers to gives permission. + + + In any section entitled + "Acknowledgements" or "Dedications", preserve the section's + title, and preserve in the section all the substance and tone of + each of the contributor acknowledgements and/or dedications + given therein. + + + Preserve all the + Invariant Sections of the Document, unaltered in their text and + in their titles. Section numbers or the equivalent are not + considered part of the section titles. + + + Delete any section + entitled "Endorsements". Such a section may not be included in + the Modified Version. + + + Do not retitle any + existing section as "Endorsements" or to conflict in title with + any Invariant Section. + + + + If the Modified Version includes new front-matter sections + or appendices that qualify as Secondary Sections and contain no + material copied from the Document, you may at your option + designate some or all of these sections as invariant. To do this, + add their titles to the list of Invariant Sections in the Modified + Version's license notice. These titles must be distinct from any + other section titles. + + You may add a section entitled "Endorsements", provided it + contains nothing but endorsements of your Modified Version by + various parties--for example, statements of peer review or that + the text has been approved by an organization as the authoritative + definition of a standard. + + You may add a passage of up to five words as a Front-Cover + Text, and a passage of up to 25 words as a Back-Cover Text, to the + end of the list of Cover Texts in the Modified Version. Only one + passage of Front-Cover Text and one of Back-Cover Text may be + added by (or through arrangements made by) any one entity. If the + Document already includes a cover text for the same cover, + previously added by you or by arrangement made by the same entity + you are acting on behalf of, you may not add another; but you may + replace the old one, on explicit permission from the previous + publisher that added the old one. + + The author(s) and publisher(s) of the Document do not by + this License give permission to use their names for publicity for + or to assert or imply endorsement of any Modified Version. + + + + COMBINING DOCUMENTS + + You may combine the Document with other documents released + under this License, under the terms defined in section 4 above for + modified versions, provided that you include in the combination + all of the Invariant Sections of all of the original documents, + unmodified, and list them all as Invariant Sections of your + combined work in its license notice. + + The combined work need only contain one copy of this + License, and multiple identical Invariant Sections may be replaced + with a single copy. If there are multiple Invariant Sections with + the same name but different contents, make the title of each such + section unique by adding at the end of it, in parentheses, the + name of the original author or publisher of that section if known, + or else a unique number. Make the same adjustment to the section + titles in the list of Invariant Sections in the license notice of + the combined work. + + In the combination, you must combine any sections entitled + "History" in the various original documents, forming one section + entitled "History"; likewise combine any sections entitled + "Acknowledgements", and any sections entitled "Dedications". You + must delete all sections entitled "Endorsements." + + + + COLLECTIONS OF DOCUMENTS + + You may make a collection consisting of the Document and + other documents released under this License, and replace the + individual copies of this License in the various documents with a + single copy that is included in the collection, provided that you + follow the rules of this License for verbatim copying of each of + the documents in all other respects. + + You may extract a single document from such a collection, + and distribute it individually under this License, provided you + insert a copy of this License into the extracted document, and + follow this License in all other respects regarding verbatim + copying of that document. + + + + AGGREGATION WITH INDEPENDENT WORKS + + A compilation of the Document or its derivatives with other + separate and independent documents or works, in or on a volume of + a storage or distribution medium, does not as a whole count as a + Modified Version of the Document, provided no compilation + copyright is claimed for the compilation. Such a compilation is + called an "aggregate", and this License does not apply to the + other self-contained works thus compiled with the Document, on + account of their being thus compiled, if they are not themselves + derivative works of the Document. + + If the Cover Text requirement of section 3 is applicable to + these copies of the Document, then if the Document is less than + one quarter of the entire aggregate, the Document's Cover Texts + may be placed on covers that surround only the Document within the + aggregate. Otherwise they must appear on covers around the whole + aggregate. + + + + TRANSLATION + + Translation is considered a kind of modification, so you may + distribute translations of the Document under the terms of section + 4. Replacing Invariant Sections with translations requires + special permission from their copyright holders, but you may + include translations of some or all Invariant Sections in addition + to the original versions of these Invariant Sections. You may + include a translation of this License provided that you also + include the original English version of this License. In case of + a disagreement between the translation and the original English + version of this License, the original English version will + prevail. + + + + TERMINATION + + You may not copy, modify, sublicense, or distribute the + Document except as expressly provided for under this License. Any + other attempt to copy, modify, sublicense or distribute the + Document is void, and will automatically terminate your rights + under this License. However, parties who have received copies, or + rights, from you under this License will not have their licenses + terminated so long as such parties remain in full + compliance. + + + + FUTURE REVISIONS OF THIS LICENSE + + The Free Software Foundation may publish new, revised + versions of the GNU Free Documentation License from time to time. + Such new versions will be similar in spirit to the present + version, but may differ in detail to address new problems or + concerns. See http://www.gnu.org/copyleft/. + + Each version of the License is given a distinguishing + version number. If the Document specifies that a particular + numbered version of this License "or any later version" applies to + it, you have the option of following the terms and conditions + either of that specified version or of any later version that has + been published (not as a draft) by the Free Software Foundation. + If the Document does not specify a version number of this License, + you may choose any version ever published (not as a draft) by the + Free Software Foundation. + + + + How to use this License for your documents + + To use this License in a document you have written, include + a copy of the License in the document and put the following + copyright and license notices just after the title page: + +
+ Copyright (c) YEAR YOUR NAME. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.1 + or any later version published by the Free Software Foundation; + with the Invariant Sections being LIST THEIR TITLES, with the + Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. + A copy of the license is included in the section entitled "GNU + Free Documentation License". +
+ + If you have no Invariant Sections, write "with no Invariant + Sections" instead of saying which ones are invariant. If you have + no Front-Cover Texts, write "no Front-Cover Texts" instead of + "Front-Cover Texts being LIST"; likewise for Back-Cover + Texts. + + If your document contains nontrivial examples of program + code, we recommend releasing these examples in parallel under your + choice of free software license, such as the GNU General Public + License, to permit their use in free software. +
+ +
+ diff --git a/docs/xml/glossary.xml b/docs/xml/glossary.xml new file mode 100644 index 0000000000..32525f737e --- /dev/null +++ b/docs/xml/glossary.xml @@ -0,0 +1,108 @@ + + + + + + A + + There are no entries for A + + + + + + + + B + + Bug + + A "Bug" in Bugzilla refers to an issue entered into the database which has an associated number, assignments, comments, etc. Many also refer to a "Ticket" or "Issue"; in this context, they are synonymous. + + + + + 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 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. + + + + + + I + + Infinite Loop + + + + + + P + + Product + + A Product is a broad category of types of bugs. In general, there are several Components to a Product. A Product also defines a default Group (used for Bug Security) for all bugs entered into components beneath it. + + A Sample Product + A company sells a software product called "X". They also maintain some older software called "Y", and have a secret project "Z". An effective use of Products might be to create Products "X", "Y", and "Z", each with Components "User Interface", "Database", and "Business Logic". They might also change group permissions so that only those people who are members of Group "Z" can see components and bugs under Product "Z". + + + + + + + Q + + Q/A + + "Q/A" is short for "Quality Assurance". In most large software development organizations, there is a team devoted to ensuring the product meets minimum standards before shipping. This team will also generally want to track the progress of bugs over their life cycle, thus the need for the "Q/A Contact" field in a Bug. + + + + + + R + + Recursion + + + + + + Z + + Zarro Boogs Found + + This is the cryptic response sent by Bugzilla when a query returned no results. It is just a goofy way of saying "Zero Bugs Found". + + + + + + + + diff --git a/docs/xml/index.xml b/docs/xml/index.xml new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml new file mode 100644 index 0000000000..f29ba953d3 --- /dev/null +++ b/docs/xml/installation.xml @@ -0,0 +1,347 @@ + + + + Installing Bugzilla + +
+ UNIX Installation + + + Please consult the README included with the Bugzilla distribution + as the current canonical source for UNIX installation instructions. + We do, however, have some installation notes for errata from the README. + + + + + + If you are installing Bugzilla on S.u.S.e. Linux, or some other + distributions with "paranoid" security options, it is possible + that the checksetup.pl script may fail with the error: + cannot chdir(/var/spool/mqueue): Permission denied + This is because your + /var/spool/mqueue directory has a mode of "drwx------". Type + chmod 755 /var/spool/mqueue as root to fix this problem. + + + + + + + + +
+ +
+ Win32 (Win98+/NT/2K) Installation + + These directions have not been extensively tested. + We need testers! Please try these out and post any changes to the + newsgroup. + +
+ Win32 Installation: Step-by-step + + + You should be familiar with, and cross-reference, the UNIX README + while performing your Win32 installation. Unfortunately, Win32 + directions are not yet as detailed as those for UNIX. + + + The most critical difference for Win32 users is + the lack of support for a crypt() function in MySQL for Windows. It does not + have it! All ENCRYPT statements must be modified. + + + + + + + Install Apache Web Server + for Windows. + + + + You may also use Internet Information Server or Personal Web + Server for this purpose. However, setup is slightly more + difficult. If ActivePerl doesn't seem to handle your file + associations correctly (for .cgi and .pl files), please + consult the FAQ, in the "Win32" section. + + + If you are going to use IIS, if on Windows NT you must be updated + to at least Service Pack 4. + + + + + + Install ActivePerl + + + Please also check the following links to fully understand the status + of ActivePerl on Win32: + + Perl Porting, and + + Hixie Click Here + + + + + Use ppm from your perl\bin directory to install the following packs: DBI, + DBD-Mysql, TimeDate, Chart, Date-Calc, Date-Manip, and GD. You may need + to extract them from .zip format using Winzip or other unzip program first. + These additional ppm modules can be downloaded from ActiveState. + + + The syntax for ppm is: + + C:> ppm install <module>.ppd + + + + You can find ActiveState ppm modules at + + http://www.activestate.com/PPMPackages/5.6plus + + + + + Download and install the Windows GNU tools from + www.cygwin.com. + Make sure the GNU utilities are in your $PATH. + + + + + Install MySQL for NT. + + + Your configuration file for MySQL must be named C:\MY.CNF. + + + + + + + Setup MySQL + + + + + + C:> + C:\mysql\bin\mysql -u root mysql + + + + + + + mysql> + DELETE FROM user WHERE Host='localhost' AND User=''; + + + + + + + mysql> + UPDATE user SET Password=PASSWORD ('new_password') + WHERE user='root'; + + + + + + + mysql> + GRANT SELECT, INSERT, UPDATE, DELETE, + INDEX, ALTER, CREATE, DROP, REFERENCES + ON bugs.* to bugs@localhost + IDENTIFIED BY 'bugs_password'; + + + + + + + mysql> + FLUSH PRIVILEGES; + + + + + + + mysql> + create database bugs; + + + + + + + mysql> + exit + + + + + + + C:> + C:\mysql\bin\mysqladmin -u root -p reload + + + + + + + + + Configure Bugzilla. For Win32, this involves editing "defparams.pl" + and "localconfig" to taste. Running "checksetup.pl" should create + localconfig for you. Note that getgrnam() doesn't work, and should be + deleted. Change this line: + "my $webservergid = getgrnam($my_webservergroup); " + to + "my $webservergid = $my_webservergroup; " + + + + + + + There are several alternatives to Sendmail that will work on Win32. + The one mentioned here is a suggestion, not + a requirement. Some other mail packages that can work include + BLAT, + Windmail, + Mercury Sendmail, + and the CPAN Net::SMTP Perl module (available in .ppm). + Every option requires some hacking of the Perl scripts for Bugzilla + to make it work. The option here simply requires the least. + + + + Download NTsendmail, available from + www.ntsendmail.com. In order for it to work, you must set up some + new environment variables (detailed on the ntsendmail home page). Figuring + out where to put those variables is left as an exercise for the reader. + You must have a "real" mail server which allows you to relay off it + in your $ENV{"NTsendmail"} (which you should probably place in globals.pl) + + + Once downloaded and installed, modify all open(SENDMAIL) calls to open + "| c:\ntsendmail\ntsendmail -t" instead of "|/usr/lib/sendmail -t". + + + + We need someone to test this and make sure this works as advertised. + + + + + + Modify globals.pl and CGI.pl to remove the word "encrypt". + + + + I'm not sure this is all that is involved to remove crypt. Any + NT Bugzilla hackers want to pipe up? + + + + + + Change all references to "processmail" to "processmail.pl" in + all files, and rename "processmail" to "processmail.pl" + + + + I really think this may be a change we want to make for + main-tree Bugzilla. It's painless for the UNIX folks, + and will make the Win32 people happier. + + + + + + Modify the path to perl on the first line (#!) of all files + to point to your Perl installation, and + add "perl" to the beginning of all Perl system calls that + use a perl script as an argument. This may take you a while. + There is a "setperl.pl" utility to speed part of this procedure, + available in the "Patches and Utilities" section of The Bugzilla Guide. + + + + + In processmail.pl, add "binmode(HANDLE)" before all read() calls. + This may not be necessary, but in some cases the read() under + Win32 doesn't count the EOL's without using a binary read(). + + + + +
+ +
+ Additional Windows Tips + + + From Andrew Pearson: +
+ + "You can make Bugzilla work with Personal Web Server for + Windows 98 and higher, as well as for IIS 4.0. Microsoft has + information available at + + http://support.microsoft.com/support/kb/articles/Q231/9/98.ASP + + + Basically you need to add two String Keys in the + registry at the following location: + + + HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\ScriptMap + + + The keys should be called ".pl" and ".cgi", and both + should have a value something like: + c:/perl/bin/perl.exe "%s" "%s" + + + The KB article only talks about .pl, but it goes into + more detail and provides a perl test script. + +
+
+
+
+
+
+ + + + + + diff --git a/docs/xml/integration.xml b/docs/xml/integration.xml new file mode 100644 index 0000000000..68f5c5717e --- /dev/null +++ b/docs/xml/integration.xml @@ -0,0 +1,54 @@ + + + + + + Integrating Bugzilla with Third-Party Tools + +
+ Bonsai + We need Bonsai integration information. +
+ +
+ CVS + We need CVS integration information +
+ +
+ Perforce SCM + + Richard Brooksby and his team have an integration tool + in public beta. You can find it at + + http://www.ravenbrook.com/project/p4dti. + +
+ +
+ Tinderbox + We need Tinderbox integration information +
+ +
+ + + + + diff --git a/docs/xml/patches.xml b/docs/xml/patches.xml new file mode 100644 index 0000000000..0992bde0d7 --- /dev/null +++ b/docs/xml/patches.xml @@ -0,0 +1,209 @@ + + + + Useful Patches and Utilities for Bugzilla + +
+ The setperl.pl Utility + + You can use the "setperl.pl" utility to quickly and easily + change the path to perl on all your Bugzilla files. + + + + + Download the "setperl.pl" utility to your Bugzilla + directory and make it executable. + + + + + + bash# + cd /your/path/to/bugzilla + + + + + + + bash# + wget -O setperl.pl 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=10795' + + + + + + + bash# + chmod u+x setperl.pl + + + + + + + + Prepare (and fix) Bugzilla file permissions. + + + + + + bash# + chmod u+w * + + + + + + + bash# + chmod u+x duplicates.cgi + + + + + + + bash# + chmod a-x bug_status.html + + + + + + + + Run the script: + + + + bash# + ./setperl.pl /your/path/to/perl + + + + +
+ +
+ Command-line Bugzilla Queries + + Users can query Bugzilla from the command line using + this suite of utilities. + + + The query.conf file contains the mapping from options to field + names and comparison types. Quoted option names are "grepped" for, so + it should be easy to edit this file. Comments (#) have no effect; you + must make sure these lines do not contain any quoted "option" + + + buglist is a shell script which submits a Bugzilla query and writes the + resulting HTML page to stdout. It supports both short options, + (such as "-Afoo" or "-Rbar") and long options (such as + "--assignedto=foo" or "--reporter=bar"). If the first character + of an option is not "-", it is treated as if it were prefixed + with "--default=". + + + The columlist is taken from the COLUMNLIST environment variable. + This is equivalent to the "Change Columns" option when you list + bugs in buglist.cgi. If you have already used Bugzilla, use + grep COLUMLIST ~/.netscape/cookies to see + your current COLUMNLIST setting. + + + bugs is a simple shell script which calls buglist and extracts + the bug numbers from the output. Adding the prefix + "http://bugzilla.mozilla.org/buglist.cgi?bug_id=" + turns the bug list into a working link if any bugs are found. + Counting bugs is easy. Pipe the results through + sed -e 's/,/ /g' | wc | awk '{printf $2 "\n"}' + + + Akkana says she has good results piping buglist output through + w3m -T text/html -dump + + + + + Download three files: + + + + + + bash$ + wget -O query.conf 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26157' + + + + + + + bash$ + wget -O buglist 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26944' + + + + + + + bash# + wget -O bugs 'http://bugzilla.mozilla.org/showattachment.cgi?attach_id=26215' + + + + + + + + Make your utilities executable: + + bash$ + chmod u+x buglist bugs + + + + +
+ +
+ The Quicksearch Utility + + Quicksearch is a new, experimental feature of the 2.12 release. + It consist of two Javascript files, "quicksearch.js" and "localconfig.js", + and two documentation files, "quicksearch.html" and "quicksearchhack.html" + + + The index.html page has been updated to include the QuickSearch text box. + + + To take full advantage of the query power, the Bugzilla maintainer must + edit "localconfig.js" according to the value sets used in the local installation. + + + Currently, keywords must be hard-coded in localconfig.js. If they are not, + keywords are not automatically recognized. This means, if localconfig.js + is left unconfigured, that searching for a bug with the "foo" keyword + will only find bugs with "foo" in the summary, status whiteboard, product or + component name, but not those with the keyword "foo". + + + Workarounds for Bugzilla users: + + search for '!foo' (this will find only bugs with the keyword "foo" + search 'foo,!foo' (equivalent to 'foo OR keyword:foo') + + + + When this tool is ported from client-side JavaScript to server-side Perl, + the requirement for hard-coding keywords can be fixed. + This bug + has details. + +
+ +
\ No newline at end of file diff --git a/docs/xml/using.xml b/docs/xml/using.xml new file mode 100644 index 0000000000..606dca8c22 --- /dev/null +++ b/docs/xml/using.xml @@ -0,0 +1,846 @@ + + + + + +Using Bugzilla + + + What, Why, How, & What's in it for me? + + + +
+ What is Bugzilla? + + Bugzilla is one example of a class of programs called "Defect 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. + At the time Bugzilla was originally written, as a port from Netscape Communications' + "Bugsplat!" program to Perl from TCL, there were very few competitors in the market + for bug-tracking software. Most commercial defect-tracking software vendors at the + time charged enormous licensing fees. Bugzilla quickly became a favorite of the + open-source crowd (with its genesis in the open-source browser project, Mozilla) and + is now the de-facto standard defect-tracking system against which all others are + measured. + + + Bugzilla has matured immensely, and now boasts many advanced features. These include: + + + + integrated, product-based granular security schema + + + + + inter-bug dependencies and dependency graphing + + + + + advanced reporting capabilities + + + + + a robust, stable RDBMS back-end + + + + + extensive configurability + + + + + a very well-understood and well-thought-out natural bug resolution protocol + + + + + email, XML, and HTTP APIs + + + + + integration with several automated software configuration management systems + + + + + too many more features to list + + + + + + Despite its current robustness and popularity, however, 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, + no internationalization, and dependence on some nonstandard libraries. + + + Despite these small problems, Bugzilla is very hard to beat. It is under very + active development to address the current issues, and a long-awaited overhaul in the form + of Bugzilla 3.0 is expected sometime later this year. + +
+ +
+ Why Should We Use Bugzilla? + + + No, Who's on first... + + + + For many years, defect-tracking software has remained principally the domain + of large software development houses. Even then, most shops never bothered + with bug-tracking software, and instead simply relied on shared lists and + email to monitor the status of defects. This procedure is error-prone and + tends to cause those bugs judged least significant by developers to be + dropped or ignored + + + These days, many companies are finding that integrated defect-tracking + systems reduce downtime, increase productivity, and raise customer + satisfaction with their systems. Along with full disclosure, an open + bug-tracker allows manufacturers to keep in touch with their clients + and resellers, to communicate about problems effectively throughout + the data management chain. Many corporations have also discovered that + defect-tracking helps reduce costs by providing IT support accountability, + telephone support knowledge bases, and a common, well-understood system + for accounting for unusual system or software issues. + + + But why should you use Bugzilla? + + + Bugzilla is very adaptable to various situations. Known uses currently + include IT support queues, Systems Administration deployment management, + chip design and development problem tracking (both pre-and-post fabrication), + and software bug tracking for luminaries such as Redhat, Loki software, + Linux-Mandrake, and VA Systems. Combined with systems such as CVS, Bonsai, + or Perforce SCM, Bugzilla provides a powerful, easy-to-use solution to + configuration management and replication problems + + + Bugzilla can dramatically increase the productivity and accountability + of individual employees by providing a documented workflow and positive + feedback for good performance. How many times do you wake up in the + morning, remembering that you were supposed to do *something* today, + but you just can't quite remember? Put it in Bugzilla, and you have a record + of it from which you can extrapolate milestones, predict product versions + for integration, and by using Bugzilla's e-mail integration features + be able to follow the discussion trail that led to critical decisions. + + + Ultimately, Bugzilla puts the power in your hands to improve your value + to your employer or business while providing a usable framework for your natural + attention to detail and knowledge store to flourish. + +
+ +
+ How do I use Bugzilla? + + + Hey! I'm Woody! Howdy, Howdy, Howdy! + + + + + Bugzilla is a large and complex system. Describing how to use it + requires some time. If you are only interested in installing or administering + a Bugzilla installation, please consult the Installing and Administering + Bugzilla portions of this Guide. This section is principally aimed towards + developing end-user mastery of Bugzilla, so you may fully enjoy the benefits + afforded by using this reliable open-source bug-tracking software. + + + 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 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. + However, please use it if you want to + follow this tutorial. + + +
+ Create a Bugzilla Account + + First thing's 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 Bugzilla experience, use this URL: + + http://landfill.tequilarista.org/mozilla/bugzilla/ + + + + + Click the "Open a new Bugzilla account" link. + + + + + Enter your "E-mail address" and "Real Name" (or whatever name you want to call yourself) + in the spaces provided, then select the "Create Account" button. + + + + + Within 5-10 minutes, you should receive an email to the address you provided above, + which contains your login name (generally the same as the email address), and + a password you can use to access your account. This password is randomly generated, + and should be changed at your nearest opportunity (we'll go into how to do it later). + + + + + Click the "Log In" link in the yellow area at the bottom of the page in your browser, + then enter your "E-mail address" and "Password" you just received into the spaces provided, + and select "Login". + + + If you ever forget your password, you can come back to this page, enter your + "E-mail address", then select the "E-mail me a password" button to have your password + mailed to you again so 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. + + + + + + + Congratulations! If you followed these directions, you now are the + proud owner of a user account on landfill.tequilarista.org (Landfill) or + your local Bugzilla install. You should now see in your browser a + page called the "Bugzilla Query Page". It may look daunting, but + with this Guide to walk you through it, you will master it in no time. + +
+ +
+ The Bugzilla Query Page + + The Bugzilla Query Page is the heart and soul of Bugzilla. It is the master + interface where you can find any bug report, comment, or patch currently in the 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, or shortly will be, 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, please visit the main Bugzilla site, + + bugzilla.mozilla.org, to see a more fleshed-out query page. + + + The first thing you need to notice about the Bugzilla Query Page is that + nearly every box you see on your screen has a hyperlink nearby, explaining what + it is or what it does. Near the upper-left-hand corner of your browser window + you should see the word "Status" underlined. Select it. + + + Notice the page that popped up? Every underlined word you see on your screen + is a hyperlink that will take you to context-sensitive help. + Click around for a while, and learn what everything here does. To return + to the query interface after pulling up a help page, use the "Back" button in + your browser. + + + I'm sure that after checking out the online help, you are now an Expert + on the Bugzilla Query Page. If, however, you feel you haven't mastered it yet, + let me walk you through making a few successful queries to find out what there + are in the Bugzilla bug-tracking system itself. + + + + + Ensure you are back on the "Bugzilla Query Page" + Do nothing in the boxes marked "Status", "Resolution", "Platform", "OpSys", + "Priority", or "Severity". The default query for "Status" is to find all bugs that + are NEW, ASSIGNED, or REOPENED, which is what we want. If you don't select anything + in the other 5 scrollboxes there, then you are saying that "any of these are OK"; + we're not locking ourselves into only finding bugs on the "DEC" Platform, or "Windows 95" + OpSys (Operating System). You're smart, I think you have it figured out. + + + Basically, selecting anything on the query page narrows your search + down. Leaving stuff unselected, or text boxes unfilled, broadens your search! + + + + + + You see the box immediately below the top six boxes that contains an "Email" text box, + with the words "matching as", a drop-down selection box, then some checkboxes with + "Assigned To" checked by default? This allows you to filter your search down based upon + email address. Let's put my email address in there, and see what happens. + + + Type "barnboy@trilobyte.net" in the top Email text box. + + + + + + Let's narrow the search some more. Scroll down until you find the box with the word + "Program" over the top of it. This is where we can narrow our search down to only + specific products (software programs or product lines) in our Bugzilla database. + Please notice the box is a scrollbox. Using the down arrow on the + scrollbox, scroll down until you can see an entry called "Webtools". Select this entry. + + + + + Did you notice that some of the boxes to the right changed when you selected "Webtools"? + Every Program (or Product) has different Versions, Components, and Target Milestones associated + with it. A "Version" is the number of a software program. + + Some Famous Software Versions + + + Do you remember the hype in 1995 when Microsoft Windows 95(r) was released? + It may have been several years + ago, but Microsoft(tm) spent over $300 Million advertising this new Version of their + software. Three years later, they released Microsoft Windows 98(r), + another new version, to great fanfare, and then in 2000 quietly + released Microsoft Windows ME(Millenium Edition)(r). + + + Software "Versions" help a manufacturer differentiate + their current product from their + previous products. Most do not identify their products + by the year they were released. + Instead, the "original" version of their software will + often be numbered "1.0", with + small bug-fix releases on subsequent tenths of a digit. In most cases, it's not + a decimal number; for instance, often 1.9 is an older version + of the software than 1.11, + but is a newer version than 1.1.1. + + + In general, a "Version" in Bugzilla should refer to + released + products, not products that have not yet been released + to the public. Forthcoming products + are what the Target Milestone field is for. + + + + + + A "Component" is a piece of a Product. + It may be a standalone program, or some other logical + division of a Product or Program. + Normally, a Component has a single Owner, who is responsible + for overseeing efforts to improve that Component. + + Mozilla Webtools Components + + + Mozilla's "Webtools" Product is composed of several pieces (Components): + + Bonsai, + a tool to show recent changes to Mozilla + Bugzilla, + a defect-tracking tool + Build, + a tool to automatically compile source code + into machine-readable form + Despot, + a program that controls access to the other Webtools + LXR, + a utility that automatically marks up text files + to make them more readable + MozBot, + a "robot" that announces changes to Mozilla in Chat + TestManager, + a tool to help find bugs in Mozilla + Tinderbox, + which displays reports from Build + + + + A different person is responsible for each of these Components. + Tara Hernandez keeps + the "Bugzilla" component up-to-date. + + + + + + A "Milestone", or "Target Milestone" is a often a planned future "Version" of a + product. In many cases, though, Milestones simply represent significant dates for + a developer. Having certain features in your Product is frequently + tied to revenue (money) + the developer will receive if the features work by the time she + reaches the Target Milestone. + Target Milestones are a great tool to organize your time. + If someone will pay you $100,000 for + incorporating certain features by a certain date, + those features by that Milestone date become + a very high priority. Milestones tend to be highly malleable creatures, + though, that appear + to be in reach but are out of reach by the time the important day arrives. + + + The Bugzilla Project has set up Milestones for future + Bugzilla versions 2.14, 2.16, 2.18, 3.0, etc. However, + a Target Milestone can just as easily be a specific date, + code name, or weird alphanumeric + combination, like "M19". + + + + + + OK, now let's select the "Bugzilla" component from its scrollbox. + + + + + Skip down the page a bit -- do you see the "submit query" button? + Select it, and let's run + this query! + + + + + Congratulations! You've completed your first Query, and have before you the Bug List + of the author of this Guide, Matthew P. Barnson (barnboy@trilobyte.net). If I'm + doing well, + you'll have a cryptic "Zarro Boogs Found" message on your screen. It is just + a happy hacker's way of saying "Zero Bugs Found". However, I am fairly certain I will + always have some bugs assigned to me that aren't done yet, + so you won't often see that message! + + + + + I encourage you to click the bug numbers in the left-hand column and examine + my bugs. Also notice that if you click the underlined + links near the top of this page, they do + not take you to context-sensitive help here, + but instead sort the columns of bugs on the screen! + When you need to sort your bugs by priority, severity, + or the people they are assigned to, this + is a tremendous timesaver. + + + A couple more interesting things about the Bug List page: + + Change Columns: + by selecting this link, you can show all kinds + of information in the Bug List + Change several bugs at once: + If you have sufficient rights to change all + the bugs shown in the Bug List, you can mass-modify them. + This is a big time-saver. + Send mail to bug owners: + If you have many related bugs, you can request + an update from every person who owns the bugs in + the Bug List asking them the status. + Edit this query: + If you didn't get exactly the results you were looking for, + you can return to the Query page through this link and make + small revisions to the query you just made so + you get more accurate results. + + + + + There are many more options to the Bugzilla Query Page + and the Bug List than I have shown you. + But this should be enough for you to learn to get around. + I encourage you to check out the + Bugzilla Home Page + to learn about the Anatomy + and Life Cycle of a Bug before continuing. + + +
+ + +
+ Creating and Managing Bug Reports + + And all this time, I thought we were taking bugs out... + + +
+ Writing a Great Bug Report + + Before we plunge into writing your first bug report, I encourage you to read + Mozilla.org's Bug + Writing Guidelines. While some of the advice is Mozilla-specific, the basic + principles of reporting Reproducible, Specific bugs, 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. + + + While you are at it, why not learn how to find previously reported bugs? Mozilla.org + has published a great tutorial on finding duplicate bugs, available at + + http://www.mozilla.org/quality/help/beginning-duplicate-finding.html. + + + I realize this was a lot to read. However, understanding the mentality of writing + great bug reports will help us on the next part! + + + + + Go back to + http://landfill.tequilarista.org/mozilla/bugzilla/ + in your browser. + + + + + Select the + + Enter a new bug report link. + + + + + Select a product. + + + + + Now you should be at the "Enter Bug" form. + The "reporter" should have been automatically filled out + for you (or else Bugzilla prompted you to Log In again + -- you did keep the email with your username + and password, didn't you?). + + + + + Select a Component in the scrollbox. + + + + + Bugzilla should have made reasonable guesses, based upon your browser, + for the "Platform" and "OS" drop-down + boxes. If those are wrong, change them -- if you're on an SGI box + running IRIX, we want to know! + + + + + Fill in the "Assigned To" box with the email address you provided earlier. + This way you don't end up sending copies of your bug to lots of other people, + since it's just a test bug. + + + + + Leave the "CC" text box blank. + Fill in the "URL" box with "http://www.mozilla.org". + + + + + Enter "The Bugzilla Guide" in the Summary text box, + and place any comments you have on this + tutorial, or the Guide in general, into the Description box. + + + + + Voila! Select "Commit" and send in your bug report! + Next we'll look at resolving bugs. + +
+ +
+ Managing your Bug Reports + + OK, you should have a link to the bug you just created near the top of your page. + It should say + "Bug XXXX posted", with a link to the right saying "Back to BUG# XXXX". + Select this link. + + + + + Scroll down a bit on the subsequent page, + until you see the "Resolve bug, changing resolution to (dropdown box). + Normally, you would + "Accept bug (change status to ASSIGNED)", fix it, and then resolve. + But in this case, we're + going to short-circuit the process because this wasn't a real bug. + Change the dropdown next to + "Resolve Bug" to "INVALID", make sure the radio button is + marked next to "Resolve Bug", then + click "Commit". + + + + + Hey! It said it couldn't take the change in a big red box! + That's right, you must specify + a Comment in order to make this change. Select the "Back" + button in your browser, add a + Comment, then try Resolving the bug with INVALID status again. + This time it should work. + + + + + You have now learned the basics of Bugzilla navigation, + entering a bug, and bug maintenance. + I encourage you to explore these features, and see what you can do with them! + We'll spend no more time on individual Bugs or Queries from this point on, so you are + on your own there. + + + But I'll give a few last hints! + + + There is a CLUE + on the Query page + that will teach you more how to use the form. + + + If you click the hyperlink on the + Component + box of the Query page, you will be presented a form that will describe what all + the components are. + + + Possibly the most powerful feature of the Query page is the + Boolean Chart section. + It's a bit confusing to use the first time, but can provide unparalleled + flexibility in your queries, + allowing you to build extremely powerful requests. + + + Finally, you can build some nifty + Reports + using the "Bug Reports" link near the bottom of the query page, and also + available via the "Reports" link + at the footer of each page. + +
+
+ +
+ +
+ What's in it for me? + + + Indiana, it feels like we walking on fortune cookies! + + + These ain't fortune cookies, kid... + + + + Customized User Preferences offer tremendous versatility to + your individual Bugzilla experience. + Let's plunge into what you can do! The first step is to click + the "Edit prefs" link at the footer of each page once you + have logged in to + + Landfill. + +
+ Account Settings + + On this page, you can change your basic Account Settings, + including your password and full name. + For security reasons, in order to change anything on this page you + must type your current + password into the "Old Password" field. + If you wish to change your password, type the new password you + want into the "New Password" field and again into the "Re-enter + new password" field to ensure + you typed your new password correctly. Select the "Submit" button and you're done! + +
+
+ Email Settings +
+ Email Notification + + Ahh, here you can reduce or increase the amount of email sent you from Bugzilla! + In the drop-down "Notify me of changes to", select one of + + All qualifying bugs: sends you every change to every bug + where your name is somewhere on it, regardless of who changed it. + Only those bugs which I am listed in the CC line: prevents + you from receiving mail for which you are the reporter,' + owner, or QA contact. If you are on the CC + list, presumably someone had a good + reason for you to get the email. + All qulifying bugs except those which I change: + This is the default, and + a sensible setting. If someone else changes your bugs, you will get emailed, + but if you change bugs + yourself you will receive no notification of the change. + + +
+
+ New Email Technology + + + This option may not be available in all Bugzilla installations, depending upon + the preferences of the systems administrator responsible for the setup of your Bugzilla. + However, if you really want this functionality, ask her to "enable newemailtech + in Params" + and "make it the default for all new users", referring her to the Administration section + of this Guide. + + + + Disregard the warnings about "experimental and bleeding edge"; the code to handle email + in a cleaner manner than that historically used for Bugzilla is + quite robust and well-tested now. + + + I recommend you enable the option, "Click here to sign up (and risk any bugs)". + Your email-box + will thank you for it. The fundamental shift in "newemailtech" is away from standard UNIX + "diff" output, which is quite ugly, to a prettier, better laid-out email. + +
+
+ "Watching" Users + + + This option may not be available in all Bugzilla installations, depending upon + the preferences of the systems administrator responsible for the setup of your Bugzilla. + However, if you really want this functionality, ask her to "enable watchers in Params". + + + + By entering user email names into the "Users to watch" text entry box, delineated by commas, + you can watch bugs of other users. This powerful functionality enables seamless transitions + as developers change projects, managers wish to get in touch with the issues faced by their + direct reports, or users go on vacation. If any of these three situations apply + to you, you will undoubtedly find this feature quite convenient. + +
+
+
+ Page Footer + + + By default, this page is quite barren. However, go explore the Query Page some more; you will + find that you can store numerous queries on the server, so if you regularly run a particular query + it is just a drop-down menu away. On this page of Preferences, if you have many stored + queries you can elect to have them always one-click away! + + + + If you have many stored queries on the server, here you will find individual drop-downs for each + stored query. Each drop-down gives you the option of that query appearing on the footer of every + page in Bugzilla! This gives you powerful one-click access to any complex searches you may set up, + and is an excellent way to impress your boss... + + + By default, the "My Bugs" link appears at the bottom of each page. However, this query + gives you both the bugs you have reported, as well as those you are assigned. One of the most + common uses for this page is to remove the "My Bugs" link, replacing it with two other queries, + commonly called "My Bug Reports" and "My Bugs" (but only referencing bugs assigned to you). This + allows you to distinguish those bugs you have reported from those you are assigned. I commonly + set up complex Boolean queries in the Query page and link them to my footer in this page. When + they are significantly complex, a one-click reference can save hours of work. + +
+
+ Permissions + + This is a purely informative page which outlines your current permissions on + this installation of Bugzilla. If you have permissions to grant certain permissions to + other users, the "other users" link appears on this page as well as the footer. + For more information regarding user administration, please consult the Administration + section of this Guide. + +
+
+ +
+ Using Bugzilla-Conclusion + + Thank you for reading through this portion of the Bugzilla Guide. I anticipate + it may not yet meet the needs of all readers. If you have additional comments or + corrections to make, please submit your contributions to the + mozilla-webtools + mailing list/newsgroup. The mailing list is mirrored to the netscape.public.mozilla.webtools + newsgroup, and the newsgroup is mirrored to mozilla-webtools@mozilla.org + +
+
+ + + diff --git a/docs/xml/variants.xml b/docs/xml/variants.xml new file mode 100644 index 0000000000..e69de29bb2 -- 2.47.2

1.3. Disclaimer

No liability for the contents of this document can be accepted. + Use the concepts, examples, and other content at your own risk. + As this is a new edition of this document, there may be errors + and inaccuracies that may damage your system. Use of this document + may cause your girlfriend to leave you, your cats to pee on your + furniture and clothing, your computer to cease functioning, your + boss to fire you, and global thermonuclear war. Proceed with caution. +

All copyrights are held by their respective owners, unless specifically + noted otherwise. Use of a term in this document should not be regarded + as affecting the validity of any trademark or service mark. + In particular, I like to put down Microsoft(tm). Live with it. +

Naming of particular products or brands should not be seen as endorsements, + with the exception of the term "GNU/Linux". + Use GNU/Linux. Love it. Bathe with it. It is life and happiness. + I endorse it wholeheartedly and encourage you to do the same. +

You are strongly recommended to make a backup of your system before + installing Bugzilla and at regular intervals thereafter. Heaven knows + it's saved my bacon time after time; if you implement any suggestion in + this Guide, implement this one! +

Bugzilla has not undergone a complete security review. + Security holes probably exist in the code. + Great care should be taken both in the installation and usage of this software. + Carefully consider the implications of installing other network services with Bugzilla. +