* (bug 28798) Set $wgServer in the default LocalSettings.php
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 15 Jun 2011 07:35:47 +0000 (07:35 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 15 Jun 2011 07:35:47 +0000 (07:35 +0000)
commit6a2123260b38625e97df3124d11ccec8a2e7f100
tree9bc99a41ca74b0ef98aaa7ce3adee7c71bf0c12e
parentd852179c93d7bc02e3b6802b5fdc90ead7d5aeea
* (bug 28798) Set $wgServer in the default LocalSettings.php
* (bug 14977) When detecting $wgServer, treat IPv6 addresses in $_SERVER['SERVER_NAME'] etc. in a sensible way.
* Tests for the new functions in IP.php and Installer.php
includes/IP.php
includes/installer/Installer.i18n.php
includes/installer/Installer.php
includes/installer/LocalSettingsGenerator.php
includes/installer/WebInstallerPage.php
tests/phpunit/includes/IPTest.php
tests/phpunit/includes/installer/InstallerTest.php [new file with mode: 0644]