Actions
Feature #38233
closedTask #38086: Enhance TYPO3 bootstrap mechanism
Add event handling to bootstrap mechanism
Start date:
2012-06-20
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
Add several events like "database is initialized", "bootstrap is initialized", etc. to the whole bootstrap mechanism.
The concrete situation to be solved is the registration of Extbase Signal Slots in ext_localconf.php - which fails since autoloader and caching framework are not yet initialized at the time the ext_localconf.php gets executed.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12239
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12239
Updated by Benni Mack over 11 years ago
- Status changed from Under Review to Rejected
Not needed anymore in this way, Signal Slot in ext_localconf.php can be used without Extbase now.
Actions