From: mainframe98 Date: Wed, 18 Apr 2018 16:05:52 +0000 (+0200) Subject: Remove $wgSiteSupportPage X-Git-Tag: 1.34.0-rc.0~5687^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=5a72695cf51d3c509bd952c4421f1d9611e58abb;p=lhc%2Fweb%2Fwiklou.git Remove $wgSiteSupportPage This configuration global is not used anywhere in MediaWiki, and no extensions or skins use this. The documentation on mediawiki.org states that the functionality has been replaced by MediaWiki:Sidebar, and $wgNavigationLinks, which was removed over a decade ago. Bug: T192467 Change-Id: Iea1f8a688feb1c7aa8d0005f207a13956bddfd4e --- diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 57c6e6aecb..48be158fe0 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -8,6 +8,7 @@ production. === Configuration changes in 1.32 === * (T115414) The $wgEnableAPI and $wgEnableWriteAPI settings, deprecated in 1.31, have been removed. * The $wgUseAjax setting is now formally deprecated, and MediaWiki will act as if it is always set. +* The $wgSiteSupportPage setting, unused since 1.5, was removed. * … === New features in 1.32 === diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f34b00aea1..6fa7ea2d88 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3260,11 +3260,6 @@ $wgXhtmlNamespaces = []; */ $wgSiteNotice = ''; -/** - * If this is set, a "donate" link will appear in the sidebar. Set it to a URL. - */ -$wgSiteSupportPage = ''; - /** * Default skin, for new users and anonymous visitors. Registered users may * change this to any one of the other available skins in their preferences.