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
2008-10-02
Merging in new settings panel from 'binarydud/master'. Thanks!
Rob Hudson
2008-10-01
Merge branch 'master' of git://github.com/robhudson/django-debug-toolbar
Matt George
2008-09-30
Minor wording update in redirect.html template.
Rob Hudson
2008-09-30
Merge branch 'master' into session_panel
Matt George
2008-09-30
added settings var panel
Matt George
2008-09-30
Adding redirect interception to the middleware to be able to view debug info
Rob Hudson
2008-09-27
Merging in the Logging panel from Alex Gaynor. Thanks Alex!
Rob Hudson
2008-09-27
added logger panel
Alex Gaynor
2008-09-27
fixed merge conflicts
Alex Gaynor
2008-09-25
Merging in some changes from Malcolm Tredinnick to do some minor cleanup in a
Rob Hudson
2008-09-24
Adding a SHA-1 hash to the parameters passed to get the EXPLAIN query to avoid
Rob Hudson
2008-09-24
Merging from jezdez/master: Added context processors to TemplateDebugPanel.
Rob Hudson
2008-09-24
Added context processors to TemplateDebugPanel
Jannis Leidel
2008-09-23
Add catch for non JSON serializable objects and don't show the EXPLAIN link for
Rob Hudson
2008-09-23
Updating pygments styles to better match new toolbar styles.
Rob Hudson
2008-09-24
A couple of small HTML and presentation cleanups.
Malcolm Tredinnick
2008-09-21
Load jQuery only if jQuery isn't already loaded. Patch from Alex Gaynor
Rob Hudson
2008-09-20
jquery now optional
Alex Gaynor
2008-09-20
Patch from Alex Gaynor that fixes jQuery conflicts with Pinax and potentially
Rob Hudson
2008-09-20
Updating SQL panel to use Pygments for SQL highlighting if it's available,
Rob Hudson
2008-09-20
partly done with ajax support and js
Rob Hudson
2008-09-19
Remove the safe filter from template context so objects don't turn into HTML
Rob Hudson
2008-09-19
Merge branch 'master' of git://github.com/nowells/django-debug-toolbar
Rob Hudson
2008-09-19
Fixed template panel to skip over debug_toolbar templates. Fixed a bug in tem...
Nowell Strite
2008-09-18
Merge branch 'explain' of git@github.com:robhudson/django-debug-toolbar
Rob Hudson
2008-09-18
I noticed the template_rendered signal from the test suite also passed context,
Rob Hudson
2008-09-16
Minor stylistic changes.
Rob Hudson
2008-09-16
Fixed bug where django application was assumed to installed at / url.
nbstrite
2008-09-16
Merge branch 'master' into explain and updating a few bits to work with the new
Rob Hudson
2008-09-15
Modified scripts to use jQuery, and moved 'em to a better place.
Jacob Kaplan-Moss
2008-09-11
Adding view to explain SQL passed in via query string. Hopefully this is
Rob Hudson
2008-09-11
Adding JSON params to pass to view and adding link for explain.
Rob Hudson
2008-09-11
Patch submitted by Ned Batchelder to fix panel path slashes on Windows.
Rob Hudson
2008-09-09
Adding a templates panel that shows the templates used during a
Rob Hudson
2008-09-09
Making it so that the SQL panel display SQL a little more formatted and nice.
Rob Hudson
2008-09-09
Adding a `has_content` boolean to panels to avoid issues with checking if
Rob Hudson
2008-09-09
added ms label to total time on cache panel
Rob Hudson
2008-09-09
Merging in some changes from David Cramer for the HTTP vars panel but renaming
Rob Hudson
2008-09-08
I forgot to really *add* the cache stats panel by David Cramer.
Rob Hudson
2008-09-08
Rewrite of toolbar HTML, CSS, and JS. Written by David Cramer with some
Rob Hudson
2008-09-08
HTTP POST/GET panel contributed by David Cramer
Rob Hudson
2008-09-07
changed js to hide currently showing debug panel
Matt George
2008-09-07
no need to output div if there is no content
Rob Hudson
2008-09-06
Updating rendering to use Django templates and could possibly be overridden.
Rob Hudson