aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1301887 - File::Slurp triggers warnings on perl 5.24 (#53)Vitaly Belekhov2018-01-041-5/+4
* Bug 1227455 - Multiselect parameters (type 'm') are not read correctly from t...Pami Ketolainen2015-11-251-1/+7
* Bug 1191255 - Remove requirement to specify SMTP server during installation o...Gervase Markham2015-08-071-21/+0
* Bug 1128245 - upgrading from v4.4.6 to v5.0rc2 fails on connection problem wi...Dylan William Hardison2015-02-021-1/+3
* Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin2014-09-201-10/+13
* Bug 1066184: data/params.js should be renamed to data/params.json since the d...David Lawrence2014-09-151-8/+13
* Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into da...Frédéric Buclin2014-09-111-42/+60
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+2
* Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ...Simon Green2013-12-181-0/+3
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+2
* Bug 797636: Improve performance for buglistsFrédéric Buclin2012-11-161-2/+4
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-28/+5
* Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin2011-11-261-0/+5
* Bug 676200: We shouldn't manually delete obsolete parameters in Bugzilla::Con...Frédéric Buclin2011-08-041-17/+13
* Bug 624349: Let the config_modify_panels hook add new parameters to existing ...Frédéric Buclin2011-01-111-11/+10
* Bug 434801: [SECURITY] .htaccess doesn't prevent reading old-params.txt from ...Reed Loden2010-02-011-4/+7
* Bug 519858 - Move uncommonly used parameters out of the "Required" section an...mkanat%bugzilla.org2009-12-311-17/+2
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-2/+2
* Was getting an "uninitialized value" error in Bugzilla::Config when running c...mkanat%bugzilla.org2009-10-091-1/+3
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-0/+5
* Bug 519676: Allow users to set blank/false values for things in checksetup.pl...mkanat%bugzilla.org2009-09-301-1/+6
* Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...lpsolit%gmail.com2009-03-311-4/+0
* Bug 347707: Changing parameters could silently fail because we weren't correc...mkanat%bugzilla.org2008-12-241-1/+1
* Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org2008-08-071-2/+10
* Bug 430909 - add hook for parametersbbaetz%acm.org2008-05-061-6/+10
* Bug 407402: Make Bugzilla die when data/params doesn't exist, if we're in a CGI.mkanat%bugzilla.org2008-01-181-0/+11
* Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warn...lpsolit%gmail.com2007-08-091-2/+0
* Bug 345100: Remove obsolete parameters and "officially" turn on custom bug st...lpsolit%gmail.com2007-06-141-10/+15
* Bug 361252: checksetup.pl should get confirmation from the user before causin...lpsolit%gmail.com2006-12-091-1/+1
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-031-2/+15
* Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from...mkanat%bugzilla.org2006-09-191-10/+1
* Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org2006-08-011-50/+122
* Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DBmkanat%bugzilla.org2006-07-291-1/+2
* Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org2006-07-141-2/+2
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-35/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-2/+2
* Bug 343112: @Bugzilla::Config::parampanels is only defined if something calls...mkanat%bugzilla.org2006-07-041-11/+14
* Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com2006-07-031-3/+0
* Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org2006-06-291-41/+7
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-5/+2
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com2006-06-201-12/+15
* Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' ...vladd%bugzilla.org2006-06-191-2/+2
* Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:...mkanat%bugzilla.org2006-05-231-74/+43
* Bump version post-release.mkanat%bugzilla.org2006-04-231-1/+1
* Update the version numbers for 2.23.1.mkanat%bugzilla.org2006-04-231-1/+1
* Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net2006-02-281-1/+2
* Start of the 2.23 development cycle; update the version number.mkanat%kerio.com2006-02-211-1/+1
* Update Version Numbers for 2.22rc1 Release.mkanat%kerio.com2006-02-211-1/+1