Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

2.2 KiB

Yii Framework 2 debug extension Change Log

2.0.1 under development

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

2.0.0 October 12, 2014

  • no changes in this release.

2.0.0-rc September 27, 2014

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

2.0.0-beta April 13, 2014

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

2.0.0-alpha, December 1, 2013

  • Initial release.