* Follow-up r90749
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 25 Jun 2011 17:59:42 +0000 (17:59 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 25 Jun 2011 17:59:42 +0000 (17:59 +0000)
commit16eb5f6e416d6c7a616269e2cb3f3562bc56e0d3
treedd8a94d1b0a11bdf032f8a5add635c44d565d233
parent33260663286776566647841d4e9cd109dc70f3bc
* Follow-up r90749
** Tweaked addAutopromoteOnceGroups() calls for performance
** Some doc tweaks and fixes
* Added NS_SPECIAL short-circuit on $wgTitle for file cache and removed unnecessary "is null" check
* Pushed "$action != 'raw'" check into HTMLFileCache
* Removed useless return value from performRequest()
* Added type hint to performAction()
includes/Autopromote.php
includes/User.php
includes/Wiki.php
includes/cache/HTMLFileCache.php