summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin5-5/+5
r=dkl
2016-02-26generate_test_data.pl is an executableFrédéric Buclin1-0/+1
2016-02-24fix permsDylan William Hardison1-1/+1
2016-02-24Bug 1250875 - Bugzilla crashes immediately due to unreadable META.json and ↵Dylan Hardison1-0/+4
MYMETA.json r=LpSolit,a=dylan
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison3-1132/+3
dependencies r=dkl,a=dylan
2016-02-10Bug 1244528 - Default to DBD::SQLite for new installs for "out of the box" ↵Dylan Hardison1-1/+1
working bugzilla experience r=dkl,a=dylan
2016-01-27Bug 731589 - Move mod_perl's max_unshared size from mod_perl.pl to localconfigDylan Hardison1-0/+4
r=dkl,a=dylan
2016-01-27Bug 1241026 - checksetup.pl requires editing localconfig to remove apache groupDylan Hardison1-1/+12
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 Buclin3-0/+32
r=dylan
2015-12-16Bug 1232578: Do not save hashed passwords in audit_logFrédéric Buclin1-0/+27
r=dkl
2015-12-02Back out bug 1138463. This fix is actually incorrect and the bug was ↵Frédéric Buclin1-50/+9
correctly fixed by bug 1223790 a=dkl on IRC
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-14Bug 946780: The 'version' column of the 'bz_schema' DB table should be UNIQUEFrédéric Buclin1-0/+4
r=dkl a=sgreen
2015-08-04Bug 1189737 - add File::Which to optional module requirements for building ↵Gervase Markham1-1/+7
documentation. r=LpSolit
2015-07-30Bug 1188980: PostgreSQL crashes when running checksetup.pl due to too long ↵Frédéric Buclin1-5/+1
cookies in the logincookies table r=gerv a=dkl
2015-07-28Bug 1179856 - Increase length of logincookie value for greater securityDylan William Hardison1-0/+6
r=gerv,a=sgreen
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-06-12Bug 1170722: Authentication Delegation should add an App ID column to ↵Dylan William Hardison1-0/+5
associate api keys with specific callbacks 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-05-01Bug 69267: Add the ability to deactivate keywordsDylan William Hardison1-0/+4
r/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-11Bug 1138463: mod_perl does not support Apache 2.4 directivesFrédéric Buclin1-9/+50
r=dkl a=glob
2015-03-09Bug 1130691: Support markdown tablesAlbert Ting1-3/+3
r=dkl,a=glob
2015-02-20Bug 1133690: .htaccess incorrectly assumes that Apache 2.2.x can read new ↵Frédéric Buclin1-16/+17
2.4 directives 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-02-02Bug 1121477: Support for Apache HTTPD 2.4Jochen Wiedmann1-9/+90
r=dkl,a=glob
2015-01-21Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to ↵Gervase Markham2-3/+3
prevent shell code injection r=dylan,a=simon
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 Selsky3-12/+59
into localconfig (and kill the Graphs panel). r=gerv, a=glob.
2014-12-01Bug 1093616: Fix permissions for contrib/replyrcFrédéric Buclin1-0/+1
r=gerv a=glob
2014-11-26Bug 1038275: Comprehensible documentation for the REST APIDavid Lawrence1-0/+8
r=gerv,a=glob
2014-11-25Revert "Bug 317021 - improve description of bz_canusewhine* parameters. ↵Gervase Markham1-11/+0
r=gerv." Old version of patch committed by mistake. This reverts commit 88e4ee5b99ef75a149f8d39bd2b92ccac3e5743b.
2014-11-24Bug 317021 - improve description of bz_canusewhine* parameters. r=gerv.Matt Selsky1-0/+11
2014-11-24Oops. Revert commit with bogus message #2. paperbag=gerv.Gervase Markham1-11/+0
This reverts commit 82674d427a9b6f210347279dbb74da631f3d57cb.
2014-11-24Are you sure you want to check in on branch masterMatt Selsky1-0/+11
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-10-16Bug 1068494: Remove CVS/Bonsai/LXR-specific bits of Patch ViewerFrédéric Buclin1-4/+0
r=gerv a=glob
2014-09-20Bug 502625: Replace Email::Send with Email::SenderFrédéric Buclin1-12/+4
r=dylan a=glob
2014-09-17Bug 1064395: concatenate and slightly minify javascript filesByron Jones1-6/+19
r=dkl,a=glob
2014-09-15Bug 1066184: data/params.js should be renamed to data/params.json since the ↵David Lawrence2-2/+2
data form is JSON and not JS r=LpSolit,a=sgreen