The Wayback Machine - https://web.archive.org/web/20150216165802/https://phabricator.wikimedia.org/T54815
Home

Remove "Enable simplified search bar (Vector skin only)" user preference from MediaWiki core
Closed, ResolvedPublic

Description

The "Enable simplified search bar (Vector skin only)" user preference should be removed from MediaWiki core.

While it seems like this user preference would be inside [[mw:Extension:Vector]], it's not. It's inside includes/Preferences.php:


if ( $wgVectorUseSimpleSearch ) {
$defaultPreferences['vector-simplesearch'] = array(

		'type' => 'toggle',
		'label-message' => 'vector-simplesearch-preference',
		'section' => 'searchoptions/displaysearchoptions',

);

}

This should be an easy bug to resolve; marking it with the Bugzilla keyword
accordingly.


Version: 1.22.0
Severity: enhancement

bzimport set Reference to bz52815.
MZMcBride created this task.Via Legacy · Aug 13 2013, 6:52 PM
01tonythomas added a comment.Via Conduit · Dec 4 2013, 5:34 PM
Comment Actions

I would like to prepare a patch for this bug. Please assign it to me.

gerritbot added a comment.Via Conduit · Dec 5 2013, 5:00 PM
Comment Actions

Change 99422 had a related patch set uploaded by 01tonythomas:
Removed 'Enable simplified search bar (Vector skin only)' from MW user Preference

https://gerrit.wikimedia.org/r/99422

TheDJ added a comment.Via Conduit · Dec 20 2013, 9:01 PM
Comment Actions

We should probably not do this, until "search" action is the default when people do not have JS enabled.

matmarex added a comment.Via Conduit · Dec 20 2013, 9:03 PM
Comment Actions
gerritbot added a comment.Via Conduit · Feb 19 2014, 4:59 PM
Comment Actions

Change 99422 merged by jenkins-bot:
Removed 'Enable simplified search bar (Vector skin only)' from MW user Preference

https://gerrit.wikimedia.org/r/99422

Add Comment

Morty Proxy This is a proxified and sanitized view of the page, visit original site.