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 #1

Updated by Gerrit Code Review about 11 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18291

Actions #2

Updated by Gerrit Code Review about 11 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18291

Actions #3

Updated by Gerrit Code Review about 11 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18291

Actions #4

Updated by Gerrit Code Review about 11 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18291

Actions #5

Updated by Gerrit Code Review about 11 years ago

Patch set 5 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18291

Actions #6

Updated by Gerrit Code Review about 11 years ago

Patch set 6 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/18291

Actions #7

Updated by Gerrit Code Review about 11 years ago

Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18344

Actions #8

Updated by Jost Baron about 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #9

Updated by Gerrit Code Review about 11 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch master_new has been pushed to the review server.
It is available at https://review.typo3.org/18664

Actions #10

Updated by Christian Kuhn about 11 years ago

  • Status changed from Under Review to Resolved
Actions #11

Updated by Oliver Hader about 11 years ago

  • Target version changed from 6.1.0 to 6.1.0-alpha1
Actions #12

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF