User "Aaron Schulz" posted a comment on MediaWiki.r81027.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/81027#c18129
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:

Did you see r76110? Not sure how much b/c Yaron keep here.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to