81065f5c67
BREAKING: TYPO3 v12 support ( #44 )
...
* Migrated all fixtures to PHP.
* Removed version specific adjustments.
2023-11-27 10:04:42 +01:00
a9f3f108e3
BREAKING: Change of vendor/namespace ( #43 )
...
The vendor was renamed from `wrm` to `werkraummedia`.
And the namespace vendor was renamed from `Wrm` to `WerkraumMedia`.
That way all references to PHP classes as well as the package name
itself need to be adjusted.
2023-11-09 10:27:43 +01:00
0ca95bc410
De-duplicate code within functional tests ( #28 )
2023-07-04 10:11:26 +02:00
53ee309768
Migrate all database fixtures ( #10 )
...
We switched to PHPDataSets already but didn't migrate all usages.
This commit now migrates all usages left behind.
2023-05-15 11:58:19 +02:00
2d2b9ac993
Remove old code base
2022-11-22 12:49:57 +00:00
96f07fd501
Ensure title of sys_file_metadata is not exceeded
...
The columns is limited by length.
We ensure we do crop incoming file names before adding them to the
database.
We would run into exception otherwise.
2022-06-28 11:39:12 +02:00