Download & Extend

Admin status block in 7.x-1.x

Project:Boost
Version:7.x-1.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

Can't seem to find the Boost admin blocks anywhere on the block page. I've checked all the settings as well. I'm sure I'm missing it but I just can't find it.

How do I add the Boost admin block to the site?

Comments

#1

See here: http://drupal.org/node/1434362
It seems that they are not yet implemented for the drupal 7 version of the module.

#2

Is there a way to manually set caching times per node, in the meantime?

#3

Status:active» closed (duplicate)

Caching times per node is not yet possible. Please open a separate issue if you would like to work on this or do a feature request.

(deleted the first part of my comment, I mixed two different issues)

#4

Status:closed (duplicate)» active

oops, mixing different issues. Re-opening this one, and edited my last post.

#5

Status:active» closed (duplicate)

Seems this was answered with comment #1

#6

Status:closed (duplicate)» fixed

status correction

#7

Status:fixed» closed (fixed)

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

#8

Title:Where are the admin blocks?» Admin blocks in 7.x-1.x
Category:support request» feature request
Status:closed (fixed)» active

Re-opening issue and changing as a feature request.

#9

Title:Admin blocks in 7.x-1.x» Admin status block in 7.x-1.x
Status:active» needs review

I committed to 7.x-1.x (dev) a first attempt to a status block for boost. Please test/review!

* shows the filename of the cached page
* shows the file creation time
* if the page cannot be cached, it explains why (more info on this later)
* allows to flush the page from the cache (adds a permission "boost flush page", so users do not need "administer content" to flush some content, although it would be nice to make this configurable per content-type).

Modules implementing "hook_boost_is_cacheable" can add $parts['is_cacheable_rason'] = 'your reason here..';. This can be useful to understand why a page is not being cached. See boost_boost_is_cacheable() for an example. Related: #1666140: Boost API: hook_boost_is_cacheable: have a way to know if the current page is cacheable for the status block.

Changing the title of this issue to clarify to the 'status block' only. The stats block already has another issue, and the tuning block needs a separate issue. I updated the documentation in the handbook.

#10

Status:needs review» fixed

#11

Status:fixed» closed (fixed)

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

#12

This is a very nice addition! How could we add the flush page button on the admin menu/toolbar?