r74627 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74626‎ | r74627 | r74628 >
Date:15:20, 11 October 2010
Author:hartman
Status:ok (Comments)
Tags:
Comment:
Remove $wgRemoteUploads. It was not well supported and superseded by $wgUploadNavigationUrl.

Follow up to r66566
Modified paths:
  • /trunk/phase3/RELEASE-NOTES (modified) (history)
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -394,13 +394,6 @@
395395 $wgShowEXIF = function_exists( 'exif_read_data' );
396396
397397 /**
398 - * Set to true to enable the upload _link_ while local uploads are disabled.
399 - * Assumes that the special page link will be bounced to another server where
400 - * uploads do work.
401 - */
402 -$wgRemoteUploads = false;
403 -
404 -/**
405398 * If you operate multiple wikis, you can define a shared upload path here.
406399 * Uploads to this wiki will NOT be put there - they will be put into
407400 * $wgUploadDirectory.
Index: trunk/phase3/RELEASE-NOTES
@@ -73,6 +73,8 @@
7474 DatabaseUpdater::addExtensionUpdate().
7575 * Removed $wgServerName. It doesn't need to be set anymore and is no longer
7676 available as input for other configuration items, either.
 77+* Remove $wgRemoteUploads. It was not well supported and superseded by
 78+ $wgUploadNavigationUrl.
7779
7880 === New features in 1.17 ===
7981 * (bug 10183) Users can now add personal styles and scripts to all skins via

Follow-up revisions

RevisionCommit summaryAuthorDate
r74664Remove obsolete $wgRemoteUploads from Configure (followup to r74627)brion15:38, 12 October 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66566Let old skins take into account $wgUploadNavigationUrl....hartman15:15, 17 May 2010

Comments

#Comment by Hashar (talk | contribs)   12:03, 12 October 2010
#Comment by Brion VIBBER (talk | contribs)   15:38, 12 October 2010

Removed from Configure extension in r74664

Status & tagging log