summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-07-29Bug 1183647 - Optional Perl modules related to REST should now be mandatoryDavid Lawrence1-2/+0
- Fix t/001compile.t error
2016-07-28markdown is required for compilg markdown testsDylan William Hardison1-1/+1
2016-07-28Bug 1286287 - Add utility method to Bugzilla::CGI for configuring CSP headersDylan Hardison1-0/+1
r=dkl,a=dylan
2016-05-10Bug 1251100 - checksetup.pl no longer tells admins which modules are ↵Dylan William Hardison1-51/+198
installed and which version is installed
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-791/+3
dependencies r=dkl,a=dylan
2016-01-14Bug 1239582 - The new REST API fails to work properly under mod_perl due to ↵David Lawrence1-2/+2
improper file path passed to bsd_glob() r=dylan
2015-12-23Bug 1201113: Support to run Bugzilla as a PSGI applicationFrédéric Buclin1-0/+21
r=dylan
2015-09-15Bug 1189281 - require version 0.17 of Cache::Memcached::Fast. r=LpSolitGervase Markham1-1/+1
2015-09-15Bug 1189281: Use Cache::Memcached::Fast instead of Cache::Memcached. r=dylanLuke Bearl1-2/+2
2015-09-07Bug 1201041: Allow OpenType fonts as well as TrueType (.otf as well as .ttf) ↵Frédéric Buclin1-1/+1
for graphs r=gerv
2015-08-04Bug 1189737 - add File::Which to optional module requirements for building ↵Gervase Markham1-1/+7
documentation. r=LpSolit
2015-07-28Bug 1174736: The cpanfile generated by checksetup results in an unsuccessful ↵David Lawrence1-0/+1
mod_perl install r=emorley,a=simon
2015-06-19Bug 1174695: The cpanfile created by checksetup.pl defines the same feature ↵Ed Morley1-6/+21
multiple times, breaking cpanm r=dkl,a=glob
2015-05-27Bug 1124401: Explicitly depend on DateTime::TimeZone::Local::Win32 on WindowsFrédéric Buclin1-2/+10
r=dylan a=glob
2015-05-14Bug 1163248: checksetup.pl is unable to run if File::Slurp is missingFrédéric Buclin1-3/+8
r=dkl a=glob
2015-04-30Bug 1158563: makedocs.pl is unable to load File::Copy::Recursive installed ↵Frédéric Buclin1-0/+1
in bugzilla/lib/ r=dkl a=glob
2015-04-10Bug 1070117 - Chart throws deprecation warnings with Perl 5.16 - shows up in ↵Gervase Markham1-3/+3
testserver.pl output
2015-04-10URI::Escape is part of URI, see bug 1051056Frédéric Buclin1-6/+0
2015-04-08Bug 1051056: The REST API needs to be versioned so that new changes can be ↵David Lawrence1-1/+31
made that do not break compatibility r=dylan,a=glob
2015-04-02Bug 1143005: Add parameter to checksetup.pl that generates a cpanfile usable ↵David Lawrence1-0/+56
by utilities such as cpanm for installing Perl dependencies r=dylan,a=glob
2015-03-11Require Text::MultiMarkdown 1.0.34 instead of 1.0.35, see bug 1130691Frédéric Buclin1-1/+2
2015-03-09Bug 1130691: Support markdown tablesAlbert Ting1-3/+3
r=dkl,a=glob
2015-02-11Bug 1131404: checksetup.pl should check if mod_rewrite and mod_version are ↵Frédéric Buclin1-1/+3
enabled r=dkl a=glob
2015-01-07Bug 1113147: Revert the hack from bug 1108809 and blacklist SOAP::Lite 1.12Frédéric Buclin1-0/+2
r=dkl a=glob
2014-12-15Bug 950486: Move the webdotbase and font_file parameters from data/params ↵Matt Selsky1-5/+41
into localconfig (and kill the Graphs panel). r=gerv, a=glob.
2014-11-26Bug 1038275: Comprehensible documentation for the REST APIDavid Lawrence1-0/+8
r=gerv,a=glob
2014-10-31Bug 1062739: add the ability for administrators to limit the number of ↵Byron Jones1-2/+2
emails sent to a user per minute and hour r=dylan,a=glob
2014-09-20Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin1-12/+4
r=dylan a=glob
2014-09-11Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin1-7/+6
data/params r=dkl r=wurblzap a=sgreen
2014-08-28Bug 330707: Add optional support for MarkDownKoosha KM1-0/+9
r=dkl,a=sgreen
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