Manual:rollbackEdits.php

From mediawiki.org

Details[edit]

rollbackEdits.php is a maintenance script to rollback all edits by a given user or IP provided they are the most recent edit(s) of a page (just like real rollback). This script can also rollback multiple edits, provided they have been made by the same user or IP. However this script cannot rollback page creations. For this you can use the Nuke extension. Moreover it cannot rollback redirects.

Usage[edit]

Option/Parameter Description
--user A user or IP to rollback all edits for. This parameter is mandatory - also if --titles is being used. The script will not work, if no username is provided or if the provided username is invalid.
--titles A list of titles, which should be rolled back. If no titles are provided, all titles where the given user is the most recent editor will be rolled back. Multiple titles have to be separated by a pipe (|). Default: No titles provided.
If the latest edit(s) are not by the user, who has been provided in --user, then the script will leave the page alone and will not roll it back.
--summary Edit summary to use. If no summary is provided, rollbackEdits.php mass rollback will be used.
--bot Mark the edits as having been done by a bot.