http://www.mediawiki.org/wiki/Special:Code/MediaWiki/70691

Revision: 70691
Author:   nikerabbit
Date:     2010-08-08 13:06:16 +0000 (Sun, 08 Aug 2010)

Log Message:
-----------
Removed $wgEnableSerializedMessages and $wgCheckSerialized again.

Were removed by tim on r52503, came back with r53282 which is marked as 
reverted but apparently is not.

Modified Paths:
--------------
    trunk/phase3/includes/DefaultSettings.php

Modified: trunk/phase3/includes/DefaultSettings.php
===================================================================
--- trunk/phase3/includes/DefaultSettings.php   2010-08-08 13:04:56 UTC (rev 
70690)
+++ trunk/phase3/includes/DefaultSettings.php   2010-08-08 13:06:16 UTC (rev 
70691)
@@ -1899,20 +1899,6 @@
  */
 $wgMaxMsgCacheEntrySize = 10000;
 
-/**
- * If true, serialized versions of the messages arrays will be
- * read from the 'serialized' subdirectory if they are present.
- * Set to false to always use the Messages files, regardless of
- * whether they are up to date or not.
- */
-$wgEnableSerializedMessages = true;
-
-/**
- * Set to false if you are thorough system admin who always remembers to keep
- * serialized files up to date to save few mtime calls.
- */
-$wgCheckSerialized = true;
-
 /** Whether to enable language variant conversion. */
 $wgDisableLangConversion = false;
 



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to