Actions
Feature #19674
closedAdd Hook to ClearCacheMenu
Start date:
2008-12-03
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
There is no way to manipulate/add Items to the ClearCache-menu.
This hook adds this possibility to remove or add items to any position.
(issue imported from #M9885)
Files
Updated by Steffen Kamper almost 16 years ago
something was missing. If there is an additional item it never will be
displayed if normal items doesn't have the Access setting.
So the function checkAccess() has to be changed to allow using own
settings. This happens with a simple Array with identifiers which is
passed in the hook as well, scheme of access identifier is used in
userTS with setting
options.clearCache.[identifier]
new patch is attached (v2)
Updated by Christian Kuhn almost 16 years ago
Steffen committed this one to trunk rev. 4714.
Actions