Some experimental support for including upload data in XML export, as specced. Usable...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 4 Mar 2008 02:03:52 +0000 (02:03 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 4 Mar 2008 02:03:52 +0000 (02:03 +0000)
commit9660d42713596b524d5d4cb5108bb3ec8e6872c5
tree29b96285793464d925b4892518fc139a87939a22
parent3e0efaef149a335e9628391fcf389c307a09adf5
Some experimental support for including upload data in XML export, as specced. Usable with --uploads option on dumpBackups.php
Some issues:
* doesn't respond to the current v full-history modes
* won't pick up file entries with no corresponding page
* on default config, you may end up with 'localhost' in URLs :P
* synchronization and mutability problems
** DB lookups are made in the middle of the dump and may not be in sync with state at the beginning of the dump.
** URL to current version at time of dump could point to a different, future version in future
includes/Export.php
maintenance/backup.inc
maintenance/dumpBackup.php