Bug #32600
closedAdd clear l10n cache when the user clear all cache
100%
Description
Currently the l10n parser cache can only be cleared manually, by adding this in locallang.php:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['lang']['cache']['clear_menu'] = TRUE;
This patch change the default behavior. By default the l10n cache is cleared on "clear all cache", if the clear l10n menu item is enabled, it's not cleared on clear all cache.
Updated by Gerrit Code Review almost 13 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/7283
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/7283
Updated by Dominique Feyer almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b3fd4851a234297b598d5f9b956e2c6230d6edfc.
Updated by Oliver Hader almost 13 years ago
- Status changed from Resolved to Needs Feedback
Updated by Oliver Hader almost 13 years ago
EXT:lang/hooks/clearcache/class.tx_lang_clearallcache.php is missing in master - but I guess it should be class.tx_lang_clearcache.php instead?
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7358
Updated by Steffen Gebert almost 13 years ago
Yes Olly, made the same observation just now in master, too!
Can't delete Content Elements :-(
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7358
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/7358
Updated by Xavier Perseguers over 12 years ago
- Status changed from Under Review to Resolved
- Target version set to 4.6.5
- PHP Version set to 5.3
- Complexity set to easy
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9361
Updated by Oliver Hader over 11 years ago
- Category set to Localization
- Status changed from Under Review to Resolved
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed