Manual:ReassignEdits.php/ja

MediaWiki バージョン:
1.6
Category:MediaWiki code/ja#ReassignEdits.php

詳細

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

オプション/引数

オプション/引数説明必須かどうか
<from>username or IP address to assign edits from必須
<to>username to assign edits to必須
--forcereassign even if the target user doesn't exist省略可能
--norcdon't update the recent changes table省略可能
--reportprint out details of what would be changed, but don't update it省略可能
--quietdon't print status information (except for errors)省略可能

使用法

php maintenance/run.php reassignEdits <from> <to> [ --force| --norc| --report| --quiet ]
Terminal
Spaces inside a username must be replaced with underscores ( _ ).
MediaWiki バージョン 1.39.12 以前では、メンテナンス スクリプトを php maintenance/run.php scriptName ではなく php maintenance/scriptName.php を使用して実行する必要があります。

関連項目

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