aplia/debug-toolbar

Toolbar which contains the debug output from eZ publish legacy

Installs: 678

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

Language:Smarty

Type:ezpublish-legacy-extension

1.2.4 2020-01-06 09:27 UTC

This package is auto-updated.

Last update: 2024-04-06 19:28:38 UTC


README

This extension grabs the eZ publish debug output and places it inside a toolbar at the right side. The toolbar can be toggled to show/hide the debug output.

This means that the page no longer gets affected by long debug output.

Latest Stable Version Minimum PHP Version

Installation

Install using composer

composer require aplia/debug-toolbar

Then enable the extension by adding this to site.ini:

[ExtensionSettings]
ActiveExtensions[]=debug-toolbar

Then modify pagelayout.tpl by find the debug marker:

<!--DEBUG_REPORT-->

and replacing it with:

{if eq( ezini( 'DebugSettings', 'DebugOutput', 'site.ini' ), 'enabled' )}
{include uri='design:debug/debug-toolbar.tpl'}
{/if}

License

The debug toolbar is open-sourced software licensed under the MIT license.