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
/
templates
Age
Commit message (
Expand
)
Author
2012-07-23
Enabling html-formatting in logger panel
Vladislav
2012-05-07
Set browser focus to redirect_to link so user can hit enter and fly through r...
Alex Brinsmead
2012-04-07
Added resolved URL name to the Request var panel. Closes #214.
Jannis Leidel
2012-04-07
Updated cache panel to handle multiple backends and look more like the SQL pa...
Jannis Leidel
2012-04-04
Marked another string for translation.
Jannis Leidel
2012-04-04
Sort versions alphabetically.
Jannis Leidel
2012-03-31
Marked a few more strings for translation.
Jannis Leidel
2012-03-31
Fixed typo.
Jannis Leidel
2012-03-31
Fixed an i18n snafu with pluralization.
Jannis Leidel
2012-03-31
Made sure the list of settings are sorted alphabetically. Fixes #265.
Jannis Leidel
2012-03-31
Fixed merge bugs in the cache panel code.
Jannis Leidel
2012-03-31
Merge branch 'master' of https://github.com/ivirabyan/django-debug-toolbar in...
Jannis Leidel
2012-03-05
Added i18n to the Signals panel.
Jannis Leidel
2011-12-22
Force LTR for debug pane.
Remoun Metyas
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
Merge branch 'line_profiler_int' of git://github.com/dmclain/django-debug-too...
David Cramer
2011-06-09
Timeline width in SQL panel properly scaled.
Tomasz Buchert
2011-06-03
Proper decimal separator for non-US locales (eg. polish).
Tomasz Buchert
2011-05-10
Support multiple databases in profile, select, and explain calls (fixes #155)
David Cramer
2011-04-26
Integrating line_profiler
Dave McLain
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-06
Correctly reference num_queries
David Cramer
2011-04-06
SQL panel now guesses at Psycopg2 transactions (when autocommit swaps to in t...
David Cramer
2011-04-06
Added basic support for multi-db.
Rob Hudson
2011-04-05
Add support for engine-per-query as well as pulling out psycopg2's isolation ...
David Cramer
2011-03-28
Add a note when no SQL queries are logged
David Cramer
2011-03-24
Change how expansion works on queries so hidden select values get displayed
David Cramer
2011-03-24
Dont show colors for details expansion row
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
Create window.djdt and djdt.ready() event callback hooks for post </body> events
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-02-03
Merge pull request #135 from acdha/django-debug-toolbar
Rob Hudson
2011-02-03
HTML validation: avoid injecting <style> in <body>
Chris Adams
2011-01-09
Added support for LogBook. Thanks to Vincent Driessen for the idea and
Vincent Driessen
2010-11-08
Added print style to hide toolbar, fixing issue #90.
Rob Hudson
2010-10-20
HTML Validation fixes
Chris Adams
2010-10-18
Added CSS classes to the SQL panel tables.
Rob Hudson
2010-09-07
Fixed issue 83, unstyled toolbar flash.
Rob Hudson
2010-02-26
Fixed to maintain Django 1.0 compatibility.
Rob Hudson
2010-02-16
Fixed #60 - Added MEDIA_URL config option to be able to override the URL to t...
Jannis Leidel
2010-01-31
Updated toolbar Javascript to use a closure.
Rob Hudson
[next]