Actions
Bug #89947
closed"Broken Extension Scanner" is broken
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-12-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The scanner for broken extension in the Install Tool has some conceptual flaws in its current state:
- An AJAX request per extension is sent
- If an extension is broken, due to the nature of parallel requests the first failing extension request is reported as broken, not the really broken extension
- Uninstallation of protected extensions is possible
- Caches after uninstallation are not flushes, leaving a still broken ext_localconf or ext_tables state.
Actions