* Hide the "back" buttons on the completion pages, they are potentially confusing...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 10 Dec 2010 03:02:03 +0000 (03:02 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 10 Dec 2010 03:02:03 +0000 (03:02 +0000)
commite253adc4dcba37724bb26c9e3a9266b5a9b91b0f
treeb78c9d6a21851863a5ae6dc0c4f1a0690b429160
parent17ccb636f6f17d44826fceffa1a04d28fa063a2f
* Hide the "back" buttons on the completion pages, they are potentially confusing and almost useless.
* Made the links to the wiki on the completion pages open in the same window, not a popup.
* Do not allow the user to regenerate LocalSettings.php when $wgUpgradeKey was given and the DB settings were prefilled, since this allows a leak of $wgUpgradeKey to escalate to a leak of $wgDBpassword. It's not unreasonable to require that the user removes their old LocalSettings.php when they wish to generate a new one.
* Rewrote the doc comment on $wgUpgradeKey, to discourage users from setting it to an easily guessable string, per concerns on CR r78118.
includes/DefaultSettings.php
includes/installer/Installer.i18n.php
includes/installer/Installer.php
includes/installer/WebInstallerPage.php