aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media
AgeCommit message (Expand)Author
2011-08-20Included jQuery breaks newer jQuery plugins, force noConflict for jQuery glob...Jason Keene
2011-07-12Bring pre styles in line with rest of panelsline_profiler_intDavid Cramer
2011-07-12Some general cleanup for css/markup and collapsing of line profiler moduleDavid Cramer
2011-07-12Move makefile to project rootDavid Cramer
2011-06-10Issue #163: SQL expand does show query fields now. So does clicking on bullets.Tomasz Buchert
2011-04-22Basic support for toggling everywhere correctlyDavid Cramer
2011-04-22Initial refactor of toggline so that profiling matches sqlDavid Cramer
2011-04-22Clean up some oddly formatted CSSDavid Cramer
2011-04-22Merge branch 'profiling' of git://github.com/dmclain/django-debug-toolbar int...David Cramer
2011-04-22Merge branch 'develop' of git://github.com/robhudson/django-debug-toolbar int...David Cramer
2011-04-22first pass at a profiler panelDave McLain
2011-04-20Change .load() calls to GET to avoid CSRF protection.Rob Hudson
2011-04-06Generate fake transaction ids so we can match up transaction end state correctlyDavid Cramer
2011-04-06SQL panel now guesses at Psycopg2 transactions (when autocommit swaps to in t...David Cramer
2011-03-24Change how expansion works on queries so hidden select values get displayedDavid Cramer
2011-03-24basic color code grouping of db aliasesDavid Cramer
2011-03-24Improve display of truncate sql queriesDavid Cramer
2011-03-24Add multi db support and summaries to SQL panelDavid Cramer
2011-03-24Ensure djdt.ready() works even after initializationDavid Cramer
2011-03-24inline all images as base64-encoded dataDavid Cramer
2011-03-24Create window.djdt and djdt.ready() event callback hooks for post </body> eventsDavid Cramer
2011-03-24ensure we dont compile jquery.cookie.js since its already in toolbar.jsDavid Cramer
2011-03-24inline all JS to avoid external media calls on initial page loadDavid Cramer
2011-03-23Overhaul SQL panel to include better timeline, more compact queries, and bett...David Cramer
2011-03-16Updated YUI Compressor which produces better minimized CSSRob Hudson
2011-03-16Added error trapping to AJAX sub-panels.Rob Hudson
2011-02-03HTML validation: avoid injecting <style> in <body>Chris Adams
2010-10-18Updated SQL explain panel to keep white space for indention, clarifying the o...Rob Hudson
2010-09-22Fixed issue 85, SQL not selectable due to line chart.Rob Hudson
2010-09-07Fixed issue 83, unstyled toolbar flash.Rob Hudson
2010-02-16Fixed #60 - Added MEDIA_URL config option to be able to override the URL to t...Jannis Leidel
2010-02-11Merge branch 'master' into js_closureRob Hudson
2010-02-02Fixed a few panel title display issues.Rob Hudson
2010-01-31Updated toolbar Javascript to use a closure.Rob Hudson
2010-01-15Debug toolbar markup is now XHTML compliant.Rob Hudson
2009-11-18Fixed old use of $, which has been replaced by $jChris Adams
2009-11-06Removed general CSS class names.Rob Hudson
2009-11-02Left-align the header cells in the SQL stacktrace tableChris Lamb
2009-11-02Move the stacktrace underneath the SQL - current column is too narrowChris Lamb
2009-10-16Minified CSS from previous commit change.Rob Hudson
2009-10-17CSS was effecting blockquote styles on the page.melsdoerfer
2009-09-12Return of zebra stripes, slightly more prominent table headers.Idan Gazit
2009-09-12Added overflow:auto for tables to prevent breakoutIdan Gazit
2009-09-12Merge commit 'upstream/master'Idan Gazit
2009-09-11Wrapped subpanel content with div.scroll and fixed a few minor CSS problems.Rob Hudson
2009-09-12minified js with class="active" fixIdan Gazit
2009-09-12Merge commit 'upstream/master'Idan Gazit
2009-09-11Fixes li class="active" when panel closed via close button.Idan Gazit
2009-09-08Updated toolbar to use minified versions of js and css.Rob Hudson
2009-08-28Fixed so key bindings are setup on init, regardless of toolbar cookie.Rob Hudson