[BUGFIX] Rename default storage from "fileadmin/ (auto-created)" to "fileadmin"
The information in the sys_file_storage record created automatically should not be persisted as "auto-created" as 90% of the people do not modify this, and it is only confusing to see this information in the filelist without having a good and explained way to change this. Instead "fileadmin" (taken from $GLOBALS['TYPO3_CONF_VARS']['BE']['fileadminDir']) is used when creating the default storage. This was originally added by myself when introducing FAL in 6.0, and never touched, however feedback from newcomers shows that this should be adapted. Resolves: #91921 Releases: master Change-Id: I675ef7818aa6a83191574131f54c1c2b6f490e41 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65151 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Showing
- typo3/sysext/core/Classes/Resource/StorageRepository.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Resource/StorageRepository.php
- typo3/sysext/core/Tests/Acceptance/Backend/FileList/FileMetaDataCest.php 1 addition, 1 deletion...re/Tests/Acceptance/Backend/FileList/FileMetaDataCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/FormEngine/FalMetadataCest.php 1 addition, 1 deletion...e/Tests/Acceptance/Backend/FormEngine/FalMetadataCest.php
- typo3/sysext/core/Tests/Acceptance/Backend/Topbar/SearchCest.php 2 additions, 2 deletions...ysext/core/Tests/Acceptance/Backend/Topbar/SearchCest.php
- typo3/sysext/extbase/Tests/Functional/Property/Fixtures/DatabaseImports/sys_file_storage.xml 2 additions, 2 deletions...al/Property/Fixtures/DatabaseImports/sys_file_storage.xml
- typo3/sysext/frontend/Tests/Functional/SiteHandling/TypoLinkGeneratorTest.php 1 addition, 1 deletion...d/Tests/Functional/SiteHandling/TypoLinkGeneratorTest.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithDifferentImageToExistingData.csv 1 addition, 1 deletion...esAndRelatedTtContentWithDifferentImageToExistingData.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithImageWithForcedUids.csv 1 addition, 1 deletion...importPagesAndRelatedTtContentWithImageWithForcedUids.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithImagesButNotIncluded.csv 1 addition, 1 deletion...mportPagesAndRelatedTtContentWithImagesButNotIncluded.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithImagesButWithoutStorageOnCaseInsensitiveFilesystems.csv 1 addition, 1 deletion...thImagesButWithoutStorageOnCaseInsensitiveFilesystems.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithImagesButWithoutStorageOnCaseSensitiveFilesystems.csv 1 addition, 1 deletion...WithImagesButWithoutStorageOnCaseSensitiveFilesystems.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithImagesOnCaseInsensitiveFilesystems.csv 1 addition, 1 deletion...elatedTtContentWithImagesOnCaseInsensitiveFilesystems.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithImagesOnCaseSensitiveFilesystems.csv 1 addition, 1 deletion...dRelatedTtContentWithImagesOnCaseSensitiveFilesystems.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithImagesWithSpacesInPath.csv 1 addition, 1 deletion...ortPagesAndRelatedTtContentWithImagesWithSpacesInPath.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithRteImagesAndFileLink.csv 1 addition, 1 deletion...mportPagesAndRelatedTtContentWithRteImagesAndFileLink.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndRelatedTtContentWithSameImageToExistingData.csv 1 addition, 1 deletion...rtPagesAndRelatedTtContentWithSameImageToExistingData.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseAssertions/importPagesAndTtContentWithRemappingNewSysFileEntries.csv 1 addition, 1 deletion...importPagesAndTtContentWithRemappingNewSysFileEntries.csv
- typo3/sysext/impexp/Tests/Functional/Fixtures/DatabaseImports/sys_file_storage.xml 2 additions, 2 deletions.../Functional/Fixtures/DatabaseImports/sys_file_storage.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/XmlExports/pages-and-ttcontent-with-corrupt-image.xml 2 additions, 2 deletions...res/XmlExports/pages-and-ttcontent-with-corrupt-image.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/XmlExports/pages-and-ttcontent-with-image-but-not-included.xml 2 additions, 2 deletions...ports/pages-and-ttcontent-with-image-but-not-included.xml
Please register or sign in to comment