75
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 19, 2025 — Jan 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of git://github.com/cakephp/debug_kit More... about 17 years ago
Fixing minor errors in extension checking logic. More... about 17 years ago
Adding stubs for FirePHP Toolbar Helper More... about 17 years ago
Updating View and Helper setup. Adding postRender() callback to DebugView. This allows more accurate use of the Timers as well as making room for future enhancements. More... about 17 years ago
Adding Configure::read('debug') check before toolbar insertion. Allows dynamic control of toolbar in application. More... about 17 years ago
Merging change from SkieDr to fix greedy Javascript a element selectors. More... about 17 years ago
Shifting around methods. Delegating Timers to DebugView, as it makes the most sense and offers the most power there. Removing All HTML manipulation from DebugView and ToolbarHelper as these classes are general purpose and should not be generating any HTML. Making HtmlToolbar responsible for all HTML toolbar functions. Updating tests to reflect these changes. More... about 17 years ago
Updating tests for DebugView Removing make neatArray from DebugView More... about 17 years ago
Merge branch 'master' of git://github.com/cakephp/debug_kit More... about 17 years ago
Merging in changes from master. Changing DebugView to use doppelganger class intermediary. This should allow DebugView to be compatible with ThemeView and all custom view classes. More... about 17 years ago
Merge branch 'master' into magic-view More... about 17 years ago
Fixing Fatal Class not found error when debug == 0 More... about 17 years ago
Removing files that no longer are needed. More... about 17 years ago
Adding Helpers and Tests for Helper based toolbar. View class is deprecated, but could be used in future. Switching to a helper solves issues where User defined View classes would be replaced by debug view breaking applications. More... about 17 years ago
Additional patches from AD7six More... about 17 years ago
Applying patch from AD7six to prepare for view -> helper migration. More... about 17 years ago
adding rules to make accessible the content under the toolbar div More... about 17 years ago
adding rules to make accessible the content under the toolbar div More... about 17 years ago
Minor CSS changes. Adding closure to jquery_toolbar.js to fix allow no-compat usage. More... about 17 years ago
Switching parent class of DebugView to ThemeView. Resolves issues with ThemedViews being broken by Debug Toolbar. More... about 17 years ago
Merge branch 'master' of git://github.com/cakephp/debug_kit More... about 17 years ago
Adding test_app folder, so panel loading can be tested Fixed panel loading Added tests for panel loading More... about 17 years ago
correcting invalid value ('normal') for cursor to 'default' - as http://tinyurl.com/6ruvy4 More... about 17 years ago
adding selector to let panel content visible while hovering it More... about 17 years ago
Adding basic current route information. Updating mootools javascript Adding CSS for log tables and tweaking spacings. More... about 17 years ago
Reverting changes on jquery adapter More... about 17 years ago
Merge branch 'jperras/master' More... about 17 years ago
Adding feedback for empty logs More... about 17 years ago
Adding isset() check for viewVars. Fixes issues with Email template rendering. More... about 17 years ago
Fixing typo of params which stopped toolbar from being visible sometimes. More... about 17 years ago