(bug 8440) Allow preventing blocked users from editing their talk pages
authorMatt Johnston <mattj@users.mediawiki.org>
Thu, 25 Sep 2008 11:45:26 +0000 (11:45 +0000)
committerMatt Johnston <mattj@users.mediawiki.org>
Thu, 25 Sep 2008 11:45:26 +0000 (11:45 +0000)
commit08e561abb9cd7be8fac479993c997c6ea1c82c87
tree5702f981d597fb1930ccaff4f22d6d83b0bdecfc
parent46a57cd4f73d738d6e792acf6b2555c8989109cb
(bug 8440) Allow preventing blocked users from editing their talk pages
* Adds database field to ipblocks table, ipb_allow_usertalk, storing whether or not the user can edit their own talk page. Defaults to 0 to coincide with the default value of $wgBlockAllowsUTEdit.
* Recommended to update all current blocks to have a allow_usertalk value of whatever the current setting is
* Retasks $wgBlockAllowsUTEdit to be the default value of the field in the blocking screen - unless a sysop changes the checkbox, will use whatever that variable is set to.
CREDITS
RELEASE-NOTES
includes/Block.php
includes/DefaultSettings.php
includes/User.php
includes/specials/SpecialBlockip.php
languages/messages/MessagesEn.php
maintenance/archives/patch-ipb_allow_usertalk.sql [new file with mode: 0644]
maintenance/tables.sql
maintenance/updaters.inc