r52576 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52575‎ | r52576 | r52577 >
Date:20:54, 29 June 2009
Author:ialex
Status:deferred
Tags:
Comment:
follow-up r52574: readd $wgLocalMessageCacheSerialized
Modified paths:
  • /trunk/extensions/Configure/CHANGELOG (modified) (history)
  • /trunk/extensions/Configure/Configure.settings-core.php (modified) (history)
  • /trunk/extensions/Configure/Configure.settings.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Configure/Configure.settings.i18n.php
@@ -434,6 +434,7 @@
435435 'configure-setting-wgMessageCacheType' => 'Message cache type',
436436 'configure-setting-wgLocalisationCacheConf' => 'Localisation cache configuration',
437437 'configure-setting-wgUseLocalMessageCache' => 'Make a local copy of the message cache, in addition to memcached',
 438+ 'configure-setting-wgLocalMessageCacheSerialized' => 'Use PHP serialized format for the local message cache',
438439 'configure-setting-wgMsgCacheExpiry' => 'Message Cache Expiry',
439440 'configure-setting-wgMaxMsgCacheEntrySize' => 'Maximum entry size in the message cache, in bytes',
440441 'configure-setting-wgParserCacheType' => 'Parser cache type',
Index: trunk/extensions/Configure/CHANGELOG
@@ -7,7 +7,7 @@
88 $wgDjvuTxt, $wgRedirectOnLogin, $wgHiddenPrefs, $wgSessionHandler,
99 $wgSearchEverythingOnlyLoggedIn.
1010 * Removed $wgNamespacesToBeSearchedProject, $wgEnableSerializedMessages,
11 - $wgLocalMessageCache, $wgCheckSerialized, $wgLocalMessageCacheSerialized.
 11+ $wgLocalMessageCache, $wgCheckSerialized.
1212
1313 0.14.7 - 26 June 2009
1414 Updated Semantic Forms extension.
Index: trunk/extensions/Configure/Configure.settings-core.php
@@ -356,6 +356,7 @@
357357 1 => 'DB', 2 => 'Memcached',
358358 3 => 'Accel', 4 => 'DBA' ),
359359 'wgUseLocalMessageCache' => 'bool',
 360+ 'wgLocalMessageCacheSerialized' => 'bool',
360361 'wgMsgCacheExpiry' => 'int',
361362 'wgMaxMsgCacheEntrySize' => 'int',
362363 ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52574readded $wgLocalMessageCacheSerialized (was removed in r52503), it's still us...ialex20:43, 29 June 2009

Status & tagging log