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 @@
768
768
$wgUseLocalMessageCache = false;
769
769
770
770
/**
771
+ * Defines format of local cache
772
+ * true - Serialized object
773
+ * false - PHP source file (Warning - security risk)
774
+ */
775
+$wgLocalMessageCacheSerialized = true;
776
+
777
+/**
771
778
* Localisation cache configuration. Associative array with keys:
772
779
* class: The class to use. May be overridden by extensions.
773
780
*
Follow-up revisions
Revision
Commit summary
Author
Date
r52576
follow-up
r52574
: readd $wgLocalMessageCacheSerialized
ialex
20:54, 29 June 2009
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r52503
* Introduced a new system for localisation caching. The system is based aroun...
tstarling
07:11, 28 June 2009
Status & tagging log
23:56, 23 August 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r52574
[
removed:
new
added:
ok]