From dda1cea19e16dd291251681282c35fb71b871c9c Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Mon, 11 Oct 2010 15:20:57 +0000 Subject: [PATCH] Remove $wgRemoteUploads. It was not well supported and superseded by $wgUploadNavigationUrl. Follow up to r66566 --- RELEASE-NOTES | 2 ++ includes/DefaultSettings.php | 7 ------- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 69eddfdc1c..5243154f62 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -73,6 +73,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN DatabaseUpdater::addExtensionUpdate(). * Removed $wgServerName. It doesn't need to be set anymore and is no longer available as input for other configuration items, either. +* Remove $wgRemoteUploads. It was not well supported and superseded by + $wgUploadNavigationUrl. === New features in 1.17 === * (bug 10183) Users can now add personal styles and scripts to all skins via diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index f6fa83633e..5008a895ca 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -393,13 +393,6 @@ $wgUseInstantCommons = false; */ $wgShowEXIF = function_exists( 'exif_read_data' ); -/** - * Set to true to enable the upload _link_ while local uploads are disabled. - * Assumes that the special page link will be bounced to another server where - * uploads do work. - */ -$wgRemoteUploads = false; - /** * If you operate multiple wikis, you can define a shared upload path here. * Uploads to this wiki will NOT be put there - they will be put into -- 2.20.1