"Aaron Schulz" changed the status of MediaWiki.r106280 to "new" URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/106280
Old status: fixme > New status: new Commit summary for MediaWiki.r106280: * Made FileBackendMultiWrite substitute the backend name portion of storage paths as needed since each backend has it's own name (registration disallowes duplicate names). * Refactored doOperations() code duplication into a FileBackendBase::attemptOperations() function. Removed code that reset $predicates from FileBackendMultiWrite as the paths include the backend name already, so there is no ambiguity. * Made FileBackend::doOperations() use shared locks where possible (some lock managers may interpret LOCK_UW as LOCK_EX instead of LOCK_SH) * Removed getFileHash() comment (function removed). * Renamed FSFile::sha1Base36() -> FSFile::getSha1Base36() _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
