Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

CHANGELOG.md 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. Yii Framework 2 debug extension Change Log
  2. ==========================================
  3. 2.0.6 March 17, 2016
  4. --------------------
  5. - Bug #41: Debug toolbar was unable to work without asset manager, removed `ToolbarAsset` class (samdark)
  6. - Bug #51: Explain wasn't displayig all data available (lichunqiang)
  7. - Bug #66: Fixed debug panel not working inside applications with response format different from HTML (creocoder, cebe)
  8. - Bug #70: Exception was throwed when `UrlManager::ruleConfig` class was setted with `yii\rest\UrlRule` (lichunqiang)
  9. - Bug: Fixed error when `Yii::$app->db` is not an instance of `yii\db\Connection` (cebe, jafaripur)
  10. - Bug: Fixed exception when no data was recorded for db and profiling panel (cebe, jafaripur)
  11. - Enh #44: Improved display of memory usage to use 3 decimals (dynasource)
  12. - Enh #47: LogTarget storage directory is now created recursively if it does not exist (thiagotalma)
  13. - Enh #63: Enhanced reliablity of request panel in case session is misconfigured (arisk)
  14. - Enh #67: Ability to change permissions for debugger data files and directories (mg-code)
  15. - Enh #83: Debug toolbar now works at the page in async manner (JiLiZART)
  16. 2.0.5 August 06, 2015
  17. ---------------------
  18. - Bug #33: Fixed `LogTarget::collect()` to call `export()` in a proper way (cornernote)
  19. - Bug #7305: Logging of Exception objects resulted in failure of the logger and no debug data was present (cebe)
  20. - Bug #9112: Fixed initial state of debug toolbar placeholder to prevent "blink" on loading (samdark)
  21. - Bug #9169: Fixed incorrect toolbar image mime causing XML5605 errors in IE console (samdark)
  22. - Enh #16: Added ability to EXPLAIN queries in Database panel for MySQL, SQLite, PostgreSQL and Cubrid (laszlovl, samdark)
  23. - Enh #19: Mark selected log item in dropdown list with bold font and an arrow (idMolotov)
  24. - Enh #25: Make use of full screen width in debug toolbar backend (dynasource, cebe)
  25. - Enh #36: Added check for EXPLAIN support in DbPanel (webdevsega)
  26. - Enh: More compact toolbar (samdark)
  27. - Enh: Display colorful status at index page (samdark)
  28. - Enh: More readable format for date and time at index page (samdark)
  29. - Enh: Toolbar script and styles are now properly registered instead of just echoed (samdark)
  30. - Enh: Toolbar data URL is now HTML-escaped producing valid HTML (samdark)
  31. 2.0.4 May 10, 2015
  32. ------------------
  33. - Bug #7222: Improved debug toolbar display in rtl pages (mohammadhosain, cebe, samdark)
  34. - Enh #7655: Added ability to filter access by hostname (thiagotalma)
  35. - Enh #7746: Background color of request selector is now choosen based on the current requests status (githubjeka, cebe)
  36. 2.0.3 March 01, 2015
  37. --------------------
  38. - Bug #6903: Fixed display issue with phpinfo() table (kalayda, cebe)
  39. - Bug #7222: Debug toolbar wasn't displayed properly in rtl pages (mohammadhosain, johonunu, samdark)
  40. - Enh #6890: Added ability to filter by query type (pana1990)
  41. 2.0.2 January 11, 2015
  42. ----------------------
  43. - Bug #4820: Fixed reading incomplete debug index data in case of high request concurrency (martingeorg, samdark)
  44. - Chg #6572: Allow panels to stay even if they do not receive any debug data (qiangxue)
  45. 2.0.1 December 07, 2014
  46. -----------------------
  47. - Bug #5402: Debugger was not loading when there were closures in asset classes (samdark)
  48. - Bug #5745: Gii and debug modules may cause 404 exception when the route contains dashes (qiangxue)
  49. - Enh #5600: Allow configuring debug panels in `yii\debug\Module::panels` as panel class name strings (qiangxue)
  50. - Enh #6113: Improved configuration and request UI (schmunk42)
  51. - Enh: Made `DefaultController::getManifest()` more robust against corrupt files (cebe)
  52. 2.0.0 October 12, 2014
  53. ----------------------
  54. - no changes in this release.
  55. 2.0.0-rc September 27, 2014
  56. ---------------------------
  57. - Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue)
  58. - Bug #3956: Debug toolbar was affecting flash message removal (samdark)
  59. - Bug #4812: Fixed search filter (samdark)
  60. - Bug #5126: Fixed text body and charset not being set for multipart mail (nkovacs)
  61. - Enh #2299: Date and time in request list is now never wrapped (samdark)
  62. - Enh #3088: The debug module will manage their own URL rules now (qiangxue)
  63. - Enh #3103: debugger panel is now not displayed when printing a page (githubjeka)
  64. - Enh #3108: Added `yii\debug\Module::enableDebugLogs` to disable logging debug logs by default (qiangxue)
  65. - Enh #3810: Added "Latest" button on panels page (thiagotalma)
  66. - Enh #4031: Http status codes were hardcoded in filter (sdkiller)
  67. - Enh #5089: Added asset debugger panel (arturf, qiangxue)
  68. 2.0.0-beta April 13, 2014
  69. -------------------------
  70. - Bug #1783: Using VarDumper::dumpAsString() instead var_export(), because var_export() does not handle circular references. (djagya)
  71. - Bug #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled (qiangxue)
  72. - Bug #1747: Fixed problems with displaying toolbar on small screens (cebe)
  73. - Bug #1827: Debugger toolbar is loaded twice if an action is calling `run()` to execute another action (qiangxue)
  74. - Enh #1667: Added mail panel (Ragazzo, 6pblcb)
  75. - Enh #2006: Added total queries count monitoring (o-rey, Ragazzo)
  76. 2.0.0-alpha, December 1, 2013
  77. -----------------------------
  78. - Initial release.