9b2d...d79d
Author: Mark Story
Date: 2009-06-03 21:03:39 -0400
Refactoring pluginPath discovery and adding skips before fatal tests. Fixing whitespacing.
0dbf...72f2
Author: Matt Curry
Date: 2009-06-03 14:14:58 -0400
support for custom toolbar title
066e...f7f5
Author: unknown
Date: 2009-06-03 13:32:35 -0400
fixed unit tests for standard Cake install. Added test to prove http://thechaw.com/debug_kit/tickets/view/21
ba5a...10c5
Author: unknown
Date: 2009-06-03 10:31:47 -0400
fix to allow custom panels from plugins
25d9...fa2e
Author: Mark Story
Date: 2009-05-29 00:13:24 -0400
Adding list of loaded helpers to View Variables Output. Refs #17
0b7b...93f3
Author: Mark Story
Date: 2009-05-29 00:05:23 -0400
Updating Test case to account for extra timer added to cover core processing. Fixing notice error cause by removal of check.
848c...9d3c
Author: Mark Story
Date: 2009-05-28 23:37:35 -0400
Updating test to reflect changes in DebugKitDebugger
628b...54d7
Author: Mark Story
Date: 2009-05-28 23:36:17 -0400
Fixing table rows again.
fdd1...ce88
Author: AD7six
Date: 2009-05-27 15:35:17 +0200
changing all __ lookups to be __d('debug_kit' Adding locale files Minor whitespace changes
920f...98dc
Author: AD7six
Date: 2009-05-25 12:30:40 +0200
showing full request time in ms too
9fbe...8afa
Author: AD7six
Date: 2009-05-25 11:35:03 +0200
changing timer info to be displayed in ms
71c2...ee1e
Author: AD7six
Date: 2009-05-25 11:33:44 +0200
adding an implied timer to clearly show the time inbetween the index.php file being called, and the first timer being started.
6ae0...2d3c
Author: AD7six
Date: 2009-05-18 18:38:10 +0200
adding some defensive logic to help ensure the indenting is correct with overlapping counters. e.g.: name start finish foo 1 3 bar 2 4
6744...60f9
Author: AD7six
Date: 2009-05-18 17:19:10 +0200
adding clear option for getTimers preventing timer log if debug is not true
4b9d...3e4d
Author: AD7six
Date: 2009-05-18 16:32:07 +0200
auto-close any open timers when elapsedTime is called allow the possibility to dump timer info when debugging and the view hasn't been rendered yet
ce8f...2585
Author: chawbacca
Date: 2009-05-17 12:12:38 -0500
Merge from debug_kit.git
1341...66f8
Author: AD7six
Date: 2009-05-16 20:10:19 +0200
making the timer tab full width compacting the info at the top (memory and overall duration) Making the graph fill moah of the available space
4618...b810
Author: AD7six
Date: 2009-05-16 19:59:05 +0200
adding pseudo-tree representation for messages
4538...ca33
Author: AD7six
Date: 2009-05-16 19:44:05 +0200
updating graphs to be more informative Added indentation based upon when the timer started also change the max time calculation as previously the total time (far) exceeded the actual duration due to not taking account of concurrent timers
40bb...be58
Author: AD7six
Date: 2009-05-16 19:31:10 +0200
adding offsetTimer function (time from the start of the entire request, until this timer started)