Core changes for AbuseFilter extension.
authorAndrew Garrett <werdna@users.mediawiki.org>
Fri, 27 Jun 2008 06:24:42 +0000 (06:24 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Fri, 27 Jun 2008 06:24:42 +0000 (06:24 +0000)
In particular:
Xml.php
* Add textarea method to Xml class.
* Make submit button optional for Xml::buildForm
* Right-align labels in buildForm.

Article.php:
* Make ArticleDelete hook display a real error

EditPage.php:
* Split off getBaseRevision()

Title.php:
* Allow errors to be ignored to be sent to getUserPermissionsErrors.
* Allow AbortMove hook to display a real error.

Block.php:
* Add 'mAngryAutoblock' option, for blocks by software, which does retroactive autoblocks on the last 5 IPs used in the last 7 days.


No differences found