User "Aaron Schulz" changed the status of MediaWiki.r81027. Old Status: new New Status: ok
User "Aaron Schulz" also posted a comment on MediaWiki.r81027. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/81027#c18130 Commit summary: * Replaced $wgMessageCache by MessageCache::singleton(); since we only use one instance of this class (as for ParserCache, LinkCache) * MessageCache::singleton() calls wfGetMessageCacheStorage() directly instead of using $messageMemc, just in case this would be called before that variable is set * Per TimStarling: also removed deprecated methods in MessageCache class: addMessages() and related, [get|set|enable|disable]Transform(), loadAllMessages(), loadMessageFile() and some others. Same for the legacyData stuff in LocalisationCache that was only used by MessageCache::addMessages() and related. * Converted remaining extensions Comment: The static logMessages() is slightly awkward. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
