summaryrefslogtreecommitdiffstats
path: root/config.cgi
AgeCommit message (Collapse)AuthorFilesLines
2005-02-17Bug 282505: perl 5.6: config.cgi dies when it tries to use Bugzilla::DB ↵mkanat%kerio.com1-1/+0
(fixes burning Tinderbox) Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
2005-02-17Bug 237862: New database layer for cross-database compatibilitymkanat%kerio.com1-1/+1
Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=mkanat, a=myk
2005-02-02Bug 279748 : Move GetFieldDefs out of globals.pl (to Bugzilla::DB)travis%sedsystems.ca1-1/+2
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2004-03-27Fix for bug 234175: Remove deprecated ConnectToDatabase() andkiko%async.com.br1-4/+0
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.
2004-03-27Patch for bug 237369: implement relatively simple changes from %FORM to ↵jocuri%softhome.net1-3/+3
$cgi->param variable; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=kiko, justdave; a=justdave.
2003-06-24Fix for bug 204631: enhances config.cgi to generate a list of queryable ↵myk%mozilla.org1-0/+3
fields so third-party clients can populate search forms with the list. r=gerv a=myk
2003-05-01Clean-up patch for bug 72837: uses /usr/bin/perl instead of ↵myk%mozilla.org1-1/+2
/usr/bonsaitools/bin/perl and adds message about these interfaces being experimental. r=gerv a=myk
2003-04-30Fix for bug 72837: a script that generates configuration information for a ↵myk%mozilla.org1-0/+98
Bugzilla installation. r=gerv a=myk