aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Localconfig.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 262269: A tool to auto-install missing perl packages on non-Windows systemsmkanat%bugzilla.org2007-10-241-37/+6
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)
* Bug 345970 Avoid using the string 'the web'timeless%mozdev.org2007-07-241-1/+1
| | | | | patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit
* Bug 361252: checksetup.pl should get confirmation from the user before ↵lpsolit%gmail.com2006-12-091-3/+3
| | | | causing dataloss in UTF8 conversion - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=myk
* Bug 356206: Allow "do $file" to be used within localconfigolav%bkor.dhs.org2006-10-151-0/+3
| | | | Patch By Olav Vitters <olav@bkor.dhs.org> r=mkanat a=justdave
* Bug 352235: Use Bugzilla->localconfig everywhere instead of :localconfig ↵mkanat%bugzilla.org2006-09-191-9/+10
| | | | | | from Bugzilla::Config Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 352608: Make checksetup more localizablemkanat%bugzilla.org2006-09-141-65/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=myk
* Bug 347096: Create Bugzilla->localconfig and replace most read_localconfig ↵mkanat%bugzilla.org2006-09-041-6/+7
| | | | | | calls with it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Checkin fix: IO::File exports everything we need from Fcntl, so there's no ↵mkanat%bugzilla.org2006-08-011-1/+0
| | | | need to use Fcntl--it just causes errors. Also fixing a small typo that made docs/xml have the wrong permissions.
* Fix a small cut-and-paste error from a recent patch, pointed out by LpSolit.mkanat%bugzilla.org2006-07-291-1/+2
|
* Bug 346344: Move checksetup's localconfig-handling code into ↵mkanat%bugzilla.org2006-07-291-0/+531
Bugzilla::Install::Localconfig Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=justdave