Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -394,13 +394,6 @@ |
395 | 395 | $wgShowEXIF = function_exists( 'exif_read_data' ); |
396 | 396 | |
397 | 397 | /** |
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 | | -/** |
405 | 398 | * If you operate multiple wikis, you can define a shared upload path here. |
406 | 399 | * Uploads to this wiki will NOT be put there - they will be put into |
407 | 400 | * $wgUploadDirectory. |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -73,6 +73,8 @@ |
74 | 74 | DatabaseUpdater::addExtensionUpdate(). |
75 | 75 | * Removed $wgServerName. It doesn't need to be set anymore and is no longer |
76 | 76 | available as input for other configuration items, either. |
| 77 | +* Remove $wgRemoteUploads. It was not well supported and superseded by |
| 78 | + $wgUploadNavigationUrl. |
77 | 79 | |
78 | 80 | === New features in 1.17 === |
79 | 81 | * (bug 10183) Users can now add personal styles and scripts to all skins via |