summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-15/+11
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-11/+15
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-15/+11
local symlink to data/ directory
2016-08-30Bug 1290580 - Rebase docker infra off of CentOS 6David Lawrence1-7/+0
2016-07-13Bug 1286012 - file permsDylan Hardison1-0/+1
2015-11-18Revert "Bug 1222497 - Refactor the BMO docker image with new file and script ↵David Lawrence1-3/+2
structure while minimizing final image size" This reverts commit a0e7a4ffa25957c994fd0128a3f613758fefcd75.
2015-11-10Bug 1222497 - Refactor the BMO docker image with new file and script ↵David Lawrence1-2/+3
structure while minimizing final image size
2015-08-24Bug 1195836 - Remove install-module.pl from bmoDylan William Hardison1-1/+0
2015-07-28no bug - fix permissions of google verification filesByron Jones1-0/+3
2015-07-21Bug 1184001 - deliver error report to sentry via cron instead of immediatelyByron Jones1-11/+18
2015-07-06Bug 1172968: Move the scripts we want to keep from contrib/* and place them ↵David Lawrence1-4/+5
in scripts/ directory. Remove contrib from repo
2015-06-11Bug 1172953: Fix permissions on docker/*.{sh,pl}Byron Jones1-0/+2
2015-06-09Bug 1172953: Move contrib/docker/.* to docker/*David Lawrence1-3/+6
2015-01-27Bug 1124432: Backport upstream bug 1079065 to bmo/4.2 to fix improper use of ↵David Lawrence1-1/+1
open() calls
2015-01-21Bug 1122269: no longer have access to ↵Byron Jones1-6/+7
https://bugzilla.mozilla.org/cvs-update.log
2015-01-07Bug 1077510: fix docker files permissionsByron Jones1-0/+2
2014-09-17Bug 1064395: concatenate and slightly minify javascript filesByron Jones1-6/+19
2014-06-03Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last ↵Dylan William Hardison [:dylan]1-0/+1
visit searching
2014-05-27Bug 1014374: backport bug 977969 to bmo (concatenate and slightly minify css ↵Byron Jones1-4/+27
files)
2014-05-22Bug 1014374: backport bug 977969 to bmo (concatenate and slightly minify css ↵Byron Jones1-0/+12
files)
2014-03-06Bug 980388: metrics.pl is being called even when metrics_enabled is falseByron Jones1-2/+2
2014-03-04Bug 956230: improve instrumentation of bugzilla's internalsByron Jones1-0/+1
2013-10-17Revert for now Bug 887117 - Move the compiled template cache dir to a ↵Dave Lawrence1-1/+0
directory in the document root to avoid storing on NFS
2013-10-17Bug 887117 - Move the compiled template cache dir to a directory in the ↵Dave Lawrence1-0/+1
document root to avoid storing on NFS r=glob
2013-04-22Bug 750170: switch from arecibo to sentry for error reportingByron Jones1-1/+1
2013-04-04+x bin/* not just bin/*.plByron Jones1-1/+1
2013-04-04make all extension/bin files executableByron Jones1-0/+1
2013-03-25Bug 849120: change "send error to error reporter" from forking to running a ↵Byron Jones1-0/+1
process
2011-11-28merged with bugzilla/4.2Dave Lawrence1-0/+27
2011-11-26Bug 368250: collectstats.pl creates files with wrong ownershipFrédéric Buclin1-0/+27
r/a=mkanat
2011-10-05more porting workDavid Lawrence1-4/+10
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