aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/middleware.py
AgeCommit message (Collapse)Author
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
methods to be more clear when panel processing happens.
2008-09-20Patch from Alex Gaynor that fixes jQuery conflicts with Pinax and potentiallyRob Hudson
other projects.
2008-09-20Turn back on if request.is_ajax check but put the monkey patching of URLs in noRob Hudson
matter what so our actual views (for ajax) can be run.
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
jquery as both a test case and a place to get started making some js improvements. I'm not totally thrilled with this approach -- it feels *very* hackish. The alternative might be to simply require installers to add a line to their ROOT_URLCONF, which wouldn't be *bad*, but I like the "load automatically" part of this thing.
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
tweaks. This also removes the jQuery dependency.
2008-09-07Fixing a bug reported that was causing encoding errors. Thanks Chris Kelly forRob Hudson
the patch
2008-09-07Fixed a bug where the toolbar may have not been instantiated on request butRob Hudson
tried to access it on response.
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
there will potentially be lots of things there you would not want to share to just anyone.
2008-08-27Initial commit of basic working Debug Toolbar (that needs a lot of CSS and ↵Rob Hudson
JS love)