Actions
Bug #14123
closedcached image sizes don't work properly, method for clearing the cache has to be changed
Start date:
2004-04-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Have to fixe the cache clearing mechanism.
- Put SQL for cache_imagesizes into t3lib/stddb/tables.sql instead of typo3/sysext/cms/ext_tables.sql
- Move cache clearing into install tool
(issue imported from #M31)
Updated by Robert Lemke over 20 years ago
I have fixed this in the current CVS version. Changelog:
- Moved table definition for cache_imagesizes from sysext/cms/ext_tables.sql to stddb/tables.sql
- Removed Clear All Cache for cache_imagesizes in t3lib_tcemain::clear_cacheCmd
- Added new section "Clean up database" in the install tool. This is used for clearing the cached image sizes
Actions