No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

CHANGELOG.md 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Yii Framework 2 debug extension Change Log
  2. ==========================================
  3. 2.0.3 March 01, 2015
  4. --------------------
  5. - Bug #6903: Fixed display issue with phpinfo() table (kalayda, cebe)
  6. - Bug #7222: Debug toolbar wasn't displayed properly in rtl pages (mohammadhosain, johonunu, samdark)
  7. - Enh #6890: Added ability to filter by query type (pana1990)
  8. 2.0.2 January 11, 2015
  9. ----------------------
  10. - Bug #4820: Fixed reading incomplete debug index data in case of high request concurrency (martingeorg, samdark)
  11. - Chg #6572: Allow panels to stay even if they do not receive any debug data (qiangxue)
  12. 2.0.1 December 07, 2014
  13. -----------------------
  14. - Bug #5402: Debugger was not loading when there were closures in asset classes (samdark)
  15. - Bug #5745: Gii and debug modules may cause 404 exception when the route contains dashes (qiangxue)
  16. - Enh #5600: Allow configuring debug panels in `yii\debug\Module::panels` as panel class name strings (qiangxue)
  17. - Enh #6113: Improved configuration and request UI (schmunk42)
  18. - Enh: Made `DefaultController::getManifest()` more robust against corrupt files (cebe)
  19. 2.0.0 October 12, 2014
  20. ----------------------
  21. - no changes in this release.
  22. 2.0.0-rc September 27, 2014
  23. ---------------------------
  24. - Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue)
  25. - Bug #3956: Debug toolbar was affecting flash message removal (samdark)
  26. - Bug #4812: Fixed search filter (samdark)
  27. - Bug #5126: Fixed text body and charset not being set for multipart mail (nkovacs)
  28. - Enh #2299: Date and time in request list is now never wrapped (samdark)
  29. - Enh #3088: The debug module will manage their own URL rules now (qiangxue)
  30. - Enh #3103: debugger panel is now not displayed when printing a page (githubjeka)
  31. - Enh #3108: Added `yii\debug\Module::enableDebugLogs` to disable logging debug logs by default (qiangxue)
  32. - Enh #3810: Added "Latest" button on panels page (thiagotalma)
  33. - Enh #4031: Http status codes were hardcoded in filter (sdkiller)
  34. - Enh #5089: Added asset debugger panel (arturf, qiangxue)
  35. 2.0.0-beta April 13, 2014
  36. -------------------------
  37. - Bug #1783: Using VarDumper::dumpAsString() instead var_export(), because var_export() does not handle circular references. (djagya)
  38. - Bug #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled (qiangxue)
  39. - Bug #1747: Fixed problems with displaying toolbar on small screens (cebe)
  40. - Bug #1827: Debugger toolbar is loaded twice if an action is calling `run()` to execute another action (qiangxue)
  41. - Enh #1667: Added mail panel (Ragazzo, 6pblcb)
  42. - Enh #2006: Added total queries count monitoring (o-rey, Ragazzo)
  43. 2.0.0-alpha, December 1, 2013
  44. -----------------------------
  45. - Initial release.