Set $wgUseCombinedLoginLink to false by default.
authorDaniel Friesen <pub-github@nadir-seen-fire.com>
Wed, 15 Aug 2012 18:21:07 +0000 (11:21 -0700)
committerTimo Tijhof <ttijhof@wikimedia.org>
Fri, 14 Sep 2012 12:12:38 +0000 (14:12 +0200)
See: http://thread.gmane.org/gmane.science.linguistics.wikipedia.technical/61489

Change-Id: I5a6761b5648d36581848372e456832ef15e097b4

RELEASE-NOTES-1.20
includes/DefaultSettings.php

index bd65108..6f0da7e 100644 (file)
@@ -27,6 +27,8 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki.
   different timezone than the wiki timezone set by $wgLocaltimezone.
 * New variables $wgDBssl and $wgDBcompress to enable SSL and compression for database
   connections, if either are available for the selected DB type.
+* $wgUseCombinedLoginLink now defaults to false, making MediaWiki output separate
+  login and create account links by default.
 
 === New features in 1.20 ===
 * Added TitleIsAlwaysKnown hook which gets called when determining if a page exists.
index c65d133..ac4ee04 100644 (file)
@@ -2711,7 +2711,7 @@ $wgFooterIcons = array(
  *  - true = use a combined login / create account link
  *  - false = split login and create account into two separate links
  */
-$wgUseCombinedLoginLink = true;
+$wgUseCombinedLoginLink = false;
 
 /**
  * Search form behavior for Vector skin only.