[TYPO3-core] RFC: clear cache does not remove files in typo3temp/cache_pages
Michael Stucki
michael at typo3.org
Thu Mar 15 14:40:02 CET 2007
Hi Dmitry,
> I attach two versions here:
> clearCache-changes.txt - only necessary changes
> clearCache-full.txt - this file after passing it through ExtDevEval to
> update function index. This file will be committed.
Are you sure that extDevEval has changed this line?
- if ($this->checkStoredRecords_loose && !$value && !$row[$key]) {
+ if ($this->checkStoredRecords_loose && !$value && !$row[$key] || $TCA[$table]['columns'][$key]['config']['type'] == 'inline') {
I'll check the patch later.
- michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20070315/c85c8858/attachment-0001.pgp
More information about the TYPO3-team-core
mailing list