summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-10-13Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is ↵Dylan William Hardison1-5/+3
recommended to not use it (#21) r=mtyson
2016-08-24Bug 1296831 - allow answers file to override new install defaultsFrank Becker1-5/+9
2016-08-23Revert "Bug 1296831 - answer use_email_as_login not used"Dylan William Hardison1-1/+1
This reverts commit a8824f3f870ba31fe0b4382a1eed93ea01e9f53b.
2016-08-22Bug 1296831 - answer use_email_as_login not usedFrank Becker1-1/+1
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-5/+34
Original patch by Gervase Markham r=gerv a=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-25Bug 1250786 - Detainting of params.jsonMatt Tyson1-13/+4
r=dylan,a=dylan
2015-12-23Bug 1201113: Support to run Bugzilla as a PSGI applicationFrédéric Buclin1-9/+12
r=dylan
2015-11-25Bug 1227455 - Multiselect parameters (type 'm') are not read correctly from ↵Pami Ketolainen1-1/+7
the new JSON storage format r/a=dkl
2015-08-07Bug 1191255 - Remove requirement to specify SMTP server during installation ↵Gervase Markham1-21/+0
on Windows. r=LpSolit, a=simon
2015-03-30Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to ↵Gervase Markham1-0/+4
define what the fixed resolution is. r,a=glob
2015-03-19Bug 1136745: Kill the makeproductgroups parameterGervase Markham1-8/+0
r=LpSolit a=glob
2015-03-15Bug 902395: Enforce utf8 = true for all installations and remove the utf8 ↵Frédéric Buclin1-2/+0
parameter r=dkl a=sgreen
2015-02-02Bug 1128245 - upgrading from v4.4.6 to v5.0rc2 fails on connection problem ↵Dylan William Hardison1-1/+3
with MySQL
2014-09-20Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin1-10/+13
r=dylan a=glob
2014-09-15Bug 1066184: data/params.js should be renamed to data/params.json since the ↵David Lawrence1-8/+13
data form is JSON and not JS r=LpSolit,a=sgreen
2014-09-11Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin1-42/+60
data/params r=dkl r=wurblzap a=sgreen
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+2
r=dkl a=sgreen
2013-12-18Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ↵Simon Green1-0/+3
"all of the groups") r=gerv, a=sgreen
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+2
r/a=LpSolit
2012-11-16Bug 797636: Improve performance for buglistsFrédéric Buclin1-2/+4
r=dkl a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
r=wicked 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-28/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-11-26Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin1-0/+5
r/a=mkanat
2011-08-04Bug 676200: We shouldn't manually delete obsolete parameters in ↵Frédéric Buclin1-17/+13
Bugzilla::Config::update_params(), else they are not saved in old-params.txt r/a=mkanat
2011-01-11Bug 624349: Let the config_modify_panels hook add new parameters to existing ↵Frédéric Buclin1-11/+10
panels r/a=mkanat
2010-02-01Bug 434801: [SECURITY] .htaccess doesn't prevent reading old-params.txt from ↵Reed Loden1-4/+7
the web Patch by Reed Loden <reed@reedloden.com> r=mkanat a=LpSolit
2009-12-31Bug 519858 - Move uncommonly used parameters out of the "Required" section ↵mkanat%bugzilla.org1-17/+2
and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead ↵mkanat%bugzilla.org1-2/+2
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-10-09Was getting an "uninitialized value" error in Bugzilla::Config when running ↵mkanat%bugzilla.org1-1/+3
checksetup.pl, because of the checkin from bug 514913.
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-0/+5
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-09-30Bug 519676: Allow users to set blank/false values for things in ↵mkanat%bugzilla.org1-1/+6
checksetup.pl's "answers" file. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-03-31Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by ↵lpsolit%gmail.com1-4/+0
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-12-24Bug 347707: Changing parameters could silently fail because we weren't ↵mkanat%bugzilla.org1-1/+1
correctly checking the return code from "rename" Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
2008-08-07Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org1-2/+10
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-05-06Bug 430909 - add hook for parametersbbaetz%acm.org1-6/+10
r=mkanat, r/a=lpsolit
2008-01-18Bug 407402: Make Bugzilla die when data/params doesn't exist, if we're in a CGI.mkanat%bugzilla.org1-0/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
2007-08-09Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws ↵lpsolit%gmail.com1-2/+0
warnings about deprecated pseudo-hashes) - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-06-14Bug 345100: Remove obsolete parameters and "officially" turn on custom bug ↵lpsolit%gmail.com1-10/+15
status workflow - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=justdave
2006-12-09Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com1-1/+1
causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
2006-11-03Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org1-2/+15
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=myk
2006-09-19Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig ↵mkanat%bugzilla.org1-10/+1
from Bugzilla::Config Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-01Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org1-50/+122
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-29Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DBmkanat%bugzilla.org1-1/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
2006-07-14Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-35/+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-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 343112: @Bugzilla::Config::parampanels is only defined if something ↵mkanat%bugzilla.org1-11/+14
calls _load_params Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-03Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by ↵lpsolit%gmail.com1-3/+0
Rémi Zara <remi_zara@mac.com> r=mkanat a=justdave