diff options
author | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2011-01-26 15:42:04 +0000 |
---|---|---|
committer | Alexandre Emsenhuber <ialex@users.mediawiki.org> | 2011-01-26 15:42:04 +0000 |
commit | 51c6afc751e5e038952ef1fc325676489bbb08fd (patch) | |
tree | 6b8abee5b9cc9805a4001cd4cc6a4fe2e47fb99a /docs/globals.txt | |
parent | c4a741d7f65386c75fe0ea63faaa1d227e343bc5 (diff) | |
download | mediawikicore-51c6afc751e5e038952ef1fc325676489bbb08fd.tar.gz mediawikicore-51c6afc751e5e038952ef1fc325676489bbb08fd.zip |
* 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
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/81027
Diffstat (limited to 'docs/globals.txt')
-rw-r--r-- | docs/globals.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/globals.txt b/docs/globals.txt index 46486dd8242f..bb3b2946561e 100644 --- a/docs/globals.txt +++ b/docs/globals.txt @@ -68,6 +68,3 @@ $wgRequest $wgMemc, $messageMemc, $parserMemc Object caches - -$wgMessageCache - Message cache, to manage interface messages |