Revert r53600 "Add $wgSecondaryGoNamespace, used if an exact match is not found when...
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 21 Aug 2009 22:42:09 +0000 (22:42 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 21 Aug 2009 22:42:09 +0000 (22:42 +0000)
commit6c362522dfefd40753d41f12d600cd967f474d13
tree98edaa4e5bb13100e2304e5585df4677a1477573
parent4b8679df3c458cce744d3d399d3f183591750aaf
Revert r53600 "Add $wgSecondaryGoNamespace, used if an exact match is not found when pressing go - will try to find a match in a different namespace before performing a search."
Revert r53618 "* Replace $wgSecondaryGoNamespace with $wgSecondaryGoNamespaces (taking an array of integers instead of just an integer), per code review of r53600."
Revert r53672 "* Add release note for r53618."
Per bug 11380 this should probably be using the default search namespaces or the user's search namespaces; an additional config array seems unnecessary.
RELEASE-NOTES
includes/DefaultSettings.php
includes/search/SearchEngine.php