aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-03-30Ensure we wrap all cursorsDavid Cramer
2011-03-30Ensure we're always returning a response(?)David Cramer
2011-03-28Add a note when no SQL queries are loggedDavid Cramer
2011-03-28Store actual function as __wrapped__ instead of __wraps for Python 3.2 ↵David Cramer
compatibility
2011-03-28Fail gracefully when theres no queries on a pageDavid Cramer
2011-03-28SQL injection now happens without interfering with the underlying db.queries ↵David Cramer
objects (and no longer requires DEBUG to be set)
2011-03-28Added DebugToolbar.get_panel(cls) for pulling out instantiated panel objectsDavid Cramer
2011-03-28Instances of the toolbar are now stored at a class level. Added ↵David Cramer
DebugToolbarMiddleware.get_current()
2011-03-28Key on thread.get_ident()David 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-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 ↵David Cramer
connections in title
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 ↵David Cramer
better view of stacktrace
2011-01-03Merge branch 'master' of http://github.com/robhudson/django-debug-toolbarDavid Cramer
2010-11-08Merge branch 'release/0.8.4'0.8.4Rob Hudson
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
It turns out that <script … charset="utf-8">inline script</script> is not valid (charset is valid with script src). This avoids debug_toolbar causing HTML validation errors simply by being active. Signed-off-by: Rob Hudson <rob@cogit8.org>
2010-10-18Caught up with the NEWS file.Rob Hudson
2010-10-18Updated SQL explain panel to keep white space for indention, clarifying the ↵Rob Hudson
output.
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
Thanks to Hynek Cernoch for the report and patch.
2010-09-15Fixed issue 6: Redirect page does not set cookie.Rob Hudson
Thanks to ziz for the patch, and offbyone for testing.
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-07Started a NEWS fileRob Hudson
2010-09-07Fixed issue 81.Rob Hudson
Updated to work with old TEMPLATE_LOADERS settings from < 1.2.
2010-09-03Fix for "View template links get "Template Does Not Exist" for django >= ↵Tom V
1.2" bug. http://github.com/robhudson/django-debug-toolbar/issues/issue/95 Signed-off-by: Rob Hudson <rob@cogit8.org>
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
This reverts commit edf74beb6e26ed34779dff17240d2fb4c436d451.
2010-04-07Revert "Factor headers data out of HeaderDebugPanel."Rob Hudson
This reverts commit 4326cbbec13f44e6d8c757f1d07fd6100596bfb6.
2010-04-07Revert "Factor settings data out of SettingsVarsDebugPanel."Rob Hudson
This reverts commit 7e8a4e195d4b0e3cabf0742b31e087a81712d12f.
2010-04-07Revert "Factor versions data out of VersionDebugPanel."Rob Hudson
This reverts commit d05dcbb4aa93b1ce9d097ed8d537f06eb2491f5e.
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
other than ddt.