* (bug 674) Allow users to be blocked from editing a specific article
authorVictor Vasiliev <vasilievvv@users.mediawiki.org>
Sun, 28 Sep 2008 16:08:18 +0000 (16:08 +0000)
committerVictor Vasiliev <vasilievvv@users.mediawiki.org>
Sun, 28 Sep 2008 16:08:18 +0000 (16:08 +0000)
commitbec69031088f697e72bd49bc1ec6e6977920bf7a
tree6428cc41b0466bf669926d99bec23f5918779fc5
parent673d03386b0331ecd81bb6863223dad665716fd0
* (bug 674) Allow users to be blocked from editing a specific article
** Also supports blocking user from editing whole namespace
* Replace ugly ipboptions parsing code in Title.php with a simple message

Requires schema change (I showed it to Tim Starling).
16 files changed:
RELEASE-NOTES
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 [new file with mode: 0644]
includes/specials/SpecialRemoveRestrictions.php [new file with mode: 0644]
includes/specials/SpecialRestrictUser.php [new file with mode: 0644]
languages/Language.php
languages/messages/MessagesEn.php
maintenance/archives/patch-user_restrictions.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc