From ff8f9195c7700c921c95c813e0299f6c03c9a7e7 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 15 Jan 2019 13:44:23 +0100 Subject: [PATCH] [!!!][TASK] Do not handle 'uploadsfolder' in ext_emconf anymore With TCA type=group with internal_type=file and file_reference being dropped, the uploads/ folder is unused and obsolete. The patch drops further related code in this area, especially the ext_emconf.php property uploadsfolder is obsolete. It is dropped from all ext_emconf.php files together with its handling in extensionmanager. Change-Id: I93abc7d614b17adf4d0f2f896e346d3147c49472 Resolves: #87445 Releases: master Reviewed-on: https://review.typo3.org/59443 Tested-by: TYPO3com Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring Reviewed-by: Wouter Wolters Reviewed-by: Benni Mack Tested-by: Benni Mack --- ext_emconf.php | 1 - 1 file changed, 1 deletion(-) diff --git a/ext_emconf.php b/ext_emconf.php index 46ebe9e..885d32d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,6 @@ $EM_CONF[$_EXTKEY] = [ 'author_email' => 'typo3cms@typo3.org', 'author_company' => '', 'state' => 'stable', - 'uploadfolder' => 0, 'createDirs' => '', 'clearCacheOnLoad' => 0, 'version' => '10.0.0',