| Age | Commit message (Expand) | Author |
| 2011-09-15 | Don't add to the request object, because get_current can be used to obtain th... | bkonkle |
| 2011-09-12 | Don't add the entire toolbar to the request object, just the stats | bkonkle |
| 2011-09-12 | Updated the template panel, and corrected an issue in the headers panel | bkonkle |
| 2011-09-12 | Don't add the toolbar to the request object until the end of the process_resp... | bkonkle |
| 2011-09-09 | Revert some of the previous changes and modify slightly the panels to separat... | Yann Malet |
| 2011-08-24 | Fixed error with i18n url patterns using Django 1.4 | Jeffrey Gelens |
| 2011-08-09 | Force bool on settings.DEBUG as it could be set to a non bool value. | Jason Keene |
| 2011-08-09 | Fixed logic w/ settings.INTERNAL_IPS check. | Jason Keene |
| 2011-05-27 | Change __import__ usage to to be import_module, adjust test reqs to specify >... | David Cramer |
| 2011-05-26 | Update TEST check to correct behavior (dont show toolbar under TEST) | David Cramer |
| 2011-05-26 | Correctly handle modules as request.urlconf -- Thanks to Germán M. Bravo (fi... | David Cramer |
| 2011-05-26 | Merge pull request #165 from eventbrite/request-urlconf | David Cramer |
| 2011-05-26 | only load the toolbar if DEBUG, TEST, or INTERNAL_IPS match | David Cramer |
| 2011-05-26 | toolbar should be disabled when settings.TEST is True | Gu Ye |
| 2011-05-25 | We actually don't need to copy the debug toolbar urlconf. | Nathan Yergler |
| 2011-05-25 | Cache merged URL configurations by their original name. | Nathan Yergler |
| 2011-05-10 | Add support for __traceback_hide__ (tidy_stacktrace now inspects inspect.stac... | David Cramer |
| 2011-05-10 | Catch non-200 requests (fixes #147) | David Cramer |
| 2011-05-09 | Dont error out if Content-Type is missing (fixes #153) | David Cramer |
| 2011-04-22 | Merge branch 'develop' of git://github.com/robhudson/django-debug-toolbar int... | David Cramer |
| 2011-04-20 | Updated middleware logic to avoid work if content-type isn't right. | Rob Hudson |
| 2011-04-18 | Ensure if we're overriding the urlconf that we're resetting handler404/500 | David Cramer |
| 2011-04-06 | Added protection against toolbar injections on gzipped responses. | Rob Hudson |
| 2011-03-30 | Ensure we're always returning a response(?) | David Cramer |
| 2011-03-28 | Instances of the toolbar are now stored at a class level. Added DebugToolbarM... | David Cramer |
| 2011-03-28 | Key on thread.get_ident() | David Cramer |
| 2011-03-23 | Overhaul SQL panel to include better timeline, more compact queries, and bett... | David Cramer |
| 2011-01-03 | Merge branch 'master' of http://github.com/robhudson/django-debug-toolbar | David Cramer |
| 2010-09-15 | Fixed issue 6: Redirect page does not set cookie. | Rob Hudson |
| 2010-08-13 | Support magical TEST global setting to disable toolbar | David Cramer |
| 2010-03-03 | Fixed #68 - Make sure to only bail because of AJAX requests coming from apps ... | Jannis Leidel |
| 2010-02-26 | Adjusted Content-Length if we modify the response. | Rob Hudson |
| 2010-02-26 | Fixed typo looking for `setting.DEBUG` | Rob Hudson |
| 2010-02-26 | Also check for HTTP_X_FORWARDED_FOR in case a proxy like Nginx is used | Jannis Leidel |
| 2010-02-21 | Added configurable HTML tag to attach toolbar to | Davide Callegari |
| 2010-02-16 | Don't show the toolbar at all for ajax requests | Jannis Leidel |
| 2010-01-18 | Ensure we honor request.urlconf. | Rob Hudson |
| 2009-11-18 | Fixed leaking middleware for non-200 requests. | Rob Hudson |
| 2009-11-02 | detect versions for other installed applications | Alex Gaynor |
| 2009-11-02 | Mkae this threadsafe | Alex Gaynor |
| 2009-09-15 | Fix so that the debug toolbar can be enabled/disabled safely on a per-request... | Augie Fackler |
| 2009-03-26 | New configuration option to provide your own 'show_toolbar' method. | Rob Hudson |
| 2009-03-26 | Minor cleanup of imports and long lines. | Rob Hudson |
| 2009-03-21 | fixed bug when the string </body> matches more than once in the html | Loic Bistuer |
| 2009-01-17 | Fixing AJAX calls to detailed SQL views. | Reto Aebersold |
| 2008-12-17 | Fixes #19 -- Modified the middleware to only install the debug ROOT_URLCONF i... | Russell Keith-Magee |
| 2008-10-02 | Merge branch 'urlfix' | Rob Hudson |
| 2008-10-02 | Moving debug toolbar to the bottom of the HTML document and adjusting CSS to | Rob Hudson |
| 2008-10-02 | A fix for URL patterns getting appended on each request growing indefinitely. | Rob Hudson |
| 2008-09-30 | Adding toolbar config to override INTERCEPT_REDIRECTS and, in the future, other | Rob Hudson |