| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-27 | Improve display of variables in RequestVars panel. | Aymeric Augustin | |
| Refs #418. | |||
| 2013-10-27 | Allow setting arbitrary attributes on the toolbar. | Paulo Scardine | |
| Fix #334. | |||
| 2013-10-18 | Ensure the toolbar only outputs valid XML. | Aymeric Augustin | |
| This allows using it in websites served with the application/xml+xhtml mime type. Fix #221. | |||
| 2013-10-17 | Stopped using dict.iter*. | Aymeric Augustin | |
| Since performance isn't a primary concern, the non-iterable versions will do just fine on Python 2. | |||
| 2013-05-01 | Updated browser timing javascript to use jQuery, tidied up wording and ↵ | Roger Barnes | |
| formatting, and minified js | |||
| 2013-05-01 | Moved js to toolbar.js | Roger Barnes | |
| 2013-05-01 | Waterfall timeline or browser events | Roger Barnes | |
| 2013-05-01 | Add javascript timing metrics to timing panel onLoad if available | Roger Barnes | |
| 2013-04-23 | Render form insted hidden_fields | Vladislav Poluhin | |
| 2013-04-23 | Form for SQL validation | Vladislav Poluhin | |
| 2012-12-27 | Use POST instead GET, cuz GET is limited | Vladislav Poluhin | |
| 2012-09-16 | Fix static assets | Matt Robenolt | |
| 2012-08-27 | Merge pull request #305 from midiotthimble/patch-1 | Jannis Leidel | |
| Enabling html-formatting in logger panel | |||
| 2012-08-27 | Merge pull request #315 from jamesodo/master | Jannis Leidel | |
| Fix for blocktrans syntax change breaking debug_toolbar in Django 1.2 | |||
| 2012-08-25 | changed blocktrans syntax back to more verbose syntax so it will work with ↵ | james | |
| django 1.2 | |||
| 2012-08-20 | use links to static files rather than direct inclusion, Fixes #307 | Thomas Grainger | |
| 2012-07-23 | Enabling html-formatting in logger panel | Vladislav | |
| 2012-05-07 | Set browser focus to redirect_to link so user can hit enter and fly through ↵ | Alex Brinsmead | |
| redirect screens like a boss. | |||
| 2012-04-07 | Added resolved URL name to the Request var panel. Closes #214. | Jannis Leidel | |
| 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-04-04 | Marked another string for translation. | Jannis Leidel | |
| 2012-04-04 | Sort versions alphabetically. | Jannis Leidel | |
| 2012-03-31 | Marked a few more strings for translation. | Jannis Leidel | |
| 2012-03-31 | Fixed typo. | Jannis Leidel | |
| 2012-03-31 | Fixed an i18n snafu with pluralization. | Jannis Leidel | |
| 2012-03-31 | Made sure the list of settings are sorted alphabetically. Fixes #265. | Jannis Leidel | |
| 2012-03-31 | Fixed merge bugs in the cache panel code. | Jannis Leidel | |
| 2012-03-31 | Merge branch 'master' of https://github.com/ivirabyan/django-debug-toolbar ↵ | Jannis Leidel | |
| into ivirabyan-master Conflicts: debug_toolbar/panels/cache.py debug_toolbar/toolbar/loader.py | |||
| 2012-03-05 | Added i18n to the Signals panel. | Jannis Leidel | |
| 2011-12-22 | Force LTR for debug pane. | Remoun Metyas | |
| 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 | Merge branch 'line_profiler_int' of ↵ | David Cramer | |
| git://github.com/dmclain/django-debug-toolbar into line_profiler_int | |||
| 2011-06-09 | Timeline width in SQL panel properly scaled. | Tomasz Buchert | |
| 2011-06-03 | Proper decimal separator for non-US locales (eg. polish). | Tomasz Buchert | |
| 2011-05-10 | Support multiple databases in profile, select, and explain calls (fixes #155) | David Cramer | |
| 2011-04-26 | Integrating line_profiler | Dave McLain | |
| 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-06 | Correctly reference num_queries | David Cramer | |
| 2011-04-06 | SQL panel now guesses at Psycopg2 transactions (when autocommit swaps to in ↵ | David Cramer | |
| trans and vice versa) | |||
| 2011-04-06 | Added basic support for multi-db. | Rob Hudson | |
| Thanks to David Cramer, Ionel Cristian Mărieș, noah256, and Sander Steffann, who all supplied patches. | |||
| 2011-04-05 | Add support for engine-per-query as well as pulling out psycopg2's isolation ↵ | David Cramer | |
| level and transaction status | |||
| 2011-03-28 | Add a note when no SQL queries are logged | David Cramer | |
| 2011-03-24 | Change how expansion works on queries so hidden select values get displayed | David Cramer | |
| 2011-03-24 | Dont show colors for details expansion row | David Cramer | |
