Bugzilla is a bug tracker system designed to allow users or developers to effectively monitor outstanding bugs in their product.
Bugzilla will help you detect code changes and bugs while submitting and reviewing the changes. Bugzilla also allows you to communicate with your teammates and deal with quality assurance (QA) issues.
Here are some key features of "Bugzilla":
· The "Assigned To" field on the new bug page is now prefilled with the default component owner.
· A bug alias column is now available in the buglist page.
· Lists of bugs containing errors in the sanity check page now have a "view as buglist" link in addition to the individual bug links.
· Autolinkification Page - It's now possible to apply Bugzilla's comment hyperlinking algorithm to any text you like. This should be useful for status updates and other web pages which give lists of bugs. The bug links created include the subject, status and resolution of the bug as a tooltip.
· There are more tags on the links toolbar for navigating quickly between different areas.
· Buglists are now available as comma-separated value files (CSV) and JavaScript (JS) as well as HTML and RDF.
· Keywords and dependencies can now be entered during initial bug entry
· A CSS id signature unique to each Bugzilla installation is now added to the tag on Bugzilla pages to allow custom end-user CSS to explicitly affect Bugzilla.
· Perl's path has been changed to a normal /usr/bin/perl from the original legacy "bonsaitools" path specifier.
· A new "always-require-login" parameter allows administrators to require a login before being able to view any page, except the front page.
· A developer may add an attachment, and also reassign a bug to himself as part of that single action.
· Bugzilla is now able to use the replication facilities provided by the MySQL database to handle updates from the main database to the secondaries.
· Mail handling is now between 125% to 175% faster.
· Guided Bug Entry: You can see a sample enter_bug.cgi template at enter_bug.cgi?format=guided that "guides" users through the process of filing a "good" bug. It needs to be modified before use in your organization.
· There is now a "Give me some help" link on the Advanced Search page that will enable pop-up help for every field on the page.
· The Bugzilla administrator can now forbid users from marking bugs RESOLVED when there are unresolved dependencies.
Requirements:
· MySQL 4.0.14 or later
What's New in This Release: [ read full changelog ]
· Queries involving commenters were slow to return results. These queries have been optimized for better performance. (Bug 818007)
· It is no longer possible to create a new bug using a disabled component, target milestone or version. These inactive values are also no longer accessible when moving a bug into another product. (Bugs 752946 and 840824)
· It was possible to create a new bug with no description despite the status workflow required one for new bugs. (Bug 818890)
· Custom multi-select fields are now available in the "Search By Change History" section of the "Advanced Search" page. (Bug 839950)
· A custom select field could have its list of values truncated if one or more of its values were disabled and the visibility of the values were controlled by another field. (Bug 806809)
· Warnings thrown by Return::Value 1.666002 about this deprecated module and which are polluting the web server error log are now disabled. (Bug 826678)