Extension:ReassignEdits
From MediaWiki.org
|
ReassignEdits Release status: stable |
|||
|---|---|---|---|
| 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 |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
| Example | Wikiunity | ||
|
|||
|
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 |
|---|