aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/middleware.py
AgeCommit message (Expand)Author
2010-01-18Ensure we honor request.urlconf.Rob Hudson
2009-11-18Fixed leaking middleware for non-200 requests.Rob Hudson
2009-11-02detect versions for other installed applicationsAlex Gaynor
2009-11-02Mkae this threadsafeAlex Gaynor
2009-09-15Fix so that the debug toolbar can be enabled/disabled safely on a per-request...Augie Fackler
2009-03-26New configuration option to provide your own 'show_toolbar' method.Rob Hudson
2009-03-26Minor cleanup of imports and long lines.Rob Hudson
2009-03-21fixed bug when the string </body> matches more than once in the htmlLoic Bistuer
2009-01-17Fixing AJAX calls to detailed SQL views.Reto Aebersold
2008-12-17Fixes #19 -- Modified the middleware to only install the debug ROOT_URLCONF i...Russell Keith-Magee
2008-10-02Merge branch 'urlfix'Rob Hudson
2008-10-02Moving debug toolbar to the bottom of the HTML document and adjusting CSS toRob Hudson
2008-10-02A fix for URL patterns getting appended on each request growing indefinitely.Rob Hudson
2008-09-30Adding toolbar config to override INTERCEPT_REDIRECTS and, in the future, otherRob Hudson
2008-09-30Adding redirect interception to the middleware to be able to view debug infoRob Hudson
2008-09-30Removing unneeded check for toolbar that is taken care of a few lines up.Rob Hudson
2008-09-28Updated to fail nicely when DEBUG=False.Rob Hudson
2008-09-21Refactoring middleware and panels so panels have more explicit middleware-likeRob Hudson
2008-09-20Patch from Alex Gaynor that fixes jQuery conflicts with Pinax and potentiallyRob Hudson
2008-09-20Turn back on if request.is_ajax check but put the monkey patching of URLs in noRob Hudson
2008-09-20partly done with ajax support and jsRob Hudson
2008-09-15Added a mechanism for monkeypatching in debug views, and also addedJacob Kaplan-Moss
2008-09-09Adding more checkes to middleware.Rob Hudson
2008-09-08Rewrite of toolbar HTML, CSS, and JS. Written by David Cramer with someRob Hudson
2008-09-07Fixing a bug reported that was causing encoding errors. Thanks Chris Kelly forRob Hudson
2008-09-07Fixed a bug where the toolbar may have not been instantiated on request butRob Hudson
2008-09-07adding a check to not display toolbar on ajax requestsRob Hudson
2008-09-07updating to pass around the request objectRob Hudson
2008-09-07Adding INTERNAL_IPS check to display toolbar — this may be a bit much but ...Rob Hudson
2008-08-27Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...Rob Hudson