Bug #38445
closedTask #38086: Enhance TYPO3 bootstrap mechanism
Bootstrap must check if submodules exist
0%
Description
If you just clone the git repository and forget to use the --recursive parameter or to run git submodule, then you will get an error that tx_extbase_utility_extension can not be found.
This is misleading and the Install Tool should check if the system extensions are present.
It should just check for the presence of the ext_localconf.php files.
Updated by Philipp Gampe over 12 years ago
Actually the install tool is too late to check for this. This must be check at bootstrap before extension ext_localconf.php
files are read.
Please change subject to Bootstrap must check if submodules exist
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/12442
Updated by Chris topher over 12 years ago
- Subject changed from Install Tool must check if submodules exist to Bootstrap must check if submodules exist
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/12442
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12442
Updated by Gerrit Code Review over 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12442
Updated by Gerrit Code Review over 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12442
Updated by Philipp Gampe over 12 years ago
The should be set back to new, as I abandoned the change for now (see discussion on gerrit).
Lets see what further refactoring brings and try to find a better place later.
Updated by Christian Kuhn over 12 years ago
- Status changed from Under Review to New
Updated by Wouter Wolters over 11 years ago
- Status changed from New to Rejected
We do not have submodules anymore in the core.. Extbase and Fluid are now required extension of the core.