From: Ævar Arnfjörð Bjarmason Date: Mon, 2 May 2005 01:22:39 +0000 (+0000) Subject: * Deprecated $wgStyleSheetDirectory which was an alias for $wgStyleDirectory X-Git-Tag: 1.5.0alpha1~34 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=a4274ab4b3e85d5dd7a423e892dd509e75b5d5b9;p=lhc%2Fweb%2Fwiklou.git * 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. --- 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