index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug_toolbar
/
media
Age
Commit message (
Expand
)
Author
2011-08-20
Included jQuery breaks newer jQuery plugins, force noConflict for jQuery glob...
Jason Keene
2011-07-12
Bring pre styles in line with rest of panels
line_profiler_int
David Cramer
2011-07-12
Some general cleanup for css/markup and collapsing of line profiler module
David Cramer
2011-07-12
Move makefile to project root
David Cramer
2011-06-10
Issue #163: SQL expand does show query fields now. So does clicking on bullets.
Tomasz Buchert
2011-04-22
Basic support for toggling everywhere correctly
David Cramer
2011-04-22
Initial refactor of toggline so that profiling matches sql
David Cramer
2011-04-22
Clean up some oddly formatted CSS
David Cramer
2011-04-22
Merge branch 'profiling' of git://github.com/dmclain/django-debug-toolbar int...
David Cramer
2011-04-22
Merge branch 'develop' of git://github.com/robhudson/django-debug-toolbar int...
David Cramer
2011-04-22
first pass at a profiler panel
Dave McLain
2011-04-20
Change .load() calls to GET to avoid CSRF protection.
Rob Hudson
2011-04-06
Generate fake transaction ids so we can match up transaction end state correctly
David Cramer
2011-04-06
SQL panel now guesses at Psycopg2 transactions (when autocommit swaps to in t...
David Cramer
2011-03-24
Change how expansion works on queries so hidden select values get displayed
David Cramer
2011-03-24
basic color code grouping of db aliases
David Cramer
2011-03-24
Improve display of truncate sql queries
David Cramer
2011-03-24
Add multi db support and summaries to SQL panel
David Cramer
2011-03-24
Ensure djdt.ready() works even after initialization
David Cramer
2011-03-24
inline all images as base64-encoded data
David Cramer
2011-03-24
Create window.djdt and djdt.ready() event callback hooks for post </body> events
David Cramer
2011-03-24
ensure we dont compile jquery.cookie.js since its already in toolbar.js
David Cramer
2011-03-24
inline all JS to avoid external media calls on initial page load
David Cramer
2011-03-23
Overhaul SQL panel to include better timeline, more compact queries, and bett...
David Cramer
2011-03-16
Updated YUI Compressor which produces better minimized CSS
Rob Hudson
2011-03-16
Added error trapping to AJAX sub-panels.
Rob Hudson
2011-02-03
HTML validation: avoid injecting <style> in <body>
Chris Adams
2010-10-18
Updated SQL explain panel to keep white space for indention, clarifying the o...
Rob Hudson
2010-09-22
Fixed issue 85, SQL not selectable due to line chart.
Rob Hudson
2010-09-07
Fixed issue 83, unstyled toolbar flash.
Rob Hudson
2010-02-16
Fixed #60 - Added MEDIA_URL config option to be able to override the URL to t...
Jannis Leidel
2010-02-11
Merge branch 'master' into js_closure
Rob Hudson
2010-02-02
Fixed a few panel title display issues.
Rob Hudson
2010-01-31
Updated toolbar Javascript to use a closure.
Rob Hudson
2010-01-15
Debug toolbar markup is now XHTML compliant.
Rob Hudson
2009-11-18
Fixed old use of $, which has been replaced by $j
Chris Adams
2009-11-06
Removed general CSS class names.
Rob Hudson
2009-11-02
Left-align the header cells in the SQL stacktrace table
Chris Lamb
2009-11-02
Move the stacktrace underneath the SQL - current column is too narrow
Chris Lamb
2009-10-16
Minified CSS from previous commit change.
Rob Hudson
2009-10-17
CSS was effecting blockquote styles on the page.
melsdoerfer
2009-09-12
Return of zebra stripes, slightly more prominent table headers.
Idan Gazit
2009-09-12
Added overflow:auto for tables to prevent breakout
Idan Gazit
2009-09-12
Merge commit 'upstream/master'
Idan Gazit
2009-09-11
Wrapped subpanel content with div.scroll and fixed a few minor CSS problems.
Rob Hudson
2009-09-12
minified js with class="active" fix
Idan Gazit
2009-09-12
Merge commit 'upstream/master'
Idan Gazit
2009-09-11
Fixes li class="active" when panel closed via close button.
Idan Gazit
2009-09-08
Updated toolbar to use minified versions of js and css.
Rob Hudson
2009-08-28
Fixed so key bindings are setup on init, regardless of toolbar cookie.
Rob Hudson
[next]