summaryrefslogtreecommitdiffstats
path: root/editflagtypes.cgi
AgeCommit message (Collapse)AuthorFilesLines
2005-03-02Bug 238802 : Input filter for integer sort key gives bad error outputtravis%sedsystems.ca1-2/+6
Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-02-18Bug 280503: Replace "LOCK/UNLOCK TABLES" with Bugzilla::DB function callmkanat%kerio.com1-19/+29
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat,a=myk
2005-01-16Patch for bug 265898: edit*.cgi files should all use ThrowUserError(); patch ↵jocuri%softhome.net1-2/+3
by Frédéric Buclin <LpSolit@gmail.com>, r=vladd, a=myk.
2004-12-14Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch ↵jocuri%softhome.net1-1/+1
by me, r=wurblzap (Marc), a=justdave.
2004-12-09Patch for bug 182375: Do not permit flags with spaces or commas; patch by ↵jocuri%softhome.net1-0/+1
Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
2004-11-24Patch for bug 180879: Implement privs for bug flags modification; patch by ↵jocuri%softhome.net1-5/+34
Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
2004-09-24Fix for bug 252739: moves inclusion/exclusion action names to button name ↵myk%mozilla.org1-6/+9
instead of button value so that button values (which are also used as labels) will be localizable; patch by Marc Schumann; r=kiko,myk; a=justdave
2004-09-03Patch for bug 257152: make flag type deletion not crash when JavaScript is ↵jocuri%softhome.net1-2/+2
switched off; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, a=myk.
2004-07-06Bug 223878: Flag system dies when changing a deleted flag.jouni%heikniemi.net1-1/+4
r=joel, justdave a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-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.
2003-05-05Bug 201816 - use CGI.pm for header outputbbaetz%acm.org1-8/+9
r=joel, a=justdave
2003-03-27Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang linejake%bugzilla.org1-1/+1
r=justdave a=justdave
2003-02-08Bug 192182 - editflagtypes uses ^ instead of **bbaetz%acm.org1-1/+1
r,a=justdave
2002-11-06Fix for bug 171475: make new flags include all categories (product/component ↵myk%mozilla.org1-2/+4
combinations) by default. r=joel
2002-09-29Fix for bug 98801: Implementation of the request tracker, a set of ↵myk%mozilla.org1-0/+494
enhancements to attachment statuses. r=gerv,bbaetz