Page MenuHomePhabricator

suppressredirect right for Wikimedia sites
Closed, ResolvedPublic

Description

Author: mike.lifeguard+bugs

Description:
This would be useful when reverting pagemove vandalism so we don't create bad redirects that then need to be deleted. Perhaps would be best to make it an optional thing like markbotedit, where it only kicks in if you add the &noredir=true to the page, then his rollback links.

Code from suppressredirect can possibly be used here.


Version: unspecified
Severity: enhancement

Details

Reference
bz14998

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:13 PM
bzimport set Reference to bz14998.
bzimport added a subscriber: Unknown Object (MLST).

mike.lifeguard+bugs wrote:

This was done by Tim Starling in r41714 (but changed the default in r41715). Please enable this for WMF wikis so we don't scurry around creating redirects after pagemove vandalism we must go back and delete. While this shouldn't be used all the time, it should be an option.

$wgGroupPermissions['rollback']['suppressredirect'] = true; //for en.wikibooks for example
$wgGroupPermissions['sysop'] ['suppressredirect'] = true;

mike.lifeguard+bugs wrote:

(In reply to comment #1)

This was done by Tim Starling in r41714 (but changed the default in r41715).
Please enable this for WMF wikis so we don't scurry around creating redirects
after pagemove vandalism we must go back and delete. While this shouldn't be
used all the time, it should be an option.

$wgGroupPermissions['rollback']['suppressredirect'] = true; //for en.wikibooks
for example
$wgGroupPermissions['sysop'] ['suppressredirect'] = true;

This has already been done for global rollbackers and stewards (quite a while ago), and the wikis haven't imploded yet. All vandal fighters will benefit by adding this to to the default rights for local rollbackers and sysops.

*** Bug 16856 has been marked as a duplicate of this bug. ***