Project

General

Profile

Actions

Feature #45404

closed

em should not export invisible folders

Added by Stefano Cecere about 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
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!


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #45499: \TYPO3\CMS\Utility\StringUtility is not used in core - consider deprecationClosed2013-02-15

Actions
Related to TYPO3 Core - Bug #45140: Download as Zip on Windows systems get invalid zip filesClosed2013-02-04

Actions
Actions

Also available in: Atom PDF