Page MenuHomePhabricator

Enable RevisionDelete on Hungarian Wikipedia (hu.wikipedia)
Closed, ResolvedPublic

Description

Per community support (see URL), please add
'deleterevision' permission for sysops on hu.wiki.


Version: unspecified
Severity: enhancement
URL: http://hu.wikipedia.org/wiki/Wikip%C3%A9dia:Kocsmafal_(javaslatok)#Lapv.C3.A1ltozatok_t.C3.B6rl.C3.A9se

Details

Reference
bz20947

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:58 PM
bzimport set Reference to bz20947.

As far as I know, no admins are currently allowed to have 'deleterevision'. See bug 18780 and bug 19697 (esp. bug 19697#c8).

Recently it seems to be allowed (bug 20331, bug 20926). Bug 20186 is indeed troublesome, but the current full-page delete/restore method even more so: it is fully opaque to non-admins (and thus a potential GFDL/CC violation), it can misattribute edits, does not work on logs and pages with long histories, and borks the browser of the deleting admins on slightly shorter ones (displaying 4000 list elements on a single page is not nice). The same is even more true for the other problems mentioned in bug 18780 (users would certainly prefer an inconvenient log to no log at all!), so unless there are more technical problems with it which I didn't grasp, I think it would be an improvement even in its present state.

jeluf wrote:

Done.

'huwiki' => array(
    'editor' => array( 'noratelimit' => true ),
    'sysop' => array( 'deleterevision' => true ),
),