summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Filesystem.pm
AgeCommit message (Collapse)AuthorFilesLines
2006-09-07Bug 322693: Create a mechanism to manage multiple custom skins.wurblzap%gmail.com1-0/+1
Patch by Marc Schumann <wurblzap@gmail.com>; r=myk,mkanat; a=myk
2006-09-06Bug 350613: Bugzilla should ship with built perldocmkanat%bugzilla.org1-3/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=colin, a=myk
2006-09-04Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ↵mkanat%bugzilla.org1-2/+2
calls with it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-16Bug 347619: skins/custom/*.css not createdmkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-08-08Bug 347706: Params can't be updated when webservergroup is emptymkanat%bugzilla.org1-2/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-04Fix bad POD on previous checkin that was causing tinderbox to burn.mkanat%bugzilla.org1-6/+0
2006-08-03Bug 347083: Move the rest of checksetup's DB-modification code into a modulemkanat%bugzilla.org1-0/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave
2006-08-03Bug 346815: Move most of checksetup's schema updates into Bugzilla::Install::DBmkanat%bugzilla.org1-0/+11
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-08-01Arrgh. Fix my checkin fix to actually be right.mkanat%bugzilla.org1-2/+2
2006-08-01Checkin fix: IO::File exports everything we need from Fcntl, so there's no ↵mkanat%bugzilla.org1-2/+1
need to use Fcntl--it just causes errors. Also fixing a small typo that made docs/xml have the wrong permissions.
2006-08-01Bug 346552: Move checksetup's permission-fixing code into a modulemkanat%bugzilla.org1-30/+245
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
2006-07-30Bug 346414: Move the creation/maintenance of the data/ directory out of ↵mkanat%bugzilla.org1-0/+388
checksetup and into a module Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave