Feature #38233
Task #38086: Enhance TYPO3 bootstrap mechanism
Add event handling to bootstrap mechanism
| Status: | Rejected | Start date: | 2012-06-20 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Oliver Hader | % Done: | 0% |
|
| Category: | - | |||
| Target version: | 6.0.0-pre-beta1 | |||
| TYPO3 Version: | 6.0 | Complexity: | ||
| PHP Version: | 5.3 | |||
| Votes: | 0 |
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.
History
Updated by Gerrit Code Review 11 months 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 11 months 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 Susanne Moog 11 months ago
- Parent task set to #38086
Updated by Benjamin Mack about 1 month 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.