CHANGELOG.md 1.46 KB
Newer Older
1 2 3
Yii Framework 2 debug extension Change Log
==========================================

Qiang Xue committed
4 5 6
2.0.0-rc under development
--------------------------

7
- Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue)
8
- Bug #3956: Debug toolbar was affecting flash message removal (samdark) 
9
- Enh #2299: Date and time in request list is now never wrapped (samdark)
10
- Enh #3088: The debug module will manage their own URL rules now (qiangxue)
Alexander Makarov committed
11
- Enh #3103: debugger panel is now not displayed when printing a page (githubjeka)
Qiang Xue committed
12
- Enh #3108: Added `yii\debug\Module::enableDebugLogs` to disable logging debug logs by default (qiangxue)
Thiago Talma committed
13
- Enh #3810: Added "Latest" button on panels page (thiagotalma)
Serge Postrash committed
14
- Enh #4031: Http status codes were hardcoded in filter (sdkiller)
Qiang Xue committed
15

16 17
2.0.0-beta April 13, 2014
-------------------------
18

19
- Bug #1783: Using VarDumper::dumpAsString() instead var_export(), because var_export() does not handle circular references. (djagya)
20
- Bug #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled (qiangxue)
21
- Bug #1747: Fixed problems with displaying toolbar on small screens (cebe)
Qiang Xue committed
22
- Bug #1827: Debugger toolbar is loaded twice if an action is calling `run()` to execute another action (qiangxue)
Mark committed
23
- Enh #1667: Added mail panel (Ragazzo, 6pblcb)
Mark committed
24
- Enh #2006: Added total queries count monitoring (o-rey, Ragazzo)
25

Carsten Brandt committed
26
2.0.0-alpha, December 1, 2013
27 28 29
-----------------------------

- Initial release.