Commit graph

10 commits

Author SHA1 Message Date
Woody Gilk db755f45f2 If the profiler is 100% wide, it has the potential to cause conflicts with other CSS (notably body width 100%) 2009-06-10 10:56:35 -05:00
Woody Gilk 7958d055f6 Moved the profiler views to their own profiler/ directory 2009-05-01 16:45:17 -05:00
Woody Gilk 72e4e6b719 Updated Profiler: added the constant KOHANA_START_TIME that has the application starting microtime and added Profiler::application() to return the cross-request application stats. Caching between requests gives stats for the entire application over time. 2009-05-01 16:45:17 -05:00
Woody Gilk be67e798a0 Fixing a typo in the Profiler view and tweaking the CSS for better style 2009-04-29 00:29:38 -05:00
Woody Gilk 4364bd2bb6 Created initial Profiler class and empty extension 2009-04-29 00:23:51 -05:00
Woody Gilk cd0127cd7f Updated exception/error handling and optimized Kohana::trace() 2009-03-25 21:41:37 -05:00
Woody Gilk 41828ce650 Updated exception handling: replaced ErrorException with Kohana_Error (due to bugs in ErrorException), added $code parameter to Kohana_Exception::__construct(), replaced the <pre> with <dl> in the error view, to prevent long lines causing horizontal scroll 2009-03-02 00:04:19 +00:00
Woody Gilk 135e8133f3 Added a view to generate the Kohana logo view 2009-02-28 11:43:10 +00:00
Woody Gilk bb29b56448 Added Kohana_Exception class and error view and updated index.php to use exception handling 2009-02-28 11:42:01 +00:00
Woody Gilk f588a1a683 Removed media/ directory, added logo.php system view with base64 encoded logo 2008-12-09 23:05:38 -06:00