From: Timo Tijhof Date: Sun, 23 Sep 2012 02:38:44 +0000 (+0200) Subject: (bug 29374) Enabled $wgVectorUseSimpleSearch by default. X-Git-Tag: 1.31.0-rc.0~22299^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=10ebc81cdf0b2cdf5a46415665fa2119b63a1e24;p=lhc%2Fweb%2Fwiklou.git (bug 29374) Enabled $wgVectorUseSimpleSearch by default. Change-Id: I418cd5424c26bbd6bc9df455557c3904fa55ab2e --- diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20 index b28cc70c10..5464987540 100644 --- a/RELEASE-NOTES-1.20 +++ b/RELEASE-NOTES-1.20 @@ -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. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 98b45895f1..19670bfc60 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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.