| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-20 | use links to static files rather than direct inclusion, Fixes #307 | Thomas Grainger | |
| 2012-04-07 | Updated cache panel to handle multiple backends and look more like the SQL ↵ | Jannis Leidel | |
| panel. This is based mostly on the awesome work by @diox done in 9aa062bb6c4318aa81c202003ea902249c0071d1. Closes #134. | |||
| 2012-03-26 | Fix issue #217 | Ben Demboski | |
| 2012-01-30 | Updated minified toolbar js | Seyi Ogunyemi | |
| 2012-01-30 | Update debug_toolbar/media/debug_toolbar/js/jquery.js - moved to jQuery ↵ | Ṣeyi Ogunyẹ́mi | |
| 1.7.1 to avoid annoying event.layer(X|Y) deprecation warnings. Fixed in https://github.com/jquery/jquery/pull/554 | |||
| 2012-01-17 | Actually update the media files this time (compressed toolbar.js to ↵0.9.4 | David Cramer | |
| toolbar.min.js) | |||
| 2012-01-17 | Revert using live events on toolbar button (fixes GH-255 and GH-251). | David Cramer | |
| 2012-01-12 | Ensure all events use live and fix a mess of lint errors | David Cramer | |
| 2012-01-12 | Update minidified media | David Cramer | |
| 2011-12-22 | JS: Replace a few spaces with tabs in toolbar.js | Remoun Metyas | |
| 2011-12-22 | JS: Use live('click') instead of click() for persistent toggle handlers. | Remoun Metyas | |
| 2011-12-22 | Update minified CSS and JS with YUI compressor 2.4.7 | Remoun Metyas | |
| 2011-08-20 | Included jQuery breaks newer jQuery plugins, force noConflict for jQuery ↵ | Jason Keene | |
| global object as well as $. | |||
| 2011-07-12 | Bring pre styles in line with rest of panelsline_profiler_int | David Cramer | |
| 2011-07-12 | Some general cleanup for css/markup and collapsing of line profiler module | David Cramer | |
| 2011-07-12 | Move makefile to project root | David Cramer | |
| 2011-06-10 | Issue #163: SQL expand does show query fields now. So does clicking on bullets. | Tomasz Buchert | |
| 2011-04-22 | Basic support for toggling everywhere correctly | David Cramer | |
| 2011-04-22 | Initial refactor of toggline so that profiling matches sql | David Cramer | |
| 2011-04-22 | Clean up some oddly formatted CSS | David Cramer | |
| 2011-04-22 | Merge branch 'profiling' of git://github.com/dmclain/django-debug-toolbar ↵ | David Cramer | |
| into dmclain-master Conflicts: debug_toolbar/media/debug_toolbar/css/toolbar.min.css debug_toolbar/media/debug_toolbar/js/toolbar.min.js | |||
| 2011-04-22 | Merge branch 'develop' of git://github.com/robhudson/django-debug-toolbar ↵ | David Cramer | |
| into robhudson-develop Conflicts: debug_toolbar/media/debug_toolbar/css/toolbar.css debug_toolbar/media/debug_toolbar/css/toolbar.min.css debug_toolbar/media/debug_toolbar/js/toolbar.min.js debug_toolbar/middleware.py debug_toolbar/panels/sql.py debug_toolbar/templates/debug_toolbar/base.html debug_toolbar/templates/debug_toolbar/panels/sql.html | |||
| 2011-04-22 | first pass at a profiler panel | Dave McLain | |
| 2011-04-20 | Change .load() calls to GET to avoid CSRF protection. | Rob Hudson | |
| Thanks to Tomasz Buchert for the suggestion. | |||
| 2011-04-06 | Generate fake transaction ids so we can match up transaction end state correctly | David Cramer | |
| 2011-04-06 | SQL panel now guesses at Psycopg2 transactions (when autocommit swaps to in ↵ | David Cramer | |
| trans and vice versa) | |||
| 2011-03-24 | Change how expansion works on queries so hidden select values get displayed | David Cramer | |
| 2011-03-24 | basic color code grouping of db aliases | David Cramer | |
| 2011-03-24 | Improve display of truncate sql queries | David Cramer | |
| 2011-03-24 | Add multi db support and summaries to SQL panel | David Cramer | |
| 2011-03-24 | Ensure djdt.ready() works even after initialization | David Cramer | |
| 2011-03-24 | inline all images as base64-encoded data | David Cramer | |
| 2011-03-24 | Create window.djdt and djdt.ready() event callback hooks for post </body> events | David Cramer | |
| 2011-03-24 | ensure we dont compile jquery.cookie.js since its already in toolbar.js | David Cramer | |
| 2011-03-24 | inline all JS to avoid external media calls on initial page load | David Cramer | |
| 2011-03-23 | Overhaul SQL panel to include better timeline, more compact queries, and ↵ | David Cramer | |
| better view of stacktrace | |||
| 2011-03-16 | Updated YUI Compressor which produces better minimized CSS | Rob Hudson | |
| 2011-03-16 | Added error trapping to AJAX sub-panels. | Rob Hudson | |
| Previous the user saw nothing happen if there was an error on the backend. This at least display a basic error status to the user. | |||
| 2011-02-03 | HTML validation: avoid injecting <style> in <body> | Chris Adams | |
| This avoids causing otherwise valid HTML to fail validation because <style> is only allowed in <head> | |||
| 2010-10-18 | Updated SQL explain panel to keep white space for indention, clarifying the ↵ | Rob Hudson | |
| output. | |||
| 2010-09-22 | Fixed issue 85, SQL not selectable due to line chart. | Rob Hudson | |
| Thanks to Hynek Cernoch for the report and patch. | |||
| 2010-09-07 | Fixed issue 83, unstyled toolbar flash. | Rob Hudson | |
| 2010-02-16 | Fixed #60 - Added MEDIA_URL config option to be able to override the URL to ↵ | Jannis Leidel | |
| the static files (good with django-staticfiles). Also moved media files to subdirectories like other apps. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-02-11 | Merge branch 'master' into js_closure | Rob Hudson | |
| 2010-02-02 | Fixed a few panel title display issues. | Rob Hudson | |
| 2010-01-31 | Updated toolbar Javascript to use a closure. | Rob Hudson | |
| * Update jQuery to latest version, 1.4.1 * Pulled jquery.cookie.js into toolbar.js so it doesn't depend on jQuery being in the global namespace. * jQuery loading code based on Ben Alman's bookmarklet generator here: http://benalman.com/code/test/jquery-run-code-bookmarklet/ | |||
| 2010-01-15 | Debug toolbar markup is now XHTML compliant. | Rob Hudson | |
| 2009-11-18 | Fixed old use of $, which has been replaced by $j | Chris Adams | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-06 | Removed general CSS class names. | Rob Hudson | |
| 2009-11-02 | Left-align the header cells in the SQL stacktrace table | Chris Lamb | |
| The columns are extremely wide, which makes centered titles look very odd. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
