events/Tests/Functional/Import/DestinationDataTest
Daniel Siepmann (Codappix) 674014e8fd
Handle destination.one files without file name. (#67)
It is possible to have files such as
`https://dam.destination.one/2675868/3dc0a9dccd0dad46c73e669ece428c634ff8324ea3d01a4858a1c43169deed41/.jpg`.
Those were not handled correctly yet.
We now also handle those cases.
We will generate a hash from the URL as file name in order to still use those files.

Relates: #11396
2024-09-17 11:04:19 +02:00
..
Assertions Handle destination.one files without file name. (#67) 2024-09-17 11:04:19 +02:00
Fixtures Handle destination.one files without file name. (#67) 2024-09-17 11:04:19 +02:00
AbstractTestCase.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportCleansTransientFilesTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportDoesNotUseUploadsFolderTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportDoesntBreakWithLongFileTitleTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportDoesntEndUpInEndlessDateCreationTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportHandlesImagesTest.php Handle destination.one files without file name. (#67) 2024-09-17 11:04:19 +02:00
ImportHandlesPricesTest.php Add support for new PRICE_INFO_EXTRA field (#56) 2024-05-14 09:56:38 +02:00
ImportsAllConfigurationTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportsExampleAsExpectedTest.php Add meta tags (#49) 2023-11-29 10:36:59 +01:00
ImportsFeaturesTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportsFirstDateOfDatesTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportsSingleConfigurationTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportsTextsTest.php Support import of HTML variant for detail text (#65) 2024-08-20 08:58:31 +02:00
ImportsTicketsTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportsWithConfiguredRepeatUntilTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportsWithLocationsTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportsWithoutCategoryIfNotProvidedTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportsWithoutLocationTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportsWithoutRegionIfNotProvidedTest.php BREAKING: TYPO3 v12 support (#44) 2023-11-27 10:04:42 +01:00
ImportsWithSystemConfiguredTimeZoneTest.php Make time zone for slugs configurable (#66) 2024-09-10 14:32:23 +02:00