[BUGFIX] Handle cache tables in install tool and em
This patch moves the needed table definition for a cache from the caching framework to the install tool and the extension manager. This way the cf tables are handled just like every other table and show up for example in compare wizard of install tool and if an extension is installed that registers own caches (like extbase). Change-Id: I61e7dd1b1fbe970529810876bc7137986f9ae656 Resolves: #28973 Reviewed-on: http://review.typo3.org/4323 Reviewed-by: Susanne Moog Tested-by: Susanne Moog Reviewed-by: Helmut Hummel Tested-by: Helmut Hummel Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
Showing
- t3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php 13 additions, 29 deletionst3lib/cache/backend/class.t3lib_cache_backend_dbbackend.php
- t3lib/cache/backend/resources/dbbackend-layout-cache.sql 1 addition, 1 deletiont3lib/cache/backend/resources/dbbackend-layout-cache.sql
- t3lib/class.t3lib_cache.php 19 additions, 0 deletionst3lib/class.t3lib_cache.php
- t3lib/class.t3lib_install_sql.php 2 additions, 19 deletionst3lib/class.t3lib_install_sql.php
- t3lib/config_default.php 0 additions, 1 deletiont3lib/config_default.php
- tests/t3lib/cache/backend/class.t3lib_cache_backend_dbbackendTest.php 1 addition, 83 deletions...cache/backend/class.t3lib_cache_backend_dbbackendTest.php
- typo3/sysext/em/classes/index.php 3 additions, 1 deletiontypo3/sysext/em/classes/index.php
- typo3/sysext/em/classes/install/class.tx_em_install.php 24 additions, 4 deletionstypo3/sysext/em/classes/install/class.tx_em_install.php
- typo3/sysext/install/mod/class.tx_install.php 1 addition, 0 deletionstypo3/sysext/install/mod/class.tx_install.php
Please register or sign in to comment