| Age | Commit message (Expand) | Author |
| 2009-08-18 | A few font size adjustments and removing declarations that have no effect. | Rob Hudson |
| 2009-08-18 | Deserify font family. | Rob Hudson |
| 2009-08-18 | Removed extra line spaces. | Rob Hudson |
| 2009-08-18 | Adding debug toolbar reset CSS. | Rob Hudson |
| 2009-08-18 | Standardized CSS to use tabs. | Rob Hudson |
| 2009-08-12 | panel width, content boxing, safe scrolling | Idan Gazit |
| 2009-08-12 | Panel title larger, <code> is monospaced | Idan Gazit |
| 2009-08-12 | Added hover state for close button, scroll padding | Idan Gazit |
| 2009-08-12 | Cleaned up the panels | Idan Gazit |
| 2009-08-12 | Remove indicator if closed via panel close | Idan Gazit |
| 2009-08-12 | toolbar restyling, switched to non-minified css/js | Idan Gazit |
| 2009-08-11 | Refactored the UI to be a right hand side vertical toolbar. DebugPanel subcla... | Rob Hudson |
| 2009-04-02 | Moving media so they are "namespaced" like templates. | Rob Hudson |
| 2009-03-22 | Add fix so jQuery doesn't conflict with other Javascript libraries. | Rob Hudson |
| 2009-03-22 | Close the panel if the toolbar is hiding. | Rob Hudson |
| 2009-03-21 | Adding stack traces to SQL panel to see where the calls are coming from. | Rob Hudson |
| 2009-03-21 | jQuery 1.3 cleanup. | Rob Hudson |
| 2009-03-21 | Reverting commit 2a839fd, "Restrict the debug toolbar to a single row of pane... | Rob Hudson |
| 2009-03-21 | Making CSS classes 'odd' and 'even' more specific. | Rob Hudson |
| 2009-03-21 | Restrict the debug toolbar to a single row of panels. | Malcolm Tredinnick |
| 2009-03-21 | Make text alignment in panels not inherit from surrounding page. | Malcolm Tredinnick |
| 2009-03-21 | Patch from kmike84 to fix conflict if project uses mootools. | Rob Hudson |
| 2009-01-23 | Add preliminary support for stacktraces to see where SQL queries are coming f... | Rob Hudson |
| 2009-01-23 | Make pre tags on odd table rows match row background color in CSS. | Rob Hudson |
| 2009-01-17 | Regenerate the CSS and JS minified files, removing minified cookie file. | Rob Hudson |
| 2009-01-17 | Adjust Makefile to concatenate to jquery.cookie.js onto toolbar.min.js. | Rob Hudson |
| 2009-01-17 | added missing jquery cookie plugin files | Reto Aebersold |
| 2009-01-17 | Minor stylistic changes to CSS and Javascript file after merge. | Rob Hudson |
| 2009-01-17 | Adding ability to show/hide toolbar, using jquery.cookie.js for statefulness. | Reto Aebersold |
| 2008-10-07 | Clicking on a template file now will fetch and show the source of the template. | Rob Hudson |
| 2008-10-03 | Getting rid of the text shadow in CSS. | Rob Hudson |
| 2008-10-02 | Adding compressed JS and CSS, and a Makefile to generate them using YUI Compr... | Rob Hudson |
| 2008-10-02 | Moving debug toolbar to the bottom of the HTML document and adjusting CSS to | Rob Hudson |
| 2008-09-27 | added logger panel | Alex Gaynor |
| 2008-09-23 | Updating pygment css to match Django colors and remove classes not used. | Rob Hudson |
| 2008-09-23 | Updating pygments styles to better match new toolbar styles. | Rob Hudson |
| 2008-09-23 | Merging with Bryan Veloso's branch to pull in Django stylings. | Rob Hudson |
| 2008-09-23 | Possible fix for jQuery.noConflict() removing '$' from scope and breaking other | Rob Hudson |
| 2008-09-22 | Merge branch 'master' of git@github.com:revyver/django-debug-toolbar | Bryan Veloso |
| 2008-09-22 | Committing my first run at the new CSS. This is a bit old. Old being a few da... | Bryan Veloso |
| 2008-09-20 | Upgrading jquery.js to v1.2.6 and including the minified version vs the packed | Rob Hudson |
| 2008-09-20 | finishing up ajax work for sql explain | Rob Hudson |
| 2008-09-20 | Merge commit '8e124b0a129ab351ec6cae30d8358709d4c1430b' | Rob Hudson |
| 2008-09-20 | From Simon Willison but cleaned up tabbing: Use $ shortcut for jQuery without | Rob Hudson |
| 2008-09-20 | partly done with ajax support and js | Rob Hudson |
| 2008-09-20 | Use $ shortcut for jQuery without conflicting with other libraries | Simon Willison |
| 2008-09-20 | jQuery patch from Alex Gaynor. | Rob Hudson |
| 2008-09-18 | I noticed the template_rendered signal from the test suite also passed context, | Rob Hudson |
| 2008-09-16 | We now have a jQuery.djDebug object to extend. This might be overkill but it | Rob Hudson |
| 2008-09-16 | Updating toolbar.js to close panel on 2nd click. | Rob Hudson |