r52574 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52573‎ | r52574 | r52575 >
Date:20:43, 29 June 2009
Author:ialex
Status:ok
Tags:
Comment:
readded $wgLocalMessageCacheSerialized (was removed in r52503), it's still used in MessageCache.php
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -767,6 +767,13 @@
768768 $wgUseLocalMessageCache = false;
769769
770770 /**
 771+ * Defines format of local cache
 772+ * true - Serialized object
 773+ * false - PHP source file (Warning - security risk)
 774+ */
 775+$wgLocalMessageCacheSerialized = true;
 776+
 777+/**
771778 * Localisation cache configuration. Associative array with keys:
772779 * class: The class to use. May be overridden by extensions.
773780 *

Follow-up revisions

RevisionCommit summaryAuthorDate
r52576follow-up r52574: readd $wgLocalMessageCacheSerializedialex20:54, 29 June 2009

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52503* Introduced a new system for localisation caching. The system is based aroun...tstarling07:11, 28 June 2009

Status & tagging log