Follow-up r90749:
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 25 Jun 2011 04:58:48 +0000 (04:58 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 25 Jun 2011 04:58:48 +0000 (04:58 +0000)
commita44e63967d4f36c7ffd086e977b6484b5370670b
treea0c311e6f99b37b0dddf84640eaefff8fe4f38ac
parenta4d029210aa2f5338519f7cc18a783cff4728049
Follow-up r90749:
* Removed clunky autopromoteOnceHook function and added $wgAutopromoteOnce. It currently supports edit or view based triggering. This makes configuration much simpler.
* Added short-circuit to addAutopromoteOnceGroups() by checking if $criteria is empty
* Spacing tweaks and typo fixes.
includes/Article.php
includes/Autopromote.php
includes/DefaultSettings.php
includes/User.php
includes/Wiki.php