summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config.pm
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+2
2013-12-18Bug 452525 - Allow the option of "OR" groups ("any of the groups" instead of ...Simon Green1-0/+3
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+2
2012-11-16Bug 797636: Improve performance for buglistsFrédéric Buclin1-2/+4
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
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
2011-11-26Bug 255606: Do not let buglist.cgi return all bugs by defaultFrédéric Buclin1-0/+5
2011-08-04Bug 676200: We shouldn't manually delete obsolete parameters in Bugzilla::Con...Frédéric Buclin1-17/+13
2011-01-11Bug 624349: Let the config_modify_panels hook add new parameters to existing ...Frédéric Buclin1-11/+10
2010-02-01Bug 434801: [SECURITY] .htaccess doesn't prevent reading old-params.txt from ...Reed Loden1-4/+7
2009-12-31Bug 519858 - Move uncommonly used parameters out of the "Required" section an...mkanat%bugzilla.org1-17/+2
2009-11-24Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org1-2/+2
2009-10-09Was getting an "uninitialized value" error in Bugzilla::Config when running c...mkanat%bugzilla.org1-1/+3
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-0/+5
2009-09-30Bug 519676: Allow users to set blank/false values for things in checksetup.pl...mkanat%bugzilla.org1-1/+6
2009-03-31Bug 478972: Remove the 'useentrygroupdefault' parameter - Patch by FrédÃÂ...lpsolit%gmail.com1-4/+0
2008-12-24Bug 347707: Changing parameters could silently fail because we weren't correc...mkanat%bugzilla.org1-1/+1
2008-08-07Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org1-2/+10
2008-05-06Bug 430909 - add hook for parametersbbaetz%acm.org1-6/+10
2008-01-18Bug 407402: Make Bugzilla die when data/params doesn't exist, if we're in a CGI.mkanat%bugzilla.org1-0/+11
2007-08-09Bug 361149: Bugzilla now requires Perl 5.8.1 or newer (Perl 5.8.0 throws warn...lpsolit%gmail.com1-2/+0
2007-06-14Bug 345100: Remove obsolete parameters and "officially" turn on custom bug st...lpsolit%gmail.com1-10/+15
2006-12-09Bug 361252: checksetup.pl should get confirmation from the user before causin...lpsolit%gmail.com1-1/+1
2006-11-03Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org1-2/+15
2006-09-19Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from...mkanat%bugzilla.org1-10/+1
2006-08-01Bug 346483: Fix up param-updating code in checksetup.pl to all be in a module.mkanat%bugzilla.org1-50/+122
2006-07-29Bug 346375: Move the code that gets the initial $dbh into Bugzilla::DBmkanat%bugzilla.org1-1/+2
2006-07-14Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org1-2/+2
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-35/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+2
2006-07-04Bug 343112: @Bugzilla::Config::parampanels is only defined if something calls...mkanat%bugzilla.org1-11/+14
2006-07-03Bug 328186: checksetup.pl should display the version of Bugzilla - Patch by R...lpsolit%gmail.com1-3/+0
2006-06-30Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_l...mkanat%bugzilla.org1-41/+7
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-5/+2
2006-06-20Bug 304601: Bugzilla::Config's :locations exports need to be in their own mod...lpsolit%gmail.com1-12/+15
2006-06-20Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' ...vladd%bugzilla.org1-2/+2
2006-05-23Bug 328642: Params should be in Bugzilla->params instead of being a Bugzilla:...mkanat%bugzilla.org1-74/+43
2006-04-23Bump version post-release.mkanat%bugzilla.org1-1/+1
2006-04-23Update the version numbers for 2.23.1.mkanat%bugzilla.org1-1/+1
2006-02-28Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net1-1/+2
2006-02-21Start of the 2.23 development cycle; update the version number.mkanat%kerio.com1-1/+1
2006-02-21Update Version Numbers for 2.22rc1 Release.mkanat%kerio.com1-1/+1
2005-11-26Bug 106386 Correct misspellings in source codetimeless%mozdev.org1-2/+2
2005-10-12Bug 46296: Make editparams.cgi be multi-panel by category - Patch by Frédér...lpsolit%gmail.com1-85/+20
2005-10-02Add a + to the version number to indicate it came from CVS.mkanat%kerio.com1-1/+1
2005-10-01Bump version numbers for 2.21.1mkanat%kerio.com1-1/+1
2005-09-16Bug 282686: Multiple projects sharing the same Bugzilla codebase (different d...lpsolit%gmail.com1-5/+17
2005-08-18Bug 299848: enter_bug's automatic OS/Platform code does not work with the new...mkanat%kerio.com1-1/+1
2005-07-08Update version numbers post-release.mkanat%kerio.com1-1/+1