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
Age
Commit message (
Expand
)
Author
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
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 toolbar config to override INTERCEPT_REDIRECTS and, in the future, other
Rob Hudson
2008-09-30
Adding redirect interception to the middleware to be able to view debug info
Rob Hudson
2008-09-30
Removing unneeded check for toolbar that is taken care of a few lines up.
Rob Hudson
2008-09-28
Updated to fail nicely when DEBUG=False.
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
Updating pygment css to match Django colors and remove classes not used.
Rob Hudson
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-23
Merging with Bryan Veloso's branch to pull in Django stylings.
Rob Hudson
2008-09-24
The start of some work to make the CSS play nicely with others.
Malcolm Tredinnick
2008-09-24
A couple of small HTML and presentation cleanups.
Malcolm Tredinnick
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
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-21
Load jQuery only if jQuery isn't already loaded. Patch from Alex Gaynor
Rob Hudson
2008-09-21
Refactoring middleware and panels so panels have more explicit middleware-like
Rob Hudson
2008-09-21
Show 1 SQL query v.s. 3 SQL queries
Simon Willison
2008-09-21
made jquery really optional, also switched to using google to serve jquery
Alex Gaynor
2008-09-21
pluralize query correctly, stolen from swillison
Alex Gaynor
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
Turn back on if request.is_ajax check but put the monkey patching of URLs in no
Rob Hudson
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
Import simplejson from django rather than an external dependency.
Rob Hudson
2008-09-20
partly done with ajax support and js
Rob Hudson
2008-09-20
Use pformat for template contexts, which makes it more readable
Simon Willison
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-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
[next]