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
2bc4...20f6
Author: Mark Story
Date: 2008-11-22 14:49:22 -0500
All FireCake Tests passing. Basic functionality for FireCake built for PHP5
f672...2aa6
Author: Mark Story
Date: 2008-11-22 10:09:22 -0500
Setting up tests for FireCake and adding prototype methods
b2e0...1893
Author: Mark Story
Date: 2008-11-20 19:05:26 -0500
Renaming firePHP to FireCake Moving tests around so code coverage works removing unecessary directories
bf8a...39a4
Author: Mark Story
Date: 2008-11-19 19:29:01 -0500
Moving debugView test so code coverage works.
b601...4964
Author: Mark Story
Date: 2008-11-18 23:13:36 -0500
Adding shell for FirePHP class and its TestCase
0322...946c
Author: Mark Story
Date: 2008-11-27 01:01:04 -0500
Manually merging changes from rafaelbandiera's branch. Fixing doc block on all panels. Removing Toolbar viewVars from the Variables Panel.