r70691 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70690‎ | r70691 | r70692 >
Date:13:06, 8 August 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
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) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1899,20 +1899,6 @@
19001900 */
19011901 $wgMaxMsgCacheEntrySize = 10000;
19021902
1903 -/**
1904 - * If true, serialized versions of the messages arrays will be
1905 - * read from the 'serialized' subdirectory if they are present.
1906 - * Set to false to always use the Messages files, regardless of
1907 - * whether they are up to date or not.
1908 - */
1909 -$wgEnableSerializedMessages = true;
1910 -
1911 -/**
1912 - * Set to false if you are thorough system admin who always remembers to keep
1913 - * serialized files up to date to save few mtime calls.
1914 - */
1915 -$wgCheckSerialized = true;
1916 -
19171903 /** Whether to enable language variant conversion. */
19181904 $wgDisableLangConversion = false;
19191905

Follow-up revisions

RevisionCommit summaryAuthorDate
r70698* Removed unused globals: $wgEnableSerializedMessages, $wgCheckSerialized,...nikerabbit14:04, 8 August 2010

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
r53282here it is ... the upload-api, script-server, js2 (javascript phase2) branch ...dale23:52, 14 July 2009

Status & tagging log