r71418 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r71417‎ | r71418 | r71419 >
Date:20:47, 21 August 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r71412. $wgContLang is not used.
Modified paths:
  • /trunk/phase3/includes/MessageCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/MessageCache.php
@@ -851,7 +851,6 @@
852852 }
853853
854854 public function getMostUsedMessages() {
855 - global $wgContLang;
856855 $cachekey = wfMemckey( 'message-profiling' );
857856 $cache = wfGetCache( CACHE_DB );
858857 $data = $cache->get( $cachekey );

Follow-up revisions

RevisionCommit summaryAuthorDate
r814441.17: Back out r71412 (adaptive message cache) and its followups r71418, r741...catrope11:58, 3 February 2011
r925491.18: Back out adaptive message cache (r71412, r71418, r74177, r74179) by mer...catrope18:35, 19 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r71412Added $wgAdaptiveMessageCache to avoid caching huge pile of never used messag...nikerabbit16:41, 21 August 2010

Status & tagging log