summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2014-06-04Bug 803201 - Bump minimum requirement for DateTime andDave Miller1-7/+5
DateTime::TimeZone to correctly detect the local timezone Patch by Frédéric Buclin <LpSolit@gmail.com> r=dkl, a=justdave
2014-05-14Bug 1006288: add File::Slurp to the list of mandatory modulesByron Jones1-0/+5
r=dkl, a=glob
2014-02-15Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLsFrédéric Buclin1-9/+2
r=dkl a=justdave
2014-01-31Bug 956233: enable USE_MEMCACHE on most objectsByron Jones1-0/+6
r=dkl, a=glob
2013-12-19Bug 237498: Add memcached integrationByron Jones1-0/+9
r=dkl, a=sgreen
2013-12-02Bug 938300: vers_cmp() incorrectly compares module versionsFrédéric Buclin1-15/+16
r=sgreen a=justdave
2013-10-28Bug 929575: t/001compile.t fails if Test::Taint is not installedFrédéric Buclin1-1/+2
r=dkl a=glob
2013-09-12Bug 911509: SOAP::Lite 1.0 no longer includes XMLRPC::LiteFrédéric Buclin1-0/+10
r=dkl a=glob
2013-08-01Bug 781672: checksetup.pl fails to check the version of the latest ↵Frédéric Buclin1-2/+9
Apache2::SizeLimit release (it throws "Invalid version format (non-numeric data)") r=dkl a=sgreen
2013-07-25Bug 896298: Bugzilla::JobQueue requires TheSchwartz 1.07 to use the ↵Frédéric Buclin1-1/+2
prioritization of jobs r=gerv a=glob
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-2/+3
r=glob,a=justdave
2013-06-26Bug 886034: Remove deprecated code about CGI 2.75Frédéric Buclin1-7/+1
r=dkl a=LpSolit
2013-03-25Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it ↵Frédéric Buclin1-10/+0
is no longer available r=glob a=LpSolit
2013-01-14Bug 829852: Requirements.pm no longer uses SafeFrédéric Buclin1-1/+0
r=glob a=LpSolit
2013-01-06Bug 826678: Disable warnings about the deprecated Return::Value module when ↵Frédéric Buclin1-0/+7
loading Email::Send r=wicked a=LpSolit
2013-01-02Bug 825431: List::MoreUtils older than 0.27_04 leaks memory when using part()Frédéric Buclin1-1/+2
r=glob a=LpSolit
2012-12-03Bug 567671: Require Test::Taint 1.06 to get rid of warnings thrown with Perl ↵Frédéric Buclin1-1/+2
5.10 and newer r=dkl r=wurblzap a=LpSolit
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+8
r/a=LpSolit
2012-11-19Bug 812220: bug_link() is called twice per bug in bug/process/results.html.tmplFrédéric Buclin1-3/+2
r=glob a=LpSolit
2012-11-05Bug 803310: Bump the minimum requirement for Email::Send to enable the Test modeFrédéric Buclin1-1/+2
r=glob a=LpSolit
2012-10-19Bug 803295: Bump the minimum requirement for DBI to 1.54Frédéric Buclin1-1/+2
r=glob a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-08-31Bug 655477: Bugzilla now requires Perl 5.10.1Frédéric Buclin1-11/+1
r=mkanat a=LpSolit
2012-07-04Bug 760562: Integrate TypeSniffer into core codebase (auto-detect attachment ↵Matt Selsky1-0/+14
MIME type) r/a=LpSolit
2012-05-17Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP ↵Matt Selsky1-1/+2
for 1/2 & 3/4 timezones r/a=LpSolit
2012-01-24Bug 633061: Require Apache2::SizeLimit 0.96 for proper operation on LinuxMax Kanat-Alexander1-3/+2
r=dkl a=mkanat
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-15/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-08-16Bug 678772: version.pm 0.92 and newer forbids negative values, making ↵Frédéric Buclin1-2/+3
checksetup.pl to fail r/a=mkanat
2011-08-16Bug 466419: Add SSL support for SMTPFrédéric Buclin1-0/+6
r/a=mkanat
2011-08-09Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.plMax Kanat-Alexander1-0/+7
r=glob, a=mkanat
2011-08-09Bug 437076: Allow email_in to accept multipart/alternative HTML email withMax Kanat-Alexander1-6/+0
attachments r=glob, a=mkanat
2011-08-05Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to theMax Kanat-Alexander1-14/+18
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat
2011-08-03Bug 655910: When calling ./install-module.pl --all, install LWP before ↵Frédéric Buclin1-6/+6
XML::Twig, else arguments passed to build XML::Twig are propagated to Net::HTTP which then fails r/a=mkanat
2011-05-23Bug 648096: UWinnipeg (theory PPM repo) instructions are not necessary with ↵Frédéric Buclin1-3/+2
recent ActiveState releases r=mkanat a=LpSolit
2011-05-11Bug 656146: Require PatchReader 0.9.6 as it significantly improves the way ↵Frédéric Buclin1-1/+2
to display patches r/a=mkanat
2011-03-09revert accidental property changesByron Jones1-0/+0
2011-03-09Bug 633776: Automatic charset detection for text attachmentsByron Jones1-0/+13
r=mkanat, a=mkanat
2011-02-12Bug 630800: Require a newer version of URI.pm to correctly parse URLs thatMax Kanat-Alexander1-1/+3
have ';' as their query-string delimiter, which show up when upgrading from the old tag system to the new tag system. r=LpSolit, a=LpSolit
2011-01-24Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness ofMax Kanat-Alexander1-0/+6
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
2011-01-21Bug 591165: (CVE-2010-4411) [SECURITY] Bump minimum required version of ↵Reed Loden1-2/+2
CGI.pm to v3.51 in order to address header injection vulnerability. [r=mkanat a=mkanat]
2010-12-27Bug 599539: Update the mod_perl code for Apache2::SizeLimit 0.92Max Kanat-Alexander1-0/+18
r=glob, a=mkanat
2010-12-06Bug 542931: Bug in SOAP::Lite prevents WebService:XMLRPC logins from persistingFrédéric Buclin1-3/+3
r/a=mkanat
2010-11-11Bug 591165: (CVE-2010-2761) [SECURITY] Bump minimum required version of ↵Reed Loden1-3/+3
CGI.pm to v3.50 in order to address header injection vulnerability. [r=mkanat a=mkanat]
2010-10-14Bug 593887: Perl 5.14 requires HTML::Parser 3.67 and DBI 1.614Frédéric Buclin1-2/+3
r/a=mkanat
2010-09-19Bug 586244: Make mod_headers and mod_expires optionalMax Kanat-Alexander1-50/+163
r=glob, a=mkanat
2010-09-08Bug 516457: Bump the Email::MIME requirement to avoid a memory leak thatMax Kanat-Alexander1-12/+2
jobqueue.pl was hitting. r=LpSolit, a=LpSolit
2010-08-11Bug 586210: Make every important string printed by checksetup.pl localizable,Max Kanat-Alexander1-7/+10
including the localconfig parameter descriptions r=mkanat, a=mkanat (module owner)
2010-07-01Bug 382398: Make checksetup.pl localized messages be output in theMax Kanat-Alexander1-0/+4
console's charset r=timello, a=mkanat