Add maintenance script importTextFiles.php
authorAndrew H <crazy4sb@gmail.com>
Thu, 7 Jan 2016 03:09:47 +0000 (03:09 +0000)
committerAndrew H <crazy4sb@gmail.com>
Fri, 8 Jan 2016 00:57:11 +0000 (00:57 +0000)
commitc812fa3cb3555af7bf3d9d377fcad5477a3a61d2
tree599f1e28267d64746f571764e85887656275f981
parentbd046d5948093177613f705f95d30806ef886dd2
Add maintenance script importTextFiles.php

importTextFiles.php can be used to import pages from text files
containing wikitext.

Also, added $userObj to WikiRevision so that it can accept a User
object instead of just a username.

This is a GCI task.

Change-Id: I20eaf2005bdd3d041f55d8c0b108f001c064d638
autoload.php
includes/import/WikiRevision.php
maintenance/importTextFiles.php [new file with mode: 0644]