Subject: | Mediawiki Dump File Schema Version Change to 0.5 |
The Mediawiki dump file XML schema version has been increased from 0.4 to 0.5 - the change
is backwards compatible with the existing implementation in MediaWiki::DumpFile::Pages
As a work-around to parse dump files until version 0.2.1 comes out set the environment
variable MEDIAWIKI_DUMPFILE_VERSION_IGNORE to a true value, such as this:
MEDIAWIKI_DUMPFILE_VERSION_IGNORE=1 ./wikiscript.pl
Version 0.2.1 will stop enforcing schema versions by default but it will remain as a configuration
option