Bug #43694
closedHooks no longer correct after moving/namespacing of classes
100%
Description
in dbal/ext_localconf.php:
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install/mod/class.tx_install.php']['stepOutput'][] = 'EXT:dbal/class.tx_dbal_installtool.php:tx_dbal_installtool';
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install/mod/class.tx_install.php']['writeLocalconf'][] = 'EXT:dbal/class.tx_dbal_installtool.php:tx_dbal_installtool';
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['ext/install/mod/class.tx_install.php']['requiredPhpModules'][] = 'EXT:dbal/class.tx_dbal_installtool.php:tx_dbal_installtool';
$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/mod/tools/em/index.php']['checkDBupdates'][] = 'EXT:dbal/class.tx_dbal_em.php:tx_dbal_em';
Updated by Gerrit Code Review almost 12 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/17000
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 https://review.typo3.org/17000
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch dbal_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18930
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch dbal_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/18930
Updated by Stefan Neufeind over 11 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset commit:3f57811a61b1cdca01422a2af5898e01acec083e.
Updated by Michael Stucki almost 11 years ago
- Project changed from 329 to TYPO3 Core