* (bug 25675) Fix search suggestions for Special: pages with spaces
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 14 Feb 2011 00:32:13 +0000 (00:32 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 14 Feb 2011 00:32:13 +0000 (00:32 +0000)
commit03fa2561b642730784f7690bd2b183d6eb08e794
treefc29c2f5d9dd011a9267c2cbff65082dd797337f
parent7fe32a2fa2f78281d86e4c21f0ff09f7c0b5bc92
* (bug 25675) Fix search suggestions for Special: pages with spaces

Patch by Umherirrender on https://bugzilla.wikimedia.org/show_bug.cgi?id=25675 - normalizes spaces to underscores for our direct alias list comparison.

The current English names mostly use CamelCase, but this is visible with eg German localization, where ExpandTemplates extension has [[Spezial:Vorlagen expandieren]].
includes/PrefixSearch.php