Tags: krisldz/debug_kit
Tags
DebugKit 2.2.2 * Cache configuration is now merged if existing configuration is found. * Checksums for SQL explains are always generated with SHA1 now. * E_STRICT errors with CakePHP 2.4 in PHP 5.4+ have been fixed. * History retrieval is more reliable now. * If a suitable version of jQuery is found on the page a second copy will not be downloaded. * Documentation has been improved. * Objects can now be output in view variables panel.
DebugKit 2.2.1 Changelog: * Trace output is now split when using FireCake. * Add Hidef constants to environment panel. * Actions in ToolbarAccessController are now mapped improving compatibility with various ACL implementations. * Objects implementing ArrayAccess are now output correctly. * CSS improvements. * Translated strings are now in the debug_kit domain. * Composer support has been added. * Improved internal doc blocks. * Logger name compatibility was improved for 2.4 * Improvements to BenchmarkShell.
DebugKit 2.2.0 Changelog: * Converted custom javascript to use jQuery. * Whitespace shell is now more flexible with paths it can check. * Minimize & maximize buttons were combined. * Panel classes were extracted into separate files. * DebugView was removed and replaced with improved helper callbacks. * Application constants are now shown in the environment panel. * Panels can now define additional CSS and javascript files to include.
DebugKit 1.3 Important changes: * Compatible with CakePHP 1.3.x * New TimedBehavior for timing model find calls * SQL log panel no longer uses XML parsing to get query log * SQL log panel does query explains on demand. * DebugView adds comments around each render context * Javascript works in IE8 * Log files are no longer munged, instead a CakeLog listener is used. * Panels have a resize bar, as well as a minimize and maximize button, making it easier to see all the content.
DebugKit 1.2 DebugKit 1.2 adds a number of features and improvements over 1.1. Those features include: - improved timer panel including timer waterfalls and timer output on page failure. - Additional configuration parameters to allow forcing display, and controlling automatic display of the toolbar - Drag resizable panels - Memory and Timer panels were merged. You can now set memory points much like timer points. - Several bugfixes