Actions
Feature #30228
closedNotify other components after changing a file
Start date:
2011-09-23
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
There has to be a defined way of notifying other components when a file changes. This involves moving it, deleting it, changing its contents and maybe other things.
Some questions that have to be decided upon:
- Who triggers the notification?
- The driver, the repository, the object itself?
- What information should be given?
- Which file changed, which action happened, what parts changed?
- Should we also have a kind of pre-notification before something is changed? So the process could be interrupted before anything happened?
- This would allow for e.g. access or license checks to forbid publishing restricted files
Updated by Ingmar Schlecht almost 13 years ago
- Subject changed from Notify other components after changing a file to Signal-Slot: Notify other components after changing a file
Updated by Andreas Wolf almost 13 years ago
- Subject changed from Signal-Slot: Notify other components after changing a file to Notify other components after changing a file
- Category set to Signal/Slot
Updated by Alexander Opitz almost 11 years ago
- Project changed from 1401 to TYPO3 Core
- Category deleted (
Signal/Slot)
Updated by Alexander Opitz almost 11 years ago
- Category set to File Abstraction Layer (FAL)
- TYPO3 Version set to 6.0
Updated by Steffen Ritter almost 11 years ago
- Status changed from New to Resolved
- Target version set to 6.2.0
- TYPO3 Version changed from 6.0 to 6.2
this is already done in 6.2
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions