| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 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 | Create window.djdt and djdt.ready() event callback hooks for post </body> events | 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-02-03 | Merge pull request #135 from acdha/django-debug-toolbar | Rob Hudson | |
| --- This is mostly just because my in-browser validation badges fail if debug-toolbar is active. | |||
| 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> | |||
| 2011-01-09 | Added support for LogBook. Thanks to Vincent Driessen for the idea and | Vincent Driessen | |
| patch. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-11-08 | Added print style to hide toolbar, fixing issue #90. | Rob Hudson | |
| 2010-10-20 | HTML Validation fixes | Chris 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-18 | Added CSS classes to the SQL panel tables. | Rob Hudson | |
| 2010-09-07 | Fixed issue 83, unstyled toolbar flash. | Rob Hudson | |
| 2010-02-26 | Fixed to maintain Django 1.0 compatibility. | 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-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-22 | Load jQuery from the DOM instead of document.write. | Gabriel | |
| document.write doesn't work with xhtml. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-22 | Updated to not display EXPLAIN/PROFILE links for non-SELECT queries. | Chris Lamb | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-20 | Fixed toolbar loading problem if page does not load jQuery. | Rob Hudson | |
| 2010-01-15 | Debug toolbar markup is now XHTML compliant. | Rob Hudson | |
| 2009-11-18 | Marked more strings for translation and updated 'fr' locale. | David Jean Louis | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-06 | Updated view info to be horizontal tabular. | Rob Hudson | |
| 2009-11-06 | Show view name and arguments and keyword arguments in the request vars panel. | Alex Gaynor | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-06 | Removed general CSS class names. | Rob Hudson | |
| 2009-11-02 | Show context where SQL query originated from template | Chris Lamb | |
| Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-02 | Move the stacktrace underneath the SQL - current column is too narrow | Chris Lamb | |
| Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-10-16 | Added detection and display of versions of apps. | Alex Gaynor | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-10-17 | fixed space on titles | Kenneth Belitzky | |
| 2009-10-17 | added missing trans tags inside templates | Kenneth Belitzky | |
| 2009-10-06 | missing closing bracket | Etienne Carrier | |
