Manual:ReassignEdits.php/pl

Wersja MediaWiki:
1.6
Category:MediaWiki code/pl#ReassignEdits.php

Szczegóły

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

Options/Arguments

Opcja/ParametrOpisRequired?
<from>username or IP address to assign edits fromWymagane
<to>username to assign edits toWymagane
--forcereassign even if the target user doesn't existOptional
--norcdon't update the recent changes tableOptional
--reportprint out details of what would be changed, but don't update itOptional
--quietdon't print status information (except for errors)Optional

Użycie

php maintenance/run.php reassignEdits <from> <to> [ --force| --norc| --report| --quiet ]
Terminal
Spaces inside a username must be replaced with underscores ( _ ).
In MediaWiki version 1.39.12 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

Zobacz też

Category:Maintenance scripts/pl Category:User maintenance scripts/pl
Category:Maintenance scripts/pl Category:MediaWiki code/pl Category:User maintenance scripts/pl