* Only spread blocks on page edit/move attempts via spreadAnyEditBlock(). We don...
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 8 Oct 2011 20:22:53 +0000 (20:22 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 8 Oct 2011 20:22:53 +0000 (20:22 +0000)
commitc0bb3a6e2b2e85dc33dfa855598e8b8a789f1ed9
tree540ec4a72bf6a4a4cf9e098925f3d172d8ad5c63
parent6a706e93c242bb87a5eb7358e7fb7106411c6b3d
* Only spread blocks on page edit/move attempts via spreadAnyEditBlock(). We don't want to spread everytime the user's block status is checked as the user may just be viewing something rather than attempting to do anything. For example, if the 'edit' tab were changed to reflect block status, the autoblocks would trigger by a user just *looking* at the page. An example "in the wild" would be the UI checks in r93246.
* Made spreadBlock() protected, no outside callers.
includes/EditPage.php
includes/User.php
includes/specials/SpecialMovepage.php