aboutsummaryrefslogtreecommitdiffstats
path: root/editflagtypes.cgi
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br2004-03-271-4/+2
| | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave.
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-8/+9
| | | | r=joel, a=justdave
* Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org2003-03-271-1/+1
| | | | | r=justdave a=justdave
* Bug 192182 - editflagtypes uses ^ instead of **bbaetz%acm.org2003-02-081-1/+1
| | | | r,a=justdave
* Fix for bug 171475: make new flags include all categories (product/component ↵myk%mozilla.org2002-11-061-2/+4
| | | | | | combinations) by default. r=joel
* Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org2002-09-291-0/+494
enhancements to attachment statuses. r=gerv,bbaetz