| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-13 | Adjust toolbar insertion code to avoid .lower(). | Aymeric Augustin | |
| Fix #531. | |||
| 2013-11-26 | Add comments in DebugToolbarMiddleware. | Aymeric Augustin | |
| Reorder process_response slightly to ensure instrumentation is deactivated for streaming responses. | |||
| 2013-11-24 | Fix cyclic import issues in db2de5b. | Aymeric Augustin | |
| 2013-11-24 | Make SHOW_TOOLBAR_CALLBACK a dotted path. | Aymeric Augustin | |
| Fix #473. | |||
| 2013-11-24 | Simplify how the toolbar is inserted in responses. | Aymeric Augustin | |
| 2013-11-24 | Rename some settings for clarity and consistency. | Aymeric Augustin | |
| Thanks Jannis for his help. | |||
| 2013-11-24 | Rename all panels consistently. | Aymeric Augustin | |
| Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback. | |||
| 2013-11-18 | Add an option to collapse the toolbar by default. | Aymeric Augustin | |
| Fix #258. | |||
| 2013-11-16 | Flat is better than nested. | Aymeric Augustin | |
| 2013-11-15 | Remove stacktrace scrubbing superseded by HIDDEN_STACKTRACE_MODULES. | Aymeric Augustin | |
| 2013-11-15 | Implement redirects interception as a panel. | Aymeric Augustin | |
| Fix #122. | |||
| 2013-11-15 | Disable the toolbar entirely on AJAX requests. | Aymeric Augustin | |
| 2013-11-15 | Make panels behave more like Django middleware. | Aymeric Augustin | |
| 2013-11-12 | Move the logic to load panels inside the DebugToolbar class. | Aymeric Augustin | |
| This has the additional advantage of eliminating a side-effect that happened at import time unnecessarily. It justified refactoring the way we handle settings and defaults. | |||
| 2013-11-12 | Remove unnecessary nesting. | Aymeric Augustin | |
| 2013-11-11 | Simplify monkey-patching of URLs into urlconf. | Aymeric Augustin | |
| 2013-11-10 | Remove code that isn't used any more. | Aymeric Augustin | |
| 2013-11-10 | Disable instrumentation for disabled panels. | Aymeric Augustin | |
| This eliminates the performance overhead when a panel is disabled. | |||
| 2013-11-10 | Remove Panel.disabled, always use Panel.enabled. | Aymeric Augustin | |
| 2013-11-01 | Add a checkbox to toggle panels from the frontend. | Aymeric Augustin | |
| Fix #35. | |||
| 2013-10-27 | Centralize access to config and default values. | Aymeric Augustin | |
| 2013-10-26 | Eliminate almost all flake8 messages. | Aymeric Augustin | |
| 2013-10-18 | Stop looking at settings.TEST. Fix #270. | Aymeric Augustin | |
| 2013-10-18 | Make show_toolbar available for easier customization. | Aymeric Augustin | |
| Thanks Ned Batchelder for the suggestion. Fix #324. | |||
| 2013-10-17 | Use render() to render with a RequestContext. | Aymeric Augustin | |
| Fix #16. | |||
| 2013-10-17 | Support DEFAULT_CHARSET != 'utf-8'. Fix #15. | Aymeric Augustin | |
| 2013-10-17 | Remove support for the X-Forwarded-For header. | Aymeric Augustin | |
| Follow the tracks of Django where it was removed in version 1.1. The reasons and a workaround are described here: https://docs.djangoproject.com/en/dev/releases/1.1/#removed-setremoteaddrfromforwardedfor-middleware Fix #338. | |||
| 2013-10-17 | Update usage of the threading module. | Aymeric Augustin | |
| 2013-10-17 | Replace basestring by six.string_types. | Aymeric Augustin | |
| 2013-10-17 | Switch from str & unicode to bytes & text. | Aymeric Augustin | |
| 2013-10-17 | Enable unicode_literals in all non-empty modules. | Aymeric Augustin | |
| 2013-10-15 | Disable insertion in streaming responses. | Aymeric Augustin | |
| 2013-05-27 | Merge pull request #333 from calvinchengx/master | Jannis Leidel | |
| Use threading instead of thread. Resolve _DummyThread bug. | |||
| 2013-03-06 | Merge pull request #289 from fusionbox/master | Rob Hudson | |
| Do not intercept redirects for ajax requests | |||
| 2012-11-03 | Uncommented out the dummy thread fix by mistake. Adding back in. | Calvin Cheng | |
| 2012-11-03 | Fix unit test breakage. middleware functions are expecting ↵ | Calvin Cheng | |
| threading.currentThread().ident, which is an integer, and not the threading.currentThread() instance itself. | |||
| 2012-11-03 | Use python threading module instead of the python3 deprecated thread module. ↵ | Calvin Cheng | |
| Fix this threading related bug - Exception AttributeError: AttributeError("_DummyThread object has no attribute _Thread__block",) in <module threading from | |||
| 2012-08-24 | saving characters, and let django sort out the ajaxness | Rickey Visinski | |
| 2012-08-24 | prevent debug toolbar from inserting itself into a partial template called ↵ | Rickey Visinski | |
| via ajax. Prevents overwriting the current toolbar on the page and rendering the event listeners on toolbar panel buttons useless | |||
| 2012-06-17 | Temporary solution for problems with dual View call for ProfilingDebugPanel | Mikhail Andreev (aka adw0rd) | |
| 2012-06-15 | Do not intercept redirects for ajax requests | Gavin Wahl | |
| 2012-06-03 | Fixed typo when propagating handler403 value | kmichel | |
| It was propagated to handler404 instead of handler403. | |||
| 2012-05-31 | Propagate handler403 value when wrapping urlconf | kmichel | |
| 2012-04-04 | Removed backslash. | Jannis Leidel | |
| 2012-03-14 | Don't explode if a project uses tuple'd urlpatterns | Dan Fairs | |
| 2012-01-12 | pep8 | David Cramer | |
| 2011-10-27 | fixed AttributeError on 404 page exception in ProfilerPanel.process_response | Apkawa | |
| 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 | |
