Podręcznik:ReassignEdits.php

From mediawiki.org
This page is a translated version of the page Manual:ReassignEdits.php and the translation is 31% complete.
Outdated translations are marked like this.
Wersja MediaWiki:
1.6

Szczegóły

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

Options/Arguments

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

Użycie

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

Zobacz też