Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

CHANGELOG.md 7.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. Yii Framework 2 debug extension Change Log
  2. ==========================================
  3. 2.0.7 under development
  4. -----------------------
  5. - Bug #61: Fixed toolbar not to be cached by using renderDynamic (dynasource)
  6. - Bug #93: Fixed `AssetPanel` error when bundle `$js` or `$css` contained `jsOptions` overrides (Razzwan, samdark)
  7. - Bug #99: Avoid serializing php7 errors (zuozp8)
  8. - Bug #111: Fixed `LogTarget` to work properly when tests are ran via Codeception (samdark, nlmedina)
  9. - Bug #120: Fixed toolbar height changing when opened/closed and when using bootstrap (nkovacs)
  10. - Bug #148: Don't animate iframe needlessly when window is resized. (nkovacs)
  11. - Bug #150: Fixed "Cannot read property 'replaceChild' of null" error (BetsuNo)
  12. - Bug #152: Fixed log search to work with non-scalar values (samdark)
  13. - Bug #160: Remove height as it prevents the background from stretching, causing unreadable overlapping texts over background (dynasource)
  14. - Bug #168: Fixed wrong toggle button direction (fps01)
  15. - Enh #8: Added ability to configure default sorting and filtering for Database panel (laszlovl)
  16. - Enh #27: Adjusted sorting defaults, removed row numbers from database, log and profiling panels (samdark)
  17. - Enh #58: Added timeline panel (bashkarev)
  18. - Enh #97: Added AJAX requests handling (bashkarev)
  19. - Enh #105: Enhanced `ConfigPanel` to detect and report memcached extension presence (samdark)
  20. - Enh #115: Make the default panel configurable and set it to `log` (mikehaertl)
  21. - Enh #117: Added ability to customize the logo with `Module::setYiiLogo()` (brandonkelly)
  22. - Enh #143: Added application version display at `ConfigPanel` (klimov-paul)
  23. - Enh #145: The error and warning labels of the log section on the summary bar now link directly to the log page filtered by log level type (rhertogh)
  24. - Enh #162: Added ability to config the trace file and line number (thiagotalma)
  25. - Enh: Mouse wheel click, or Ctrl+Click opens debugger in new tab (silverfire)
  26. - Enh: `yii\debug\Module::defaultVersion()` implemented to pick up 'yiisoft/yii2-debug' extension version (klimov-paul)
  27. 2.0.6 March 17, 2016
  28. --------------------
  29. - Bug #41: Debug toolbar was unable to work without asset manager, removed `ToolbarAsset` class (samdark)
  30. - Bug #51: Explain wasn't displayig all data available (lichunqiang)
  31. - Bug #66: Fixed debug panel not working inside applications with response format different from HTML (creocoder, cebe)
  32. - Bug #70: Exception was throwed when `UrlManager::ruleConfig` class was setted with `yii\rest\UrlRule` (lichunqiang)
  33. - Bug: Fixed error when `Yii::$app->db` is not an instance of `yii\db\Connection` (cebe, jafaripur)
  34. - Bug: Fixed exception when no data was recorded for db and profiling panel (cebe, jafaripur)
  35. - Enh #44: Improved display of memory usage to use 3 decimals (dynasource)
  36. - Enh #47: LogTarget storage directory is now created recursively if it does not exist (thiagotalma)
  37. - Enh #63: Enhanced reliablity of request panel in case session is misconfigured (arisk)
  38. - Enh #67: Ability to change permissions for debugger data files and directories (mg-code)
  39. - Enh #83: Debug toolbar now works at the page in async manner (JiLiZART)
  40. 2.0.5 August 06, 2015
  41. ---------------------
  42. - Bug #33: Fixed `LogTarget::collect()` to call `export()` in a proper way (cornernote)
  43. - Bug #7305: Logging of Exception objects resulted in failure of the logger and no debug data was present (cebe)
  44. - Bug #9112: Fixed initial state of debug toolbar placeholder to prevent "blink" on loading (samdark)
  45. - Bug #9169: Fixed incorrect toolbar image mime causing XML5605 errors in IE console (samdark)
  46. - Enh #16: Added ability to EXPLAIN queries in Database panel for MySQL, SQLite, PostgreSQL and Cubrid (laszlovl, samdark)
  47. - Enh #19: Mark selected log item in dropdown list with bold font and an arrow (idMolotov)
  48. - Enh #25: Make use of full screen width in debug toolbar backend (dynasource, cebe)
  49. - Enh #36: Added check for EXPLAIN support in DbPanel (webdevsega)
  50. - Enh: More compact toolbar (samdark)
  51. - Enh: Display colorful status at index page (samdark)
  52. - Enh: More readable format for date and time at index page (samdark)
  53. - Enh: Toolbar script and styles are now properly registered instead of just echoed (samdark)
  54. - Enh: Toolbar data URL is now HTML-escaped producing valid HTML (samdark)
  55. 2.0.4 May 10, 2015
  56. ------------------
  57. - Bug #7222: Improved debug toolbar display in rtl pages (mohammadhosain, cebe, samdark)
  58. - Enh #7655: Added ability to filter access by hostname (thiagotalma)
  59. - Enh #7746: Background color of request selector is now choosen based on the current requests status (githubjeka, cebe)
  60. 2.0.3 March 01, 2015
  61. --------------------
  62. - Bug #6903: Fixed display issue with phpinfo() table (kalayda, cebe)
  63. - Bug #7222: Debug toolbar wasn't displayed properly in rtl pages (mohammadhosain, johonunu, samdark)
  64. - Enh #6890: Added ability to filter by query type (pana1990)
  65. 2.0.2 January 11, 2015
  66. ----------------------
  67. - Bug #4820: Fixed reading incomplete debug index data in case of high request concurrency (martingeorg, samdark)
  68. - Chg #6572: Allow panels to stay even if they do not receive any debug data (qiangxue)
  69. 2.0.1 December 07, 2014
  70. -----------------------
  71. - Bug #5402: Debugger was not loading when there were closures in asset classes (samdark)
  72. - Bug #5745: Gii and debug modules may cause 404 exception when the route contains dashes (qiangxue)
  73. - Enh #5600: Allow configuring debug panels in `yii\debug\Module::panels` as panel class name strings (qiangxue)
  74. - Enh #6113: Improved configuration and request UI (schmunk42)
  75. - Enh: Made `DefaultController::getManifest()` more robust against corrupt files (cebe)
  76. 2.0.0 October 12, 2014
  77. ----------------------
  78. - no changes in this release.
  79. 2.0.0-rc September 27, 2014
  80. ---------------------------
  81. - Bug #1263: Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration (qiangxue)
  82. - Bug #3956: Debug toolbar was affecting flash message removal (samdark)
  83. - Bug #4812: Fixed search filter (samdark)
  84. - Bug #5126: Fixed text body and charset not being set for multipart mail (nkovacs)
  85. - Enh #2299: Date and time in request list is now never wrapped (samdark)
  86. - Enh #3088: The debug module will manage their own URL rules now (qiangxue)
  87. - Enh #3103: debugger panel is now not displayed when printing a page (githubjeka)
  88. - Enh #3108: Added `yii\debug\Module::enableDebugLogs` to disable logging debug logs by default (qiangxue)
  89. - Enh #3810: Added "Latest" button on panels page (thiagotalma)
  90. - Enh #4031: Http status codes were hardcoded in filter (sdkiller)
  91. - Enh #5089: Added asset debugger panel (arturf, qiangxue)
  92. 2.0.0-beta April 13, 2014
  93. -------------------------
  94. - Bug #1783: Using VarDumper::dumpAsString() instead var_export(), because var_export() does not handle circular references. (djagya)
  95. - Bug #1504: Debug toolbar isn't loaded successfully in some environments when xdebug is enabled (qiangxue)
  96. - Bug #1747: Fixed problems with displaying toolbar on small screens (cebe)
  97. - Bug #1827: Debugger toolbar is loaded twice if an action is calling `run()` to execute another action (qiangxue)
  98. - Enh #1667: Added mail panel (Ragazzo, 6pblcb)
  99. - Enh #2006: Added total queries count monitoring (o-rey, Ragazzo)
  100. 2.0.0-alpha, December 1, 2013
  101. -----------------------------
  102. - Initial release.