It was suggested me to do it that way on IRC, I can't remember who by. I'll change it now (so that that variable only makes the checkbox enabled)
-Matt
-------------------------------------------------- From: "Chad" innocentkiller@gmail.com Sent: Friday, September 26, 2008 1:44 AM To: wikitech-l@lists.wikimedia.org Subject: Re: [Wikitech-l] [MediaWiki-CVS] SVN: [41248] trunk/phase3
On Thu, Sep 25, 2008 at 7:45 AM, mattj@svn.wikimedia.org wrote:
Revision: 41248 Author: mattj Date: 2008-09-25 11:45:26 +0000 (Thu, 25 Sep 2008)
Log Message:
(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.
Suggest reverting this. Repurposing $wgBlockAllowsUTEdit is a bad idea imo. Sysadmins who set that to false (ie: not allowing edits) shouldn't expect their sysops to be able to override that (which they now can).
-Chad _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
wikitech-l@lists.wikimedia.org