804c...bdeb
Author: Mark Story
Date: 2009-06-08 21:03:08 -0400
Adding return for rare cases where beforeRedirect() fires before initialize() completes.
4286...1921
Author: Mark Story
Date: 2009-06-08 20:58:24 -0400
Making inclusion of defaults required when adding custom panels. Updating test cases.
3c0c...0c42
Author: Matt Curry
Date: 2009-06-08 12:00:37 -0400
added key default to panel setting for keeping/removing defaul panels
7348...0fe5
Author: Mark Story
Date: 2009-06-03 21:12:06 -0400
Reformatting text.
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