Actions
Feature #45404
closedem should not export invisible folders
Start date:
2013-02-12
Due date:
% Done:
100%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
6.0 extensionamanger does export also invisible folders (like .git or .svn)
previous versions didn't. and it's quite a problem because now it's hard to clean production sites
the bug seems to be in /typo3/sysext/extensionmanager/Classes/Utility/FileHandlingUtility.php , line 351:
if (\TYPO3\CMS\Core\Utility\StringUtility::isLastPartOfString($key, '.')) { continue;
it looks like this like should prevent some kind of invisible files to get into the zip.. but it doesn't work!
Actions