summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Localconfig.pm
AgeCommit message (Expand)AuthorFilesLines
2016-09-10Bug 1284263 - Add optional support for $DATABASE_URL instead of localconfig f...Dylan William Hardison1-1/+28
2016-05-12Bug 1269160 - Localconfig.pm: LOCALCONFIG_VARS docs and functionality lossKenneth Lorber1-8/+13
2016-05-10Bug 1270550 - Can't locate loadable object for module main::Tie::Hash::NamedC...Dylan Hardison1-0/+1
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2016-02-10Bug 1244528 - Default to DBD::SQLite for new installs for "out of the box" wo...Dylan Hardison1-1/+1
2016-01-27Bug 731589 - Move mod_perl's max_unshared size from mod_perl.pl to localconfigDylan Hardison1-0/+4
2016-01-27Bug 1241026 - checksetup.pl requires editing localconfig to remove apache groupDylan Hardison1-1/+12
2014-12-15Bug 950486: Move the webdotbase and font_file parameters from data/params int...Matt Selsky1-0/+11
2014-10-16Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerFrédéric Buclin1-4/+0
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-05-02Bug 999296: make checksetup.pl not complain about having added newDave Miller1-2/+8
2013-11-05Bug 906191 - Introduce SSL for Bugzilla DB connections for MySQLAlexander Tereschenko1-0/+16
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
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-18/+5
2012-01-10Bug 716227: When checksetup.pl tells the admin that he should edit variables ...Frédéric Buclin1-3/+6
2011-10-23Bug 696541: Only load some external modules when needed, to improve the load ...Frédéric Buclin1-1/+0
2011-08-17Bug 655472: Print out localconfig as UTF-8 so we don't mangle UTF-8 comments.Max Kanat-Alexander1-2/+3
2011-01-24Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness ofMax Kanat-Alexander1-2/+11
2010-08-11Bug 586210: Make every important string printed by checksetup.pl localizable,Max Kanat-Alexander1-155/+21
2010-04-22Bug 560862: defined(%hash) is deprecated in Perl 5.12, so stop using it.Max Kanat-Alexander1-2/+2
2009-09-30Bug 519676: Allow users to set blank/false values for things in checksetup.pl...mkanat%bugzilla.org1-1/+6
2009-04-03Bug 123165 – Permissions setup option for bugzilla_user==webserver_user ...wurblzap%gmail.com1-2/+19
2009-02-03Bug 476594: [SECURITY] Calling srand() at startup time in mod_perl makes the ...mkanat%bugzilla.org1-1/+1
2009-02-02I almost forgot the fix on checkin for bug 26257lpsolit%gmail.com1-1/+0
2009-02-02Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...lpsolit%gmail.com1-0/+13
2009-01-04Bug 147776: Make checksetup.pl re-write localconfig with the current comments...mkanat%bugzilla.org1-42/+74
2008-01-18Back out bug 147776, checksetup.pl now fills localconfig.old with a cryptic m...lpsolit%gmail.com1-48/+30
2008-01-18Bug 147776: Make checksetup.pl re-write localconfig with the most modern comm...mkanat%bugzilla.org1-30/+48
2007-10-24Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org1-37/+6
2007-07-25Bug 345970 Avoid using the string 'the web'timeless%mozdev.org1-1/+1
2006-12-09Bug 361252: checksetup.pl should get confirmation from the user before causin...lpsolit%gmail.com1-3/+3
2006-10-15Bug 356206: Allow "do $file" to be used within localconfigolav%bkor.dhs.org1-0/+3
2006-09-19Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from...mkanat%bugzilla.org1-9/+10
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-65/+0
2006-09-04Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ca...mkanat%bugzilla.org1-6/+7
2006-08-01Checkin fix: IO::File exports everything we need from Fcntl, so there's no ne...mkanat%bugzilla.org1-1/+0
2006-07-29Fix a small cut-and-paste error from a recent patch, pointed out by LpSolit.mkanat%bugzilla.org1-1/+2
2006-07-29Bug 346344: Move checksetup's localconfig-handling code into Bugzilla::Instal...mkanat%bugzilla.org1-0/+531