summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-10-13Bug 1301887 - File::Slurp triggers warnings on perl 5.24 and it is ↵Dylan William Hardison1-2/+1
recommended to not use it (#21) r=mtyson
2016-05-20Bug 1273846 - Checksetup fails to update chart storage during pre-3.6 -> 5.0 ↵Frédéric Buclin1-9/+8
upgrade r=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
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 Hardison1-2/+0
dependencies r=dkl,a=dylan
2015-12-23Bug 1201113: Support to run Bugzilla as a PSGI applicationFrédéric Buclin1-0/+1
r=dylan
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-03-11Bug 1138463: mod_perl does not support Apache 2.4 directivesFrédéric Buclin1-9/+50
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-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 Markham1-1/+1
prevent shell code injection r=dylan,a=simon
2014-12-15Bug 950486: Move the webdotbase and font_file parameters from data/params ↵Matt Selsky1-7/+7
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-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 Lawrence1-1/+1
data form is JSON and not JS r=LpSolit,a=sgreen
2014-09-11Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into ↵Frédéric Buclin1-1/+1
data/params r=dkl r=wurblzap 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-05-28Bug 1016199: move skins/assets to data/assetsByron Jones1-4/+27
r=dkl, a=justdave
2014-05-14Bug 977969: concatenate and slightly minify css filesByron Jones1-0/+12
r=gerv, a=glob
2014-04-22Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison1-0/+1
r=glob a=justdave
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/+26
r/a=LpSolit
2012-10-16Bug 604388 - Filenames used to store data for Old Charts should be based on ↵Marc Schumann1-0/+61
product IDs, not names (avoid dataloss when renaming products). r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-04-09Fix typoFrédéric Buclin1-1/+1
https://bugzilla.mozilla.org/show_bug.cgi?id=679965
2012-04-092nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executableFrédéric Buclin1-0/+1
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-11-26Bug 368250: collectstats.pl creates files with wrong ownershipFrédéric Buclin1-0/+27
r/a=mkanat
2011-04-01Bug 644334 - Add hook to Bugzilla::Install::Filesystem to allow extensions ↵David Lawrence1-0/+10
to create files/directories/htaccess r/a=mkanat
2011-02-17Bug 634826: .htaccess file permissions are not set by checksetup.plFrédéric Buclin1-0/+1
r/a=mkanat
2010-11-03Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, ↵Frédéric Buclin1-3/+16
and product names are viewable in graphs/ r=wurblzap a=LpSolit
2010-10-27Bug 337776: Basic SQLite Support for BugzillaMax Kanat-Alexander1-0/+3
r=LpSolit, a=mkanat
2010-10-16Bug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts thatMax Kanat-Alexander1-0/+1
ship with extensions. r=mkanat, a=mkanat (module owner)
2010-10-14Bug 602418: Add "template_cache" to bz_locations(), a way of specifying thatMax Kanat-Alexander1-1/+2
cached templates should be stored somewhere else than the data directory. r=LpSolit, a=mkanat
2010-07-21Bug 428313: Properly expire the browser's CSS and JS cache when thereMax Kanat-Alexander1-20/+39
are new versions of those files. This also eliminates single-file skins and should also allow Extensions to have skins. r=glob, a=mkanat
2010-07-07Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander1-0/+4
boolean charts r=glob, a=mkanat
2010-06-25Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander1-130/+171
to use constants instead of local variables. Also, change the permissions so that they are stricter in general, and work better under suexec. This also fixes the problem that dependency graphs didn't work under suexec, and adds a "web" directory by default to Extensions created with extension/create.pl. r=mkanat, a=mkanat (module owner)
2010-06-24Bug 561797: (CVE-2010-0180) [SECURITY] checksetup.pl with $suexec=1 setsMax Kanat-Alexander1-0/+14
localconfig as world readable r=timello, a=mkanat
2010-06-18Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander1-1/+0
r=glob, a=mkanat
2010-05-23Bug 560733: Move the base .htaccess file into bzr instead of having itMax Kanat-Alexander1-40/+2
generated by checksetup.pl r=LpSolit, a=mkanat
2010-02-20Bug 546871: Make checksetup.pl not try to fix the permissions ofMax Kanat-Alexander1-1/+0
bugzilla-update.xml, to avoid warnings. r=LpSolit, a=LpSolit
2010-02-01Bug 434801: [SECURITY] .htaccess doesn't prevent reading old-params.txt from ↵Reed Loden1-0/+7
the web Patch by Reed Loden <reed@reedloden.com> r=mkanat a=LpSolit
2010-02-01Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing ↵Max Kanat-Alexander1-29/+50
CVS/, contrib/, docs/, and t/ directories iatch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-31Bug 519858 - Move uncommonly used parameters out of the "Required" section ↵mkanat%bugzilla.org1-9/+36
and into a "General" and "Advanced" section Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-12-15After the checkin of bug 524603, checksetup.pl printed "No such file or ↵mkanat%bugzilla.org1-3/+3
directory at Bugzilla/Install/Filesystem.pm line 465" the first time the new code was run. This fixes the warning.
2009-12-15Bug 524603: Allow a non-root jobqueue.pl to write to data/mailer.testfile ↵mkanat%bugzilla.org1-1/+25
(for the "Test" mail_delivery_method) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-11-25Bug 530767: Allow for CPAN distribution of extensionsmkanat%bugzilla.org1-1/+5
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-25Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org1-0/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat