aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
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