https://bugzilla.wikimedia.org/show_bug.cgi?id=52815

       Web browser: ---
            Bug ID: 52815
           Summary: Remove "Enable simplified search bar (Vector skin
                    only)" user preference from MediaWiki core
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Keywords: easy
          Severity: normal
          Priority: Unprioritized
         Component: User preferences
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
            Blocks: 52807
    Classification: Unclassified
   Mobile Platform: ---

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to