summaryrefslogtreecommitdiffstats
path: root/config.cgi
AgeCommit message (Collapse)AuthorFilesLines
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com1-1/+1
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
2005-10-01Remove "use diagnostics" from config.cgi, because it breaks perl 5.6.1mkanat%kerio.com1-1/+0
along with our code. This was a regression from bug 308256. r=wicked, a=justdave
2005-10-01Bug 308256: [SECURITY] config.cgi doesn't check Param('requirelogin') - ↵lpsolit%gmail.com1-15/+35
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2005-09-03Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com1-5/+2
Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
2005-08-25Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com1-2/+2
by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com1-1/+1
r=mkanat,wicked a=justdave
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