| Age | Commit message (Expand) | Author |
| 2009-03-26 | Minor cleanup of imports and long lines. | 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 | fixed bug when the string </body> matches more than once in the html | Loic Bistuer |
| 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 | Tidied up SQL formatting in SQL panel. | Malcolm Tredinnick |
| 2009-03-21 | Fixed "FROM" formatting in SQL panel layout. | 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 | Tuple unpacking of stacktrace variables for niceness. | 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-23 | Fix triggering an extra SQL query via the auth context processor. | 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 | Fixing AJAX calls to detailed SQL views. | Reto Aebersold |
| 2009-01-17 | Adding ability to show/hide toolbar, using jquery.cookie.js for statefulness. | Reto Aebersold |
| 2009-01-15 | Load SQLDebugPanel before TemplateDebugPanel to get the right number of queri... | Reto Aebersold |
| 2008-12-17 | Fixes #19 -- Modified the middleware to only install the debug ROOT_URLCONF i... | Russell Keith-Magee |
| 2008-12-12 | Adding version info to module. | Rob Hudson |
| 2008-12-11 | Win32 systems don't have the resource module. This patch codes around it so ... | Rob Hudson |
| 2008-12-09 | Minor cleanup and template change to previous commit. | Rob Hudson |
| 2008-12-09 | Added more of the rusage stats in a drop-down panel | Martin Maney |
| 2008-12-09 | Added fine-grained CPU usage to timer | Martin Maney |
| 2008-12-09 | Fix the number of queries shown in the title, which was overreporting by self... | Adam Gomaa |
| 2008-12-09 | Only show the SQL profile if we're using a MySQL database backend. | Rob Hudson |
| 2008-12-09 | Django seems to only produce LEFT OUTER JOINs, so search for that. | Rob Hudson |
| 2008-10-07 | Fix inconsistent SQL timings. All SQL timings are milliseconds now. | Rob Hudson |
| 2008-10-07 | Since we're concatenating params, make the default empty value a string. | Rob Hudson |
| 2008-10-07 | Bringing over patch from Alex Gaynor to fix SQL params when using django.cont... | Rob Hudson |
| 2008-10-07 | Updating SQL views to return HttpResponseBadRequest on tamper detection. | Rob Hudson |
| 2008-10-07 | Clicking on a template file now will fetch and show the source of the template. | Rob Hudson |
| 2008-10-06 | Adding query profiling for MySQL. Thanks to Simon Willison for the suggestion. | Rob Hudson |
| 2008-10-06 | Just like EXPLAIN, adding the output of straight SELECT statements so you can | Rob Hudson |
| 2008-10-06 | Updating SQL output a bit now that I've found more queries to test against. | 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 | Merge branch 'urlfix' | Rob Hudson |
| 2008-10-02 | Moving debug toolbar to the bottom of the HTML document and adjusting CSS to | Rob Hudson |
| 2008-10-02 | A fix for URL patterns getting appended on each request growing indefinitely. | Rob Hudson |
| 2008-10-02 | Merge template path update from 'alex/master'. Thanks! | Rob Hudson |
| 2008-10-02 | Merging in new settings panel from 'binarydud/master'. Thanks! | Rob Hudson |
| 2008-10-01 | used os.path.normpath on templatdirs, this makes it looks cleaner, particular... | Alex Gaynor |
| 2008-10-01 | Merge branch 'master' of git://github.com/robhudson/django-debug-toolbar | Matt George |