Debug toolbar for Plone
Project description
Introduction
plone.app.debugtoolbar provides a wealth of debug information about a running Plone site at your fingertips. Simply install it in your build (e.g. by adding it to the eggs list in your Buildout and re-running buildout) and install it into your Plone site.
You should now see a Debug link at the top of your site. Click it to open the debug drawer. Click on a panel to view relevant information.
Panels include:
Context, showing information about the current content object
Zope, showing information about how the Zope server is configured
Published, showing information about the page template or view that was published
Request, showing information about the request that produced the current page
Response, showing informationa about the response that produced the current page
Theme, showing information about the current theme and browser layers
User, showing information about the current user
Versions, listing the versions of every package known to the Zope process
Workflow, showing information about workflow and security
Integration
Each panels is included as a viewlet. You can register new panels using a viewlet registration like this:
<browser:viewlet name="plone.app.debugtoolbar.somepanel" manager="plone.app.debugtoolbar.browser.interfaces.IDebugToolbarViewletManager" class=".somepanel.SomePanelViewlet" template="somepanel.pt" permission="zope2.View" layer="plone.app.debugtoolbar.browser.interfaces.IDebugToolbarLayer" />
See plone.app.debugtoolbar.browser for plenty of examples of panels.
Contributors
Martin Aspeli, Author
Changelog
1.0a1 (13/11/2011)
Iniital release [optilude]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for plone.app.debugtoolbar-1.0a1.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb44f7084b66e7029de3af8ea67e1a52c5b358f1bbeb55faee39321b1e04cf2b |
|
MD5 | 1f585a21777fcdc8a6b1a32b5099e317 |
|
BLAKE2b-256 | 6303ff0bc8c853908cebe367f2e5b55aac41bf4961ac9497679f10b599da7263 |