aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2011-03-24Remove debug printDavid Cramer
2011-03-24Fix for infinite math fail :)David Cramer
2011-03-24Much better coloring scaleDavid Cramer
2011-03-24basic color code grouping of db aliasesDavid Cramer
2011-03-24Only show connections which executed queries. Show number of used connections...David 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-01-03Merge branch 'master' of http://github.com/robhudson/django-debug-toolbarDavid Cramer
2010-11-08Bumped version to 0.8.4Rob Hudson
2010-11-08Added print style to hide toolbar, fixing issue #90.Rob Hudson
2010-10-20HTML Validation fixesChris Adams
2010-10-18Updated SQL explain panel to keep white space for indention, clarifying the o...Rob Hudson
2010-10-18Added CSS classes to the SQL panel tables.Rob Hudson
2010-09-22Fixed issue 85, SQL not selectable due to line chart.Rob Hudson
2010-09-15Fixed issue 6: Redirect page does not set cookie.Rob Hudson
2010-09-07Fixed template block inheritance bug (issues 77 and 97)Rob Hudson
2010-09-07Fixed issue 83, unstyled toolbar flash.Rob Hudson
2010-09-07Fixed issue 81.Rob Hudson
2010-09-03Fix for "View template links get "Template Does Not Exist" for django >= 1.2"...Tom V
2010-08-13Support magical TEST global setting to disable toolbarDavid Cramer
2010-04-07Revert "Start of splitting off data collection classes and panel classes."Rob Hudson
2010-04-07Revert "Factor headers data out of HeaderDebugPanel."Rob Hudson
2010-04-07Revert "Factor settings data out of SettingsVarsDebugPanel."Rob Hudson
2010-04-07Revert "Factor versions data out of VersionDebugPanel."Rob Hudson
2010-03-03Factor versions data out of VersionDebugPanel.Bryan Chow
2010-03-03Factor settings data out of SettingsVarsDebugPanel.Bryan Chow
2010-03-03Factor headers data out of HeaderDebugPanel.Bryan Chow
2010-03-03Start of splitting off data collection classes and panel classes.Rob Hudson
2010-03-03Bumped version number for bugfix0.8.30.8.xRob Hudson
2010-03-03Fixed #68 - Make sure to only bail because of AJAX requests coming from apps ...Jannis Leidel
2010-03-02Updated version for 0.8.2 release0.8.2Rob Hudson
2010-02-26Fixed to maintain Django 1.0 compatibility.Rob Hudson
2010-02-26Adjusted Content-Length if we modify the response.Rob Hudson
2010-02-26Fixed typo looking for `setting.DEBUG`Rob Hudson
2010-02-26Also check for HTTP_X_FORWARDED_FOR in case a proxy like Nginx is usedJannis Leidel
2010-02-21Added configurable HTML tag to attach toolbar toDavide Callegari
2010-02-16Fixed #60 - Added MEDIA_URL config option to be able to override the URL to t...Jannis Leidel
2010-02-16Don't show the toolbar at all for ajax requestsJannis Leidel
2010-02-11Merge branch 'master' into js_closureRob Hudson
2010-02-02Updated template source call to support Django 1.2Rob 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-22Escape invalid html in SQL queries.Gabriel
2010-01-22Load jQuery from the DOM instead of document.write.Gabriel