Manual:reassignEdits.php

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
<td class="mw-version-versionbox" title="<translate nowrap> The latest stable version is <tvar name=1>1.41</tvar></translate>">
<translate> ≥</translate> 1.6
<translate> MediaWiki version:</translate>

Details

reassignEdits.php file is a maintenance script to reassign edits from a user or IP address to another user.

Options/Arguments

Option/Argument Description Required?
<from> username or IP address to assign edits from <translate> Required</translate>
<to> username to assign edits to <translate> Required</translate>
--force reassign even if the target user doesn't exist <translate> Optional</translate>
--norc don't update the recent changes table <translate> Optional</translate>
--report print out details of what would be changed, but don't update it <translate> Optional</translate>
--quiet don't print status information (except for errors) <translate> Optional</translate>

Usage

php maintenance/reassignEdits.php <from> <to> [ --force| --norc| --report| --quiet ]
Terminal
Spaces inside a username must be replaced with underscores ( _ ).

See also