Actions
Bug #41245
closedDeprecate t3lib_install
Start date:
2012-09-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:
Description
t3lib_install contained two logical parts in the past: A group of methods to handle localconf.php and another group to parse ext_tables.sql files and friends. The latter was already extracted to t3lib_install_sql in the past. The localconf handling is obsolete with the new LocalConfiguration.php and its new API method.
The patch handles:- Deprecate t3lib_install and change the code in a way that does not harm if still called.
- Move some methods and properties to TYPO3\CMS\Install\Installer, make the class standalone and do not extend t3lib_install anymore.
Updated by Christian Kuhn about 12 years ago
- Subject changed from Deprecated t3lib_install to Deprecate t3lib_install
Updated by Gerrit Code Review about 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/14908
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14908
Updated by Markus Klein about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ef56b932257c0879c7a3fb054254ab57dca784fd.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions