Project

General

Profile

Actions

Bug #38445

closed

Task #38086: Enhance TYPO3 bootstrap mechanism

Bootstrap must check if submodules exist

Added by Philipp Gampe almost 12 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2012-06-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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.

Actions #1

Updated by Philipp Gampe almost 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

Actions #2

Updated by Gerrit Code Review almost 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

Actions #3

Updated by Chris topher almost 12 years ago

  • Subject changed from Install Tool must check if submodules exist to Bootstrap must check if submodules exist
Actions #4

Updated by Gerrit Code Review almost 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

Actions #5

Updated by Gerrit Code Review almost 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

Actions #6

Updated by Gerrit Code Review almost 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

Actions #7

Updated by Gerrit Code Review almost 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

Actions #8

Updated by Susanne Moog almost 12 years ago

  • Parent task set to #38086
Actions #9

Updated by Philipp Gampe almost 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.

Actions #10

Updated by Christian Kuhn almost 12 years ago

  • Status changed from Under Review to New
Actions #11

Updated by Wouter Wolters over 10 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.

Actions

Also available in: Atom PDF