aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2008-09-19Remove the safe filter from template context so objects don't turn into HTMLRob Hudson
2008-09-19Merge branch 'master' of git://github.com/nowells/django-debug-toolbarRob Hudson
2008-09-19Fixed template panel to skip over debug_toolbar templates. Fixed a bug in tem...Nowell Strite
2008-09-18Merge branch 'explain' of git@github.com:robhudson/django-debug-toolbarRob Hudson
2008-09-18I noticed the template_rendered signal from the test suite also passed context,Rob Hudson
2008-09-16We now have a jQuery.djDebug object to extend. This might be overkill but itRob Hudson
2008-09-16Minor stylistic changes.Rob Hudson
2008-09-16Fixed bug where django application was assumed to installed at / url.nbstrite
2008-09-16Updating toolbar.js to close panel on 2nd click.Rob Hudson
2008-09-16Merge branch 'master' into explain and updating a few bits to work with the newRob Hudson
2008-09-15Modified scripts to use jQuery, and moved 'em to a better place.Jacob Kaplan-Moss
2008-09-15Added a mechanism for monkeypatching in debug views, and also addedJacob Kaplan-Moss
2008-09-12Moving default list of panels into the loader to skip an install step. PanelRob Hudson
2008-09-11Adding view to explain SQL passed in via query string. Hopefully this isRob Hudson
2008-09-11Adding JSON params to pass to view and adding link for explain.Rob Hudson
2008-09-11Moving reformat sql so we can pull this in elsewhere.Rob Hudson
2008-09-11Patch submitted by Ned Batchelder to fix panel path slashes on Windows.Rob Hudson
2008-09-09Adding a templates panel that shows the templates used during aRob Hudson
2008-09-09Making it so that the SQL panel display SQL a little more formatted and nice.Rob Hudson
2008-09-09Adding a `has_content` boolean to panels to avoid issues with checking ifRob Hudson
2008-09-09Adding more checkes to middleware.Rob Hudson
2008-09-09added ms label to total time on cache panelRob Hudson
2008-09-09Merging in some changes from David Cramer for the HTTP vars panel but renamingRob Hudson
2008-09-08I forgot to really *add* the cache stats panel by David Cramer.Rob Hudson
2008-09-08Rewrite of toolbar HTML, CSS, and JS. Written by David Cramer with someRob Hudson
2008-09-08Added a database stats tracking class to pass through params. This is setupRob Hudson
2008-09-08HTTP POST/GET panel contributed by David CramerRob Hudson
2008-09-08convert panels with content to use file based templates for overriding abilityRob Hudson
2008-09-08raise errors with panels subclass loading to help in debuggingRob Hudson
2008-09-07Fixing a bug reported that was causing encoding errors. Thanks Chris Kelly forRob Hudson
2008-09-07Merge branch 'master' of git://github.com/robhudson/django-debug-toolbarMatt George
2008-09-07Fixed a bug where the toolbar may have not been instantiated on request butRob Hudson
2008-09-07fixed bug where if IP was not in INTERNAL_IPS then self.debug_toolbar.render_...Matt George
2008-09-07Merge branch 'master' of git://github.com/robhudson/django-debug-toolbarMatt George
2008-09-07adding a check to not display toolbar on ajax requestsRob Hudson
2008-09-07changed js to hide currently showing debug panelMatt George
2008-09-07Adding a new panel to display HTTP headersRob 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-09-07adding a comment to note that panel subclasses should declare a nameRob Hudson
2008-09-07adding a name attribute to base panel since we are likely to put more stuff i...Rob Hudson
2008-09-07converting sql panel to use templateRob Hudson
2008-09-07no need to output div if there is no contentRob Hudson
2008-09-06Updating panels to include more info without action requiredRob Hudson
2008-09-06The last commit missed an added method to the Panel base classRob Hudson
2008-09-06Updating rendering to use Django templates and could possibly be overridden.Rob Hudson
2008-08-28decided to change timer to display in millisecondsRob Hudson
2008-08-28adding a timing panelRob Hudson
2008-08-27Initial commit of basic working Debug Toolbar (that needs a lot of CSS and JS...Rob Hudson