0f7323eac3
Fix removal of still used files ( #27 )
...
Simplify SQL queries and move logic to PHP.
2023-06-20 11:56:59 +02:00
a756998f1f
Add proper image handling during import ( #22 )
...
Import now properly handles images.
It only added missing images beforehand but now will properly:
- Remove
- Resort
- Add
- Update
Relates: #10521
2023-06-12 11:07:52 +02:00
9c8e1aa982
Do not delete files if they are still in use ( #12 )
...
The clean up task had an issue to clean up to many files.
It didn't check if a file that could be deleted
because one event got deleted, was still in use by another event.
Relates: #10499
2023-05-15 15:35:48 +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