https://bugzilla.wikimedia.org/show_bug.cgi?id=23985
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Mwsuggest.js and |mediawiki.legacy.mwsuggest |simplesearch are both sent |shouldn't be loaded if |to all users |ext.vector.simpleSearch is | |loaded --- Comment #6 from Krinkle <[email protected]> 2011-08-31 18:38:58 UTC --- The following are the steps to load ext.vector.simpleSearch: * Install Vector extension * Enable vector-simplesearch (either as default user option, or by setting 'global' to true in $wgVectorFeatures['simplesearch']) * The requirements in VectorHooks::features for 'simplesearch' must match the current scenario: 'requirements' => array( 'vector-simplesearch' => true, 'disablesuggest' => false ), ... mediawiki.page.mwsuggest: * $wgEnableMWSuggest = true; * use option 'disablesuggest' undefined or false -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
