Bug #38445
Task #38086: Enhance TYPO3 bootstrap mechanism
Bootstrap must check if submodules exist
Status: | Rejected | Start date: | 2012-06-28 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Install Tool | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Is Regression: | ||
PHP Version: | 5.4 | Sprint Focus: | ||
Complexity: | easy |
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.
History
#1 Updated by Philipp Gampe about 3 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
#2 Updated by Gerrit Code Review about 3 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
#3 Updated by Chris topher about 3 years ago
- Subject changed from Install Tool must check if submodules exist to Bootstrap must check if submodules exist
#4 Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12442
#5 Updated by Gerrit Code Review about 3 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12442
#6 Updated by Gerrit Code Review about 3 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12442
#7 Updated by Gerrit Code Review about 3 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12442
#8 Updated by Susanne Moog about 3 years ago
- Parent task set to #38086
#9 Updated by Philipp Gampe about 3 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.
#10 Updated by Christian Kuhn about 3 years ago
- Status changed from Under Review to New
#11 Updated by Wouter Wolters about 2 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.