aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media
AgeCommit message (Expand)Author
2012-08-20use links to static files rather than direct inclusion, Fixes #307Thomas Grainger
2012-04-07Updated cache panel to handle multiple backends and look more like the SQL pa...Jannis Leidel
2012-03-26Fix issue #217Ben Demboski
2012-01-30Updated minified toolbar jsSeyi Ogunyemi
2012-01-30Update debug_toolbar/media/debug_toolbar/js/jquery.js - moved to jQuery 1.7.1...Ṣeyi Ogunyẹ́mi
2012-01-17Actually update the media files this time (compressed toolbar.js to toolbar.m...0.9.4David Cramer
2012-01-17Revert using live events on toolbar button (fixes GH-255 and GH-251).David Cramer
2012-01-12Ensure all events use live and fix a mess of lint errorsDavid Cramer
2012-01-12Update minidified mediaDavid Cramer
2011-12-22JS: Replace a few spaces with tabs in toolbar.jsRemoun Metyas
2011-12-22JS: Use live('click') instead of click() for persistent toggle handlers.Remoun Metyas
2011-12-22Update minified CSS and JS with YUI compressor 2.4.7Remoun Metyas
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