aboutsummaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Added params to control how priorities are set in a new bug. You canterry%netscape.com1999-03-091-3/+12
| | | | | | | now choose whether to let submitters of new bugs choose a priority, or whether they should just accept the default priority (which is now no longer hardcoded to "P2", but is instead a param.) The default value of the params will cause the same behavior as before.
* Added a "disallownew" field to the products table. If non-zero, thenterry%netscape.com1999-03-041-0/+6
| | | | | don't let people file new bugs against this product. (This is for when a product is retired, but you want to keep the bug reports around for posterity.)
* Patch from Dhiren Patel <dhiren@nuvomedia.com> -- deal with productsterry%netscape.com1999-02-261-1/+1
| | | | that have spaces or other weird characters in them.
* Added a page which describes all the components in a product.terry%netscape.com1999-02-051-1/+2
|
* Was picking wrong OS for Macs by default (according to brade@netscape.com).terry%netscape.com1999-01-281-2/+2
|
* Allow querying by OS.terry%netscape.com1999-01-161-1/+1
|
* Reworked the rep_platform and op_sys fields. BEWARE; this includesterry%netscape.com1998-12-041-2/+7
| | | | some changes to the database schema!
* Backed out Andrew's patch -- turns out it was doing quoting sublty wrong.terry%netscape.com1998-11-211-4/+4
|
* Patch by Andrew Anderson <andrew@redhat.com>. Many minor bugfixes and cleanup.terry%netscape.com1998-11-171-4/+4
|
* Added new "products" table, which contains a description for eachterry%netscape.com1998-10-071-1/+7
| | | | | product. This description is presented when the user is entering a new bug.
* Patch by Bert Driehuis <bert_driehuis@nl.compuware.com> -- recognizeterry%netscape.com1998-09-221-0/+1
| | | | BSDI systems.
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-96/+114
|
* Patch inspired by Sam Ziegler <ziegler@mediaguaranty.com> -- dealterry%netscape.com1998-09-021-1/+1
| | | | better with product names that have spaces or other weird stuff in them.
* Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- was crashing ifterry%netscape.com1998-09-011-1/+1
| | | | you have exactly one product defined. Oops!
* Sort the list of products.terry%netscape.com1998-08-271-1/+1
|
* Fixed bug 539 -- cope with multiple products in the system.terry%netscape.com1998-08-271-23/+23
|
* Bugzilla source.terry%netscape.com1998-08-261-0/+227