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 @@
852
852
}
853
853
854
854
public function getMostUsedMessages() {
855
- global $wgContLang;
856
855
$cachekey = wfMemckey( 'message-profiling' );
857
856
$cache = wfGetCache( CACHE_DB );
858
857
$data = $cache->get( $cachekey );
Follow-up revisions
Revision
Commit summary
Author
Date
r81444
1.17: Back out
r71412
(adaptive message cache) and its followups
r71418
,
r741...
catrope
11:58, 3 February 2011
r92549
1.18: Back out adaptive message cache (
r71412
,
r71418
,
r74177
,
r74179
) by mer...
catrope
18:35, 19 July 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r71412
Added $wgAdaptiveMessageCache to avoid caching huge pile of never used messag...
nikerabbit
16:41, 21 August 2010
Status & tagging log
19:30, 6 November 2010
Hashar
(
talk
|
contribs
)
changed the
status
of r71418
[
removed:
new
added:
ok]