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

4 5 6
2.0.3 under development
-----------------------

7
- Bug #6903: Fixed display issue with phpinfo() table (kalayda, cebe)
8 9


Qiang Xue committed
10 11
2.0.2 January 11, 2015
----------------------
Qiang Xue committed
12

13
- Bug #4820: Fixed reading incomplete debug index data in case of high request concurrency (martingeorg, samdark)
14
- Chg #6572: Allow panels to stay even if they do not receive any debug data (qiangxue)
Qiang Xue committed
15 16


Qiang Xue committed
17
2.0.1 December 07, 2014
Qiang Xue committed
18 19
-----------------------

20
- Bug #5402: Debugger was not loading when there were closures in asset classes (samdark)
21
- Bug #5745: Gii and debug modules may cause 404 exception when the route contains dashes (qiangxue)
22
- Enh #5600: Allow configuring debug panels in `yii\debug\Module::panels` as panel class name strings (qiangxue)
23
- Enh #6113: Improved configuration and request UI (schmunk42)
24
- Enh: Made `DefaultController::getManifest()` more robust against corrupt files (cebe)
Qiang Xue committed
25 26


Qiang Xue committed
27 28
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
29 30 31 32

- no changes in this release.


33 34
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
35

36
- Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue)
37 38
- Bug #3956: Debug toolbar was affecting flash message removal (samdark)
- Bug #4812: Fixed search filter (samdark)
39
- Bug #5126: Fixed text body and charset not being set for multipart mail (nkovacs)
40
- Enh #2299: Date and time in request list is now never wrapped (samdark)
41
- Enh #3088: The debug module will manage their own URL rules now (qiangxue)
Alexander Makarov committed
42
- Enh #3103: debugger panel is now not displayed when printing a page (githubjeka)
Qiang Xue committed
43
- Enh #3108: Added `yii\debug\Module::enableDebugLogs` to disable logging debug logs by default (qiangxue)
Thiago Talma committed
44
- Enh #3810: Added "Latest" button on panels page (thiagotalma)
Serge Postrash committed
45
- Enh #4031: Http status codes were hardcoded in filter (sdkiller)
46
- Enh #5089: Added asset debugger panel (arturf, qiangxue)
Qiang Xue committed
47

48 49
2.0.0-beta April 13, 2014
-------------------------
50

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

Carsten Brandt committed
58
2.0.0-alpha, December 1, 2013
59 60 61
-----------------------------

- Initial release.