Bug #53552

File handling in import/export module is broken

Added by Oliver Hader over 1 year ago. Updated over 1 year ago.

Status:Resolved Start date:2013-11-12
Priority:Should have Due date:
Assigned To:Oliver Hader % Done:

100%

Category:Import/Export (T3D) Spent time: -
Target version:-
TYPO3 Version:6.0 Is Regression:No
PHP Version:5.3 Sprint Focus:
Complexity:medium

Description

The file handling (downloading/storing or uploading/fetching existing T3D/XML files) is currently broken in the import/export module of the TYPO3 CMS backend.

There are further sub-issues:
  • faulty file-mounts disposal in file abstraction layer & view issues
  • upload tab in import module is not shown
  • thumbnail feature does not work anymore
  • saving export file to folder on server does not work

53552_1.png - Import (61.5 kB) Oliver Hader, 2013-11-12 12:02

53552_2.png - Export (79.8 kB) Oliver Hader, 2013-11-12 12:02


Related issues

blocked by Core - Task #55177: Add concept of a default storage Resolved 2014-01-20

Associated revisions

Revision 81a44b68
Added by Oliver Hader over 1 year ago

[BUGFIX] Fix file handling in import/export module

The file handling (downloading/storing or uploading/fetching
existing T3D/XML files) is currently not full FAL compatible in the
import/export module of the TYPO3 CMS backend. Also saving
export file to folder on server shows an error, but the file is saved.

In further TYPO3 version the .htaccess protected folder
fileadmin/_temp_/ was used to store the export files. This was lately
changed to the public accessible users default upload folder,
normally fileadmin/user_upload/. This patch changes this
back to a .htaccess protected folder, namely temp/importexport/
below users default upload folder.

Resolves: #53552
Releases: 6.2
Change-Id: I250e08188d9e9aac011c759fccf7e831fea037fb
Reviewed-on: https://review.typo3.org/25294
Reviewed-by: Sascha Wilking
Tested-by: Sascha Wilking
Reviewed-by: Wouter Wolters
Reviewed-by: Anja Leichsenring
Tested-by: Anja Leichsenring
Reviewed-by: Marc Bastian Heinrichs
Tested-by: Marc Bastian Heinrichs

History

#1 Updated by Oliver Hader over 1 year ago

  • File 53552_1.png added
  • File 53552_2.png added
  • Category set to Import/Export (T3D)
  • Assigned To set to Oliver Hader
  • Complexity set to medium

Import

Export

#2 Updated by Gerrit Code Review over 1 year ago

  • Status changed from New to Under Review

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25294

#3 Updated by Gerrit Code Review over 1 year ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25294

#4 Updated by Gerrit Code Review over 1 year ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25294

#5 Updated by Gerrit Code Review over 1 year ago

Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25294

#6 Updated by Gerrit Code Review over 1 year ago

Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25294

#7 Updated by Oliver Hader over 1 year ago

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

Also available in: Atom PDF