Extension:ReassignEdits

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
ReassignEdits

Release status: stable

SpecialReassignEdits.png
Implementation User identity, Special page
Description Allows permitted users to reassign edits from an old user to a new one
Author(s) Tim Weyer (SVGTalk)
Last version 0.1.0
MediaWiki 1.16+
License GNU General Public License 2.0 or later
Download
Example Wikiunity
Added rights

reassignedits

Check usage (experimental)

This extension provides a special page named Special:ReassignEdits, which allows permitted users to reassign edits from an old user to a new one. In opposite to Renameuser it does not rename users, just allows reassigning user edits. You can reassign edits from a non-existent user to an existent user or from IP address to existent user. It also allows merging logs (executive user and log title).

This extension is based on Renameuser extension, but is not dependent on it.

[edit] Installation

To install this extension, add the following to LocalSettings.php:

require_once ( "$IP/extensions/ReassignEdits/ReassignEdits.php" );
// Give bureaucrats the permission to use Special:ReassignEdits
$wgGroupPermissions['bureaucrat']['reassignedits'] = true;

[edit] Contact

User talk:SVG
SVG@Wikiunity.com

[edit] See also

  • Renameuser extension, which allows local renaming user accounts
Language: English
Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox