summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
AgeCommit message (Collapse)AuthorFilesLines
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
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵mkanat%bugzilla.org1-0/+1
start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-09-22Bug 517761: Checksetup creates and deletes ./data/duplicates/ directory ↵lpsolit%gmail.com1-1/+0
every time - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-09-22Bug 517632: Make checksetup.pl die when it fails to create a directorymkanat%bugzilla.org1-2/+2
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-09-07Bug 176002: Move duplicate statistics into the dbmkanat%bugzilla.org1-2/+5
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-08-19Bug 511337: Make checksetup.pl properly throw a warning when it can't ↵mkanat%bugzilla.org1-3/+6
chmod/chown a file Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-04-03Bug 123165 – Permissions setup option for bugzilla_user==webserver_user ↵wurblzap%gmail.com1-6/+7
(suexec). Patch by Marc Schumann <wurblzap@gmail.com>; r/a=mkanat
2009-01-23Bug 474881: checksetup.pl only creates custom CSS files on the second run - ↵lpsolit%gmail.com1-4/+3
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-01-04Bug 147776: Make checksetup.pl re-write localconfig with the current ↵mkanat%bugzilla.org1-0/+3
comments and remove old variables automatically Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2008-12-24Bug 284184: Allow Bugzilla to use an asynchronous job queue for sending mail.mkanat%bugzilla.org1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> and Mark Smith <mark@plogs.net> r=glob, a=mkanat
2008-06-14Bug 438739: Permissions are not set properly on extensions by checksetupmkanat%bugzilla.org1-5/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=ghendricks, a=mkanat
2008-05-21Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch ↵lpsolit%gmail.com1-5/+6
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2008-05-01Bug 431143: data/mail and data/mimedump-tmp no longer in use - Patch by ↵lpsolit%gmail.com1-4/+1
Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=justdave a=mkanat
2008-04-04Bug 182975: Bugzilla directory structure to be adopted to l10n needs - Patch ↵lpsolit%gmail.com1-7/+8
by A.A. Shimono (himorin) <shimono@mozilla.gr.jp> r=LpSolit r=mkanat a=LpSolit
2008-01-18Back out bug 147776, checksetup.pl now fills localconfig.old with a cryptic ↵lpsolit%gmail.com1-3/+0
message
2008-01-18Bug 147776: Make checksetup.pl re-write localconfig with the most modern ↵mkanat%bugzilla.org1-0/+3
comments. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-11-29Bug 397099: Date/Time Fields should have a JavaScript widget for picking a datemkanat%bugzilla.org1-10/+19
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=glob, a=mkanat
2007-10-24Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-08-18Bug 392573 – Most CSS files are missing from Dusk/, flooding web server ↵wurblzap%gmail.com1-7/+13
error logs. Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
2007-07-25Bug 345970 Avoid using the string 'the web'timeless%mozdev.org1-5/+5
patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit
2007-05-10Bug 376908: Installation process should not assume skins are in the same ↵lpsolit%gmail.com1-2/+3
directory as checksetup.pl - Patch by guillomovitch@zarb.org r/a=mkanat
2007-03-17Bug 45207: Automated sanity check that can send an e-mail if there are ↵lpsolit%gmail.com1-0/+1
problems - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2006-12-09Bug 362865: email_in.pl permissions not good after running checksetup.pl - ↵lpsolit%gmail.com1-1/+2
Patch by Bill Barry <after.fallout@gmail.com> r=mkanat a=myk
2006-10-17Bug 350921: [email_in] Create an email interface that can create a bug in ↵mkanat%bugzilla.org1-0/+1
Bugzilla Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, r=ghendricks, a=myk
2006-09-23Bug 351243: Public webdot server changed its IP addressmkanat%bugzilla.org1-1/+17
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=justdave
2006-09-21Bug 352625: "You are receiving this mail because" messages cannot be localizedmkanat%bugzilla.org1-0/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk
2006-09-14Bug 352608: Make checksetup more localizablemkanat%bugzilla.org1-9/+41
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-09-09Bug 351747: skins/.cvsignore should be in the CVS repo, not created by ↵mkanat%bugzilla.org1-2/+0
checksetup Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave