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.
Updated by Gerrit Code Review over 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30525
Updated by Alexander Stehlik over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d15687b7e2e54c44551b9632d2144fb832693acf.
Actions