"MarkAHershberger" posted a comment on MediaWiki.r110703. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/110703#c31751
Commit summary for MediaWiki.r110703: * (bug 33878) Updated file copying functions to account for FileBackend in some key places.* Create temp dir so script does not fail on windows as soon as it starts. * Hacked copyToDump() a bit to not assume that the thumb zone base dir is under the public zone base dir. * Fixed bogus '$this->debug()' calls in copyToDump() which caused fatals. * Added wfMkdirParents() so that every single file_put_contents() call in copyToDump() doesn't fail (used for foriegn APIs). * Removed 'forceCopy' param. Files will always be copied, as symlinks break abstraction. * Fixed E_STRICT notice in offline skin class. * Renamed confusing 'backend' var in DumpHTML_ProxyFile. Also added some type hinting to make it clearer wtf is going on. MarkAHershberger's comment: tagging 1.19 for tarball _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
