Actions
Task #59294
closedMore & improved signals (hooks) in ResourceStorage
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-06-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Description
Currently not all file actions emit a signal in the ResourceStorage
class.
Additionally in the post file / folder move signals the original folder is not accessible.
This could be improved.
The reason behind this request: I'm currently developing an Extension that tries to optimize the caching behavior of TYPO3: https://github.com/Intera/typo3-extension-cacheopt. Basically every time a file is modified, the cache for all pages pointing to the file or the parent directory (via a file collection) is cleared.
Actions