aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
AgeCommit message (Expand)Author
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-12Merge branch 'line_profiler_int' of git://github.com/dmclain/django-debug-too...David Cramer
2011-06-09Timeline width in SQL panel properly scaled.Tomasz Buchert
2011-06-03Proper decimal separator for non-US locales (eg. polish).Tomasz Buchert
2011-05-10Support multiple databases in profile, select, and explain calls (fixes #155)David Cramer
2011-04-26Integrating line_profilerDave McLain
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-06Correctly reference num_queriesDavid Cramer
2011-04-06SQL panel now guesses at Psycopg2 transactions (when autocommit swaps to in t...David Cramer
2011-04-06Added basic support for multi-db.Rob Hudson
2011-04-05Add support for engine-per-query as well as pulling out psycopg2's isolation ...David Cramer
2011-03-28Add a note when no SQL queries are loggedDavid Cramer
2011-03-24Change how expansion works on queries so hidden select values get displayedDavid Cramer
2011-03-24Dont show colors for details expansion rowDavid 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-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-02-03Merge pull request #135 from acdha/django-debug-toolbarRob Hudson
2011-02-03HTML validation: avoid injecting <style> in <body>Chris Adams
2011-01-09Added support for LogBook. Thanks to Vincent Driessen for the idea andVincent Driessen
2010-11-08Added print style to hide toolbar, fixing issue #90.Rob Hudson
2010-10-20HTML Validation fixesChris Adams
2010-10-18Added CSS classes to the SQL panel tables.Rob Hudson
2010-09-07Fixed issue 83, unstyled toolbar flash.Rob Hudson
2010-02-26Fixed to maintain Django 1.0 compatibility.Rob Hudson
2010-02-16Fixed #60 - Added MEDIA_URL config option to be able to override the URL to t...Jannis Leidel
2010-01-31Updated toolbar Javascript to use a closure.Rob Hudson
2010-01-22Load jQuery from the DOM instead of document.write.Gabriel
2010-01-22Updated to not display EXPLAIN/PROFILE links for non-SELECT queries.Chris Lamb
2010-01-20Fixed toolbar loading problem if page does not load jQuery.Rob Hudson
2010-01-15Debug toolbar markup is now XHTML compliant.Rob Hudson
2009-11-18Marked more strings for translation and updated 'fr' locale.David Jean Louis
2009-11-06Updated view info to be horizontal tabular.Rob Hudson
2009-11-06Show view name and arguments and keyword arguments in the request vars panel.Alex Gaynor
2009-11-06Removed general CSS class names.Rob Hudson
2009-11-02Show context where SQL query originated from templateChris Lamb
2009-11-02Move the stacktrace underneath the SQL - current column is too narrowChris Lamb
2009-10-16Added detection and display of versions of apps.Alex Gaynor
2009-10-17fixed space on titlesKenneth Belitzky
2009-10-17added missing trans tags inside templatesKenneth Belitzky
2009-10-06missing closing bracketEtienne Carrier