aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
AgeCommit message (Expand)Author
2011-04-06Added basic support for multi-db.Rob Hudson
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
2009-09-18Made the versions panel more powerfulAlex Gaynor
2009-09-12Merge remote branch 'alex/master'Rob Hudson
2009-09-12Fixed to only show the link for requesting the SELECT data if the query is aRob Hudson
2009-09-11Removed the spaceless tag as it caused more problems than it solved.Rob Hudson
2009-09-11Wrapped subpanel content with div.scroll and fixed a few minor CSS problems.Rob Hudson
2009-09-11Fixed escaping on redirects.Rob Hudson
2009-09-10handle merge conflictsAlex Gaynor
2009-09-08Updated toolbar to use minified versions of js and css.Rob Hudson
2009-09-08Merge remote branch 'idan/master' into ui-rfRob Hudson
2009-09-09Fixed back buttons on SQL explain/select/profile subpanels.Idan Gazit
2009-09-07Fixed template source to work nicely with and without Pygments.Rob Hudson
2009-09-07Allow template source to be scrollableMikhail Korobov
2009-09-07Merge branch 'ui-rf' of github.com:robhudson/django-debug-toolbar into ui-rfRob Hudson
2009-09-07Used spaceless tag to tighten up debug toolbar HTML output.Rob Hudson
2009-09-01Fixed translated string in redirect template.Rob Hudson
2009-08-28Refactored SQL panel to use datetime objects and added a visual display of bo...Rob Hudson
2009-08-28Fixed sql profiling so it doesn't return a 500 if the SQL `SET PROFILING=1` r...Rob Hudson
2009-08-26Merge commit 'upstream/ui-rf'Idan Gazit
2009-08-25merging in changes from ui-rf and fixing conflicts in templatesPercy Perez-Pinedo
2009-08-25Added toggle arrows, grey boxes for template linksIdan Gazit
2009-08-25Removed tons of invalid ".boxed" classes, renamed boxed -> scrollIdan Gazit
2009-08-24Some locale tweaks and template tweaks after merge.Rob Hudson
2009-08-24Merge locale work by Percy.Rob Hudson
2009-08-24Make panel content stylings look like Django's debug template.Rob Hudson
2009-08-21spanish version of the debug toolbar templates is mostly done'Percy Perez-Pinedo