r70697 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70696‎ | r70697 | r70698 >
Date:14:01, 8 August 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Removed $wgUseZhdaemon, $wgZhdaemonHost and $wgZhdaemonPort. Apparently unused since r6878 at 2004-12-29.
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -1944,15 +1944,6 @@
19451945 $wgLoginLanguageSelector = false;
19461946
19471947 /**
1948 - * Whether to use zhdaemon to perform Chinese text processing
1949 - * zhdaemon is under developement, so normally you don't want to
1950 - * use it unless for testing.
1951 - */
1952 -$wgUseZhdaemon = false;
1953 -$wgZhdaemonHost="localhost";
1954 -$wgZhdaemonPort=2004;
1955 -
1956 -/**
19571948 * When translating messages with wfMsg(), it is not always clear what should
19581949 * be considered UI messages and what should be content messages.
19591950 *

Follow-up revisions

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r6878Allower zh: users to customize the Traditional/Simplified conversion tables. ...zhengzhu01:07, 29 December 2004

Status & tagging log