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
Actions