* Merged backends for OpenSearch suggestions and AJAX search.
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 30 Jan 2008 01:07:49 +0000 (01:07 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 30 Jan 2008 01:07:49 +0000 (01:07 +0000)
commit7a3227596e71b60f586d08bbb303fdca3fbc1bd3
treeb6da97cdb493d7cf2d041626695244c7edff3aff
parent5502fd4ca7a584b6267c151202af97b4e9b8ea59
* Merged backends for OpenSearch suggestions and AJAX search.
  Both now accept namespace prefixes, handle 'Media:' and 'Special:' pages,
  and reject interwiki prefixes. PrefixSearch class centralizes this code,
  and the backend part can be overridden by the PrefixSearchBackend hook.
RELEASE-NOTES
docs/hooks.txt
includes/AjaxFunctions.php
includes/AutoLoader.php
includes/PrefixSearch.php [new file with mode: 0644]
includes/api/ApiOpenSearch.php