Tweak install steps to be on the POST rather than GET. It makes more sense architectu...
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 30 Jan 2011 18:21:37 +0000 (18:21 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 30 Jan 2011 18:21:37 +0000 (18:21 +0000)
commit44a90f9525509bf6b1218f63067675c88c05b972
treefd36b6e79d9d3d1d85661e27ab2c688bd352b240
parent3cd313c1fc3e10a804c6d4a9a30ed8cb96f4b3ef
Tweak install steps to be on the POST rather than GET. It makes more sense architecturally. It also gives us one last chance for them to say no (in case they clicked "I'm bored already" but changed their minds). Check final step of installer for fatals, and if everything's good, suppress the back button. It's just going to confuse people. And the opposite, suppress continue on fatals...no need pretending things went dandy if they didn't. It's basically now impossible to re-run 'page=Install' after it completes. This is probably a good thing as it throws errors. Coincidentally this also fixes bug 26947.
includes/installer/Installer.i18n.php
includes/installer/WebInstallerPage.php