Remove a bit of useless $wgCapitalLinks logic, all these code paths lead through...
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 25 Jul 2008 23:12:27 +0000 (23:12 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 25 Jul 2008 23:12:27 +0000 (23:12 +0000)
commitaaf794947a77ab0edb0e8ae21f32b85fdc61d87d
tree9f451726ba18f0fa688d443dc32ce7229a8c675c
parent8577bf287659f9d94f7d11b9284691c35cb50391
Remove a bit of useless $wgCapitalLinks logic, all these code paths lead through Title::secureAndSpit() which handles initial-character-capitalization.
*In SearchEngine's case, it gets caught every time further up the page (it never even reaches the upper/lower casing of only first character part)
*PrefixSearch eventually sends it through ApiQueryBase::titleToKey()
*AjaxFunctions immediately sends it to Title::newFromText()
includes/AjaxFunctions.php
includes/PrefixSearch.php
includes/SearchEngine.php