From a4274ab4b3e85d5dd7a423e892dd509e75b5d5b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 2 May 2005 01:22:39 +0000 Subject: [PATCH] * Deprecated $wgStyleSheetDirectory which was an alias for $wgStyleDirectory * Removed $wgSharedLatin1 and $wgSqlTimeout, not used for anything * Removed $wgEnableSOAP, should have been removed when SOAP was purged from the tree yesterday. --- includes/DefaultSettings.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 47ea2bd952..2aff684107 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -97,7 +97,6 @@ $wgStylePath = "{$wgScriptPath}/skins"; */ $wgStyleDirectory = "{$IP}/skins"; $wgStyleSheetPath = &$wgStylePath; -$wgStyleSheetDirectory = &$wgStyleDirectory; $wgArticlePath = "{$wgScript}?title=$1"; $wgUploadPath = "{$wgScriptPath}/upload"; $wgUploadDirectory = "{$IP}/upload"; @@ -169,9 +168,6 @@ $wgSharedThumbnailScriptPath = false; */ $wgHashedSharedUploadDirectory = true; -/** set true if the repository uses latin1 filenames */ -$wgSharedLatin1=false; - /** * Base URL for a repository wiki. Leave this blank if uploads are just stored * in a shared directory and not meant to be accessible through a separate wiki. @@ -322,7 +318,6 @@ $wgDBminWordLen = 4; $wgDBtransactions = false; /** Set to true to use enhanced fulltext search */ $wgDBmysql4 = false; -$wgSqlTimeout = 30; /** * Other wikis on this site, can be administered from a single developer @@ -1111,16 +1106,6 @@ $wgFeedDiffCutoff = 32768; # ); $wgExtraNamespaces = NULL; -/** - * Enable SOAP interface. Off by default - * SOAP is a protocoll for remote procedure calls (RPC) using http as - * middleware. This interface can be used by bots or special clients to receive - * articles from a wiki. - * Most bots use the normal HTTP interface and don't use SOAP. - * If unsure, set to false. - */ -$wgEnableSOAP = false; - /** * Limit images on image description pages to a user-selectable limit. In order * to reduce disk usage, limits can only be selected from a list. This is the -- 2.20.1