aboutsummaryrefslogtreecommitdiffstats
path: root/enter_bug.cgi
Commit message (Collapse)AuthorAgeFilesLines
...
* Sigh. Fix some indentation I just screwed up.terry%mozilla.org1999-05-061-14/+14
|
* Get rid of tabs. (We try to keep tabs out of bugzilla source. Weterry%mozilla.org1999-05-061-37/+37
| | | | often fail.)
* Add parameter "usebrowserinfo", to allow disabling the setting of OS and ↵bryce-mozilla%nextbus.com1999-05-041-40/+48
| | | | | | | Platform based on the brower the user makes the report from. Realign text box for narrower windows. Remove Mozilla-specific default parameter.
* Fix HTML syntax errors, validate with http://validator.w3.org . Showbryce-mozilla%nextbus.com1999-05-021-7/+8
| | | | | | on the the login name that will be used as the "reporter" (to more completely represent the bug report, and to prevent people from forgetting to switch logins when using another person's browser).
* 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