Manual:ReassignEdits.php
Appearance
Outdated translations are marked like this.
| Versão do MediaWiki: | ≥ 1.6 |
| Arquivo do MediaWiki: reassignEdits.php | |
|---|---|
| Localização: | maintenance/ |
| Código-fonte: | master • 1.45.3 • 1.44.5 • 1.43.8 |
| Classes: | ReassignEdits |
Detalhes
reassignEdits.php file is a maintenance script to reassign edits from a user or IP address to another user.
Options/Arguments
| Opção/Parâmetro | Descrição | 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 |
Uso
php maintenance/run.php reassignEdits <from> <to> [ --force| --norc| --report| --quiet ]
Terminal
$ php maintenance/run.php reassignEdits "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 ( _ ).
No MediaWiki versão MediaWiki 1.39 e anteriores, você deve invocar os scripts de manutenção usando
php maintenance/scriptName.php em vez de php maintenance/run.php scriptName.