[TASK] Add support for having files outside the t3d/xml in impexp
Impexp files are blown up from the files that are included as base64. This patch adds the possibility to have the files separated from the t3d/xml export file. They are saved to a folder beside the export file. Resolves: #57379 Releases: 6.3, 6.2 Change-Id: Ib8bdc4336c64d2eae0e993132a5fce84eb01f766 Reviewed-on: https://review.typo3.org/30453 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring
Showing
- typo3/sysext/impexp/Classes/Controller/ImportExportController.php 31 additions, 0 deletions...sext/impexp/Classes/Controller/ImportExportController.php
- typo3/sysext/impexp/Classes/ImportExport.php 121 additions, 15 deletionstypo3/sysext/impexp/Classes/ImportExport.php
- typo3/sysext/impexp/Tests/Functional/Export/GroupFileAndFileReferenceItem/ExportTest.php 30 additions, 3 deletions...ional/Export/GroupFileAndFileReferenceItem/ExportTest.php
- typo3/sysext/impexp/Tests/Functional/Export/PagesAndTtContentWithImages/ExportTest.php 20 additions, 0 deletions...ctional/Export/PagesAndTtContentWithImages/ExportTest.php
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/impexp-group-file-and-file_reference-item-but-images-not-included.xml 246 additions, 0 deletions...-file-and-file_reference-item-but-images-not-included.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/impexp-group-file-and-file_reference-item-but-images-not-included.xml.files/c3511df85d21bc578faf71c6a19eeb3ff44af370 0 additions, 0 deletions...cluded.xml.files/c3511df85d21bc578faf71c6a19eeb3ff44af370
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/impexp-group-file-and-file_reference-item-but-images-not-included.xml.files/e1c5c4e1e34e19e2facb438752e06c3f 0 additions, 0 deletions...s-not-included.xml.files/e1c5c4e1e34e19e2facb438752e06c3f
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/pages-and-ttcontent-with-image-but-not-included.xml 492 additions, 0 deletions...rtXml/pages-and-ttcontent-with-image-but-not-included.xml
- typo3/sysext/impexp/Tests/Functional/Fixtures/ImportExportXml/pages-and-ttcontent-with-image-but-not-included.xml.files/da9acdf1e105784a57bbffec9520969578287797 0 additions, 0 deletions...cluded.xml.files/da9acdf1e105784a57bbffec9520969578287797
- typo3/sysext/impexp/Tests/Functional/Import/GroupFileAndFileReferenceItem/ImportInEmptyDatabaseTest.php 14 additions, 0 deletions...oupFileAndFileReferenceItem/ImportInEmptyDatabaseTest.php
- typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/DataSet/Assertion/importPagesAndRelatedTtContentWithImagesButNotIncluded.csv 23 additions, 0 deletions...mportPagesAndRelatedTtContentWithImagesButNotIncluded.csv
- typo3/sysext/impexp/Tests/Functional/Import/PagesAndTtContentWithImages/ImportInEmptyDatabaseTest.php 16 additions, 0 deletions...PagesAndTtContentWithImages/ImportInEmptyDatabaseTest.php
- typo3/sysext/impexp/app/locallang.xlf 9 additions, 0 deletionstypo3/sysext/impexp/app/locallang.xlf
Please register or sign in to comment