* Bug 27823 - Re-enable functionality of --uploads option of importDump.php; introduc...
authorMark A. Hershberger <mah@users.mediawiki.org>
Fri, 4 Mar 2011 18:25:21 +0000 (18:25 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Fri, 4 Mar 2011 18:25:21 +0000 (18:25 +0000)
commit0e6be5a571f5a53cac9248d3b636a18b971c3269
treebef0b02e0b9016a8027fcafb94800d2591bd89bf
parent03302586173aff9089d9d9351076f643d1f8c62b
* Bug 27823 - Re-enable functionality of --uploads option of importDump.php; introduce --namespaces filter option for importDump.php

Patch from Dmitriy Sintsov of which he writes:

    I needed to selectively import files from URL's defined in
    previousely made XML dump. This worked fine in 1.15, but to my
    surprise wasn't working with 1.17, producing an error. I've
    partially fixed upload code (including supplying of original User
    instance for local upload) and introduced new option to
    selectively import only the listed namespaces in importDump.php
    command line.
maintenance/importDump.php