Feature #17688
Display an adminWarning if extension cache is out of date
| Status: | Resolved | Start date: | 2007-10-16 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | - | |||
| Target version: | 6.0.5 | |||
| TYPO3 Version: | 4.2 | Complexity: | ||
| PHP Version: | 4.3 | |||
| Votes: | 0 |
Description
If the extension cache has not been updated for more than one month, TYPO3 should issue a warning for admin users.
The attached patch implements this feature.
TODO: Currently this only takes care of checking the age of the extensions.bin file. In future, TYPO3 should also check automatically if any of the installed extensions are marked insecure. This will probably depend on ter_update_check being integrated...
(issue imported from #M6532)
History
Updated by Michael Stucki over 5 years ago
Ingo, can you please take care of this as soon as ter_update_check has been integrated?
Updated by Ingo Renner over 5 years ago
will do
Updated by Ingo Renner over 5 years ago
I'm now releasing this as a community task. This should be easy for anybody after investigating a little
Updated by Christian Kuhn about 3 years ago
This could be easily added with a flash message in 4.3, maybe this is an issue for the em rewrite of 4.4.
Updated by Georg Ringer about 1 month ago
- Status changed from New to Resolved
- Target version changed from 0 to 6.0.5
- % Done changed from 0 to 100
warning is in new EM ;)