Add a config option to allow the login / create account link to be split into separat...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 26 Dec 2010 13:41:23 +0000 (13:41 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 26 Dec 2010 13:41:23 +0000 (13:41 +0000)
commit3b2c52327317aa85de7d688a040b882466692aa6
tree5bb4b8cc00f1b1560378315b75ef2bbeafb4def0
parent2b1a4c92d43f4664077e586f0cdc3bdb243ac7ab
Add a config option to allow the login / create account link to be split into separate login and create account links. (Besides Google and Bing, Wikipedia/MediaWiki is the only big site I see that actually doesn't provide separate login and create account links).
This is partially made because there are skins where separate login and createaccount links are made, not giving them proper login and createaccount links in the personal_urls means partial reimplementation of personal_urls code in the skin (or worse, no support for features like $wgSecureLogin in these skins when they don't keep up with core).
RELEASE-NOTES
includes/DefaultSettings.php
includes/SkinTemplate.php