yii2-debug
yii2-debug copied to clipboard
Debug Extension for Yii 2
The information available is not enough. For the case i´m going to talk about, it took me a lot of time to debug and required manually update of yii2-debug libraries....
### What steps will reproduce the problem? ### What is the expected result? Show Debug Panel ### What do you get instead? Trying to access array offset on value of...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ allow debug when execute command | Breaks BC? | ❌ | Fixed...
As a developer I want to filter certain fields from the debug page to prevent leaking secrets. The debug page currently lists all and everything it can get, some fields...
### What steps will reproduce the problem? config: ``` 'bootstrap' => ['debug', 'gii'], 'modules' => [ 'debug' => [ 'class' => 'yii\debug\Module', 'allowedIPs' => ['*'] ], 'gii' => [ 'class'...
make authManager configurable for user panel when application use another components id instread default authManager. | Q | A | ------------- | --- | Is bugfix? | ✔️ | New...
It would be nice if the debug toolbar also displayed info about current theme so developers know where to search for view files. It should be enough to update file...
Register assets using the yii\web\View functions. In my application I have override the standard yii\web\View in order to add CSP nonce to each scripts loaded with View functions. Unfortunately yii-debug...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Tests pass? | ✔️ Add Module::$toolbarPosition...