Bug #38124

Task #38086: Enhance TYPO3 bootstrap mechanism

Load extension configuration in function context

Added by Helmut Hummel about 3 years ago. Updated about 3 years ago.

Status:Resolved Start date:2012-06-16
Priority:Must have Due date:
Assigned To:Helmut Hummel % Done:

100%

Category:- Spent time: -
Target version:-
TYPO3 Version:6.0 Is Regression:
PHP Version: Sprint Focus:
Complexity:

Description

Until now all the ext_localconf.php files provided by extensions were included in a global scope.
This is a major blocker for a clean and flexible bootstrapping.

Include the configuration files in a method of the bootstrap class and set all supported global variables as global.

Associated revisions

Revision 721fe2aa
Added by Helmut Hummel about 3 years ago

[!!!][TASK] Load extension configuration in function context

Until now all the ext_localconf.php files provided by extensions
were included in a global scope. This is a major blocker for
a clean and flexible bootstrapping.

Include the configuration files in a method of the bootstrap class
and set all supported global variables as global.

Resolves: #38124
Releases: 6.0
Change-Id: I4e7136d39f85258f75f6f76cb60eeede8bfc0453
Reviewed-on: http://review.typo3.org/12139
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
Reviewed-by: Oliver Hader
Tested-by: Oliver Hader

Revision e5e28a2a
Added by Helmut Hummel about 3 years ago

[!!!][TASK] Load extension configuration in function context

Until now all the ext_localconf.php files provided by extensions
were included in a global scope. This is a major blocker for
a clean and flexible bootstrapping.

Include the configuration files in a method of the bootstrap class
and set all supported global variables as global.

Resolves: #38124
Releases: 6.0
Change-Id: I4e7136d39f85258f75f6f76cb60eeede8bfc0453
Reviewed-on: http://review.typo3.org/12139
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
Reviewed-by: Oliver Hader
Tested-by: Oliver Hader

History

#1 Updated by Gerrit Code Review about 3 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12139

#2 Updated by Helmut Hummel about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF