TYPO3 Extension providing events with import of destination data one
Go to file
Daniel Siepmann 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
.github/workflows Extend TYPO3 page cache timout calculation based on rendered dates (#9) 2023-05-04 15:23:23 +02:00
Classes Do not delete files if they are still in use (#12) 2023-05-15 15:35:48 +02:00
Configuration Extend TYPO3 page cache timout calculation based on rendered dates (#9) 2023-05-04 15:23:23 +02:00
Documentation Do not delete files if they are still in use (#12) 2023-05-15 15:35:48 +02:00
Resources Fix broken link to page 1 within pagination 2023-02-16 07:53:03 +01:00
Tests Do not delete files if they are still in use (#12) 2023-05-15 15:35:48 +02:00
.gitattributes Add PHP 8.2 support (#5) 2023-04-03 08:41:22 +02:00
.gitignore Add TYPO3 v11 configurations 2021-12-13 08:48:34 +01:00
composer.json Extend TYPO3 page cache timout calculation based on rendered dates (#9) 2023-05-04 15:23:23 +02:00
ecs.php Add CI 2021-09-07 09:26:59 +02:00
ext_emconf.php Do not delete files if they are still in use (#12) 2023-05-15 15:35:48 +02:00
ext_localconf.php Extend TYPO3 page cache timout calculation based on rendered dates (#9) 2023-05-04 15:23:23 +02:00
ext_tables.php Move addStaticFile() method call to proper place 2023-01-24 13:08:44 +01:00
ext_tables.sql Add default routing 2022-11-23 09:59:55 +00:00
LICENSE Add very basic first docs (#2) 2023-02-21 14:53:47 +01:00
phpstan-baseline.neon Adjust phpstan baseline (#11) 2023-05-15 11:30:50 +02:00
phpstan.neon Add default routing 2022-11-23 09:59:55 +00:00
phpunit.xml.dist Add first functional tests covering location filter 2022-08-09 09:56:18 +02:00
README.rst Add very basic first docs (#2) 2023-02-21 14:53:47 +01:00
shell.nix Extend TYPO3 page cache timout calculation based on rendered dates (#9) 2023-05-04 15:23:23 +02:00

TYPO3 Events Extension

A basic events extension

This is shared as is. It is developed and used by the agency for some years already. The code and test coverage dates back some years. We continuously try to improve the overall situation. Don't expect heavy documentation at this state.