Split allowing &suggest requests in API opensearch from $wgEnableMWSuggest to a separ...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 21 Oct 2009 18:44:58 +0000 (18:44 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 21 Oct 2009 18:44:58 +0000 (18:44 +0000)
commit99748cf05c73d8d7a5fefeaf2a9d718925289059
tree9f7dbb155302afcb756b1d0cd8a881bb16a7899c
parentb128fd1b0536e1553a3a2254ecdc23e986ab5361
Split allowing &suggest requests in API opensearch from $wgEnableMWSuggest to a separate variable. This makes it possible to enable SimpleSearch (which uses API opensearch) but disable mwsuggest; enabling both seems to cause issues with the login form in Safari or Opera (don't remember which)
includes/DefaultSettings.php
includes/api/ApiOpenSearch.php