(bug 29374) Enabled $wgVectorUseSimpleSearch by default.
authorTimo Tijhof <ttijhof@wikimedia.org>
Sun, 23 Sep 2012 02:38:44 +0000 (04:38 +0200)
committerTimo Tijhof <ttijhof@wikimedia.org>
Sun, 23 Sep 2012 02:38:44 +0000 (04:38 +0200)
Change-Id: I418cd5424c26bbd6bc9df455557c3904fa55ab2e

RELEASE-NOTES-1.20
includes/DefaultSettings.php

index b28cc70..5464987 100644 (file)
@@ -29,6 +29,7 @@ upgrade PHP if you have not done so prior to upgrading MediaWiki.
   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.
+* (bug 29374) $wgVectorUseSimpleSearch is now enabled by default.
 
 === New features in 1.20 ===
 * Added TitleIsAlwaysKnown hook which gets called when determining if a page exists.
index 98b4589..19670bf 100644 (file)
@@ -2718,7 +2718,7 @@ $wgUseCombinedLoginLink = false;
  *  - true = use an icon search button
  *  - false = use Go & Search buttons
  */
-$wgVectorUseSimpleSearch = false;
+$wgVectorUseSimpleSearch = true;
 
 /**
  * Watch and unwatch as an icon rather than a link for Vector skin only.