aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Localconfig.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerFrédéric Buclin2014-10-161-4/+0
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 999296: make checksetup.pl not complain about having added newDave Miller2014-05-011-2/+8
* Bug 906191 - Introduce SSL for Bugzilla DB connections for MySQLAlexander Tereschenko2013-11-051-0/+16
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* 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-18/+5
* Bug 716227: When checksetup.pl tells the admin that he should edit variables ...Frédéric Buclin2012-01-101-3/+6
* Bug 696541: Only load some external modules when needed, to improve the load ...Frédéric Buclin2011-10-231-1/+0
* Bug 655472: Print out localconfig as UTF-8 so we don't mangle UTF-8 comments.Max Kanat-Alexander2011-08-161-2/+3
* Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness ofMax Kanat-Alexander2011-01-241-2/+11
* Bug 586210: Make every important string printed by checksetup.pl localizable,Max Kanat-Alexander2010-08-111-155/+21
* Bug 560862: defined(%hash) is deprecated in Perl 5.12, so stop using it.Max Kanat-Alexander2010-04-221-2/+2
* Bug 519676: Allow users to set blank/false values for things in checksetup.pl...mkanat%bugzilla.org2009-09-301-1/+6
* Bug 123165 – Permissions setup option for bugzilla_user==webserver_user ...wurblzap%gmail.com2009-04-031-2/+19
* Bug 476594: [SECURITY] Calling srand() at startup time in mod_perl makes the ...mkanat%bugzilla.org2009-02-031-1/+1
* I almost forgot the fix on checkin for bug 26257lpsolit%gmail.com2009-02-021-1/+0
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...lpsolit%gmail.com2009-02-021-0/+13
* Bug 147776: Make checksetup.pl re-write localconfig with the current comments...mkanat%bugzilla.org2009-01-041-42/+74
* Back out bug 147776, checksetup.pl now fills localconfig.old with a cryptic m...lpsolit%gmail.com2008-01-181-48/+30
* Bug 147776: Make checksetup.pl re-write localconfig with the most modern comm...mkanat%bugzilla.org2008-01-181-30/+48
* Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org2007-10-241-37/+6
* Bug 345970 Avoid using the string 'the web'timeless%mozdev.org2007-07-241-1/+1
* Bug 361252: checksetup.pl should get confirmation from the user before causin...lpsolit%gmail.com2006-12-091-3/+3
* Bug 356206: Allow "do $file" to be used within localconfigolav%bkor.dhs.org2006-10-151-0/+3
* Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig from...mkanat%bugzilla.org2006-09-191-9/+10
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-65/+0
* Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ca...mkanat%bugzilla.org2006-09-041-6/+7
* Checkin fix: IO::File exports everything we need from Fcntl, so there's no ne...mkanat%bugzilla.org2006-08-011-1/+0
* Fix a small cut-and-paste error from a recent patch, pointed out by LpSolit.mkanat%bugzilla.org2006-07-291-1/+2
* Bug 346344: Move checksetup's localconfig-handling code into Bugzilla::Instal...mkanat%bugzilla.org2006-07-291-0/+531