r35264 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r35263‎ | r35264 | r35265 >
Date:22:17, 23 May 2008
Author:nikerabbit
Status:old
Tags:
Comment:
* And the variable definition for my previous commit
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -721,6 +721,13 @@
722722 $wgLocalMessageCacheSerialized = true;
723723
724724 /**
 725+ * Cache messages in MesssageCache per language, instead of all them together.
 726+ * Enable this if you have thousands of messages in MediaWiki namespace in many
 727+ * different languages.
 728+ */
 729+$wgPerLanguageCaching = false;
 730+
 731+/**
725732 * Directory for compiled constant message array databases
726733 * WARNING: turning anything on will just break things, aaaaaah!!!!
727734 */

Follow-up revisions

RevisionCommit summaryAuthorDate
r35667Revert r35478, r35264, r35262: $wgPerLanguageCaching feature. Bug found with ...tstarling03:27, 1 June 2008

Status & tagging log