be37...60dc
Author: Mark Story
Date: 2008-12-06 22:42:17 -0500
Additional refactoring in FireCake
0b4c...aac0
Author: Mark Story
Date: 2008-12-06 22:38:18 -0500
Refactoring out all the sprintf() usage.
bf4d...8cda
Author: Mark Story
Date: 2008-12-06 22:24:36 -0500
Refactoring tests so there are no duplicated test fireCake objects. Refactoring Test Object injection in FireCake Added FireCake output to DebugKitDebugger. Added tests for the above.
5589...2379
Author: Anton Galitch
Date: 2008-12-06 20:25:00 -0200
Adding some basic installation help
0506...0dd7
Author: Mark Story
Date: 2008-12-05 11:30:03 -0500
Fixing broken HTML in elements.
3b0f...658b
Author: Mark Story
Date: 2008-12-04 21:05:00 -0500
Minor refactor in the toolbar. Tests updated. Test added to ensure alternate script usage still works.
6a95...afdb
Author: Mark Story
Date: 2008-12-04 21:01:24 -0500
Fixing CSS to reflect new element layouts.
4e05...228f
Author: Mark Story
Date: 2008-12-04 21:00:14 -0500
Refactoring and adding methods to debug view and helpers. Fixed bug with looping over helpers in view.
c7dd...0786
Author: Mark Story
Date: 2008-12-04 20:58:17 -0500
Refactored the rest of the elements to use the toolbar methods.
ec40...746f
Author: Mark Story
Date: 2008-12-02 07:58:33 -0500
Refactoring toolbars to abstract table and simple message creation into toolbar methods. This allows most output to be generated in both HTML and FirePHP toolbars. Tests refactored and added as well.
7e33...9d2a
Author: Mark Story
Date: 2008-12-01 12:01:27 -0500
Adding basic FirePHP toolbar support. Several elements are not supported right now as the logic is in the view. Namely, Timer and Memory panels
f9b7...b344
Author: Mark Story
Date: 2008-11-29 20:50:35 -0500
Fixing doc block on DebugKitDebugger
1937...e212
Author: Mark Story
Date: 2008-11-29 14:06:15 -0500
Added support for Group and GroupEnd()
5b22...d807
Author: Mark Story
Date: 2008-11-29 12:54:55 -0500
Refactoring trace creation. Adding line number support. Fixing trace generation
0bef...d40b
Author: Mark Story
Date: 2008-11-29 01:20:26 -0500
Adding tests for table messages. Removed un-needed code.
0322...54f0
Author: Mark Story
Date: 2008-11-29 01:05:15 -0500
Adding support for FireCake::trace() Fixing multiline output Adding stringEncode() to remove problems with recursion and jsonEncode()
8d0e...e982
Author: Mark Story
Date: 2008-11-28 00:31:24 -0500
Reversing last change, and overloading client detection in TestFireCake as headers are not actually being sent.
e3a9...6eca
Author: Mark Story
Date: 2008-11-28 00:29:28 -0500
Adding skip() so non FirePHP compatible clients don't get tons of errors and failures.
fae6...f1c5
Author: Mark Story
Date: 2008-11-22 17:22:58 -0500
Adding FireCake::dump() and tests. Adding non native JSON encoding via JavascriptHelper
293b...1558
Author: Mark Story
Date: 2008-11-22 15:01:06 -0500
Adding label parameters to conveinence methods Test cases added