Some code cleanup on Special:Import, add initial version of command-line
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 5 Jul 2005 03:16:56 +0000 (03:16 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 5 Jul 2005 03:16:56 +0000 (03:16 +0000)
commit6a9585b4aaed16740183ab3fd049da3016c6ecd9
tree0e890353828d5e621e32cf10bc6f90be4f8e7a13
parentaa9bccd696f9aa48196b7c70a803565179fefdb2
Some code cleanup on Special:Import, add initial version of command-line
dump importer script (importDump.php). Can read from stdin or from file
on command-line (file can be auto-decompressed if gzip and zlib support).
Still needs some work, but basically functions.
includes/SpecialExport.php
includes/SpecialImport.php
maintenance/dumpBackup.php
maintenance/importDump.php [new file with mode: 0644]