Add missing default true value for 'vector-simplesearch' preference
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 1 Oct 2013 22:42:58 +0000 (00:42 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 1 Oct 2013 22:58:46 +0000 (00:58 +0200)
It was off and only enabled (unconditionally) by the Vector extension
which is being killed off per bug 45051. The preference was added in
r68177, moved to core in r68224.

Change-Id: Id5e96f5ed9dd532b33bc011104388a39f57277dd

RELEASE-NOTES-1.22
includes/DefaultSettings.php

index 0e3e222..7933e06 100644 (file)
@@ -56,6 +56,8 @@ production.
   multiple destinations to be specified.
 * (bug 53862) portal-url, currentevents-url and helppage have been removed from the
   default Sidebar.
+* The 'vector-simplesearch' preference is now enabled by default. Previously
+  it was only enabled if the Vector extension was installed.
 
 === New features in 1.22 ===
 * (bug 44525) mediawiki.jqueryMsg can now parse (whitelisted) HTML elements and attributes.
index 89e6c87..19b2f41 100644 (file)
@@ -4004,6 +4004,7 @@ $wgDefaultUserOptions = array(
        'underline' => 2,
        'uselivepreview' => 0,
        'usenewrc' => 0,
+       'vector-simplesearch' => 1,
        'watchcreations' => 0,
        'watchdefault' => 0,
        'watchdeletion' => 0,