aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
AgeCommit message (Expand)Author
2008-10-02Merging in new settings panel from 'binarydud/master'. Thanks!Rob Hudson
2008-10-01Merge branch 'master' of git://github.com/robhudson/django-debug-toolbarMatt George
2008-09-30Minor wording update in redirect.html template.Rob Hudson
2008-09-30Merge branch 'master' into session_panelMatt George
2008-09-30added settings var panelMatt George
2008-09-30Adding redirect interception to the middleware to be able to view debug infoRob Hudson
2008-09-27Merging in the Logging panel from Alex Gaynor. Thanks Alex!Rob Hudson
2008-09-27added logger panelAlex Gaynor
2008-09-27fixed merge conflictsAlex Gaynor
2008-09-25Merging in some changes from Malcolm Tredinnick to do some minor cleanup in aRob Hudson
2008-09-24Adding a SHA-1 hash to the parameters passed to get the EXPLAIN query to avoidRob Hudson
2008-09-24Merging from jezdez/master: Added context processors to TemplateDebugPanel.Rob Hudson
2008-09-24Added context processors to TemplateDebugPanelJannis Leidel
2008-09-23Add catch for non JSON serializable objects and don't show the EXPLAIN link forRob Hudson
2008-09-23Updating pygments styles to better match new toolbar styles.Rob Hudson
2008-09-24A couple of small HTML and presentation cleanups.Malcolm Tredinnick
2008-09-21Load jQuery only if jQuery isn't already loaded. Patch from Alex GaynorRob Hudson
2008-09-20jquery now optionalAlex Gaynor
2008-09-20Patch from Alex Gaynor that fixes jQuery conflicts with Pinax and potentiallyRob Hudson
2008-09-20Updating SQL panel to use Pygments for SQL highlighting if it's available,Rob Hudson
2008-09-20partly done with ajax support and jsRob Hudson
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-16Minor stylistic changes.Rob Hudson
2008-09-16Fixed bug where django application was assumed to installed at / url.nbstrite
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-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-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-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-08HTTP POST/GET panel contributed by David CramerRob Hudson
2008-09-07changed js to hide currently showing debug panelMatt George
2008-09-07no need to output div if there is no contentRob Hudson
2008-09-06Updating rendering to use Django templates and could possibly be overridden.Rob Hudson