aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1301887 - File::Slurp triggers warnings on perl 5.24 (#53)Vitaly Belekhov2018-01-041-2/+1
* Bug 1273846 - Checksetup fails to update chart storage during pre-3.6 -> 5.0 ...Frédéric Buclin2016-05-201-9/+8
* Back out bug 1138463 - data/assets/.htaccess must be fixed tooFrédéric Buclin2015-12-021-12/+2
* Back out bug 1138463. This fix is actually incorrect and the bug was correctl...Frédéric Buclin2015-12-021-38/+7
* Bug 1138463: mod_perl does not support Apache 2.4 directivesFrédéric Buclin2015-03-111-9/+50
* Bug 1133690: .htaccess incorrectly assumes that Apache 2.2.x can read new 2.4...Frédéric Buclin2015-02-201-17/+17
* Bug 1121477: Support for Apache HTTPD 2.4Jochen Wiedmann2015-02-021-11/+93
* Bug 1079065: [SECURITY] Always use the 3 arguments form for open() to prevent...Gervase Markham2015-01-211-1/+1
* Bug 1064395: concatenate and slightly minify javascript filesByron Jones2014-09-181-6/+19
* Bug 1066184: data/params.js should be renamed to data/params.json since the d...David Lawrence2014-09-151-1/+1
* Bug 1052724: Use JSON::XS instead of Data::Dumper to store parameters into da...Frédéric Buclin2014-09-111-1/+1
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 1016199: move skins/assets to data/assetsByron Jones2014-05-281-4/+27
* Bug 977969: concatenate and slightly minify css filesByron Jones2014-05-141-0/+12
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-221-0/+1
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+26
* Bug 604388 - Filenames used to store data for Old Charts should be based on p...Marc Schumann2012-10-161-0/+61
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Fix typoFrédéric Buclin2012-04-091-1/+1
* 2nd part of bug 679965: contrib/Bugzilla.pm shouldn't be executableFrédéric Buclin2012-04-091-0/+1
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-15/+5
* Bug 368250: collectstats.pl creates files with wrong ownershipFrédéric Buclin2011-11-261-0/+27
* Bug 644334 - Add hook to Bugzilla::Install::Filesystem to allow extensions to...David Lawrence2011-03-311-0/+10
* Bug 634826: .htaccess file permissions are not set by checksetup.plFrédéric Buclin2011-02-171-0/+1
* Bug 419014: (CVE-2010-3764) [SECURITY] Old charts are not project specific, a...Frédéric Buclin2010-11-031-3/+16
* Bug 337776: Basic SQLite Support for BugzillaMax Kanat-Alexander2010-10-271-0/+3
* Bug 604835: Have checksetup.pl give WS_EXECUTE permissions to .pl scripts thatMax Kanat-Alexander2010-10-151-0/+1
* Bug 602418: Add "template_cache" to bz_locations(), a way of specifying thatMax Kanat-Alexander2010-10-131-1/+2
* Bug 428313: Properly expire the browser's CSS and JS cache when thereMax Kanat-Alexander2010-07-201-20/+39
* Bug 574879: Create a test that assures the correctness of Search.pm'sMax Kanat-Alexander2010-07-071-0/+4
* Bug 457373: Refactor the permissions system in Bugzilla::Install::FilesystemMax Kanat-Alexander2010-06-241-130/+171
* Bug 561797: (CVE-2010-0180) [SECURITY] checksetup.pl with $suexec=1 setsMax Kanat-Alexander2010-06-241-0/+14
* Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander2010-06-181-1/+0
* Bug 560733: Move the base .htaccess file into bzr instead of having itMax Kanat-Alexander2010-05-221-40/+2
* Bug 546871: Make checksetup.pl not try to fix the permissions ofMax Kanat-Alexander2010-02-201-1/+0
* Bug 434801: [SECURITY] .htaccess doesn't prevent reading old-params.txt from ...Reed Loden2010-02-011-0/+7
* Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing CV...Max Kanat-Alexander2010-02-011-29/+50
* Bug 519858 - Move uncommonly used parameters out of the "Required" section an...mkanat%bugzilla.org2009-12-311-9/+36
* After the checkin of bug 524603, checksetup.pl printed "No such file or direc...mkanat%bugzilla.org2009-12-151-3/+3
* Bug 524603: Allow a non-root jobqueue.pl to write to data/mailer.testfile (fo...mkanat%bugzilla.org2009-12-141-1/+25
* Bug 530767: Allow for CPAN distribution of extensionsmkanat%bugzilla.org2009-11-251-1/+5
* Bug 530252: Create a script that sets up the framework of an extensionmkanat%bugzilla.org2009-11-251-0/+1
* Bug 519584: Implement a framework for migrating from other bug-trackers, and ...mkanat%bugzilla.org2009-10-241-0/+1
* Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory every...lpsolit%gmail.com2009-09-221-1/+0
* Bug 517632: Make checksetup.pl die when it fails to create a directorymkanat%bugzilla.org2009-09-221-2/+2
* Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org2009-09-061-2/+5
* Bug 511337: Make checksetup.pl properly throw a warning when it can't chmod/c...mkanat%bugzilla.org2009-08-191-3/+6
* Bug 123165 – Permissions setup option for bugzilla_user==webserver_user ...wurblzap%gmail.com2009-04-031-6/+7
* Bug 474881: checksetup.pl only creates custom CSS files on the second run - P...lpsolit%gmail.com2009-01-231-4/+3