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