Add parameters to importTextFiles.php
authorAndrew H <crazy4sb@gmail.com>
Sun, 10 Jan 2016 18:53:46 +0000 (18:53 +0000)
committerAndrew H <crazy4sb@gmail.com>
Tue, 12 Jan 2016 02:25:13 +0000 (02:25 +0000)
commit0202c55e3a9460c814ddb9732fdf589d5e3bb773
tree73f9f5b719f7e2e8d1c9beb8cfc3b5ea7a293461
parentde193359ce79cb5ff4a602f9e737ff03cc9f85e6
Add parameters to importTextFiles.php

- Add --bot to mark edits as bot edits when --rc is specified
- Add --overwrite to overwrite existing pages with changes.
This respects the --use-timestamp option by only overwriting if
the file is newer than the latest revision on the destination page.
- Add --prefix for specifying a prefix
- Add --rc to add an edit entry to Special:RecentChanges

This is a GCI task.

Change-Id: I5acf829409853e2b311ae6c1c75a009fef91ceeb
maintenance/importTextFiles.php