(bug 198: Easy, secure in-place upgrade) Introduce new $wgUpgradeKey. When set in...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Oct 2010 23:18:47 +0000 (23:18 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Oct 2010 23:18:47 +0000 (23:18 +0000)
commit78696e3ed7dc42190810ffd0bfac390e9a33cb91
treef5c02ffbc1569d99ad80036faee9fdf8e1f9b905
parentbbc37ab577b1d893397ab66d84855c5eb94435c4
(bug 198: Easy, secure in-place upgrade) Introduce new $wgUpgradeKey. When set in LocalSettings, it allows the user to unlock the installer/upgrader with a hidden key. The days of having to move LocalSettings.php in order to perform an upgrade are gone. The key is the only thing loaded by the installer, you still have to provide the SQL information yourself (as an extra layer of sanity to keep unauthorized users from running it)
RELEASE-NOTES
includes/DefaultSettings.php
includes/installer/CoreInstaller.php
includes/installer/Installer.i18n.php
includes/installer/Installer.php
includes/installer/WebInstaller.php
includes/installer/WebInstallerPage.php