Idea:

On a rather large magazine web site we find ourselves deleting the Boost Cache (from Boost Module) quite often.
I have hardcoded a link to that page in the admin tools module but it would be a nice idea if the module could check the existence of the Boost module and if it exists in an installation, add a Link to admin/settings/performance/boost for faster navigation - maybe even implement the actual deletion of all boost caches!

Comments

bocaj’s picture

Version: 6.x-1.0 » 7.x-1.x-dev
Status: Active » Fixed

There is now a hook (hook_admin_tools_links) in the latest dev release (available in the next 12 hours) where you can accomplish this exact functionality inside a custom module. Please see admin_tools.module file for proper structure.

Please note that this is for the Drupal 7 release only!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.