yii2-debug icon indicating copy to clipboard operation
yii2-debug copied to clipboard

Debug Extension for Yii 2

Results 45 yii2-debug issues
Sort by recently updated
recently updated
newest added

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Tests pass? | ❌ | Fixed...

We want to use this extension in our staging zone, but the problem is that we have multiple application servers behind balancing server. We tried to extend this module, but...

type:enhancement
status:ready for adoption

``` Fatal error: Uncaught Error: Call to a member function getRequest() on null in /var/www/yii2/vendor/yiisoft/yii2-debug/src/panels/**RequestPanel.php on line 59** Call Stack: 0.0016 351728 1. {main}() /var/www/yii2/vendor/codeception/codeception/codecept:0 0.5448 1842688 2. Codeception\Application->run(???, ???)...

type:bug

### What steps will reproduce the problem? 1. Have an dependency with a broken asset bundle that is fixed via config 2. Create an error in the debug toolbar (for...

type:enhancement
status:ready for adoption

### What steps will reproduce the problem? User is logged in and his role generated automaticly using [default roles method](http://www.yiiframework.com/doc-2.0/guide-security-authorization.html#using-default-roles) ### What's expected? Information about roles and permissions. ### What...

type:bug

I'm just wondering. We have all request body in log. We can make over there a button like "re-test"? . Because i think we need usually, if there is a...

type:enhancement

I have the basic template installed with a module "admin". In admin module I specify the session name Yii::$app->session->name = 'back'; In the main config I specify 'session'=>[ 'name'=>'front' ],...

type:bug
status:to be verified

Install basic template with yii2-debug 2.0.14 and uncomment `urlManager` config in web.php. You will see no button in right bottom corner: ![gnjwoia](https://user-images.githubusercontent.com/4941848/46150765-fb6d3300-c275-11e8-80f3-df0ae65c3c53.png) When `enablePrettyUrl` is false: ![ull7fy1](https://user-images.githubusercontent.com/4941848/46150756-f90ad900-c275-11e8-9573-dfc6454783df.png) ### Additional info...

status:to be verified

this deserves attention regarding readability. Having 1 line of SQL is not really practical.

type:enhancement
status:under discussion

It would be very useful to highlight queries, that were executed in transactions and also add a column (or row tooltip) with transaction id to indicate queries within some certain...

type:enhancement