Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-05 | Bug 906191 - Introduce SSL for Bugzilla DB connections for MySQL | Alexander Tereschenko | 1 | -0/+16 | |
r=simon, a=glob | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -1/+1 | |
r/a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+1 | |
r=wicked a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -18/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2012-01-10 | Bug 716227: When checksetup.pl tells the admin that he should edit variables ↵ | Frédéric Buclin | 1 | -3/+6 | |
in localconfig, the message should be red r=timello a=LpSolit | |||||
2011-10-23 | Bug 696541: Only load some external modules when needed, to improve the load ↵ | Frédéric Buclin | 1 | -1/+0 | |
time of pages r/a=mkanat | |||||
2011-08-17 | Bug 655472: Print out localconfig as UTF-8 so we don't mangle UTF-8 comments. | Max Kanat-Alexander | 1 | -2/+3 | |
r=LpSolit, a=LpSolit | |||||
2011-01-24 | Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of | Max Kanat-Alexander | 1 | -2/+11 | |
generate_random_password, to protect against an account compromise issue and other critical vulnerabilities. r=LpSolit, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=621591 | |||||
2010-08-11 | Bug 586210: Make every important string printed by checksetup.pl localizable, | Max Kanat-Alexander | 1 | -155/+21 | |
including the localconfig parameter descriptions r=mkanat, a=mkanat (module owner) | |||||
2010-04-22 | Bug 560862: defined(%hash) is deprecated in Perl 5.12, so stop using it. | Max Kanat-Alexander | 1 | -2/+2 | |
r=LpSolit, a=LpSolit | |||||
2009-09-30 | Bug 519676: Allow users to set blank/false values for things in ↵ | mkanat%bugzilla.org | 1 | -1/+6 | |
checksetup.pl's "answers" file. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-04-03 | Bug 123165 â Permissions setup option for bugzilla_user==webserver_user ↵ | wurblzap%gmail.com | 1 | -2/+19 | |
(suexec). Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat | |||||
2009-02-03 | Bug 476594: [SECURITY] Calling srand() at startup time in mod_perl makes the ↵ | mkanat%bugzilla.org | 1 | -1/+1 | |
same token be generated over and over Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat | |||||
2009-02-02 | I almost forgot the fix on checkin for bug 26257 | lpsolit%gmail.com | 1 | -1/+0 | |
2009-02-02 | Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ↵ | lpsolit%gmail.com | 1 | -0/+13 | |
bugzilla users submit changes to bugs - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2009-01-04 | Bug 147776: Make checksetup.pl re-write localconfig with the current ↵ | mkanat%bugzilla.org | 1 | -42/+74 | |
comments and remove old variables automatically Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2008-01-18 | Back out bug 147776, checksetup.pl now fills localconfig.old with a cryptic ↵ | lpsolit%gmail.com | 1 | -48/+30 | |
message | |||||
2008-01-18 | Bug 147776: Make checksetup.pl re-write localconfig with the most modern ↵ | mkanat%bugzilla.org | 1 | -30/+48 | |
comments. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2007-10-24 | Bug 262269: A tool to auto-install missing perl packages on non-Windows systems | mkanat%bugzilla.org | 1 | -37/+6 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) | |||||
2007-07-25 | Bug 345970 Avoid using the string 'the web' | timeless%mozdev.org | 1 | -1/+1 | |
patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit | |||||
2006-12-09 | Bug 361252: checksetup.pl should get confirmation from the user before ↵ | lpsolit%gmail.com | 1 | -3/+3 | |
causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk | |||||
2006-10-15 | Bug 356206: Allow "do $file" to be used within localconfig | olav%bkor.dhs.org | 1 | -0/+3 | |
Patch By Olav Vitters <olav@bkor.dhs.org> r=mkanat a=justdave | |||||
2006-09-19 | Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig ↵ | mkanat%bugzilla.org | 1 | -9/+10 | |
from Bugzilla::Config Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-09-14 | Bug 352608: Make checksetup more localizable | mkanat%bugzilla.org | 1 | -65/+0 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk | |||||
2006-09-04 | Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ↵ | mkanat%bugzilla.org | 1 | -6/+7 | |
calls with it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | |||||
2006-08-01 | Checkin fix: IO::File exports everything we need from Fcntl, so there's no ↵ | mkanat%bugzilla.org | 1 | -1/+0 | |
need to use Fcntl--it just causes errors. Also fixing a small typo that made docs/xml have the wrong permissions. | |||||
2006-07-29 | Fix a small cut-and-paste error from a recent patch, pointed out by LpSolit. | mkanat%bugzilla.org | 1 | -1/+2 | |
2006-07-29 | Bug 346344: Move checksetup's localconfig-handling code into ↵ | mkanat%bugzilla.org | 1 | -0/+531 | |
Bugzilla::Install::Localconfig Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave |