aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/media/debug_toolbar/js/toolbar.min.js
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-01-30Updated minified toolbar jsSeyi Ogunyemi
2012-01-17Actually update the media files this time (compressed toolbar.js to toolbar.m...0.9.4David 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: 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-12Some general cleanup for css/markup and collapsing of line profiler moduleDavid 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-03-24Change how expansion works on queries so hidden select values get displayedDavid 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-24Create window.djdt and djdt.ready() event callback hooks for post </body> eventsDavid 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-16Added error trapping to AJAX sub-panels.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