The Bugzilla FAQ
This FAQ includes questions not covered elsewhere in the Guide.
General Questions
What license is Bugzilla distributed under?
Bugzilla is covered by the Mozilla Public License.
See details at .
How do I get commercial support for Bugzilla?
is a list of companies and individuals who have asked us to
list them as consultants for Bugzilla.
There are several experienced
Bugzilla hackers on the mailing list/newsgroup who are willing
to make themselves available for generous compensation.
Try sending a message to the mailing list asking for a volunteer.
What major companies or projects are currently using Bugzilla
for bug-tracking?
There are dozens of major companies with public
Bugzilla sites to track bugs in their products. We have a fairly
complete list available on our website at
. 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 gerv@mozilla.org.
Who maintains Bugzilla?
A core
team, led by Dave Miller (justdave@bugzilla.org).
How does Bugzilla stack up against other bug-tracking databases?
We can't find any head-to-head comparisons of Bugzilla against
other defect-tracking software. If you know of one, please get
in touch. In the experience of Matthew Barnson (the original
author of this FAQ), though, Bugzilla offers superior
performance on commodity hardware, better price (free!), more
developer-friendly features (such as stored queries, email
integration, and platform independence), improved scalability,
greater flexibility, and superior ease-of-use when compared
to commercial bug-tracking software.
If you happen to be a vendor for commercial bug-tracking
software, and would like to submit a list of advantages your
product has over Bugzilla, simply send it to
documentation@bugzilla.org and we'd be happy to
include the comparison in our documentation.
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 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 COMFIRM the bug reviews it.
If that person feels it to be a good request that fits in with
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
and
Contributors' Guide
before going ahead.
Why MySQL? I'm interested in seeing Bugzilla run on
PostgreSQL/Sybase/Oracle/Msql/MSSQL.
MySQL was originally chosen because it is free, easy to install,
and was available for the hardware Netscape intended to run it on.
[ticket/14985] Decode HTML special chars in plain text columns
PHPBB3-14985
Diffstat (limited to 'phpBB/phpbb/console/command/user/activate.php')