Reverting patch for now:
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 1 Feb 2005 07:53:28 +0000 (07:53 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 1 Feb 2005 07:53:28 +0000 (07:53 +0000)
commit54a60c9f09830c8d4cf1ac3eb6253ab6af6a7447
tree3e70b0e410e29e6a6580fb803d4a8594a1c4fd37
parentdede062d9c794ccfd90dac6b806989e0e7f69d1f
Reverting patch for now:
* It hard-codes the English string "user", and doesn't allow localized user namespaces.
* Title::makeTitle doesn't perform validity checks as it's meant mainly for data pulled from the database which has been
previously screened. Use Title::makeTitleSafe().
* The ereg_replace is a bit odd. Trimming of stray whitespace from the search term should be done at the top end in
SpecialSearch.php, not down there.
includes/SearchEngine.php