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
/
middleware.py
Age
Commit message (
Expand
)
Author
2010-03-03
Fixed #68 - Make sure to only bail because of AJAX requests coming from apps ...
Jannis Leidel
2010-02-26
Adjusted Content-Length if we modify the response.
Rob Hudson
2010-02-26
Fixed typo looking for `setting.DEBUG`
Rob Hudson
2010-02-26
Also check for HTTP_X_FORWARDED_FOR in case a proxy like Nginx is used
Jannis Leidel
2010-02-21
Added configurable HTML tag to attach toolbar to
Davide Callegari
2010-02-16
Don't show the toolbar at all for ajax requests
Jannis Leidel
2010-01-18
Ensure we honor request.urlconf.
Rob Hudson
2009-11-18
Fixed leaking middleware for non-200 requests.
Rob Hudson
2009-11-02
detect versions for other installed applications
Alex Gaynor
2009-11-02
Mkae this threadsafe
Alex Gaynor
2009-09-15
Fix so that the debug toolbar can be enabled/disabled safely on a per-request...
Augie Fackler
2009-03-26
New configuration option to provide your own 'show_toolbar' method.
Rob Hudson
2009-03-26
Minor cleanup of imports and long lines.
Rob Hudson
2009-03-21
fixed bug when the string </body> matches more than once in the html
Loic Bistuer
2009-01-17
Fixing AJAX calls to detailed SQL views.
Reto Aebersold
2008-12-17
Fixes #19 -- Modified the middleware to only install the debug ROOT_URLCONF i...
Russell Keith-Magee
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-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-21
Refactoring middleware and panels so panels have more explicit middleware-like
Rob Hudson
2008-09-20
Patch from Alex Gaynor that fixes jQuery conflicts with Pinax and potentially
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
partly done with ajax support and js
Rob Hudson
2008-09-15
Added a mechanism for monkeypatching in debug views, and also added
Jacob Kaplan-Moss
2008-09-09
Adding more checkes to middleware.
Rob Hudson
2008-09-08
Rewrite of toolbar HTML, CSS, and JS. Written by David Cramer with some
Rob Hudson
2008-09-07
Fixing a bug reported that was causing encoding errors. Thanks Chris Kelly for
Rob Hudson
2008-09-07
Fixed a bug where the toolbar may have not been instantiated on request but
Rob Hudson
2008-09-07
adding a check to not display toolbar on ajax requests
Rob Hudson
2008-09-07
updating to pass around the request object
Rob Hudson
2008-09-07
Adding INTERNAL_IPS check to display toolbar — this may be a bit much but ...
Rob Hudson
2008-08-27
Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...
Rob Hudson