매뉴얼:ReassignEdits.php
Outdated translations are marked like this.
미디어위키 버전: | ≥ 1.6 |
미디어위키 파일: reassignEdits.php | |
---|---|
위치: | maintenance/ |
소스 코드: | master • 1.42.3 • 1.41.4 • 1.39.10 |
클래스: | ReassignEdits |
세부
reassignEdits.php file is a maintenance script to reassign edits from a user or IP address to another user.
Options/Arguments
옵션 / 매개 변수 | 설명 | Required? |
---|---|---|
<from> | username or IP address to assign edits from | Required |
<to> | username to assign edits to | Required |
--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 |
용법
php maintenance/reassignEdits.php <from> <to> [ --force| --norc| --report| --quiet ]
Terminal
$ php maintenance/reassignEdits.php "0:0:0:0:0:0:0:1" "Foo" Checking current edits...found 13. Checking deleted edits...found 0. Checking recent changes...found 16. Total entries to change: 29 Reassigning current edits...done. Updating recent changes...done.
Spaces inside a username must be replaced with underscores ( _ ).