summaryrefslogtreecommitdiffstats
path: root/config.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-04-14Bug 1088022 - Bump min version to CGI 4.09Frédéric Buclin1-1/+1
r=dkl
2016-04-13Bug 398546 - config.cgi using the RDF format can generate a pretty large fileFrédéric Buclin1-0/+3
r=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-1/+3
r=dkl a=sgreen
2013-08-09Bug 569177 - Add support for eTag for WebServicesDave Lawrence1-1/+5
r/a=glob
2012-11-26Bug 718289: The deadline field should be visible by non-members of the ↵Frédéric Buclin1-1/+3
timetracking group r=dkl a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-6/+1
r=wicked a=LpSolit
2012-08-09Bug 557183: In config.cgi, specify if fields controlled by a parameter are ↵Frank Becker1-0/+12
enabled or disabled r/a=LpSolit
2012-05-27Bug 690873: config.cgi should include keyword descriptionsFrank Becker1-1/+1
r/a=LpSolit
2012-04-13Bug 340439: Include classifications in config.cgiFrank Becker1-0/+12
r/a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-21/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-12-26Bug 629326: Make it simpler to check ETagsMax Kanat-Alexander1-30/+9
r/a=LpSolit
2011-08-17Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgiFrédéric Buclin1-1/+1
r=timello a=LpSolit
2010-10-20Bug 553266: config.cgi?ctype=rdf spends most of its time loading flagtypes ↵Frédéric Buclin1-1/+2
from the database a=LpSolit (module owner)
2010-07-07Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵Frédéric Buclin1-1/+1
Bugzilla::Product->check() r=mkanat a=LpSolit
2010-03-18Bug 553267: Allow specifying that you don't want flag data, for config.cgiMax Kanat-Alexander1-0/+9
r=gerv, a=mkanat
2010-03-18Bug 553255: Make config.cgi use Bugzilla::Product::preload, for a smallMax Kanat-Alexander1-0/+4
performance improvement r=gerv, a=mkanat
2009-11-10Bug 505039: Use $user->is_timetracker instead of ↵lpsolit%gmail.com1-1/+1
$user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit
2009-11-09Bug 515644: Provide ETag support for config.cgimkanat%bugzilla.org1-5/+37
Patch by Frank Becker <Frank@Frank-Becker.de> r=mkanat, a=mkanat
2009-01-25Bug 471880: More scripts should use the shadow DB instead of the master DB - ↵lpsolit%gmail.com1-0/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org1-2/+1
values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
2008-04-20Bug 429847: config.cgi should include additional information about custom ↵lpsolit%gmail.com1-1/+6
fields - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-02-25Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵lpsolit%gmail.com1-2/+2
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-09Bug 387672: Move BUG_STATE_OPEN and is_open_state() into Status.pm - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-10-06Bug 374981: Custom field single select options not available in config.cgi ↵lpsolit%gmail.com1-0/+3
rdf - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2006-10-17Bug 350933: Ability to limit config.cgi output by productmkanat%bugzilla.org1-2/+16
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bkor, a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵lpsolit%gmail.com1-2/+3
Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com1-23/+8
module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
2006-06-01Bug 329377: Bugzilla::Object base class for objectsmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=kevin.benton, a=justdave
2006-03-16Bug 330521: Remove @::legal_product, @::legal_components and ↵lpsolit%gmail.com1-3/+0
@::legal_target_milestone - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
2006-03-09Bug 328638: Remove @::legal_keywords and %::keywordsbynamemkanat%kerio.com1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-03-07Bug 282628: Move OpenStates and IsOpenedState out of globals.plmkanat%kerio.com1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=myk
2006-03-03Bug 328602: Eliminate %::versions and @::legal_versionsmkanat%kerio.com1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
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