* (bug 674) Allow users to be blocked from editing a specific article
authorVictor Vasiliev <vasilievvv@users.mediawiki.org>
Wed, 31 Dec 2008 17:25:47 +0000 (17:25 +0000)
committerVictor Vasiliev <vasilievvv@users.mediawiki.org>
Wed, 31 Dec 2008 17:25:47 +0000 (17:25 +0000)
commit1f67478d1fb7742d32793667bceffa5b592935b2
treeb1fce87efd8fae83339bb22b8f818beba44aee64
parent09922e435bb292f369943ce2038fd25436539017
* (bug 674) Allow users to be blocked from editing a specific article
** Also supports blocking user from editing whole namespace
** Fixed most issues which were found before
17 files changed:
includes/Article.php
includes/AutoLoader.php
includes/DefaultSettings.php
includes/LogPage.php
includes/SpecialPage.php
includes/Title.php
includes/User.php
includes/UserRestriction.php [new file with mode: 0644]
includes/specials/SpecialListUserRestrictions.php
includes/specials/SpecialRemoveRestrictions.php
includes/specials/SpecialRestrictUser.php
languages/messages/MessagesEn.php
maintenance/archives/patch-user_restrictions.sql [new file with mode: 0644]
maintenance/language/messages.inc
maintenance/parserTests.inc
maintenance/tables.sql
maintenance/updaters.inc