| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 protection against toolbar injections on gzipped responses. | Rob Hudson | |
| 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-04-02 | Updated pt/BR strings | eduardocereto | |
| 2011-03-31 | Add utilities to inject and monitor functions. Change DB tracking to use new ↵ | David Cramer | |
| injection method on BaseDatabaseWrapper.cursor | |||
| 2011-03-30 | Some initial tests and fix for execution model | David Cramer | |
| 2011-03-30 | Inject our SQL tracker on BaseDatabaseWrapper.cursor rather than discovering ↵ | David Cramer | |
| different CursorWrapper's | |||
| 2011-03-30 | Ensure we wrap all cursors | David Cramer | |
| 2011-03-30 | Ensure we're always returning a response(?) | David Cramer | |
| 2011-03-28 | Add a note when no SQL queries are logged | David Cramer | |
| 2011-03-28 | Store actual function as __wrapped__ instead of __wraps for Python 3.2 ↵ | David Cramer | |
| compatibility | |||
| 2011-03-28 | Fail gracefully when theres no queries on a page | David Cramer | |
| 2011-03-28 | SQL injection now happens without interfering with the underlying db.queries ↵ | David Cramer | |
| objects (and no longer requires DEBUG to be set) | |||
| 2011-03-28 | Added DebugToolbar.get_panel(cls) for pulling out instantiated panel objects | David Cramer | |
| 2011-03-28 | Instances of the toolbar are now stored at a class level. Added ↵ | David Cramer | |
| DebugToolbarMiddleware.get_current() | |||
| 2011-03-28 | Key on thread.get_ident() | 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 | Remove debug print | David Cramer | |
| 2011-03-24 | Fix for infinite math fail :) | David Cramer | |
| 2011-03-24 | Much better coloring scale | David Cramer | |
| 2011-03-24 | basic color code grouping of db aliases | David Cramer | |
| 2011-03-24 | Only show connections which executed queries. Show number of used ↵ | David Cramer | |
| connections in title | |||
| 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-22 | Fix issue with __name__ if a class-based view (i.e. a FormWizard) is used | Rob Golding | |
| If view_func doesn't have a __name__ attribute, then __class__.__name__ is tried instead. If that doesn't exist either, then '<unknown>' is used. | |||
| 2011-03-16 | Updated YUI Compressor which produces better minimized CSS | Rob Hudson | |
| 2011-03-16 | Made views for AJAX sub-panels CSRF exempt. | 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-03-03 | As it turns out, view_func is not always available | Mathijs de Bruin | |
| as a request attribute. This is especially true for 'fallback' type of views that are rendered from within middleware, such as the one used in Django's own flatpages. | |||
| 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-22 | pt_BR updated | eduardocereto | |
| 2011-01-22 | Compiled pt_BR po file | eduardocereto | |
| 2011-01-22 | pt_BR .po file added | Eduardo Cereto | |
| 2011-01-09 | Added support for executemany. Fixes issue #120 | postal2600 | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 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> | |||
| 2011-01-03 | Merge branch 'master' of http://github.com/robhudson/django-debug-toolbar | David Cramer | |
| 2010-12-08 | Added clean_params method to DatabaseStatTracker to scrub non-unicode | Matthew J Morrison | |
| data for displaying on the sql panel Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-11-08 | Bumped version to 0.8.4 | Rob Hudson | |
| 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 | Updated SQL explain panel to keep white space for indention, clarifying the ↵ | Rob Hudson | |
| output. | |||
