Bugzilla Guide
Bugzilla Guide
2 Release
Published 2007-02-02
This is the documentation for Bugzilla, a bug-tracking system from mozilla.org. Bugzilla is an enterprise-class piece
of software that tracks millions of bugs and issues for hundreds of organizations around the world.
The most current version of this document can always be found on the Bugzilla Documentation Page
(http://www.bugzilla.org/documentation.html).
Table of Contents
1. About This Guide......................................................................................................................................................1
1.1. Copyright Information....................................................................................................................................1
1.2. Disclaimer ......................................................................................................................................................1
1.3. New Versions..................................................................................................................................................1
1.4. Credits ............................................................................................................................................................2
1.5. Document Conventions ..................................................................................................................................2
2. Installing Bugzilla .....................................................................................................................................................4
2.1. Installation......................................................................................................................................................4
2.1.1. Perl.....................................................................................................................................................4
2.1.2. Database Engine ................................................................................................................................5
2.1.2.1. MySQL..................................................................................................................................5
2.1.2.2. PostgreSQL ...........................................................................................................................5
2.1.3. Web Server.........................................................................................................................................5
2.1.4. Bugzilla..............................................................................................................................................5
2.1.5. Perl Modules......................................................................................................................................6
2.1.5.1. DBD::mysql ..........................................................................................................................7
2.1.5.2. Template Toolkit (2.10).........................................................................................................8
2.1.5.3. GD (1.20) ..............................................................................................................................8
2.1.5.4. Chart::Base (1.0) ...................................................................................................................8
2.1.5.5. GD::Graph (any) ...................................................................................................................8
2.1.5.6. GD::Text::Align (any) ...........................................................................................................8
2.1.5.7. XML::Twig (any) ..................................................................................................................8
2.1.5.8. PatchReader (0.9.4)...............................................................................................................8
2.1.6. Mail Transfer Agent (MTA) ..............................................................................................................9
2.2. Configuration..................................................................................................................................................9
2.2.1. localconfig..........................................................................................................................................9
2.2.2. Database Server ...............................................................................................................................10
2.2.2.1. Bugzilla Database Schema..................................................................................................10
2.2.2.2. MySQL................................................................................................................................10
2.2.2.3. PostgreSQL .........................................................................................................................12
2.2.3. checksetup.pl ...................................................................................................................................13
2.2.4. Web server .......................................................................................................................................13
2.2.4.1. Apache httpd .......................................................................................................................13
2.2.4.2. Microsoft Internet Information Services.............................................................................14
2.2.5. Bugzilla............................................................................................................................................15
2.3. Optional Additional Configuration...............................................................................................................15
2.3.1. Bug Graphs ......................................................................................................................................15
2.3.2. Dependency Charts ..........................................................................................................................16
2.3.3. The Whining Cron ...........................................................................................................................16
2.3.4. Whining ...........................................................................................................................................16
2.3.5. Patch Viewer ....................................................................................................................................17
2.3.6. LDAP Authentication ......................................................................................................................17
2.3.7. Serving Alternate Formats with the right MIME type.....................................................................19
2.4. Multiple Bugzilla databases with a single installation .................................................................................19
2.5. OS-Specific Installation Notes .....................................................................................................................20
iii
2.5.1. Microsoft Windows .........................................................................................................................20
2.5.1.1. Win32 Perl...........................................................................................................................20
2.5.1.2. Perl Modules on Win32.......................................................................................................20
2.5.1.3. Code changes required to run on Win32.............................................................................21
2.5.1.4. Serving the web pages.........................................................................................................21
2.5.1.5. Sending Email .....................................................................................................................21
2.5.2. Mac OS X ........................................................................................................................................21
2.5.2.1. Sendmail..............................................................................................................................21
2.5.2.2. Libraries & Perl Modules on Mac OS X.............................................................................21
2.5.3. Linux-Mandrake 8.0 ........................................................................................................................22
2.6. UNIX (non-root) Installation Notes .............................................................................................................22
2.6.1. Introduction......................................................................................................................................23
2.6.2. MySQL ............................................................................................................................................23
2.6.2.1. Running MySQL as Non-Root ...........................................................................................23
2.6.3. Perl...................................................................................................................................................24
2.6.4. Perl Modules....................................................................................................................................25
2.6.4.1. The Independant Method ....................................................................................................25
2.6.4.2. The Mixed Method..............................................................................................................25
2.6.5. HTTP Server ....................................................................................................................................27
2.6.5.1. Running Apache as Non-Root ............................................................................................27
2.6.6. Bugzilla............................................................................................................................................27
3. Administering Bugzilla...........................................................................................................................................29
3.1. Bugzilla Configuration .................................................................................................................................29
3.2. User Administration .....................................................................................................................................31
3.2.1. Creating the Default User ................................................................................................................31
3.2.2. Managing Other Users.....................................................................................................................32
3.2.2.1. Searching for existing users ................................................................................................32
3.2.2.2. Creating new users ..............................................................................................................32
3.2.2.3. Modifying Users .................................................................................................................33
3.2.2.4. Deleting Users.....................................................................................................................34
3.2.2.5. Impersonating Users ...........................................................................................................34
3.3. Classifications...............................................................................................................................................34
3.4. Products........................................................................................................................................................35
3.5. Components..................................................................................................................................................35
3.6. Versions ........................................................................................................................................................35
3.7. Milestones ....................................................................................................................................................36
3.8. Flags .............................................................................................................................................................36
3.8.1. A Simple Example...........................................................................................................................36
3.8.2. About Flags......................................................................................................................................37
3.8.2.1. Values ..................................................................................................................................37
3.8.3. Using flag requests...........................................................................................................................37
3.8.4. Two Types of Flags..........................................................................................................................38
3.8.4.1. Attachment Flags ................................................................................................................38
3.8.4.2. Bug Flags ............................................................................................................................38
3.8.5. Administering Flags.........................................................................................................................38
3.8.5.1. Creating a Flag ....................................................................................................................39
3.8.5.2. Deleting a Flag ....................................................................................................................41
iv
3.8.5.3. Editing a Flag ......................................................................................................................41
3.9. Legal Values .................................................................................................................................................41
3.9.1. Viewing/Editing legal values ...........................................................................................................41
3.9.2. Deleting legal values........................................................................................................................41
3.10. Voting .........................................................................................................................................................42
3.11. Quips ..........................................................................................................................................................42
3.12. Groups and Group Security........................................................................................................................42
3.12.1. Creating Groups.............................................................................................................................43
3.12.2. Assigning Users to Groups ............................................................................................................44
3.12.3. Assigning Group Controls to Products ..........................................................................................44
3.12.4. Common Applications of Group Controls.....................................................................................44
3.12.4.1. General User Access With Security Group.......................................................................45
3.12.4.2. General User Access With A Security Product.................................................................45
3.12.4.3. Product Isolation With Common Group ...........................................................................45
3.13. Upgrading to New Releases .......................................................................................................................46
3.13.1. Version Definitions ........................................................................................................................46
3.13.2. Upgrading - Methods and Procedure.............................................................................................46
3.13.2.1. Upgrading using CVS .......................................................................................................47
3.13.2.2. Upgrading using the tarball...............................................................................................48
3.13.2.3. Upgrading using patches ...................................................................................................49
3.13.3. Completing Your Upgrade.............................................................................................................49
4. Bugzilla Security .....................................................................................................................................................50
4.1. Operating System .........................................................................................................................................50
4.1.1. TCP/IP Ports ....................................................................................................................................50
4.1.2. System User Accounts.....................................................................................................................50
4.1.3. The chroot Jail...............................................................................................................................50
4.2. MySQL.........................................................................................................................................................50
4.2.1. The MySQL System Account..........................................................................................................51
4.2.2. The MySQL “root” and “anonymous” Users ..................................................................................51
4.2.3. Network Access ...............................................................................................................................51
4.3. Web server ....................................................................................................................................................52
4.3.1. Disabling Remote Access to Bugzilla Configuration Files .............................................................52
4.3.2. Using mod_throttle to Prevent a DOS........................................................................................53
4.4. Bugzilla ........................................................................................................................................................53
4.4.1. Prevent users injecting malicious Javascript....................................................................................53
5. Using Bugzilla..........................................................................................................................................................54
5.1. Introduction ..................................................................................................................................................54
5.2. Create a Bugzilla Account............................................................................................................................54
5.3. Anatomy of a Bug ........................................................................................................................................54
5.4. Life Cycle of a Bug ......................................................................................................................................56
5.5. Searching for Bugs .......................................................................................................................................56
5.5.1. Boolean Charts.................................................................................................................................57
5.5.1.1. Pronoun Substitution...........................................................................................................57
5.5.1.2. Negation ..............................................................................................................................57
5.5.1.3. Multiple Charts ...................................................................................................................58
5.5.2. Quicksearch .....................................................................................................................................58
5.5.3. Bug Lists..........................................................................................................................................58
v
5.5.4. Adding individual bugs from bug lists.............................................................................................59
5.6. Filing Bugs ...................................................................................................................................................59
5.6.1. Reporting a New Bug ......................................................................................................................59
5.6.2. Clone an Existing Bug .....................................................................................................................60
5.7. Attachments..................................................................................................................................................60
5.7.1. Patch Viewer ....................................................................................................................................61
5.7.1.1. Viewing Patches in Patch Viewer........................................................................................61
5.7.1.2. Seeing the Difference Between Two Patches......................................................................61
5.7.1.3. Getting More Context in a Patch.........................................................................................61
5.7.1.4. Collapsing and Expanding Sections of a Patch...................................................................61
5.7.1.5. Linking to a Section of a Patch ...........................................................................................62
5.7.1.6. Going to Bonsai and LXR...................................................................................................62
5.7.1.7. Creating a Unified Diff........................................................................................................62
5.8. Hints and Tips ..............................................................................................................................................62
5.8.1. Autolinkification ..............................................................................................................................62
5.8.2. Comments ........................................................................................................................................62
5.8.3. Dependency Tree .............................................................................................................................63
5.9. Time Tracking Information ..........................................................................................................................63
5.10. User Preferences.........................................................................................................................................63
5.10.1. Account Preferences ......................................................................................................................63
5.10.2. General Preferences .......................................................................................................................63
5.10.3. Email Preferences ..........................................................................................................................64
5.10.4. Permissions ....................................................................................................................................65
5.11. Reports and Charts .....................................................................................................................................65
5.11.1. Reports...........................................................................................................................................65
5.11.2. Charts.............................................................................................................................................66
5.11.2.1. Creating Charts .................................................................................................................66
5.11.2.2. Creating New Data Sets ....................................................................................................67
5.12. Flags ...........................................................................................................................................................67
5.13. Whining......................................................................................................................................................67
5.13.1. The Event.......................................................................................................................................68
5.13.2. Whining Schedule..........................................................................................................................68
5.13.3. Whining Queries............................................................................................................................69
5.13.4. Saving Your Changes.....................................................................................................................70
6. Customising Bugzilla ..............................................................................................................................................71
6.1. Template Customization...............................................................................................................................71
6.1.1. Template Directory Structure ..........................................................................................................71
6.1.2. Choosing a Customization Method .................................................................................................71
6.1.3. How To Edit Templates ...................................................................................................................72
6.1.4. Template Formats and Types ...........................................................................................................72
6.1.5. Particular Templates ........................................................................................................................73
6.1.6. Configuring Bugzilla to Detect the User’s Language ......................................................................74
6.2. Template Hooks............................................................................................................................................75
6.3. Customizing Who Can Change What ..........................................................................................................77
6.3.1. Modification in UserInGroup()........................................................................................................78
6.4. Modifying Your Running System ................................................................................................................78
6.5. Integrating Bugzilla with Third-Party Tools ................................................................................................79
vi
6.5.1. Bonsai ..............................................................................................................................................79
6.5.2. CVS..................................................................................................................................................79
6.5.3. Perforce SCM ..................................................................................................................................79
6.5.4. Subversion .......................................................................................................................................79
6.5.5. Tinderbox/Tinderbox2 .....................................................................................................................80
A. The Bugzilla FAQ ...................................................................................................................................................81
B. Troubleshooting ......................................................................................................................................................95
B.1. General Advice ............................................................................................................................................95
B.2. The Apache webserver is not serving Bugzilla pages .................................................................................95
B.3. I installed a Perl module, but checksetup.pl claims it’s not installed!...................................................95
B.4. DBD::Sponge::db prepare failed .................................................................................................................96
B.5. cannot chdir(/var/spool/mqueue) .................................................................................................................96
B.6. Your vendor has not defined Fcntl macro O_NOINHERIT ........................................................................96
B.7. Everybody is constantly being forced to relogin .........................................................................................97
B.8. Some users are constantly being forced to relogin ......................................................................................98
B.9. index.cgi doesn’t show up unless specified in the URL..........................................................................98
B.10. checksetup.pl reports "Client does not support authentication protocol requested by server..." ...............99
C. Contrib ..................................................................................................................................................................100
C.1. Command-line Search Interface ................................................................................................................100
C.2. Command-line ’Send Unsent Bug-mail’ tool ............................................................................................100
D. Manual Installation of Perl Modules..................................................................................................................101
D.1. Instructions ................................................................................................................................................101
D.2. Download Locations..................................................................................................................................101
D.3. Optional Modules ......................................................................................................................................104
E. GNU Free Documentation License .....................................................................................................................106
0. Preamble........................................................................................................................................................106
1. Applicability and Definition..........................................................................................................................106
2. Verbatim Copying .........................................................................................................................................107
3. Copying in Quantity ......................................................................................................................................107
4. Modifications.................................................................................................................................................108
5. Combining Documents..................................................................................................................................109
6. Collections of Documents .............................................................................................................................109
7. Aggregation with Independent Works...........................................................................................................109
8. Translation.....................................................................................................................................................110
9. Termination ...................................................................................................................................................110
10. Future Revisions of this License .................................................................................................................110
How to use this License for your documents ....................................................................................................110
Glossary .....................................................................................................................................................................112
vii
List of Figures
5-1. Lifecycle of a Bugzilla Bug...................................................................................................................................56
List of Examples
4-1. Assigning the MySQL “root” User a Password ....................................................................................................51
4-2. Disabling the MySQL “anonymous” User ............................................................................................................51
4-3. Disabling Networking in MySQL .........................................................................................................................51
B-1. Examples of urlbase/cookiepath pairs for sharing login cookies..........................................................................98
B-2. Examples of urlbase/cookiepath pairs to restrict the login cookie .......................................................................98
viii
Chapter 1. About This Guide
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 no Invariant Sections, no Front-
Cover Texts, and with no Back-Cover Texts. A copy of the license is included in Appendix E.
If you have any questions regarding this document, its copyright, or publishing this document in non-electronic form,
please contact the Bugzilla Team.
1.2. Disclaimer
No liability for the contents of this document can be accepted. Follow the instructions herein at your own risk. This
document may contain errors and inaccuracies that may damage your system, cause your partner to leave you, your
boss to fire you, your cats to pee on your furniture and clothing, and global thermonuclear war. Proceed with caution.
Naming of particular products or brands should not be seen as endorsements, with the exception of the term
"GNU/Linux". We wholeheartedly endorse the use of GNU/Linux; it is an extremely versatile, stable, and robust
operating system that offers an ideal operating environment for Bugzilla.
Although the Bugzilla development team has taken great care to ensure that all exploitable bugs have been fixed,
security holes surely exist in any piece of code. Great care should be taken both in the installation and usage of this
software. The Bugzilla development team members assume no liability for your use of Bugzilla. You have the source
code, and are responsible for auditing it yourself to ensure your security needs are met.
1
Chapter 1. About This Guide
1.4. Credits
The people listed below have made enormous contributions to the creation of this Guide, through their writing, ded-
icated hacking efforts, numerous e-mail and IRC support sessions, and overall excellent contribution to the Bugzilla
community:
2
Chapter 1. About This Guide
Descriptions Appearance
Warning
Caution
Don’t run with scissors!
This documentation is maintained in DocBook 4.1.2 XML format. Changes are best
submitted as plain text or XML diffs, attached to a bug filed in the Bugzilla Documentation
(http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=Documentation) component.
3
Chapter 2. Installing Bugzilla
2.1. Installation
Note: If you just want to use Bugzilla, you do not need to install it. None of this chapter is relevant to you. Ask your
Bugzilla administrator for the URL to access it over the web.
The Bugzilla server software is usually installed on Linux or Solaris. If you are installing on another OS, check Section
2.5 before you start your installation to see if there are any special instructions.
As an alternative to following these instructions, you may wish to try Arne Schirmacher’s unofficial and unsupported
Bugzilla Installer (http://www.softwaretesting.de/article/view/33/1/8/), which installs Bugzilla and all its prerequisites
on Linux or Solaris systems.
This guide assumes that you have administrative access to the Bugzilla machine. It not possible to install and run
Bugzilla itself without administrative access except in the very unlikely event that every single prerequisite is already
installed.
Warning
The installation process may make your machine insecure for short periods of time. Make sure there is a
firewall between you and the Internet.
You are strongly recommended to make a backup of your system before installing Bugzilla (and at regular intervals
thereafter :-).
In outline, the installation proceeds as follows:
1. Install Perl (5.6.1 or above for non-Windows platforms; 5.8.1 for Windows)
2. Install a Database Engine
3. Install a Webserver
4. Install Bugzilla
5. Install Perl modules
6. Install a Mail Transfer Agent (Sendmail 8.7 or above, or an MTA that is Sendmail-compatible with at least this
version)
7. Configure all of the above.
2.1.1. Perl
Installed Version Test: perl -v
Any machine that doesn’t have Perl on it is a sad machine indeed. If you don’t have it and your OS doesn’t provide
official packages, visit http://www.perl.com. Although Bugzilla runs with Perl 5.6.1, it’s a good idea to be using the
latest stable version.
4
Chapter 2. Installing Bugzilla
2.1.2.1. MySQL
Installed Version Test: mysql -V
If you don’t have it and your OS doesn’t provide official packages, visit http://www.mysql.com. You need MySQL
version 4.0.14 or higher.
Note: Many of the binary versions of MySQL store their data files in /var. On some Unix systems, this is part of
a smaller root partition, and may not have room for your bug database. To change the data directory, you have to
build MySQL from source yourself, and set it as an option to configure.
If you install from something other than a packaging/installation system, such as .rpm (Redhat Package), .deb (Debian
Package), .exe (Windows Executable), or .msi (Microsoft Installer), make sure the MySQL server is started when the
machine boots.
2.1.2.2. PostgreSQL
Installed Version Test: psql -V
If you don’t have it and your OS doesn’t provide official packages, visit http://www.postgresql.org/. You need Post-
greSQL version 7.3.x or higher.
If you install from something other than a packaging/installation system, such as .rpm (Redhat Package), .deb (Debian
Package), .exe (Windows Executable), or .msi (Microsoft Installer), make sure the PostgreSQL server is started when
the machine boots.
5
Chapter 2. Installing Bugzilla
2.1.4. Bugzilla
Download a Bugzilla tarball (or check it out from CVS) and place it in a suitable directory, accessible by the default
web server user (probably “apache” or “www”). Good locations are either directly in the main web space for your
web server or perhaps in /usr/local with a symbolic link from the web space.
Caution
The default Bugzilla distribution is NOT designed to be placed in a cgi-bin directory. This includes any
directory which is configured using the ScriptAlias directive of Apache.
Once all the files are in a web accessible directory, make that directory writable by your webserver’s user. This is a
temporary step until you run the checksetup.pl script, which locks down your installation.
checksetup.pl will print out a list of the required and optional Perl modules, together with the versions (if any)
installed on your machine. The list of required modules is reasonably long; however, you may already have several of
them installed.
There is a meta-module called Bundle::Bugzilla, which installs all the other modules with a single command. You
should use this if you are running Perl 5.6.1 or above.
The preferred way of installing Perl modules is via CPAN on Unix, or PPM on Windows (see Section 2.5.1.2). These
instructions assume you are using CPAN; if for some reason you need to install the Perl modules manually, see
Appendix D.
If you using Bundle::Bugzilla, invoke the magic CPAN command on it. Otherwise, you need to work down the list of
modules that checksetup.pl says are required, in the order given, invoking the command on each.
Tip: Many people complain that Perl modules will not install for them. Most times, the error messages complain
that they are missing a file in “@INC”. Virtually every time, this error is due to permissions being set too restrictively
for you to compile Perl modules or not having the necessary Perl development libraries installed on your system.
Consult your local UNIX systems administrator for help solving these permissions issues; if you are the local UNIX
sysadmin, please consult the newsgroup/mailing list for further assistance or hire someone to help you out.
Note: If you are using a package-based system, and attempting to install the Perl modules from CPAN, you
may need to install the "development" packages for MySQL and GD before attempting to install the related Perl
6
Chapter 2. Installing Bugzilla
modules. The names of these packages will vary depending on the specific distribution you are using, but are
often called <packagename>-devel.
Here is a complete list of modules and their minimum versions. Some modules have special installation notes, which
follow.
Required Perl modules:
1. AppConfig (1.52)
2. CGI (2.93)
3. Data::Dumper (any)
4. Date::Format (2.21)
5. DBI (1.38)
6. DBD::mysql (2.9003) if using MySQL
7. DBD::Pg (1.31) if using PostgreSQL
8. File::Spec (0.84)
9. File::Temp (any)
10. Template (2.10)
11. Text::Wrap (2001.0131)
12. Mail::Mailer (1.67)
13. MIME::Base64 (3.01)
14. MIME::Parser (5.406)
15. Storable (any)
Optional Perl modules:
2.1.5.1. DBD::mysql
The installation process will ask you a few questions about the desired compilation target and your MySQL instal-
lation. For most of the questions the provided default will be adequate, but when asked if your desired target is the
7
Chapter 2. Installing Bugzilla
MySQL or mSQL packages, you should select the MySQL-related ones. Later you will be asked if you wish to pro-
vide backwards compatibility with the older MySQL packages; you should answer YES to this question. The default
is NO.
A host of ’localhost’ should be fine. A testing user of ’test’, with a null password, should have sufficient access to run
tests on the ’test’ database which MySQL creates upon installation.
2.1.5.3. GD (1.20)
The GD module is only required if you want graphical reports.
Note: The Perl GD module requires some other libraries that may or may not be installed on your system, including
libpng and libgd. The full requirements are listed in the Perl GD module README. If compiling GD fails, it’s
probably because you’re missing a required library.
Tip: The version of the GD module you need is very closely tied to the libgd version installed on your system. If
you have a version 1.x of libgd the 2.x versions of the GD module won’t work for you.
8
Chapter 2. Installing Bugzilla
Note: This is not entirely true. It is possible to completely disable email sending, or to have Bugzilla store email
messages in a file instead of sending them. However, this is mainly intended for testing, as disabling or diverting
email on a production machine would mean that users could miss important events (such as bug changes or the
creation of new accounts).
For more information, see the “mail_delivery_method” parameter in Section 3.1.
On Linux, any Sendmail-compatible MTA (Mail Transfer Agent) will suffice. Sendmail, Postfix, qmail and Exim are
examples of common MTAs. Sendmail is the original Unix MTA, but the others are easier to configure, and therefore
many people replace Sendmail with Postfix or Exim. They are drop-in replacements, so Bugzilla will not distinguish
between them.
If you are using Sendmail, version 8.7 or higher is required. If you are using a Sendmail-compatible MTA, it must be
congruent with at least version 8.7 of Sendmail.
Consult the manual for the specific MTA you choose for detailed installation instructions. Each of these programs will
have their own configuration files where you must configure certain parameters to ensure that the mail is delivered
properly. They are implemented as services, and you should ensure that the MTA is in the auto-start list of services
for the machine.
If a simple mail sent with the command-line ’mail’ program succeeds, then Bugzilla should also be fine.
2.2. Configuration
Warning
Poorly-configured MySQL and Bugzilla installations have given attackers full access to systems in the past.
Please take the security parts of these guidelines seriously, even for Bugzilla machines hidden away behind
your firewall. Be certain to read Chapter 4 for some important security tips.
2.2.1. localconfig
You should now run checksetup.pl again, this time without the --check-modules switch.
bash# ./checksetup.pl
9
Chapter 2. Installing Bugzilla
This time, checksetup.pl should tell you that all the correct modules are installed and will display a message about,
and write out a file called, localconfig. This file contains the default settings for a number of Bugzilla parameters.
Load this file in your editor. The only value you need to change is $db_pass, the password for the user you will create
for your database. Pick a strong password (for simplicity, it should not contain single quote characters) and put it here.
You may need to change the value of webservergroup if your web server does not run in the "apache" group. On
Debian, for example, Apache runs in the "www-data" group. If you are going to run Bugzilla on a machine where
you do not have root access (such as on a shared web hosting account), you will need to leave webservergroup empty,
ignoring the warnings that checksetup.pl will subsequently display every time it in run.
The other options in the localconfig file are documented by their accompanying comments. If you have a slightly
non-standard MySQL setup, you may wish to change one or more of the other "$db_*" parameters.
You may also wish to change the names of the priorities, severities, operating systems and platforms for your instal-
lation. However, you can always change these after installation has finished; if you then re-run checksetup.pl, the
changes will get picked up.
2.2.2.2. MySQL
Caution
MySQL’s default configuration is very insecure. Section 4.2 has some good information for improving your
installation’s security.
[mysqld]
# Allow packets up to 1M
max_allowed_packet=1M
There is also a parameter in Bugzilla called ’maxattachmentsize’ (default = 1000 Kb) that controls the maximum
allowable attachment size. Attachments larger than either the ’max_allowed_packet’ or ’maxattachmentsize’ value
will not be accepted by Bugzilla.
10
Chapter 2. Installing Bugzilla
Note: This does not affect Big Files, attachments that are stored directly on disk instead of in the database. Their
maximum size is controlled using the ’maxlocalattachment’ parameter.
[mysqld]
# Allow small words in full-text indexes
ft_min_word_len=2
11
Chapter 2. Installing Bugzilla
The above command will change the limit to 20GB. Mysql will have to make a temporary copy of your entire table to
do this. Ideally, you should do this when your attachments table is still small.
Note: This does not affect Big Files, attachments that are stored directly on disk instead of in the database.
2.2.2.3. PostgreSQL
Note: If you are using PostgreSQL 8.0.1 or higher, then you will require to use a version of DBD::Pg which is equal
to or greater than version 1.41
bash# su - postgres
When asked for a password, provide the password which will be set as $db_pass in localconfig. The created
user will have the ability to create databases and will not be able to create new users.
This means that for TCP/IP (host) connections, allow connections from ’127.0.0.1’ to ’all’ databases on this server
from the ’bugs’ user, and use password authentication (md5) for that user.
If you are using versions of PostgreSQL before version 8, you may also need to edit postgresql.conf , also
usually found in the /var/lib/pgsql/data/ folder. You will need to make a single line change, changing
# tcpip_socket = false
to
tcpip_socket = true
Now, you will need to restart PostgreSQL, but you will need to fully stop and start the server rather than just restart-
ing due to the possibility of a change to postgresql.conf. After the server has restarted, you will need to edit
12
Chapter 2. Installing Bugzilla
localconfig, finding the $db_driver variable and setting it to Pg and changing the password in $db_pass to the
one you picked previously, while setting up the account.
2.2.3. checksetup.pl
Next, rerun checksetup.pl. It reconfirms that all the modules are present, and notices the altered localconfig file,
which it assumes you have edited to your satisfaction. It compiles the UI templates, connects to the database using the
’bugs’ user you created and the password you defined, and creates the ’bugs’ database and the tables therein.
After that, it asks for details of an administrator account. Bugzilla can have multiple administrators - you can create
more later - but it needs one to start off with. Enter the email address of an administrator, his or her full name, and a
suitable Bugzilla password.
checksetup.pl will then finish. You may rerun checksetup.pl at any time if you wish.
1. Load httpd.conf in your editor. In Fedora and Red Hat Linux, this file is found in /etc/httpd/conf.
2. Apache uses <Directory> directives to permit fine-grained permission setting. Add the following lines to a
directive that applies to the location of your Bugzilla installation. (If such a section does not exist, you’ll want to
add one.) In this example, Bugzilla has been installed at /var/www/html/bugzilla.
<Directory /var/www/html/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
These instructions: allow apache to run .cgi files found within the bugzilla directory; instructs the server to look
for a file called index.cgi if someone only types the directory name into the browser; and allows Bugzilla’s
.htaccess files to override global permissions.
Note: It is possible to make these changes globally, or to the directive controlling Bugzilla’s parent directory
(e.g. <Directory /var/www/html/>). Such changes would also apply to the Bugzilla directory... but they
13
Chapter 2. Installing Bugzilla
would also apply to many other places where they may or may not be appropriate. In most cases, including
this one, it is better to be as restrictive as possible when granting extra access.
3. checksetup.pl can set tighter permissions on Bugzilla’s files and directories if it knows what group the web-
server runs as. Find the Group line in httpd.conf, place the value found there in the $webservergroup
variable in localconfig, then rerun checksetup.pl.
4. Optional: If Bugzilla does not actually reside in the webspace directory, but instead has been symbolically linked
there, you will need to add the following to the Options line of the Bugzilla <Directory> directive (the same
one as in the step above):
+FollowSymLinks
Without this directive, Apache will not follow symbolic links to places outside its own directory structure, and
you will be unable to run Bugzilla.
For example:
Note: The ActiveState install may have already created an entry for .pl files that is limited to “GET,HEAD,POST”.
If so, this mapping should be removed as Bugzilla’s .pl files are not designed to be run via a webserver.
14
Chapter 2. Installing Bugzilla
IIS will also need to know that the index.cgi should be treated as a default document. On the Documents tab page of
the virtual directory properties, you need to add index.cgi as a default document type. If you wish, you may remove
the other default document types for this particular virtual directory, since Bugzilla doesn’t use any of them.
Also, and this can’t be stressed enough, make sure that files such as localconfig and your data directory are
secured as described in Section 4.3.1.
2.2.5. Bugzilla
Your Bugzilla should now be working. Access http://<your-bugzilla-server>/ - you should see the Bugzilla
front page. If not, consult the Troubleshooting section, Appendix B.
Note: The URL above may be incorrect if you installed Bugzilla into a subdirectory or used a symbolic link from
your web site root to the Bugzilla directory.
Log in with the administrator account you defined in the last checksetup.pl run. You should go through the pa-
rameters on the Edit Parameters page (see link in the footer) and see if there are any you wish to change. They key
parameters are documented in Section 3.1; you should certainly alter maintainer and urlbase; you may also want to
alter cookiepath or requirelogin.
This would also be a good time to revisit the localconfig file and make sure that the names of the priorities,
severities, platforms and operating systems are those you wish to use when you start creating bugs. Remember to
rerun checksetup.pl if you change it.
Bugzilla has several optional features which require extra configuration. You can read about those in Section 2.3.
bash# crontab -e
This should bring up the crontab file in your editor. Add a cron entry like this to run collectstats.pl daily at 5
after midnight:
5 0 * * * cd <your-bugzilla-directory> ; ./collectstats.pl
After two days have passed you’ll be able to view bug graphs from the Reports page.
When upgrading Bugzilla, this format may change. To create new status data, (re)move old data and run the following
commands:
15
Chapter 2. Installing Bugzilla
bash$
cd <your-bugzilla-directory>
bash$
./collectstats.pl --regenerate
Note: Windows does not have ’cron’, but it does have the Task Scheduler, which performs the same duties. There
are also third-party tools that can be used to implement cron, such as nncron (http://www.nncron.ru/).
1. A complete file path to the command ’dot’ (part of GraphViz (http://www.graphviz.org/)) will generate the graphs
locally
2. A URL prefix pointing to an installation of the webdot package will generate the graphs remotely
3. A blank value will disable dependency graphing.
The easiest way to get this working is to install GraphViz (http://www.graphviz.org/). If you do that, you need to enable
server-side image maps (http://httpd.apache.org/docs/mod/mod_imap.html) in Apache. Alternatively, you could set up
a webdot server, or use the AT&T public webdot server. This is the default for the webdotbase param, but it’s often
overloaded and slow. Note that AT&T’s server won’t work if Bugzilla is only accessible using HARTS. Editor’s note:
What the heck is HARTS? Google doesn’t know...
55 0 * * * cd <your-bugzilla-directory> ; ./whineatnews.pl
Note: Windows does not have ’cron’, but it does have the Task Scheduler, which performs the same duties. There
are also third-party tools that can be used to implement cron, such as nncron (http://www.nncron.ru/).
16
Chapter 2. Installing Bugzilla
2.3.4. Whining
As of Bugzilla 2.20, users can configure Bugzilla to regularly annoy them at regular intervals, by having Bugzilla
execute saved searches at certain times and emailing the results to the user. This is known as "Whining". The process
of configuring Whining is described in Section 5.13, but for it to work a Perl script must be executed at regular
intervals.
This can be done by adding the following command as a daily crontab entry, in the same manner as explained above
for bug graphs. This example runs it every 15 minutes.
Note: Whines can be executed as often as every 15 minutes, so if you specify longer intervals between executions
of whine.pl, some users may not be whined at as often as they would expect. Depending on the person, this can
either be a very Good Thing or a very Bad Thing.
Note: Windows does not have ’cron’, but it does have the Task Scheduler, which performs the same duties. There
are also third-party tools that can be used to implement cron, such as nncron (http://www.nncron.ru/).
Patch Viewer also optionally will use the cvs, diff and interdiff command-line utilities if they exist on the
system. Interdiff can be obtained from http://cyberelk.net/tim/patchutils/. If these programs are not in the system path,
you can configure their locations in localconfig.
17
Chapter 2. Installing Bugzilla
Caution
Because the Bugzilla account is not created until the first time a user logs in, a user who has not yet
logged is unknown to Bugzilla. This means they cannot be used as an assignee or QA contact (de-
fault or otherwise), added to any cc list, or any other such operation. One possible workaround is the
bugzilla_ldapsync.rb script in the contrib directory. Another possible solution is fixing bug 201069
(http://bugzilla.mozilla.org/show_bug.cgi?id=201069).
user_verify_class
This parameter should be set to “LDAP” only if you will be using an LDAP directory for authentication. If you
set this param to “LDAP” but fail to set up the other parameters listed below you will not be able to log back
in to Bugzilla one you log out. If this happens to you, you will need to manually edit data/params and set
user_verify_class to “DB”.
LDAPserver
This parameter should be set to the name (and optionally the port) of your LDAP server. If no port is specified, it
assumes the default LDAP port of 389.
Ex. “ldap.company.com” or “ldap.company.com:3268”
LDAPbinddn [Optional]
Some LDAP servers will not allow an anonymous bind to search the directory. If this is the case with your
configuration you should set the LDAPbinddn parameter to the user account Bugzilla should use instead of the
anonymous bind.
Ex. “cn=default,cn=user:password”
LDAPBaseDN
The LDAPBaseDN parameter should be set to the location in your LDAP tree that you would like to search for
email addresses. Your uids should be unique under the DN specified here.
Ex. “ou=People,o=Company”
LDAPuidattribute
The LDAPuidattribute parameter should be set to the attribute which contains the unique UID of your users. The
value retrieved from this attribute will be used when attempting to bind as the user to confirm their password.
Ex. “uid”
18
Chapter 2. Installing Bugzilla
LDAPmailattribute
The LDAPmailattribute parameter should be the name of the attribute which contains the email address your
users will enter into the Bugzilla login boxes.
Ex. “mail”
<VirtualHost 212.85.153.228:80>
ServerName foo.bar.baz
SetEnv PROJECT foo
Alias /bugzilla /var/www/bugzilla
</VirtualHost>
19
Chapter 2. Installing Bugzilla
Don’t forget to also export this variable before accessing Bugzilla by other means, such as cron tasks for instance.
The best source for the Windows PPM modules needed for Bugzilla is probably the Bugzilla Test Server (aka ’Land-
fill’), so you should add the Landfill package repository as follows:
Note: The PPM repository stores modules in ’packages’ that may have a slightly different name than the module.
If retrieving these modules from there, you will need to pay attention to the information provided when you run
checksetup.pl as it will tell you what package you’ll need to install.
Tip: If you are behind a corporate firewall, you will need to let the ActiveState PPM utility know how to get through
it to access the repositories by setting the HTTP_proxy system environmental variable. For more information on
setting that variable, see the ActiveState documentation.
20
Chapter 2. Installing Bugzilla
Note: If using Apache on windows, you can set the ScriptInterpreterSource (http://httpd.apache.org/docs-
2.0/mod/core.html#scriptinterpretersource) directive in your Apache config to avoid having to modify the first line
of every script to contain your path to perl perl instead of /usr/bin/perl.
2.5.2. Mac OS X
Making Bugzilla work on Mac OS X requires the following adjustments.
2.5.2.1. Sendmail
In Mac OS X 10.3 and later, Postfix (http://www.postfix.org/) is used as the built-in email server. Postfix provides an
executable that mimics sendmail enough to fool Bugzilla, as long as Bugzilla can find it.
As of version 2.20, Bugzilla will be able to find the fake sendmail executable without any assistance. However, you
will have to turn on the sendmailnow parameter before you do anything that would result in email being sent. For
more information, see the description of the sendmailnow parameter in Section 3.1.
21
Chapter 2. Installing Bugzilla
It will prompt you for a number of dependencies, type ’y’ and hit enter to install all of the dependencies and then
watch it work. You will then be able to use CPAN to install the GD Perl module.
Note: To prevent creating conflicts with the software that Apple installs by default, Fink creates its own directory
tree at /sw where it installs most of the software that it installs. This means your libraries and headers will be
at /sw/lib and /sw/include instead of /usr/lib and /usr/include. When the Perl module config script asks
where your libgd is, be sure to tell it /sw/lib.
Also available via Fink is expat. After using fink to install the expat package you will be able to install XML::Parser
using CPAN. There is one caveat. Unlike recent versions of the GD module, XML::Parser doesn’t prompt for the
location of the required libraries. When using CPAN, you will need to use the following command sequence:
➊➌ The look command will download the module and spawn a new shell with the extracted files as the current
working directory. The exit command will return you to your original shell.
➋ You should watch the output from these make commands, especially “make test” as errors may prevent
XML::Parser from functioning correctly with Bugzilla.
22
Chapter 2. Installing Bugzilla
2.6.1. Introduction
If you are running a *NIX OS as non-root, either due to lack of access (web hosts, for example) or for security reasons,
this will detail how to install Bugzilla on such a setup. It is recommended that you read through the Section 2.1 first
to get an idea on the installation steps required. (These notes will reference to steps in that guide.)
2.6.2. MySQL
You may have MySQL installed as root. If you’re setting up an account with a web host, a MySQL account needs to
be set up for you. From there, you can create the bugs account, or use the account given to you.
Warning
You may have problems trying to set up GRANT permissions to the database. If you’re using a web host,
chances are that you have a separate database which is already locked down (or one big database with
limited/no access to the other areas), but you may want to ask your system administrator what the security
settings are set to, and/or run the GRANT command for you.
Also, you will probably not be able to change the MySQL root user password (for obvious reasons), so skip
that step.
[mysqld]
datadir=/home/foo/mymysql
socket=/home/foo/mymysql/thesock
port=8081
[mysql]
socket=/home/foo/mymysql/thesock
port=8081
[mysql.server]
user=mysql
basedir=/var/lib
[safe_mysqld]
err-log=/home/foo/mymysql/the.log
pid-file=/home/foo/mymysql/the.pid
23
Chapter 2. Installing Bugzilla
bash$
mysql_install_db
bash$
safe_mysql &
After you start mysqld the first time, you then connect to it as "root" and GRANT permissions to other users. (Again,
the MySQL root account has nothing to do with the *NIX root account.)
Note: You will need to start the daemons yourself. You can either ask your system administrator to add them to
system startup files, or add a crontab entry that runs a script to check on these daemons and restart them if
needed.
Warning
Do NOT run daemons or other services on a server without first consulting your system administrator!
Daemons use up system resources and running one may be in violation of your terms of service for any
machine on which you are a user!
2.6.3. Perl
On the extremely rare chance that you don’t have Perl on the machine, you will have to build the sources yourself.
The following commands should get your system installed with your own personal version of Perl:
bash$
wget http://perl.com/CPAN/src/stable.tar.gz
bash$
tar zvxf stable.tar.gz
bash$
cd perl-5.8.1 (or whatever the version of Perl is called)
bash$
24
Chapter 2. Installing Bugzilla
Once you have Perl installed into a directory (probably in ~/perl/bin), you’ll have to change the locations on the
scripts, which is detailed later on this page.
bash$
/home/foo/perl/bin/perl -MCPAN -e ’shell’
And then:
cpan>
install Bundle::Bugzilla
With this method, module installation will usually go a lot smoother, but if you have any hang-ups, you can consult
the next section.
25
Chapter 2. Installing Bugzilla
install Sybase::Sybperl
You can make this setting permanent like all "o conf" settings with "o conf commit".
You will have to add ~/myperl/man to the MANPATH environment variable and also tell your Perl pro
look into ~/myperl/lib, e.g. by including
Another thing you should bear in mind is that the UNINST parameter should never be set if you are
So, you will need to create a Perl directory in your home directory, as well as the lib, man, man/man1, and man/man3
directories in that Perl directory. Set the MANPATH variable and PERL5LIB variable, so that the installation of the
modules goes smoother. (Setting UNINST=0 in your "make install" options, on the CPAN first-time configuration, is
also a good idea.)
After that, go into the CPAN shell:
bash$
perl -MCPAN -e ’shell’
From there, you will need to type in the above "o conf" command and commit the changes. Then you can run through
the installation:
cpan>
install Bundle::Bugzilla
Most of the module installation process should go smoothly. However, you may have some problems with Template.
When you first start, you will want to try to install Template with the XS Stash options on. If this doesn’t work, it may
spit out C compiler error messages and croak back to the CPAN shell prompt. So, redo the install, and turn it off. (In
fact, say no to all of the Template questions.) It may also start failing on a few of the tests. If the total tests passed is a
reasonable figure (90+%), force the install with the following command:
cpan>
force install Template
cpan>
install GD
cpan>
26
Chapter 2. Installing Bugzilla
install Chart::Base
cpan>
install MIME::Parser
Note: You will need to start the daemons yourself. You can either ask your system administrator to add them to
system startup files, or add a crontab entry that runs a script to check on these daemons and restart them if
needed.
Warning
Do NOT run daemons or other services on a server without first consulting your system administrator!
Daemons use up system resources and running one may be in violation of your terms of service for any
machine on which you are a user!
2.6.6. Bugzilla
If you had to install Perl modules as a non-root user (Section 2.6.4) or to non-standard directories, you will need to
change the scripts, setting the correct location of the Perl modules:
perl -pi -e
’s@use strict\;@use strict\; use lib \"/home/foo/perl/lib\"\;@’
*cgi *pl Bug.pm processmail syncshadowdb
Change /home/foo/perl/lib to your personal Perl library directory. You can probably skip this step if you are
using the independant method of Perl module installation.
27
Chapter 2. Installing Bugzilla
When you run ./checksetup.pl to create the localconfig file, it will list the Perl modules it finds. If one is missing,
go back and double-check the module installation from the CPAN shell, then delete the localconfig file and try
again.
Warning
The one option in localconfig you might have problems with is the web server group. If you can’t success-
fully browse to the index.cgi (like a Forbidden error), you may have to relax your permissions, and blank
out the web server group. Of course, this may pose as a security risk. Having a properly jailed shell and/or
limited access to shell accounts may lessen the security risk, but use at your own risk.
28
Chapter 3. Administering Bugzilla
maintainer
The maintainer parameter is the email address of the person responsible for maintaining this Bugzilla installation.
The address need not be that of a valid Bugzilla account.
urlbase
This parameter defines the fully qualified domain name and web server path to your Bugzilla installation.
For example, if your Bugzilla query page is http://www.foo.com/bugzilla/query.cgi, set your “urlbase”
to http://www.foo.com/bugzilla/.
makeproductgroups
This dictates whether or not to automatically create groups when new products are created.
useentrygroupdefault
Bugzilla products can have a group associated with them, so that certain users can only see bugs in certain
products. When this parameter is set to “on”, this causes the initial group controls on newly created products to
place all newly-created bugs in the group having the same name as the product immediately. After a product is
initially created, the group controls can be further adjusted without interference by this mechanism.
mail_delivery_method
This is used to specify how email is sent, or if it is sent at all. There are several options included for different
MTAs, along with two additional options that disable email sending. "testfile" does not send mail, but instead
saves it in data/mailer.testfile for later review. "none" disables email sending entirely.
shadowdb
You run into an interesting problem when Bugzilla reaches a high level of continuous activity. MySQL supports
only table-level write locking. What this means is that if someone needs to make a change to a bug, they will lock
the entire table until the operation is complete. Locking for write also blocks reads until the write is complete.
Note that more recent versions of mysql support row level locking using different table types. These types are
slower than the standard type, and Bugzilla does not yet take advantage of features such as transactions which
would justify this speed decrease. The Bugzilla team are, however, happy to hear about any experiences with row
level locking and Bugzilla.
The “shadowdb” parameter was designed to get around this limitation. While only a single user is allowed to
write to a table at a time, reads can continue unimpeded on a read-only shadow copy of the database. Although
29
Chapter 3. Administering Bugzilla
your database size will double, a shadow database can cause an enormous performance improvement when
implemented on extremely high-traffic Bugzilla databases.
As a guide, on reasonably old hardware, mozilla.org began needing “shadowdb” when they reached around
40,000 Bugzilla users with several hundred Bugzilla bug changes and comments per day.
The value of the parameter defines the name of the shadow bug database. You will need to set the host and port
settings from the params page, and set up replication in your database server so that updates reach this readonly
mirror. Consult your database documentation for more detail.
shutdownhtml
If you need to shut down Bugzilla to perform administration, enter some descriptive text (with embedded HTML
codes, if you’d like) into this box. Anyone who tries to use Bugzilla (including admins) will receive a page
displaying this text. Users can neither log in nor log out while shutdownhtml is enabled.
Note: Although regular log-in capability is disabled while ’shutdownhtml’ is enabled, safeguards are in place
to protect the unfortunate admin who loses connection to Bugzilla. Should this happen to you, go directly to
the editparams.cgi (by typing the URL in manually, if necessary). Doing this will prompt you to log in, and
your name/password will be accepted here (but nowhere else).
passwordmail
Every time a user creates an account, the text of this parameter (with substitutions) is sent to the new user along
with their password message.
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.
movebugs
This option is an undocumented feature to allow moving bugs between separate Bugzilla installations. You will
need to understand the source code in order to use this feature. Please consult movebugs.pl in your Bugzilla
source tree for further documentation, such as it is.
useqacontact
This allows you to define an email address for each component, in addition to that of the default assignee, who
will be sent carbon copies of incoming bugs.
usestatuswhiteboard
This defines whether you wish to have a free-form, overwritable field associated with each bug. The advantage
of the Status Whiteboard is that it can be deleted or modified with ease, and provides an easily-searchable field
for indexing some bugs that have some trait in common.
30
Chapter 3. Administering Bugzilla
whinedays
Set this to the number 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 installation instructions, or set this value to "0" (never whine).
commenton*
All these fields allow you to dictate what changes can pass without comment, and which must have a comment
from the person who changed them. Often, administrators will allow users to add themselves to the CC list,
accept bugs, or change the Status Whiteboard without adding a comment as to their reasons for the change, yet
require that most other changes come with an explanation.
Set the "commenton" options according to your site policy. It is a wise idea to require comments when users
resolve, reassign, or reopen bugs at the very least.
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!)
supportwatchers
Turning on this option allows users to ask to receive copies of bug mail sent to another user. Watching a user with
different group permissions is not a way to ’get around’ the system; copied emails are still subject to the normal
groupset permissions of a bug, and “watchers” will only be copied on emails from bugs they would normally be
allowed to view.
noresolveonopenblockers
This option will prevent users from resolving bugs as FIXED if they have unresolved dependencies. Only the
FIXED resolution is affected. Users will be still able to resolve bugs to resolutions other than FIXED if they have
unresolved dependent bugs.
sendmailnow
When Bugzilla is using Sendmail older than 8.12, turning this option off will improve performance by not waiting
for Sendmail to actually send mail. If Sendmail 8.12 or later is being used, there is nothing to gain by turning this
off. If another MTA is being used, such as Postfix, then this option *must* be turned on (even if you are using
the fake sendmail executable that Postfix provides).
31
Chapter 3. Administering Bugzilla
Tip: If you wish to add more administrative users, add them to the "admin" group and, optionally, edit the tweak-
params, editusers, creategroups, editcomponents, and editkeywords groups to add the entire admin group to
those groups (which is the case by default).
3.2.2.2.1. Self-registration
By default, users can create their own user accounts by clicking the “New Account” link at the bottom of each
page (assuming they aren’t logged in as someone else already). If you want to disable this self-registration, or if
you want to restrict who can create his own user account, you have to edit the “createemailregexp” parameter in the
“Configuration” page, see Section 3.1.
1. After logging in, click the "Users" link at the footer of the query page, and then click "Add a new user".
2. 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. While
useful for creating dummy accounts (watchers which shuttle mail to another system, for instance, or email
addresses which are a mailing list), 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.
32
Chapter 3. Administering Bugzilla
• Login Name: This is generally the user’s full email address. However, if you have are using the “emailsuffix”
parameter, this may just be the user’s login name. Note that users can now change their login names themselves (to
any valid email address).
• Real Name: The user’s real name. Note that Bugzilla does not require this to create an account.
• Password: You can change the user’s password here. Users can automatically request a new password, so you
shouldn’t need to do this often. If you want to disable an account, see Disable Text below.
• Disable Text: If you type anything in this box, including just a space, the user is prevented from logging in, or
making any changes to bugs via the web interface. The HTML you type in this box is presented to the user when
they attempt to perform these actions, and should explain why the account was disabled.
Users with disabled accounts will continue to receive mail from Bugzilla; furthermore, they will not be able to
log in themselves to change their own preferences and stop it. If you want an account (disabled or active) to stop
receiving mail, add the account name (one account per line) to the file data/nomail.
Note: Even users whose accounts have been disabled can still submit bugs via the e-mail gateway, if one exists.
The e-mail gateway should not be enabled for secure installations of Bugzilla.
Warning
Don’t disable all the administrator accounts!
• <groupname>: If you have created some groups, e.g. "securitysensitive", then checkboxes will appear here to allow
you to add users to, or remove them from, these groups.
• canconfirm: This field is only used if you have enabled the "unconfirmed" status. If you enable this for a user, that
user can then move bugs from "Unconfirmed" to a "Confirmed" status (e.g.: "New" status).
• creategroups: This option will allow a user to create and destroy groups in Bugzilla.
• editbugs: Unless a user has this bit set, they can only edit those bugs for which they are the assignee or the reporter.
Even if this option is unchecked, users can still add comments to bugs.
• 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.
• editkeywords: If you use Bugzilla’s keyword functionality, enabling this feature allows a user to 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.
• editusers: This flag allows a user to do what you’re doing right now: edit other users. This will allow those with the
right to do so to remove administrator privileges from other users or grant them to themselves. Enable with care.
• tweakparams: This flag allows a user to change Bugzilla’s Params (using editparams.cgi.)
33
Chapter 3. Administering Bugzilla
• <productname>: This allows an administrator to specify the products in which a user can see bugs. The user must
still have the "editbugs" privilege to edit bugs in these products.
Note: To use the sudo feature, you must be in the bz_sudoers group. By default, all administrators are in this
group.
If you have access to this feature, you may start a session by going to the Edit Users page, Searching for a user and
clicking on their login. You should see a link below their login name titled "Impersonate this user". Click on the link.
This will take you to a page where you will see a description of the feature and instructions for using it. After reading
the text, simply enter the login of the user you would like to impersonate, provide a short message explaining why
you are doing this, and press the button.
As long as you are using this feature, everything you do will be done as if you were logged in as the user you are
impersonating.
Warning
The user you are impersonating will not be told about what you are doing. If you do anything that results in
mail being sent, that mail will appear to be from the user you are impersonating. You should be extremely
careful while using this feature.
3.3. Classifications
Classifications tend to be used in order to group several related products into one distinct entity.
The classifications layer is disabled by default; it can be turned on or off using the useclassification parameter, in the
Bug Fields section of the edit parameters screen.
Access to the administration of classifications is controlled using the editclassifications system group, which defines
a privilege for creating, destroying, and editing classifications.
34
Chapter 3. Administering Bugzilla
When activated, classifications will introduce an additional step when filling bugs (dedicated to classification selec-
tion), and they will also appear in the advanced search form.
3.4. Products
Products tend to represent real-world shipping products. E.g. if your company makes computer games, you should
have one product per game, perhaps a "Common" product for units of technology used in multiple games, and maybe
a few special products (Website, Administration...)
Many of Bugzilla’s settings are configurable on a per-product basis. The number of "votes" available to users is set
per-product, as is the number of votes required to move a bug automatically from the UNCONFIRMED status to the
NEW status.
To create a new product:
3.5. Components
Components are subsections of a Product. E.g. the computer game you are designing may have a "UI" component, an
"API" component, a "Sound System" component, and a "Plugins" component, each overseen by a different program-
mer. 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 default assignee and (if you turned it on in the parameters), a QA Contact. The default assignee
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 Assignee, QA Contact, and Reporter will get email when new bugs are created in
this Component and when these bugs change. Default Assignee and Default QA Contact fields only dictate the default
assignments; these can be changed on bug submission, or at any later point in a bug’s life.
To create a new Component:
1. Select the "Edit components" link from the "Edit product" page
2. Select the "Add" link in the bottom right.
3. Fill out the "Component" field, a short "Description", the "Default Assignee" and "Default QA Contact" (if
enabled.) The Component and Description fields may contain HTML; the "Default Assignee" field must be a
login name already existing in the database.
35
Chapter 3. Administering Bugzilla
3.6. Versions
Versions are the revisions of the product, such as "Flinders 3.1", "Flinders 95", and "Flinders 2000". Version is not a
multi-select field; the usual practice is to select the earliest version known to have the bug.
To create and edit Versions:
3.7. 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.
Note: Milestone options will only appear for a Product if you turned on the "usetargetmilestone" Param in the "Edit
Parameters" screen.
To create new Milestones, set Default Milestones, and set Milestone URL:
3.8. Flags
Flags are a way to attach a specific status to a bug or attachment, either “+” or “-”. The meaning of these symbols
depends on the text the flag itself, but contextually they could mean pass/fail, accept/reject, approved/denied, or even
a simple yes/no. If your site allows requestable flags, then users may set a flag to “?” as a request to another user that
they look at the bug/attachment, and set the flag to its correct status.
36
Chapter 3. Administering Bugzilla
1. The Bugzilla administrator creates a flag type called “blocking2.0” that shows up on all bugs in your product.
It shows up on the “Show Bug” screen as the text “blocking2.0” with a drop-down box next to it. The drop-down
box contains four values: an empty space, “?”, “-”, and “+”.
3.8.2.1. Values
Flags can have three values:
The status has been set negatively. (The question has been answered “no”.)
+
The status has been set positively. (The question has been answered “yes”.)
Actually, there’s a fourth value a flag can have -- “unset” -- which shows up as a blank space. This just means that
nobody has expressed an opinion (or asked someone else to express an opinion) about this bug or attachment.
37
Chapter 3. Administering Bugzilla
1. On the list of attachments in the “Show Bug” screen, you can see the current state of any flags that have been set
to ?, +, or -. You can see who asked about the flag (the requester), and who is being asked (the requestee).
2. When you “Edit” an attachment, you can see any settable flag, along with any flags that have already been set.
This “Edit Attachment” screen is where you set flags to ?, -, +, or unset them.
3. Requests are listed in the “Request Queue”, which is accessible from the “My Requests” link (if you are logged
in) or “Requests” link (if you are logged out) visible in the footer of all pages.
38
Chapter 3. Administering Bugzilla
3.8.5.1.1. Name
This is the name of the flag. This will be displayed to Bugzilla users who are looking at or setting the flag. The name
may contain any valid Unicode characters except commas and spaces.
3.8.5.1.2. Description
The description describes the flag in more detail. It is visible in a tooltip when hovering over a flag either in the “Show
Bug” or “Edit Attachment” pages. This field can be as long as you like, and can contain any character you want.
3.8.5.1.3. Category
Default behaviour for a newly-created flag is to appear on products and all components, which is why
“__Any__:__Any__” is already entered in the “Inclusions” box. If this is not your desired behaviour, you must
either set some exclusions (for products on which you don’t want the flag to appear), or you must remove
“__Any__:__Any__” from the Inclusions box and define products/components specifically for this flag.
To create an Inclusion, select a Product from the top drop-down box. You may also select a specific component
from the bottom drop-down box. (Setting “__Any__” for Product translates to, “all the products in this Bugzilla”.
Selecting “__Any__” in the Component field means “all components in the selected product.”) Selections made, press
“Include”, and your Product/Component pairing will show up in the “Inclusions” box on the right.
To create an Exclusion, the process is the same; select a Product from the top drop-down box, select a specific
component if you want one, and press “Exclude”. The Product/Component pairing will show up in the “Exclusions”
box on the right.
This flag will and can be set for any products/components that appearing in the “Inclusions” box (or which fall under
the appropriate “__Any__”). This flag will not appear (and therefore cannot be set) on any products appearing in the
“Exclusions” box. IMPORTANT: Exclusions override inclusions.
You may select a Product without selecting a specific Component, but you can’t select a Component without a Product,
or to select a Component that does not belong to the named Product. If you do so, Bugzilla will display an error
message, even if all your products have a component by that name.
Example: Let’s say you have a product called “Jet Plane” that has thousands of components. You want to be able to
ask if a problem should be fixed in the next model of plane you release. We’ll call the flag “fixInNext”. But, there’s
one component in “Jet Plane,” called “Pilot.” It doesn’t make sense to release a new pilot, so you don’t want to have
the flag show up in that component. So, you include “Jet Plane:__Any__” and you exclude “Jet Plane:Pilot”.
39
Chapter 3. Administering Bugzilla
3.8.5.1.5. Active
Sometimes, you might want to keep old flag information in the Bugzilla database, but stop users from setting any new
flags of this type. To do this, uncheck “active”. Deactivated flags will still show up in the UI if they are ?, +, or -, but
they may only be cleared (unset), and cannot be changed to a new value. Once a deactivated flag is cleared, it will
completely disappear from a bug/attachment, and cannot be set again.
3.8.5.1.6. Requestable
New flags are, by default, “requestable”, meaning that they offer users the “?” option, as well as “+” and “-”. To
remove the ? option, uncheck “requestable”.
3.8.5.1.8. Multiplicable
Any flag with “Multiplicable” set (default for new flags is ’on’) may be set more than once. After being set once, an
unset flag of the same type will appear below it with “addl.” (short for “additional”) before the name. There is no limit
to the number of times a Multiplicable flags may be set on the same bug/attachment.
3.8.5.1.9. CC List
If you want certain users to be notified every time this flag is set to ?, -, +, or unset, add them here. This is a comma-
separated list of email addresses that need not be restricted to Bugzilla usernames.
40
Chapter 3. Administering Bugzilla
Warning
Once you delete a flag, it is gone from your Bugzilla. All the data for that flag will be deleted. Everywhere
that flag was set, it will disappear, and you cannot get that data back. If you want to keep flag data, but don’t
want anybody to set any new flags or change current flags, unset “active” in the flag Edit form.
41
Chapter 3. Administering Bugzilla
3.10. Voting
Voting allows users to be given a pot of votes which they can allocate to bugs, to indicate that they’d like them
fixed. 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.
To modify Voting settings:
1. Navigate to the "Edit product" screen for the Product you wish to modify
2. Maximum Votes per person: Setting this field to "0" disables voting.
3. Maximum Votes a person can put on a single bug: It should probably be some number lower than the "Maximum
votes per person". Don’t set this field to "0" if "Maximum votes per person" is non-zero; that doesn’t make any
sense.
4. Number of votes a bug in this product needs to automatically get out of the UNCONFIRMED state: Setting this
field to "0" disables the automatic move of bugs from UNCONFIRMED to NEW.
5. Once you have adjusted the values to your preference, click "Update".
3.11. Quips
Quips are small text messages that can be configured to appear next to search results. A Bugzilla installation can have
its own specific quips. Whenever a quip needs to be displayed, a random selection is made from the pool of already
existing quips.
Quips are controlled by the enablequips parameter. It has several possible values: on, approved, frozen or off. In order
to enable quips approval you need to set this parameter to "approved". In this way, users are free to submit quips for
addition but an administrator must explicitly approve them before they are actually used.
In order to see the user interface for the quips, it is enough to click on a quip when it is displayed together with the
search results. Or it can be seen directly in the browser by visiting the quips.cgi URL (prefixed with the usual web
location of the Bugzilla installation). Once the quip interface is displayed, it is enough to click the "view and edit the
whole quip list" in order to see the administration page. A page with all the quips available in the database will be
displayed.
Next to each tip there is a checkbox, under the "Approved" column. Quips who have this checkbox checked are already
approved and will appear next to the search results. The ones that have it unchecked are still preserved in the database
but they will not appear on search results pages. User submitted quips have initially the checkbox unchecked.
Also, there is a delete link next to each quip, which can be used in order to permanently delete a quip.
42
Chapter 3. Administering Bugzilla
Note: By default, bugs can also be seen by the Assignee, the Reporter, and by everyone on the CC List, regardless
of whether or not the bug would typically be viewable by them. Visibility to the Reporter and CC List can be
overridden (on a per-bug basis) by bringing up the bug, finding the section that starts with “Users in the roles
selected below...” and un-checking the box next to either ’Reporter’ or ’CC List’ (or both).
Note: This is a change from 2.16 where the regular expression resulted in a user acquiring permanent
membership in a group. To remove a user from a group the user was in due to a regular expression in version
2.16 or earlier, the user must be explicitly removed from the group. This can easily be done by pressing
buttons named ’Remove Memberships’ or ’Remove Memberships included in regular expression’ under the
table.
Warning
If specifying a domain in the regexp, make sure you end the regexp with a $.
Otherwise, when granting access to "@mycompany\.com", you will allow access to
’[email protected]’. You need to use ’@mycompany\.com$’ as the regexp.
4. If you plan to use this group to directly control access to bugs, check the "use for bugs" box. Groups not used for
bugs are still useful because other groups can include the group as a whole.
43
Chapter 3. Administering Bugzilla
5. After you add your new group, edit the new group. On the edit page, you can specify other groups that should be
included in this group and which groups should be permitted to add and delete users from this group.
1. The user can be explicitly placed in the group by editing the user’s own profile
2. The group can include another group of which the user is a member.
3. The user’s email address can match a regular expression that the group specifies to automatically grant member-
ship to the group.
44
Chapter 3. Administering Bugzilla
Product A...
security: SHOWN/SHOWN
Product B...
security: SHOWN/SHOWN
Product C...
security: SHOWN/SHOWN
Product Security...
securityworkers: DEFAULT/MANDATORY
Product A...
AccessA: ENTRY, MANDATORY/MANDATORY
Product B...
AccessB: ENTRY, MANDATORY/MANDATORY
Optionally, the support group could be permitted to make bugs inaccessible to the users and could be permitted to
publish bugs relevant to all users in a common product that is read-only to anyone outside the support group. That
configuration could be...
Product A...
45
Chapter 3. Administering Bugzilla
Note: When reading version numbers, everything separated by a point (’.’) should be read as a single number.
It is not the same as decimal. 2.14 is newer than 2.8 because minor version 14 is greater than minor version 8.
2.24.11 would be newer than 2.24.9 (because bugfix 11 is greater than bugfix 9. This is confusing to some people
who aren’t used to dealing with software.
46
Chapter 3. Administering Bugzilla
Warning
Upgrading is a one-way process. You should backup your database and current Bugzilla directory before
attempting the upgrade. If you wish to revert to the old Bugzilla version for any reason, you will have to
restore from these backups.
The examples in the following sections are written as though the user were updating to version 2.18.1, but the proce-
dures are the same regardless of whether one is updating to a new point release or simply trying to obtain a new bugfix
release. Also, in the examples the user’s Bugzilla installation is found at /var/www/html/bugzilla. If that is not
the same as the location of your Bugzilla installation, simply substitute the proper paths where appropriate.
Tip: If you can, updating using CVS is probably the most painless method, especially if you have a lot of local
changes.
The following shows the sequence of commands needed to update a Bugzilla installation via CVS, and a typical series
of results.
bash$ cd /var/www/html/bugzilla
bash$ cvs login
Logging in to :pserver:[email protected]:2401/cvsroot
CVS password: (’anonymous’, or just leave it blank)
bash$ cvs -q update -r BUGZILLA-2_18_1 -dP
47
Chapter 3. Administering Bugzilla
P checksetup.pl
P collectstats.pl
P globals.pl
P docs/rel_notes.txt
P template/en/default/list/quips.html.tmpl
(etc.)
Caution
If a line in the output from cvs update begins with a C, then that represents a file with local changes that
CVS was unable to properly merge. You need to resolve these conflicts manually before Bugzilla (or at least
the portion using that file) will be usable.
bash$ cd /var/www/html
bash$ wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.18.1.tar.gz
(Output omitted)
bash$ tar xzvf bugzilla-2.18.1.tar.gz
bugzilla-2.18.1/
bugzilla-2.18.1/.cvsignore
bugzilla-2.18.1/1x1.gif
(Output truncated)
bash$ cd bugzilla-2.18.1
bash$ cp ../bugzilla/localconfig* .
bash$ cp -r ../bugzilla/data .
bash$ cd ..
bash$ mv bugzilla bugzilla.old
bash$ mv bugzilla-2.18.1 bugzilla
Warning
The cp commands both end with periods which is a very important detail, it tells the shell that the destination
directory is the current working directory.
This upgrade method will give you a clean install of Bugzilla with the same version as the tarball. That’s fine if you
don’t have any local customizations that you want to maintain, but if you do then you will need to reapply them by
hand to the appropriate files.
It’s worth noting that since 2.12, the Bugzilla tarballs come CVS-ready, so if you decide at a later date that you’d
rather use CVS as an upgrade method, your code will already be set up for it.
48
Chapter 3. Administering Bugzilla
bash$ cd /var/www/html/bugzilla
bash$ wget ftp://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-2.18.0-to-2.18.1.diff.gz
(Output omitted)
bash$ gunzip bugzilla-2.18.0-to-2.18.1.diff.gz
bash$ patch -p1 < bugzilla-2.18.0-to-2.18.1.diff
patching file checksetup.pl
patching file collectstats.pl
patching file globals.pl
(etc.)
Warning
Be aware that upgrading from a patch file does not change the entries in your CVS directory. This could make
it more difficult to upgrade using CVS (Section 3.13.2.1) in the future.
bash$ cd bugzilla
bash$ ./checksetup.pl
Warning
The period at the beginning of the command ./checksetup.pl is important and can not be omitted.
If you have done a lot of local modifications, it wouldn’t hurt to run the Bugzilla Testing suite. This is not a re-
quired step, but it isn’t going to hurt anything, and might help point out some areas that could be improved. (More
information on the test suite can be had by following this link to the appropriate section in the Developers’ Guide
(http://www.bugzilla.org/docs/developer.html#testsuite).)
49
Chapter 4. Bugzilla Security
While some of the items in this chapter are related to the operating system Bugzilla is running on or some of the support
software required to run Bugzilla, it is all related to protecting your data. This is not intended to be a comprehensive
guide to securing Linux, Apache, MySQL, or any other piece of software mentioned. There is no substitute for active
administration and monitoring of a machine. The key to good security is actually right in the middle of the word: U R
It.
While programmers in general always strive to write secure code, accidents can and do happen. The best approach to
security is to always assume that the program you are working with isn’t 100% secure and restrict its access to other
parts of your machine as much as possible.
Note: You will need to set the webservergroup option in localconfig to the group your webserver runs as. This
will allow ./checksetup.pl to set file permissions on Unix systems so that nothing is world-writable.
50
Chapter 4. Bugzilla Security
4.2. MySQL
➊ This command assumes that you have already completed Example 4-1.
51
Chapter 4. Bugzilla Security
Tip: Bugzilla ships with the ability to create .htaccess files that enforce these rules. Instructions for enabling
these directives in Apache can be found in Section 2.2.4.1
• In data:
• Block everything
• But allow: duplicates.rdf
• In data/webdot:
• If you use a remote webdot server:
• Block everything
• But allow *.dot only for the remote webdot server
• In Bugzilla:
• Block everything
• In template:
• Block everything
Be sure to test that data that should not be accessed remotely is properly blocked. Of particular interest
is the localconfig file which contains your database password. Also, be aware that many editors create
temporary and backup files in the working directory and that those should also not be accessible. For more
52
Chapter 4. Bugzilla Security
Tip: Be sure to check Section 2.2.4 for instructions specific to the web server you use.
Note: This section only applies to people who have chosen the Apache webserver. It may be possible to do similar
things with other webservers. Consult the documentation that came with your webserver to find out.
It is possible for a user, by mistake or on purpose, to access the database many times in a row which can
result in very slow access speeds for other users (effectively, a DOS attack). If your Bugzilla installation is
experiencing this problem, you may install the Apache module mod_throttle which can limit connections
by IP address. You may download this module at http://www.snert.com/Software/mod_throttle/. Follow the
instructions to install into your Apache install. The command you need is ThrottleClientIP. See the documentation
(http://www.snert.com/Software/mod_throttle/) for more information.
4.4. Bugzilla
53
Chapter 5. Using Bugzilla
5.1. Introduction
This section contains information for end-users of Bugzilla. There is a Bugzilla test installation, called Landfill
(http://landfill.bugzilla.org/), which you are welcome to play with (if it’s up). However, not all of the Bugzilla in-
stallations there will necessarily have all Bugzilla features enabled, and different installations run different versions,
so some things may not quite work as this document describes.
1. Click the “Open a new Bugzilla account” link, enter your email address and, optionally, your name in the spaces
provided, then click “Create Account” .
2. Within moments, you should receive an email to the address you provided, which contains your login name
(generally the same as the email address), and a password. This password is randomly generated, but can be
changed to something more memorable.
3. Click the “Log In” link in the footer at the bottom of the page in your browser, enter your email address and
password into the spaces provided, and click “Login”.
You are now logged in. Bugzilla uses cookies to remember you are logged in so, unless you have cookies disabled or
your IP address changes, you should not have to log in again.
1. Product and Component: Bugs are divided up by Product and Component, with a Product having one or more
Components in it. For example, bugzilla.mozilla.org’s "Bugzilla" Product is composed of several Components:
54
Chapter 5. Using Bugzilla
2. Status and Resolution: These define exactly what state the bug is in - from not even being confirmed as a bug,
through to being fixed and the fix confirmed by Quality Assurance. The different possible values for Status and
Resolution on your installation should be documented in the context-sensitive help for those items.
3. Assigned To: The person responsible for fixing the bug.
4. *QA Contact: The person responsible for quality assurance on this bug.
5. *URL: A URL associated with the bug, if any.
6. Summary: A one-sentence summary of the problem.
7. *Status Whiteboard: (a.k.a. Whiteboard) A free-form text area for adding short notes and tags to a bug.
8. *Keywords: The administrator can define keywords which you can use to tag and categorise bugs - e.g. The
Mozilla Project has keywords like crash and regression.
9. Platform and OS: These indicate the computing environment where the bug was found.
10. Version: The "Version" field is usually used for versions of a product which have been released, and is set to
indicate which versions of a Component have the particular problem the bug report is about.
11. Priority: The bug assignee uses this field to prioritise his or her bugs. It’s a good idea not to change this on other
people’s bugs.
12. Severity: This indicates how severe the problem is - from blocker ("application unusable") to trivial ("minor
cosmetic issue"). You can also use this field to indicate whether a bug is an enhancement request.
13. *Target: (a.k.a. Target Milestone) A future version by which the bug is to be fixed. e.g. The Bugzilla Project’s
milestones for future Bugzilla versions are 2.18, 2.20, 3.0, etc. Milestones are not restricted to numbers, thought
- you can use any text strings, such as dates.
14. Reporter: The person who filed the bug.
15. CC list: A list of people who get mail when the bug changes.
16. *Time Tracking: This form can be used for time tracking. To use this feature, you have to be blessed group
membership specified by the “timetrackinggroup” parameter.
Orig. Est.: This field shows the original estimated time.
Current Est.: This field shows the current estimated time. This number is calculated from “Hours Worked” and “Hours Left”.
Hours Worked: This field shows the number of hours worked.
Hours Left: This field shows the “Current Est.” - “Hours Worked”. This value + “Hours Worked” will become the new Current Es
%Complete: This field shows what percentage of the task is complete.
Gain: This field shows the number of hours that the bug is ahead of the “Orig. Est.”.
Deadline: This field shows the deadline for this bug.
17. Attachments: You can attach files (e.g. testcases or patches) to bugs. If there are any attachments, they are listed
in this section. Attachments are normally stored in the Bugzilla database, unless they are marked as Big Files,
which are stored directly on disk and (unlike attachments kept in the database) may be deleted at some future
time.
18. *Dependencies: If this bug cannot be fixed unless other bugs are fixed (depends on), or this bug stops other bugs
being fixed (blocks), their numbers are recorded here.
19. *Votes: Whether this bug has any votes.
20. Additional Comments: You can add your two cents to the bug discussion here, if you have something worthwhile
55
Chapter 5. Using Bugzilla
to say.
56
Chapter 5. Using Bugzilla
5.5.1.2. Negation
At first glance, negation seems redundant. Rather than searching for
57
Chapter 5. Using Bugzilla
("cc" "contains the string" "foo@") AND ("cc" "contains the string" "@mozilla.org")
would return only bugs with "[email protected]" on the cc list. If you wanted bugs where there is someone on the cc
list containing "foo@" and someone else containing "@mozilla.org", then you would need two boolean charts.
5.5.2. Quicksearch
Quicksearch is a single-text-box query tool which uses metacharacters to indicate what is to be searched. For example,
typing "foo|bar" into Quicksearch would search for "foo" or "bar" in the summary and status whiteboard of a bug;
adding ":BazProduct" would search only in that product. You can use it to find a bug by its number or its alias, too.
You’ll find the Quicksearch box in Bugzilla’s footer area. On Bugzilla’s front page, there is an additional Help
(../../page.cgi?id=quicksearch.html) link which details how to use it.
Long Format: this gives you a large page with a non-editable summary of the fields of each bug.
XML: get the buglist in the XML format.
CSV: get the buglist as comma-separated values, for import into e.g. a spreadsheet.
Feed: get the buglist as an Atom feed. Copy this link into your favorite feed reader. If you are using Firefox, you can also save the list
iCalendar: Get the buglist as an iCalendar file. Each bug is represented as a to-do item in the imported calendar.
Change Columns: change the bug attributes which appear in the list.
Change several bugs at once: If your account is sufficiently empowered, and more than one bug appear in the bug list, this link is disp
Send mail to bug assignees: If more than one bug appear in the bug list and there are at least two distinct bug assignees, this links is di
Edit Search: If you didn’t get exactly the results you were looking for, you can return to the Query page through this link and make sm
Remember Search As: You can give a search a name and remember it; a link will appear in your page footer giving you quick access to
If you would like to access the bug list from another program it is often useful to have the list returned in something
other than HTML. By adding the ctype=type parameter into the bug list URL you can specify several alternate formats.
58
Chapter 5. Using Bugzilla
Besides the types described above, the following formats are also supported: ECMAScript, also known as JavaScript
(ctype=js), and Resource Description Framework RDF/XML (ctype=rdf).
1. Click the “New” link available in the footer of pages, or the “Enter a new bug report” link displayed on the home
page of the Bugzilla installation.
Note: If you want to file a test bug to see how Bugzilla works, you can do it on one of our test installations on
Landfill (http://landfill.bugzilla.org/bugzilla-2.22-branch/).
2. You first have to select the product in which you found a bug.
3. You now see a form where you can specify the component (part of the product which is affected by the bug you
discovered; if you have no idea, just select “General” if such a component exists), the version of the program you
were using, the Operarting System and platform your program is running on and the severity of the bug (if the bug
you found crashes the program, it’s probably a major or a critical bug; if it’s a typo somewhere, that’s something
pretty minor; if it’s something you would like to see implemented, then that’s an enhancement).
59
Chapter 5. Using Bugzilla
4. You now have to give a short but descriptive summary of the bug you found. “My program is crashing all the
time” is a very poor summary and doesn’t help developers at all. Try something more meaningful or your bug will
probably be ignored due to a lack of precision. The next step is to give a very detailed list of steps to reproduce
the problem you encountered. Try to limit these steps to a minimum set required to reproduce the problem. This
will make the life of developers easier, and the probability that they consider your bug in a reasonable timeframe
will be much higher.
Note: Try to make sure that everything in the summary is also in the first comment. Summaries are often
updated and this will ensure your original information is easily accessible.
5. Now is a good time to read your bug report again. Remove all misspellings, otherwise your bug may not be found
by developers running queries for some specific words, and so your bug would not get any attention. Also make
sure you didn’t forget any important information developers should know in order to reproduce the problem, and
make sure your description of the problem is explicit and clear enough. When you think your bug report is ready
to go, the last step is to click the “Commit” button to add your report into the database.
You do not need to put "any" or similar strings in the URL field. If there is no specific URL associated with the bug,
leave this field blank.
If you feel a bug you filed was incorrectly marked as a DUPLICATE of another, please question it in your bug, not
the bug it was duped to. Feel free to CC the person who duped it if they are not already CCed.
5.7. Attachments
You should use attachments, rather than comments, for large chunks of ASCII data, such as trace, debugging output
files, or log files. That way, it doesn’t bloat the bug for everyone who wants to read it, and cause people to receive fat,
useless mails.
You should make sure to trim screenshots. There’s no need to show the whole screen if you are pointing out a single-
pixel problem.
Bugzilla stores and uses a Content-Type for each attachment (e.g. text/html). To download an attachment as a different
Content-Type (e.g. application/xhtml+xml), you can override this using a ’content_type’ parameter on the URL, e.g.
&content_type=text/plain.
If you have a really large attachment, something that does not need to be recorded forever (as most attachments are),
you can mark your attachment as a “Big File”, assuming the administrator of the installation has enabled this feature.
60
Chapter 5. Using Bugzilla
Big Files are stored directly on disk instead of in the database, and can be deleted when it is no longer needed. The
maximum size of a “Big File” is normally larger than the maximum size of a regular attachment.
Also, if the administrator turned on the “allow_attach_url” parameter, you can enter the URL pointing to the at-
tachment instead of uploading the attachment itself. For example, this is useful if you want to point to an external
application, a website or a very large file. Note that there is no guarantee that the source file will always be available,
nor that its content will remain unchanged.
View patches in color, with side-by-side view rather than trying to interpret the contents of the patch.
See the difference between two patches.
Get more context in a patch.
Collapse and expand sections of a patch for easy reading.
Link to a particular section of a patch for discussion or review
Go to Bonsai or LXR to see more context, blame, and cross-references for the part of the patch you are looking at
Create a rawtext unified format diff out of any patch, no matter what format it came from
61
Chapter 5. Using Bugzilla
collapse all files or expand all files, you can click the "Collapse All" and "Expand All" links at the top of the page.
5.8.1. Autolinkification
Bugzilla comments are plain text - so typing <U> will produce less-than, U, greater-than rather than underlined text.
However, Bugzilla will automatically make hyperlinks out of certain sorts of text in comments. For example, the text
"http://www.bugzilla.org" will be turned into a link: http://www.bugzilla.org. Other strings which get linkified in the
obvious manner are:
bug 12345
comment 7
bug 23456, comment 53
attachment 4321
mailto:[email protected]
[email protected]
ftp://ftp.mozilla.org
Most other sorts of URL
A corollary here is that if you type a bug number in a comment, you should put the word "bug" before it, so it gets
autolinkified for the convenience of others.
62
Chapter 5. Using Bugzilla
5.8.2. Comments
If you are changing the fields on a bug, only comment if either you have something pertinent to say, or Bugzilla
requires it. Otherwise, you may spam people unnecessarily with bug mail. To take an example: a user can set up their
account to filter out messages where someone just adds themselves to the CC field of a bug (which happens a lot.) If
you come along, add yourself to the CC field, and add a comment saying "Adding self to CC", then that person gets a
pointless piece of mail they would otherwise have avoided.
Don’t use sigs in comments. Signing your name ("Bill") is acceptable, if you do it out of habit, but full mail/news-style
four line ASCII art creations are not.
63
Chapter 5. Using Bugzilla
• Field separator character for CSV files - This controls separator character used in CSV formatted Bug List.
• After changing bugs - This controls which bugs or no bugs are shown in the page after you changed bugs. You can
select the bug you’ve changed this time, or the next bug of the list.
• Add individual bugs to saved searches - this controls whether you can add individual bugs to saved searches or you
can’t.
• When viewing a bug, show comments in this order - This controls the order of comments, you can select below:
Initial description, comment 1, comment 2, ...
Initial description, last comment, ..., comment 2, comment 1.
Initial last comment, ..., comment 2, comment 1, description.
• Show a quip at the top of each bug list - This controls whether a quip will be shown on the Bug list page or not.
Note: The ability to watch other users may not be available in all Bugzilla installations. If you don’t see this feature,
and feel that you need it, speak to your administrator.
Each user listed in the “Users watching you” field has you listed in their “Users to watch” list and can get bugmail
according to your relationship to the bug and their “Field/recipient specific options” setting.
In general, users have almost complete control over how much (or how little) email Bugzilla sends them. If you want
to receive the maximum amount of email possible, click the “Enable All Mail” button. If you don’t want to receive
any email from Bugzilla at all, click the “Disable All Mail” button.
Note: Your Bugzilla administrator can stop a user from receiving bugmail by adding the user’s name to the
data/nomail file. This is a drastic step best taken only for disabled accounts, as it overrides the user’s individual
mail preferences.
If you’d like to set your bugmail to something besides ’Completely ON’ and ’Completely OFF’, the “Field/recipient
specific options” table allows you to do just that. The rows of the table define events that can happen to a bug -- things
like attachments being added, new comments being made, the priority changing, etc. The columns in the table define
your relationship with the bug:
• Reporter - Where you are the person who initially reported the bug. Your name/account appears in the “Reporter:”
field.
64
Chapter 5. Using Bugzilla
• Assignee - Where you are the person who has been designated as the one responsible for the bug. Your name/account
appears in the “Assigned To:” field of the bug.
• QA Contact - You are one of the designated QA Contacts for the bug. Your account appears in the “QA Contact:”
text-box of the bug.
• CC - You are on the list CC List for the bug. Your account appears in the “CC:” text box of the bug.
• Voter - You have placed one or more votes for the bug. Your account appears only if someone clicks on the “Show
votes for this bug” link on the bug.
Note: Some columns may not be visible for your installation, depending on your site’s configuration.
To fine-tune your bugmail, decide the events for which you want to receive bugmail; then decide if you want to
receive it all the time (enable the checkbox for every column), or only when you have a certain relationship with a bug
(enable the checkbox only for those columns). For example: if you didn’t want to receive mail when someone added
themselves to the CC list, you could uncheck all the boxes in the “CC Field Changes” line. As another example, if
you never wanted to receive email on bugs you reported unless the bug was resolved, you would un-check all boxes
in the “Reporter” column except for the one on the “The bug is resolved or verified” row.
Note: Bugzilla adds the “X-Bugzilla-Reason” header to all bugmail it sends, describing the recipient’s relationship
(AssignedTo, Reporter, QAContact, CC, or Voter) to the bug. This header can be used to do further client-side
filtering.
Two items not in the table (“Email me when someone asks me to set a flag” and “Email me when someone sets a flag
I asked for”) define how you want to receive bugmail with regards to flags. Their use is quite straightforward; enable
the checkboxes if you want Bugzilla to send you mail under either of the above conditions.
By default, Bugzilla sends out email regardless of who made the change... even if you were the one responsible for
generating the email in the first place. If you don’t care to receive bugmail from your own changes, check the box
marked “Only email me reports of changes made by other people”.
5.10.4. Permissions
This is a purely informative page which outlines your current permissions on this installation of Bugzilla - what
product groups you are in, and whether you can edit bugs or perform various administration functions.
65
Chapter 5. Using Bugzilla
5.11.1. Reports
A report is a view of the current state of the bug database.
You can run either an HTML-table-based report, or a graphical line/pie/bar-chart-based one. The two have different
pages to define them, but are close cousins - once you’ve defined and viewed a report, you can switch between any of
the different views of the data at will.
Both report types are based on the idea of defining a set of bugs using the standard search interface, and then choosing
some aspect of that set to plot on the horizontal and/or vertical axes. You can also get a form of 3-dimensional report
by choosing to have multiple images or tables.
So, for example, you could use the search form to choose "all bugs in the WorldControl product", and then plot their
severity against their component to see which component had had the largest number of bad bugs reported against it.
Once you’ve defined your parameters and hit "Generate Report", you can switch between HTML, CSV, Bar, Line and
Pie. (Note: Pie is only available if you didn’t define a vertical axis, as pie charts don’t have one.) The other controls
are fairly self-explanatory; you can change the size of the image if you find text is overwriting other text, or the bars
are too thin to see.
5.11.2. Charts
A chart is a view of the state of the bug database over time.
Bugzilla currently has two charting systems - Old Charts and New Charts. Old Charts have been part of Bugzilla for a
long time; they chart each status and resolution for each product, and that’s all. They are deprecated, and going away
soon - we won’t say any more about them. New Charts are the future - they allow you to chart anything you can define
as a search.
Note: Both charting forms require the administrator to set up the data-gathering script. If you can’t see any charts,
ask them whether they have done so.
An individual line on a chart is called a data set. All data sets are organised into categories and subcategories. The data
sets that Bugzilla defines automatically use the Product name as a Category and Component names as Subcategories,
but there is no need for you to follow that naming scheme with your own charts if you don’t want to.
Data sets may be public or private. Everyone sees public data sets in the list, but only their creator sees private data
sets. Only administrators can make data sets public. No two data sets, even two private ones, can have the same set
of category, subcategory and name. So if you are creating private data sets, one idea is to have the Category be your
username.
66
Chapter 5. Using Bugzilla
If you’ve erroneously added a data set to the list, select it using the checkbox and click Remove. Once you add more
than one data set, a "Grand Total" line automatically appears at the bottom of the list. If you don’t want this, simply
remove it as you would remove any other line.
You may also choose to plot only over a certain date range, and to cumulate the results - that is, to plot each one using
the previous one as a baseline, so the top line gives a sum of all the data sets. It’s easier to try than to explain :-)
Once a data set is in the list, one can also perform certain actions on it. For example, one can edit the data set’s
parameters (name, frequency etc.) if it’s one you created or if you are an administrator.
Once you are happy, click Chart This List to see the chart.
5.12. Flags
A flag is a kind of status that can be set on bugs or attachments to indicate that the bugs/attachments are in a certain
state. Each installation can define its own set of flags that can be set on bugs or attachments.
If your installation has defined a flag, you can set or unset that flag, and if your administrator has enabled requesting
of flags, you can submit a request for another user to set the flag.
To set a flag, select either "+" or "-" from the drop-down menu next to the name of the flag in the "Flags" list. The
meaning of these values are flag-specific and thus cannot be described in this documentation, but by way of example,
setting a flag named "review" to "+" may indicate that the bug/attachment has passed review, while setting it to "-"
may indicate that the bug/attachment has failed review.
To unset a flag, click its drop-down menu and select the blank value. Note that marking an attachment as obsolete
automatically cancels all pending requests for the attachment.
If your administrator has enabled requests for a flag, request a flag by selecting "?" from the drop-down menu and
then entering the username of the user you want to set the flag in the text field next to the menu.
A set flag appears in bug reports and on "edit attachment" pages with the abbreviated username of the user who set
the flag prepended to the flag name. For example, if Jack sets a "review" flag to "+", it appears as Jack: review [ + ]
A requested flag appears with the user who requested the flag prepended to the flag name and the user who has been
requested to set the flag appended to the flag name within parentheses. For example, if Jack asks Jill for review, it
appears as Jack: review [ ? ] (Jill).
You can browse through open requests made of you and by you by selecting ’My Requests’ from the footer. You can
also look at open requests limited by other requesters, requestees, products, components, and flag names from this
page. Note that you can use ’-’ for requestee to specify flags with ’no requestee’ set.
67
Chapter 5. Using Bugzilla
5.13. Whining
Whining is a feature in Bugzilla that can regularly annoy users at specified times. Using this feature, users can execute
saved searches at specific times (i.e. the 15th of the month at midnight) or at regular intervals (i.e. every 15 minutes
on Sundays). The results of the searches are sent to the user, either as a single email or as one email per bug, along
with some descriptive text.
Warning
Throughout this section it will be assumed that all users are members of the bz_canusewhines group,
membership in which is required in order to use the Whining system. You can easily make all users members
of the bz_canusewhines group by setting the User RegExp to ".*" (without the quotes).
Also worth noting is the bz_canusewhineatothers group. Members of this group can create whines for any
user or group in Bugzilla using a extended form of the whining interface. Features only available to members
of the bz_canusewhineatothers group will be noted in the appropriate places.
Note: For whining to work, a special Perl script must be executed at regular intervals. More information on this is
available in Section 2.3.4.
Note: This section does not cover the whineatnews.pl script. See Section 2.3.3 for more information on The
Whining Cron.
68
Chapter 5. Using Bugzilla
Warning
Be careful if you set your event to run on the 29th, 30th, or 31st of the month, as your event may not run
exactly when expected. If you want your event to run on the last day of the month, select "Last day of the
month" as the interval.
Once you have specified the day(s) on which the event is to be run, you should now specify the time at which the
event is to be run. You can have the event run at a certain hour on the specified day(s), or every hour, half-hour, or
quarter-hour on the specified day(s).
If a single schedule does not execute an event as many times as you would want, you can create another schedule for
the same event. For example, if you want to run an event on days whose numbers are divisible by seven, you would
need to add four schedules to the event, setting the schedules to run on the 7th, 14th, 21st, and 28th (one day per
schedule) at whatever time (or times) you choose.
Note: If you are a member of the bz_canusewhineatothers group, then you will be presented with another option:
"Mail to". Using this you can control who will receive the emails generated by this event. You can choose to send
the emails to a single user (identified by email address) or a single group (identified by group name). To send to
multiple users or groups, create a new schedule for each additional user/group.
Note: When running queries, the whining system acts as if you are the user executing the query. This means that
the whining system will ignore bugs that match your query, but that you can not access.
Once you have chosen the saved search to be executed, give the query a descriptive title. This title will appear in the
email, above the results of the query. If you choose "One message per bug", the query title will appear at the top of
each email that contains a bug matching your query.
Finally, decide if the results of the query should be sent in a single email, or if each bug should appear in its own
email.
69
Chapter 5. Using Bugzilla
Warning
Think carefully before checking the "One message per bug" box. If you create a query that matches thou-
sands of bugs, you will receive thousands of emails!
Note: If you ever feel like deleting your event, you may do so using the "Remove Event" button in the upper-right
corner of each Event. You can also modify an existing event, so long as you "Update/Commit" after completing
your modifications.
70
Chapter 6. Customising Bugzilla
Warning
A directory data/templates also exists; this is where Template Toolkit puts the compiled versions of the
templates from either the default or custom directories. Do not directly edit the files in this directory, or all
your changes will be lost the next time Template Toolkit recompiles the templates.
Note: If you use this method, and CVS conflicts occur during an update, the conflicted templates (and possibly
other parts of your installation) will not work until they are resolved.
The second method is to copy the templates to be modified into a mirrored directory structure under
template/en/custom. Templates in this directory structure automatically override any identically-named and
identically-located templates in the default directory.
Note: The custom directory does not exist at first and must be created if you want to use it.
71
Chapter 6. Customising Bugzilla
The second method of customization should be used if you use the overwriting method of upgrade, because otherwise
your changes will be lost. This method may also be better if you are using the CVS method of upgrading and are
going to make major changes, because it is guaranteed that the contents of this directory will not be touched during
an upgrade, and you can then decide whether to continue using your own templates, or make the effort to merge your
changes into the new versions by hand.
Using this method, your installation may break if incompatible changes are made to the template interface. Such
changes should be documented in the release notes, provided you are using a stable release of Bugzilla. If you use
using unstable code, you will need to deal with this one yourself, although if possible the changes will be mentioned
before they occur in the deprecations section of the previous stable release’s release notes.
Note: Regardless of which method you choose, it is recommended that you run ./checksetup.pl after creating
or editing any templates in the template/en/default directory, and after editing any templates in the custom
directory.
Warning
It is required that you run ./checksetup.pl after creating a new template in the custom directory. Failure to
do so will raise an incomprehensible error message.
Note: If you are making template changes that you intend on submitting back for inclusion in standard Bugzilla,
you should read the relevant sections of the Developers’ Guide (http://www.bugzilla.org/docs/developer.html).
The syntax of the Template Toolkit language is beyond the scope of this guide. It’s reasonably easy to pick up
by looking at the current templates; or, you can read the manual, available on the Template Toolkit home page
(http://www.template-toolkit.org).
One thing you should take particular care about is the need to properly HTML filter data that has been passed into
the template. This means that if the data can possibly contain special HTML characters such as <, and the data was
not intended to be HTML, they need to be converted to entity form, i.e. <. You use the ’html’ filter in the Template
Toolkit to do this. If you forget, you may open up your installation to cross-site scripting attacks.
Also note that Bugzilla adds a few filters of its own, that are not in standard Template Toolkit. In particular, the
’url_quote’ filter can convert characters that are illegal or have special meaning in URLs, such as &, to the encoded
form, i.e. %26. This actually encodes most characters (but not the common ones such as letters and numbers and so
on), including the HTML-special characters, so there’s never a need to HTML filter afterwards.
Editing templates is a good way of doing a “poor man’s custom fields”. For example, if you don’t use the Status
Whiteboard, but want to have a free-form text entry box for “Build Identifier”, then you can just edit the templates to
change the field labels. It’s still be called status_whiteboard internally, but your users don’t need to know that.
72
Chapter 6. Customising Bugzilla
Note: After adding or changing a content type, it’s suitable to edit Bugzilla/Constants.pm in order to reflect the
changes. Also, the file should be kept up to date after an upgrade if content types have been customized in the
past.
Save the template as <stubname>-<formatname>.<contenttypetag>.tmpl. Try out the template by calling the
CGI as <cginame>.cgi?format=<formatname>&ctype=<type> .
73
Chapter 6. Customising Bugzilla
behaviour of long entries. For long bug lists, Bugzilla inserts a ’break’ every 100 bugs by default; this behaviour is
also controlled by this template, and that value can be modified here.
bug/create/user-message.html.tmpl: This is a message that appears near the top of the bug reporting page. By mod-
ifying this, you can tell your users how they should report bugs.
bug/process/midair.html.tmpl: This is the page used if two people submit simultaneous changes to the same bug. The
second person to submit their changes will get this page to tell them what the first person did, and ask if they wish to
overwrite those changes or go back and revisit the bug. The default title and header on this page read "Mid-air collision
detected!" If you work in the aviation industry, or other environment where this might be found offensive (yes, we
have true stories of this happening) you’ll want to change this to something more appropriate for your environment.
bug/create/create.html.tmpl and bug/create/comment.txt.tmpl: You may not wish to go to the effort of creating
custom fields in Bugzilla, yet you want to make sure that each bug report contains a number of pieces of important
information for which there is not a special field. The bug entry system has been designed in an extensible fashion to
enable you to add arbitrary HTML widgets, such as drop-down lists or textboxes, to the bug entry page and have their
values appear formatted in the initial comment. A hidden field that indicates the format should be added inside the
form in order to make the template functional. Its value should be the suffix of the template filename. For example, if
the file is called create-cust.html.tmpl, then
So to use this feature, create a custom template for enter_bug.cgi. The default template, on which you could
base it, is custom/bug/create/create.html.tmpl. Call it create-<formatname>.html.tmpl, and in it, add
widgets for each piece of information you’d like collected - such as a build number, or set of steps to reproduce.
Then, create a template like custom/bug/create/comment.txt.tmpl, and call it
comment-<formatname>.txt.tmpl. This template should reference the form fields you have created using the
syntax [% form.<fieldname> %]. When a bug report is submitted, the initial comment attached to the bug report
will be formatted according to the layout of this template.
For example, if your custom enter_bug template had a field
BuildID: [% form.buildid %]
BuildID: 20020303
74
Chapter 6. Customising Bugzilla
Warning
Template Hooks require Template Toolkit version 2.12 or above, or the application of a patch. See bug
239112 (http://bugzilla.mozilla.org/show_bug.cgi?id=239112) for details.
Template hooks are a way for extensions to Bugzilla to insert code into the standard Bugzilla templates without
modifying the template files themselves. The hooks mechanism defines a consistent API for extending the standard
templates in a way that cleanly separates standard code from extension code. Hooks reduce merge conflicts and make
it easier to write extensions that work across multiple versions of Bugzilla, making upgrading a Bugzilla installation
with installed extensions easier.
A template hook is just a named place in a standard template file where extension template files for that hook get
processed. Each hook has a corresponding directory in the Bugzilla directory tree. Hooking an extension template
to a hook is as simple as putting the extension file into the hook’s directory. When Bugzilla processes the standard
template and reaches the hook, it will process all extension templates in the hook’s directory. The hooks themselves
can be added into any standard template upon request by extension authors.
To use hooks to extend a Bugzilla template, first make sure there is a hook at the appropriate place within the tem-
plate you want to extend. Hooks appear in the standard Bugzilla templates as a single directive in the format [%
Hook.process("name") %], where name is the unique (within that template) name of the hook.
If you aren’t sure which template you want to extend or just want to browse the available hooks, either use your favorite
multi-file search tool (e.g. grep) to search the standard templates for occurrences of Hook.process or browse the
directory tree in BUGZILLA_ROOT/template/en/extension/hook/, which contains a directory for each hook in
the following location:
BUGZILLA_ROOT/template/en/extension/hook/PATH_TO_STANDARD_TEMPLATE/STANDARD_TEMPLATE_NAME/HOOK_NAME/
If there is no hook at the appropriate place within the Bugzilla template you want to extend, file a bug requesting one
(http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&component=User%20Interface), specifying:
The Bugzilla reviewers will promptly review each hook request, name the hook, add it to the
75
Chapter 6. Customising Bugzilla
template, check the new version of the template into CVS, and create the corresponding directory in
BUGZILLA_ROOT/template/en/extension/hook/.
You may optionally attach a patch to the bug which implements the hook and check it in yourself after receiving
approval from a Bugzilla reviewer. The developers may suggest changes to the location of the hook based on their
analysis of your needs or so the hook can satisfy the needs of multiple extensions, but the process of getting hooks
approved and checked in is not as stringent as the process for general changes to Bugzilla, and any extension, whether
released or still in development, can have hooks added to meet their needs.
After making sure the hook you need exists (or getting it added if not), add your extension template to the directory
within the Bugzilla directory tree corresponding to the hook.
That’s it! Now, when the standard template containing the hook is processed, your extension template will be processed
at the point where the hook appears.
For example, let’s say you have an extension named Projman that adds project management capabilities to Bugzilla.
Projman has an administration interface edit-projects.cgi, and you want to add a link to it into the navigation
bar at the bottom of every Bugzilla page for those users who are authorized to administer projects.
The navigation bar is generated by the template file useful-links.html.tmpl, which is located in the global/
subdirectory on the standard Bugzilla template path BUGZILLA_ROOT/template/en/default/. Looking in
useful-links.html.tmpl, you find the following hook at the end of the list of standard Bugzilla administration
links:
...
[% ’, <a href="editkeywords.cgi">keywords</a>’
IF user.groups.editkeywords %]
[% Hook.process("edit") %]
...
Voila! The link now appears after the other administration links in the navigation bar for users in the projman_admins
group.
Notes:
• You may want to prefix your extension template names with the name of your extension, e.g.
projman-foo.html.tmpl, so they do not conflict with the names of templates installed by other extensions.
• If your extension includes entirely new templates in addition to extensions of standard templates, it should install
those new templates into an extension-specific subdirectory of the BUGZILLA_ROOT/template/en/extension/
directory. The extension/ directory, like the default/ and custom/ directories, is part of the template search
path, so putting templates there enables them to be found by the template processor.
The template processor looks for templates first in the custom/ directory (i.e. templates added by the specific
installation), then in the extension/ directory (i.e. templates added by extensions), and finally in the default/
directory (i.e. the standard Bugzilla templates). Thus extension templates can override standard templates, but
installation-specific templates override both.
76
Chapter 6. Customising Bugzilla
Note that overriding standard templates with extension templates gives you great power but also makes upgrading
an installation harder. As with custom templates, we recommend using this functionality sparingly and only when
absolutely necessary.
• Installation customizers can also take advantage of hooks when adding code to a Bugzilla template. To do
so, create directories in BUGZILLA_ROOT/template/en/custom/hook/ equivalent to the directories
in BUGZILLA_ROOT/template/en/extension/hook/ for the hooks you want to use, then place your
customization templates into those directories.
Obviously this method of customizing Bugzilla only lets you add code to the standard templates; you cannot change
the existing code. Nevertheless, for those customizations that only add code, this method can reduce conflicts when
merging changes, making upgrading your customized Bugzilla installation easier.
Warning
This feature should be considered experimental; the Bugzilla code you will be changing is not stable, and
could change or move between versions. Be aware that if you make modifications as outlined here, you may
have to re-make them or port them if Bugzilla changes internally between versions, and you upgrade.
Companies often have rules about which employees, or classes of employees, are allowed to change certain things in
the bug system. For example, only the bug’s designated QA Contact may be allowed to VERIFY the bug. Bugzilla
has been designed to make it easy for you to write your own custom rules to define who is allowed to make what sorts
of value transition.
For maximum flexibility, customizing this means editing Bugzilla’s Perl code. This gives the administrator complete
control over exactly who is allowed to do what. The relevant function is called CheckCanChangeField(), and is
found in process_bug.cgi in your Bugzilla directory. If you open that file and search for “sub CheckCanChange-
Field”, you’ll find it.
This function has been carefully commented to allow you to see exactly how it works, and give you an idea of how to
make changes to it. Certain marked sections should not be changed - these are the “plumbing” which makes the rest
of the function work. In between those sections, you’ll find snippets of code like:
77
Chapter 6. Customising Bugzilla
More complex customizations are not much harder. Basically, you add a check in the right place in the function, i.e.
after all the variables you are using have been set up. So, don’t look at $ownerid before $ownerid has been obtained
from the database. You can either add a positive check, which returns 1 (allow) if certain conditions are true, or a
negative check, which returns 0 (deny.) E.g.:
if ($field eq "qacontact") {
if (Bugzilla->user->groups("quality_assurance")) {
return 1;
}
else {
return 0;
}
}
This says that only users in the group "quality_assurance" can change the QA Contact field of a bug.
Getting more weird:
This says that if the user is trying to change the priority field, and their email address is @example.com, they can only
do so if the old value of the field was "P1". Not very useful, but illustrative.
Warning
If you are modifying process_bug.cgi in any way, do not change the code that is bounded by
DO_NOT_CHANGE blocks. Doing so could compromise security, or cause your installation to stop working
entirely.
For a list of possible field names, look in data/versioncache for the list called @::log_columns. If you need
help writing custom rules for your organization, ask in the newsgroup.
78
Chapter 6. Customising Bugzilla
6.5.1. Bonsai
Bonsai is a web-based tool for managing CVS, the Concurrent Versioning System . Using Bonsai, administrators
can control open/closed status of trees, query a fast relational database back-end for change, branch, and comment
information, and view changes made since the last time the tree was closed. Bonsai also integrates with Tinderbox,
the Mozilla automated build management system.
6.5.2. CVS
CVS integration is best accomplished, at this point, using the Bugzilla Email Gateway.
Follow the instructions in this Guide for enabling Bugzilla e-mail integration. Ensure that your check-in script sends
an email to your Bugzilla e-mail gateway with the subject of “[Bug XXXX]”, and you can have CVS check-in
comments append to your Bugzilla bug. If you want to have the bug be closed automatically, you’ll have to modify
the contrib/bugzilla_email_append.pl script.
There is also a CVSZilla project, based upon somewhat dated Bugzilla code, to integrate CVS and Bugzilla through
CVS’ ability to email. Check it out at: http://homepages.kcbbs.gen.nz/~tonyg/.
Another system capable of CVS integration with Bugzilla is Scmbug. This system provides generic integration of
Source code Configuration Management with Bugtracking. Check it out at: http://freshmeat.net/projects/scmbug/.
79
Chapter 6. Customising Bugzilla
6.5.4. Subversion
Subversion is a free/open-source version control system, designed to overcome various limitations of CVS. Integra-
tion of Subversion with Bugzilla is possible using Scmbug, a system providing generic integration of Source Code
Configuration Management with Bugtracking. Scmbug is available at http://freshmeat.net/projects/scmbug/.
6.5.5. Tinderbox/Tinderbox2
Tinderbox is a continuous-build system which can integrate with Bugzilla - see
http://www.mozilla.org/projects/tinderbox for details of Tinderbox, and http://tinderbox.mozilla.org/showbuilds.cgi
to see it in action.
80
Appendix A. The Bugzilla FAQ
This FAQ includes questions not covered elsewhere in the Guide.
1. General Questions
1.3. What major companies or projects are currently using Bugzilla for bug-tracking?
There are dozens of major companies with public Bugzilla sites to track bugs in their products. We have a
fairly complete list available on our website at http://bugzilla.org/installation-list/. If you have an installation
of Bugzilla and would like to be added to the list, whether it’s a public install or not, simply e-mail Gerv
<[email protected]>.
1.6. Why doesn’t Bugzilla offer this or that feature or compatibility with this other tracking software?
It may be that the support has not been built yet, or that you have not yet found it. While Bugzilla makes strides
in usability, customizability, scalability, and user interface with each release, that doesn’t mean it can’t still use
improvement!
The best way to make an enhancement request is to file a bug at bugzilla.mozilla.org
(http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla) and set the Severity to ’enhancement’. Your
’request for enhancement’ (RFE) will start out in the UNCONFIRMED state, and will stay there until someone
with the ability to CONFIRM the bug reviews it. If that person feels it to be a good request that fits in with
81
Appendix A. The Bugzilla FAQ
Bugzilla’s overall direction, the status will be changed to NEW; if not, they will probably explain why and set
the bug to RESOLVED/WONTFIX. If someone else has made the same (or almost the same) request before,
your request will be marked RESOLVED/DUPLICATE, and a pointer to the previous RFE will be added.
Even if your RFE gets approved, that doesn’t mean it’s going to make it right into the next release; there are
a limited number of developers, and a whole lot of RFEs... some of which are quite complex. If you’re a
code-hacking sort of person, you can help the project along by making a patch yourself that supports
the functionality you require. If you have never contributed anything to Bugzilla before, please be sure
to read the Developers’ Guide (http://www.bugzilla.org/docs/developer.html) and Contributors’ Guide
(http://www.bugzilla.org/docs/contributor.html) before going ahead.
1.9. My perl is located at /usr/local/bin/perl and not /usr/bin/perl. Is there an easy to change that
in all the files that have this hard-coded?
The easiest way to get around this is to create a link from one to the other: ln -s /usr/local/bin/perl /usr/bin/perl.
If that’s not an option for you, the following bit of perl magic will change all the shebang lines (that is to say,
the line at the top of each file that starts with ’#!’ and contains the path) to something else:
82
Appendix A. The Bugzilla FAQ
Sadly, this command-line won’t work on Windows unless you also have Cygwin. However, MySQL comes with
a binary called replace which can do the job:
Note: If your perl path is something else again, just follow the above examples and replace
/usr/local/bin/perl with your own perl path.
Once you’ve modified all your files, you’ll also need to modify the t/002goodperl.t test, as it tests that
all shebang lines are equal to /usr/bin/perl. (For more information on the test suite, please check out the
appropriate section in the Developers’ Guide (http://www.bugzilla.org/docs/developer.html#testsuite).) Having
done this, run the test itself:
2. Managerial Questions
2.1. Is Bugzilla web-based, or do you have to have specific software or a specific operating system on your
machine?
It is web and e-mail based.
2.2. 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.
83
Appendix A. The Bugzilla FAQ
There is no GUI for adding fields to Bugzilla at this time. You can follow development of this feature in bug
91037 (http://bugzilla.mozilla.org/show_bug.cgi?id=91037)
2.3. Does Bugzilla provide any reporting features, metrics, graphs, etc? You know, the type of stuff that man-
agement likes to see. :)
Yes. Look at http://bugzilla.mozilla.org/report.cgi for samples of what Bugzilla can do in reporting and graphing.
Fuller documentation is provided in Section 5.11.
If you can not get the reports you want from the included reporting scripts, it is possible to hook up a professional
reporting package such as Crystal Reports using ODBC. If you choose to do this, beware that giving direct access
to the database does contain some security implications. Even if you give read-only access to the bugs database
it will bypass the secure bugs features of Bugzilla.
2.4. Is there email notification? If so, what do you see when you get an email?
Email notification is user-configurable. By default, the bug id and summary of the bug report accompany each
email notification, along with a list of the changes made.
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.
2.6. 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?
Bugzilla can output buglists as HTML (the default), CSV or RDF. The link for CSV can be found at the bottom
of the buglist in HTML format. This CSV format can easily be imported into MS Excel or other spreadsheet
applications.
To use the RDF format of the buglist it is necessary to append a &ctype=rdf to the URL. RDF is meant to be
machine readable and thus it is assumed that the URL would be generated programmatically so there is no user
visible link to this format.
Currently the only script included with Bugzilla that can import data is importxml.pl which is intended to be
used for importing the data generated by the XML ctype of show_bug.cgi in association with bug moving.
Any other use is left as an exercise for the user.
There are also scripts included in the contrib/ directory for using e-mail to import information into Bugzilla,
but these scripts are not currently supported and included for educational purposes.
84
Appendix A. The Bugzilla FAQ
2.7. Has anyone converted Bugzilla to another language to be used in other countries? Is it localizable?
Yes. For more information including available translated templates, see
http://www.bugzilla.org/download.html#localizations. Some admin interfaces have been
templatized (for easy localization) but many of them are still available in English only. Also, there may be is-
sues with the charset not being declared. See bug 126226 (http://bugzilla.mozilla.org/show_bug.cgi?id=126266)
for more information.
2.8. Can a user create and save reports? Can they do this in Word format? Excel format?
Yes. No. Yes (using the CSV format).
2.10. 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 what types of individuals would we need to
hire and how much would that cost if we were to go with Bugzilla 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 done easily
using the web interface.
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. Simple questions are an-
swered there and then.
2.11. 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 days 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 to who has reasonable Perl skills, and a familiarity with the operating system
on which Bugzilla will be running, and have them handle your process management, bug-tracking maintenance,
and local customization.
2.12. 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. Bugzilla, Perl, the Template Toolkit, and all other support software needed to make Bugzilla work can be
downloaded for free. MySQL -- the database used by Bugzilla -- is also open-source, but they ask that if you
find their product valuable, you purchase a support contract from them that suits your needs.
3. Administrative Questions
85
Appendix A. The Bugzilla FAQ
3.1. 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 -- which means that it warns a user when
a commit is about to conflict with commits recently made by another user, and offers the second user a choice
of options to deal with the conflict.
3.3. How can I update the code and the database using CVS?
1. Make a backup of both your Bugzilla directory and the database. For the Bugzilla directory this is as easy
as doing cp -rp bugzilla bugzilla.bak. For the database, there’s a number of options - see the MySQL docs
and pick the one that fits you best (the easiest is to just make a physical copy of the database on the disk,
but you have to have the database server shut down to do that without risking dataloss).
2. Make the Bugzilla directory your current directory.
3. Use cvs -q update -AdP if you want to update to the tip or cvs -q update -dP -rTAGNAME if you want a
specific version (in that case you’ll have to replace TAGNAME with a CVS tag name such as BUGZILLA-
2_16_5).
If you’ve made no local changes, this should be very clean. If you have made local changes, then watch the
cvs output for C results. If you get any lines that start with a C it means there were conflicts between your
local changes and what’s in CVS. You’ll need to fix those manually before continuing.
4. After resolving any conflicts that the cvs update operation generated, running ./checksetup.pl will take care
of updating the database for you as well as any other changes required for the new version to operate.
Warning
Once you run checksetup.pl, the only way to go back is to restore the database back-
ups. You can’t “downgrade” the system cleanly under most circumstances.
86
Appendix A. The Bugzilla FAQ
There is work being done to decouple the UNCONFIRMED state from the ’usevotes’
parameter for future versions of Bugzilla. Follow the discussion and progress at bug 162060
(https://bugzilla.mozilla.org/show_bug.cgi?id=162060).
Warning
Depending on the size of your database, and the power of your machine, the mysqldump com-
mand could be running long enough that the password would be visible to someone using the
ps command. If you are on a multi-user machine, and this is a concern to you, create an entry
in the file ~/.my.cnf that looks like this:
[mysqldump]
user=bugs
password=mypassword
and then leave the ’user’ and ’password’ params out of the command line.
On your new machine, follow the instructions found in Chapter 2 as far as setting up the physical environment of
the new machine with perl, webserver, modules, etc. Having done that, you can either: copy your entire Bugzilla
directory from the old machine to a new one (if you want to keep your existing code and modifications), or
download a newer version (if you are planning to upgrade at the same time). Even if you are upgrading to clean
code, you will still want to bring over the localconfig file, and the data directory from the old machine, as
they contain configuration information that you probably won’t want to re-create.
Note: If the location or port number of your SQL server changed as part of the move, you’ll need to update
the appropriate variables in localconfig before taking the next step.
Once you have your code in place, and your database has been restored from the backup you made in step 1,
run checksetup.pl. This will upgrade your database (if necessary), rebuild your templates, etc.
4. Bugzilla Security
87
Appendix A. The Bugzilla FAQ
4.1. How do I completely disable MySQL security if it’s giving me problems? (I’ve followed the instructions
in the installation section of this guide...)
Run MySQL like this: mysqld --skip-grant-tables. Please remember that this makes MySQL as secure as taping
a $100 to the floor of a football stadium bathroom for safekeeping.
Warning
This can’t be stressed enough. Doing this is a bad idea. Please consult Section 4.2 of this guide
and the MySQL documentation for better solutions.
5. Bugzilla Email
5.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?
The user can stop Bugzilla from sending any mail by unchecking all boxes on the ’Edit prefs’ -> ’Email settings’
page. (As of 2.18,this is made easier by the addition of a ’Disable All Mail’ button.) Alternately, you can add
their email address to the data/nomail file (one email address per line). This will override their personal
preferences, and they will never be sent mail again.
5.2. I’m evaluating/testing Bugzilla, and don’t want it to send email to anyone but me. How do I do it?
To disable email, set the mail_delivery_method parameter to none (2.20 and later), or
$enableSendMail
parameter to ’0’ in either BugMail.pm (2.18 and later) or processmail (up to 2.16.x).
$enableSendMail
will only affect bugmail; email related to password changes, email address changes, bug imports, flag
changes, etc. will still be sent out. As of the final release of 2.18, however, the above step will disable
all mail sent from Bugzilla for any purpose.
To have bugmail (and only bugmail) redirected to you instead of its intended recipients, leave
$enableSendMail
88
Appendix A. The Bugzilla FAQ
5.3. I want whineatnews.pl to whine at something other than new and reopened bugs. How do I do it?
For older versions of Bugzilla, you may be able to apply Klaas Freitag’s patch for “whineatassigned”, which
can be found in bug 6679 (http://bugzilla.mozilla.org/show_bug.cgi?id=6679). Note that this patch was made in
2000, so it may take some work to apply cleanly to any releases of Bugzilla newer than that, but you can use it
as a starting point.
An updated (and much-expanded) version of this functionality is due to be released as part of Bugzilla 2.20; see
bug 185090 (http://bugzilla.mozilla.org/show_bug.cgi?id=185090) for the discussion, and for more up-to-date
patches if you just can’t wait.
5.4. 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.
5.5. Email takes FOREVER to reach me from Bugzilla -- it’s extremely slow. What gives?
If you are using sendmail, try enabling sendmailnow in editparams.cgi. For earlier versions of sendmail,
one could achieve significant performance improvement in the UI (at the cost of delaying the sending of mail)
by setting this parameter to off. Sites with sendmail version 8.12 (or higher) should leave this on, as they will
not see any performance benefit.
If you are using an alternate MTA, make sure the options given in Bugzilla/BugMail.pm and any other place
where sendmail is called are correct for your MTA.
5.6. How come email from Bugzilla changes never reaches me?
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 “Submit Request” button after
entering your email address.
If you never receive mail from Bugzilla, chances are you do not have sendmail in "/usr/lib/sendmail". Ensure
sendmail lives in, or is symlinked to, "/usr/lib/sendmail".
If you are using an MTA other than sendmail the sendmailnow param must be set to on or no mail will be sent.
6. Bugzilla Database
6.1. I think my database might be corrupted, or contain invalid entries. What do I do?
Run the “sanity check” utility (sanitycheck.cgi) from your web browser to see! If it finishes without er-
rors, you’re probably 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
89
Appendix A. The Bugzilla FAQ
commands or have installed another way to manage your database. Sanity Check, although it is a good basic
check on your database integrity, by no means is a substitute for competent database administration and avoid-
ing deletion of data. It is not exhaustive, and was created to do a basic check for the most common problems in
Bugzilla databases.
6.3. 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. If this Bugzilla is able to connect at this point then you need to
check that you have granted proper permission to the user password combo defined in localconfig.
Warning
Running MySQL with this command line option is very insecure and should only be done when
not connected to the external network as a troubleshooting step.
6.4. 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 built-in 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.
90
Appendix A. The Bugzilla FAQ
Windows box should be no more difficult than on any other platform. As with any installation, we recommend
that you carefully and completely follow the installation instructions in Section 2.5.1.
While doing so, don’t forget to check out the very excellent guide to Installing Bugzilla on Microsoft Windows
(http://www.bugzilla.org/docs/win32install.html) written by Byron Jones. Thanks, Byron!
7.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”
7.4. I’m having trouble with the perl modules for NT not being able to talk 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/.
8. Bugzilla Usage
8.2. The query page is very confusing. Isn’t there a simpler way to query?
The interface was simplified by a UI designer for 2.16. Further suggestions for improvement are welcome, but
we won’t sacrifice power for simplicity.
91
Appendix A. The Bugzilla FAQ
As of 2.18, there is also a ’simpler’ search available. At the top of the search page are two links; “Advanced
Search” will take you to the familiar full-power/full-complexity search page. The “Find a Specific Bug” link
will take you to a much-simplified page where you can pick a product and status (open,closed, or both), then
enter words that appear in the bug you want to find. This search will scour the ’Summary’ and ’Comment’ fields,
and return a list of bugs sorted so that the bugs with the most hits/matches are nearer to the top.
Note: Matches in the Summary will ’trump’ matches in comments, and bugs with summary-matches will be
placed higher in the buglist -- even if a lower-ranked bug has more matches in the comments section.
Bugzilla uses a cookie to remember which version of the page you visited last, and brings that page up when
you next do a search. The default page for new users (or after an upgrade) is the ’simple’ search.
8.3. 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. If you want to change this behavior,
though, you have your choice of patches:
Bug 35195 (http://bugzilla.mozilla.org/show_bug.cgi?id=35195) seeks to add an “...and accept the bug” checkbox to the UI. It h
Bug 37613 (http://bugzilla.mozilla.org/show_bug.cgi?id=37613) also provides two patches (against Bugzilla 2.12): one to add a
These patches are all somewhat dated now, and cannot be applied directly, but they are simple enough to provide
a guide on how Bugzilla can be customized and updated to suit your needs.
8.4. 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 version of your favourite browser to handle uploads correctly.
8.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.
8.6. Why can’t I close bugs from the “Change Several Bugs at Once” page?
Simple answer; you can.
The logic behind the page checks every bug in the list to determine legal state changes, and then only shows
you controls to do things that could apply to every bug on the list. The reason for this is that if you try to do
something illegal to a bug, the whole process will grind to a halt, and all changes after the failed one will also
fail. Since that isn’t a good outcome, the page doesn’t even present you with the option.
In practical terms, that means that in order to mark multiple bugs as CLOSED, then every bug on the page has
to be either RESOLVED or VERIFIED already; if this is not the case, then the option to close the bugs will not
appear on the page.
The rationale is that if you pick one of the bugs that’s not VERIFIED and try to CLOSE it, the bug change will
fail miserably (thus killing any changes in the list after it while doing the bulk change) so it doesn’t even give
you the choice.
92
Appendix A. The Bugzilla FAQ
9. Bugzilla Hacking
<fred>
[% IF foo %]
<bar>
[% FOREACH x = barney %]
<tr>
<td>
[% x %]
</td>
<tr>
[% END %]
[% END %]
</fred>
Myk also recommends you turn on PRE_CHOMP in the template initialization to prevent bloating of HTML
with unnecessary whitespace.
Please note that many have differing opinions on this subject, and the existing templates in Bugzilla espouse
both this and a 4-space style. Either is acceptable; the above is preferred.
9.3. How can I change the default priority to a null value? For instance, have the default priority be “---” instead
of “P2”?
This is well-documented in bug 49862 (http://bugzilla.mozilla.org/show_bug.cgi?id=49862). Ultimately, it’s as
easy as adding the “---” priority field to your localconfig file in the appropriate area, re-running checksetup.pl,
and then changing the default priority in your browser using editparams.cgi.
9.4. What’s the best way to submit patches? What guidelines should I follow?
93
Appendix A. The Bugzilla FAQ
include any descriptions of database changes you may make, into the bug ID you submitted in step #1. Be
sure and click the “Patch” checkbox 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=XXXXXX) for
discussion in the newsgroup (mozilla.support.bugzilla). 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 re-
sponsible 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 :)
94
Appendix B. Troubleshooting
This section gives solutions to common Bugzilla installation problems. If none of the section headings seems to match
your problem, read the general advice.
1. You have two versions of Perl on your machine. You are installing modules into one, and Bugzilla is us-
ing the other. Rerun the CPAN commands (or manual compile) using the full path to Perl from the top of
checksetup.pl. This will make sure you are installing the modules in the right place.
95
Appendix B. Troubleshooting
2. The permissions on your library directories are set incorrectly. They must, at the very least, be readable by the
webserver user or group. It is recommended that they be world readable.
my $numFields;
if ($attribs->{’NUM_OF_FIELDS’}) {
$numFields = $attribs->{’NUM_OF_FIELDS’};
} elsif ($attribs->{’NAME’}) {
$numFields = @{$attribs->{NAME}};
with
my $numFields;
if ($attribs->{’NUM_OF_FIELDS’}) {
$numFields = $attribs->{’NUM_OF_FIELDS’};
} elsif ($attribs->{’NAMES’}) {
$numFields = @{$attribs->{NAMES}};
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. This will allow any process running on your machine the ability to
read the /var/spool/mqueue directory.
96
Appendix B. Troubleshooting
Numerous people have reported that upgrading to version 5.6.1 or higher solved the problem for them. A less involved
fix is to apply the following patch, which is also available as a patch file (../xml/filetemp.patch).
97
Appendix B. Troubleshooting
If you have only one Bugzilla running on the server, and you don’t mind having other applications on the same server
with it being able to see the cookies (you might be doing this on purpose if you have other things on your site that
share authentication with Bugzilla), then you’ll want to have the cookiepath set to "/", or to a sufficiently-high enough
directory that all of the involved apps can see the cookies.
urlbase is http://bugzilla.mozilla.org/
cookiepath is /
urlbase is http://tools.mysite.tld/bugzilla/
but you have http://tools.mysite.tld/someotherapp/ which shares
authentication with your Bugzilla
cookiepath is /
On the other hand, if you have more than one Bugzilla running on the server (some people do - we do on landfill) then
you need to have the cookiepath restricted enough so that the different Bugzillas don’t confuse their cookies with one
another.
urlbase is http://landfill.bugzilla.org/bugzilla-tip/
cookiepath is /bugzilla-tip/
urlbase is http://landfill.bugzilla.org/bugzilla-2.16-branch/
cookiepath is /bugzilla-2.16-branch/
If you had cookiepath set to “/” at any point in the past and need to set it to something more restrictive (i.e. “/bugzilla/”),
you can safely do this without requiring users to delete their Bugzilla-related cookies in their browser (this is true
starting with Bugzilla 2.18 and Bugzilla 2.16.5).
98
Appendix B. Troubleshooting
99
Appendix C. Contrib
There are a number of unofficial Bugzilla add-ons in the $BUGZILLA_ROOT/contrib/ directory. This section docu-
ments them.
Warning
These files pre-date the templatisation work done as part of the 2.16 release, and have not been updated.
query.conf 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 that 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 column list is taken from the COLUMNLIST environment variable. This is equivalent to the “Change Columns”
option that is available when you list bugs in buglist.cgi. If you have already used Bugzilla, grep for COLUMNLIST
in your cookies file 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 Peck says she has good results piping buglist output through w3m -T text/html -dump
100
Appendix D. Manual Installation of Perl
Modules
D.1. Instructions
If you need to install Perl modules manually, here’s how it’s done. Download the module using the link given in the
next section, and then apply this magic incantation, as root:
Note: In order to compile source code under Windows you will need to obtain a ’make’ utility. The nmake utility
provided with Microsoft Visual C++ may be used. As an alternative, there is a utility called dmake available from
CPAN which is written entirely in Perl. The majority of the links given below, however, are to pre-compiled versions
of the modules, which can be installed on Windows simply by issuing the following command once you have
downloaded the PPD file (which may be packaged within a ZIP file):
AppConfig:
101
Appendix D. Manual Installation of Perl Modules
CGI:
Data-Dumper:
DBI:
DBD::mysql:
DBD::Pg:
102
Appendix D. Manual Installation of Perl Modules
File::Spec:
File::Temp:
Template-Toolkit:
Text::Wrap:
GD:
Template::Plugin::GD:
103
Appendix D. Manual Installation of Perl Modules
MIME::Base64:
GD::Graph:
XML::Twig:
104
Appendix D. Manual Installation of Perl Modules
Documentation: http://standards.ieee.org/resources/spasystem/twig/twig_stable.html
PatchReader:
Image::Magick:
105
Appendix E. 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.
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.
106
Appendix E. GNU Free Documentation License
ing 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, La-
TeX 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.
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.
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 mate-
rial, 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.
107
Appendix E. GNU Free Documentation License
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.
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:
A. 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.
B. 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).
C. State on the Title page the name of the publisher of the Modified Version, as the publisher.
D. Preserve all the copyright notices of the Document.
E. Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.
F. 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.
G. Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document’s
license notice.
H. Include an unaltered copy of this License.
I. 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.
J. 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.
K. 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.
L. 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.
M. Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version.
N. 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
108
Appendix E. GNU Free Documentation License
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 Ver-
sion 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.
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."
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.
109
Appendix E. GNU Free Documentation License
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.
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.
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.
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
110
Appendix E. GNU Free Documentation License
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.
111
Glossary
Apache web server, and other NCSA-compliant web servers, observe the convention of using files in directories
called .htaccess to restrict access to certain files. In Bugzilla, they are used to keep secret files which would
otherwise compromise your installation - e.g. the localconfig file contains the password to your database.
curious.
A
Apache
In this context, Apache is the web server most commonly used for serving up Bugzilla pages. Contrary to popular
belief, the apache web server has nothing to do with the ancient and noble Native American tribe, but instead
derived its name from the fact that it was “a patchy” version of the original NCSA world-wide-web server.
AllowOverride (http://httpd.apache.org/docs-2.0/mod/core.html#allowoverride)
Options (http://httpd.apache.org/docs-2.0/mod/core.html#options)
These directives are used to tell Apache many things about the directory they apply to. For Bugzilla’s
purposes, we need them to allow script execution and .htaccess overrides.
DirectoryIndex (http://httpd.apache.org/docs-2.0/mod/mod_dir.html#directoryindex)
Used to tell Apache what files are indexes. If you can not add index.cgi to the list of valid files, you’ll need
to set $index_html to 1 in localconfig so ./checksetup.pl will create an index.html that redirects to
index.cgi.
ScriptInterpreterSource (http://httpd.apache.org/docs-2.0/mod/core.html#scriptinterpretersource)
Used when running Apache on windows so the shebang line doesn’t have to be changed in every Bugzilla
script.
For more information about how to configure Apache for Bugzilla, see Section 2.2.4.1.
112
B
Bug
A “bug” in Bugzilla refers to an issue entered into the database which has an associated number, assignments,
comments, etc. Some also refer to a “tickets” or “issues”; in the context of Bugzilla, 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.
Bugzilla
C
Common Gateway Interface
CGI is an acronym for Common Gateway Interface. This is a standard for interfacing an external application with
a web server. Bugzilla is an example of a CGI application.
Component
A Component is a subsection of a Product. It should be a narrow category, tailored to your organization. All
Products must contain at least one Component (and, as a matter of fact, creating a Product with no Components
will create an error in Bugzilla).
CPAN stands for the “Comprehensive Perl Archive Network”. CPAN maintains a large number of extremely
useful Perl modules - encapsulated chunks of code for performing a particular task.
contrib
The contrib directory is a location to put scripts that have been contributed to Bugzilla but are not a part of the
official distribution. These scripts are written by third parties and may be in languages other than perl. For those
113
that are in perl, there may be additional modules or other requirements than those of the official distribution.
Note: Scripts in the contrib directory are not officially supported by the Bugzilla team and may break in
between versions.
D
daemon
A daemon is a computer program which runs in the background. In general, most daemons are started at boot
time via System V init scripts, or through RC scripts on BSD-based systems. mysqld, the MySQL server, and
apache, a web server, are generally run as daemons.
DOS Attack
A DOS, or Denial of Service attack, is when a user attempts to deny access to a web server by repeatedly
accessing a page or sending malformed requests to a webserver. This can be effectively prevented by using
mod_throttle as described in Section 4.3.2. A D-DOS, or Distributed Denial of Service attack, is when these
requests come from multiple sources at the same time. Unfortunately, these are much more difficult to defend
against.
G
Groups
The word “Groups” has a very special meaning to Bugzilla. Bugzilla’s main security mechanism comes by
placing users in groups, and assigning those groups certain privileges to view bugs in particular Products in the
Bugzilla database.
J
JavaScript
114
M
Message Transport Agent
A Message Transport Agent is used to control the flow of email on a system. The Mail::Mailer
(http://search.cpan.org/dist/MailTools/Mail/Mailer.pm) Perl module, which Bugzilla uses to send email, can
be configured to use many different underlying implementations for actually sending the mail using the
mail_delivery_method parameter. Implementations other than sendmail require that the sendmailnow
param be set to on.
MySQL
MySQL is currently the required RDBMS for Bugzilla. MySQL can be downloaded from http://www.mysql.com.
While you should familiarize yourself with all of the documentation, some high points are:
Backup (http://www.mysql.com/doc/en/Backup.html)
Methods for backing up your Bugzilla database.
P
Perl Package Manager
http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/
Product
A Product is a broad category of types of bugs, normally representing a single piece of software or entity. In
general, there are several Components to a Product. A Product may define a group (used for security) for all bugs
entered into its Components.
115
Perl
First written by Larry Wall, Perl is a remarkable program language. It has the benefits of the flexibility of an
interpreted scripting language (such as shell script), combined with the speed and power of a compiled language,
such as C. Bugzilla is maintained in Perl.
Q
QA
“QA”, “Q/A”, and “Q.A.” are 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 “QA Contact” field in a
bug.
R
Relational DataBase Management System
A relational database management system is a database system that stores information in tables that are related
to each other.
Regular Expression
S
Service
In Windows NT environment, a boot-time background application is refered to as a service. These are generally
managed through the control panel while logged in as an account with “Administrator” level capabilities. For
more information, consult your Windows manual or the MSKB.
116
SGML
SGML stands for “Standard Generalized Markup Language”. Created in the 1980’s to provide an extensible
means to maintain documentation based upon content instead of presentation, SGML has withstood the test of
time as a robust, powerful language. XML is the “baby brother” of SGML; any valid XML document it, by
definition, a valid SGML document. The document you are reading is written and maintained in SGML, and is
also valid XML if you modify the Document Type Definition.
T
Target Milestone
Target Milestones are Product goals. They are configurable on a per-Product basis. Most software development
houses have a concept of “milestones” where the people funding a project expect certain functionality on certain
dates. Bugzilla facilitates meeting these milestones by giving you the ability to declare by which milestone a bug
will be fixed, or an enhancement will be implemented.
TCL is an open source scripting language available for Windows, Macintosh, and Unix based systems. Bugzilla
1.0 was written in TCL but never released. The first release of Bugzilla was 2.0, which was when it was ported
to perl.
Z
Zarro Boogs Found
This is just a goofy way of saying that there were no bugs found matching your query. When asked to explain
this message, Terry had the following to say:
I’ve been asked to explain this ... way back when, when Netscape released version 4.0 of its browser, we had a release
party. Naturally, there had been a big push to try and fix every known bug before the release. Naturally, that hadn’t
actually happened. (This is not unique to Netscape or to 4.0; the same thing has happened with every software project
I’ve ever seen.) Anyway, at the release party, T-shirts were handed out that said something like "Netscape 4.0: Zarro
Boogs". Just like the software, the T-shirt had no known bugs. Uh-huh.
So, when you query for a list of bugs, and it gets no results, you can think of this as a friendly reminder. Of *course*
there are bugs matching your query, they just aren’t in the bugsystem yet...
—Terry Weissman
117