zend-developer-tools icon indicating copy to clipboard operation
zend-developer-tools copied to clipboard

Module for developer and debug tools for working with the ZF2 MVC layer.

Results 25 zend-developer-tools issues
Sort by recently updated
recently updated
newest added

I know, that this is not an error at all, but: If I use bootstratp CSS, for example - there present this style definition: ``` css /* bootstrap.css #259 */...

See zendframework/zf2#6166 Resolution is to wait for the next release (2.2.8 and 2.3.2) and then remove the patched code at https://github.com/zendframework/ZendDeveloperTools/blob/9f93faecc1c9c31b8af67491f0e706e75b1f85bf/src/ZendDeveloperTools/Listener/EventLoggingListenerAggregate.php#L120

in the application config ,i have a route its type is 'Zend\Mvc\Router\Http\Chain', this type need a parameter 'route_plugins', so i new it in the application config. but in the \Zend\Mvc\Router\RoutePluginManager,...

Firebug show this error on this function: ``` js self.show = function() { slide(0); toggleTrigger.innerHTML = "◄"; toggleTrigger.setAttribute("title", "Hide Toolbar"); hidden = false; cookie.set(cookieKeyHidden, 0); }; ``` and there is...

The toolbar bleeds 8 new lines into each response, which can cause issues (if, for example, you try and build a zip file then those 8 new lines will be...

Hello I enabled cache config in application.config.php: ``` php ... 'config_cache_enabled' => true, 'config_cache_key' => 1, 'cache_dir' => __DIR__ . '/../data/cache', ... ``` And I have some errors then :...

Hi! When I use window.location.assign with a download link, the toolbar does not work properly and I get this javascript error on my console: Uncaught TypeError: Cannot read property 'offsetWidth'...

Says "Session Validation Failed" on SessionManager->start() (used in FlashMessenger...)

Hi, I am developing a AngularJs application and was wondering how can i get the toolbars data in each ajax request ? All my requests return json, either a html...

When we look at the compatitors like symfony or laravel with customized phpdebugbar the zend's has lacks in design and so on. For example: The configuration array etc are just...