| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-21 | Creating a profiling panel from the version panel for basic stuff | Dave McLain | |
| 2011-04-13 | Ensure we are verifying that template.name is present before running a ↵ | David Cramer | |
| string check | |||
| 2011-04-13 | Fix a bug with marking the last query in a transaction as the end of chain | David Cramer | |
| 2011-04-08 | Stripped out logging of SQL queries from logging panel. | Rob Hudson | |
| 2011-04-08 | Updated sql panel to include logging support. | Rob Hudson | |
| This matches Django's added logging support to the debug cursor. | |||
| 2011-04-06 | Only mark starting a new transaction if new trans_id is set | David Cramer | |
| 2011-04-06 | unset transaction id if we're not in a transaction | David Cramer | |
| 2011-04-06 | Mark the correct query as ending the transaction | David Cramer | |
| 2011-04-06 | Transaction id tracing is not specific to psycopg2 | David Cramer | |
| 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-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-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-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-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 | Add multi db support and summaries to SQL panel | 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-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-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> | |||
| 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-09-07 | Fixed template block inheritance bug (issues 77 and 97) | Rob Hudson | |
| 2010-04-07 | Revert "Start of splitting off data collection classes and panel classes." | Rob Hudson | |
| This reverts commit edf74beb6e26ed34779dff17240d2fb4c436d451. | |||
| 2010-04-07 | Revert "Factor headers data out of HeaderDebugPanel." | Rob Hudson | |
| This reverts commit 4326cbbec13f44e6d8c757f1d07fd6100596bfb6. | |||
| 2010-04-07 | Revert "Factor settings data out of SettingsVarsDebugPanel." | Rob Hudson | |
| This reverts commit 7e8a4e195d4b0e3cabf0742b31e087a81712d12f. | |||
| 2010-04-07 | Revert "Factor versions data out of VersionDebugPanel." | Rob Hudson | |
| This reverts commit d05dcbb4aa93b1ce9d097ed8d537f06eb2491f5e. | |||
| 2010-03-03 | Factor versions data out of VersionDebugPanel. | Bryan Chow | |
| 2010-03-03 | Factor settings data out of SettingsVarsDebugPanel. | Bryan Chow | |
| 2010-03-03 | Factor headers data out of HeaderDebugPanel. | Bryan Chow | |
| 2010-03-03 | Start of splitting off data collection classes and panel classes. | Rob Hudson | |
| 2010-01-22 | Escape invalid html in SQL queries. | Gabriel | |
| For example, a query containing a stray ampersand needs to be escaped. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-14 | Template panel context cleanup. | Chris Adams | |
| All panels get a copy of the template context when created and use an updated copy when rendering so they can have full access to context vars and avoid making changes to the shared context. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-14 | Cleaned up cache panel slightly. | Chris Adams | |
| * Removed unused import * .delete() referenced an undefined variable Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-08 | Print non-iterable template context layers as-is | Mikhail Korobov | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-09 | Fix issue #33: ensure force_unicode doesn't convert non-strings. | Daniel Roseman | |
| 2009-11-27 | Replaced full repr of LANGUAGES to trim template context. | 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> | |||
