| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-10 | Load the content of panels dynamically. | Aymeric Augustin | |
| This should drastically reduce the overhead of the browser toolbar when a page has a complex template structure or many SQL queries. This change is backwards-incompatible for third-party panels because it changes the signature of __init__. The JavaScript could probably be improved; I'm outside my comfort zone. | |||
| 2013-11-10 | Avoid some implicit global lookups. | Aymeric Augustin | |
| They made it impossible to preserve panel data after the end of a request. | |||
| 2013-10-27 | Centralize access to config and default values. | Aymeric Augustin | |
| 2013-10-27 | Allow setting arbitrary attributes on the toolbar. | Paulo Scardine | |
| Fix #334. | |||
| 2013-10-18 | Disable redirects interception by default. | Aymeric Augustin | |
| In general it's more annoying than useful. | |||
| 2013-10-17 | Allow repeated iteration on DebugToolbar.panels. | Aymeric Augustin | |
| 2013-10-17 | Enable unicode_literals in all non-empty modules. | Aymeric Augustin | |
| 2013-10-17 | Avoid naked except clauses. | Aymeric Augustin | |
| 2013-10-17 | Modernize exception catching syntax. | Aymeric Augustin | |
| 2013-10-17 | Remove unused imports. | Aymeric Augustin | |
| 2012-09-16 | Fix static assets | Matt Robenolt | |
| 2012-08-20 | use links to static files rather than direct inclusion, Fixes #307 | Thomas Grainger | |
| 2012-05-13 | Minor cosmetic cleanup, switching out __import__ calls with the proper use ↵ | Jannis Leidel | |
| of Django's import_module. | |||
| 2012-04-07 | Enabled cache panel by default. | Jannis Leidel | |
| 2012-04-04 | Moved loader into models module. | Jannis Leidel | |
| 2012-03-31 | Merge branch 'master' of https://github.com/ivirabyan/django-debug-toolbar ↵ | Jannis Leidel | |
| into ivirabyan-master Conflicts: debug_toolbar/panels/cache.py debug_toolbar/toolbar/loader.py | |||
| 2012-01-12 | pep8 | David Cramer | |
| 2011-09-15 | Added convenience methods to make it easier to work with panel stats | bkonkle | |
| 2011-03-28 | Added DebugToolbar.get_panel(cls) for pulling out instantiated panel objects | David Cramer | |
| 2011-03-24 | inline all JS to avoid external media calls on initial page load | David Cramer | |
| 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-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> | |||
| 2009-05-27 | Adding a signals panel to display list of signals and their providing arguments | Alex Gaynor | |
| and receivers. Thanks Alex Gaynor! Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-04-02 | Disable cache panel in default list of panels to load since it's slightly ↵ | Rob Hudson | |
| broken at the moment. | |||
| 2009-01-15 | Load SQLDebugPanel before TemplateDebugPanel to get the right number of ↵ | Reto Aebersold | |
| queries if a model __unicode__() function make some additional queries (i.e. for a related model). Signed-off-by: Rob Hudson <rob@tastybrew.com> | |||
| 2008-10-02 | Merging in new settings panel from 'binarydud/master'. Thanks! | Rob Hudson | |
| 2008-09-30 | Adding toolbar config to override INTERCEPT_REDIRECTS and, in the future, other | Rob Hudson | |
| configurable pieces of the toolbar. | |||
| 2008-09-27 | Merging in the Logging panel from Alex Gaynor. Thanks Alex! | Rob Hudson | |
| 2008-09-27 | added logger panel | Alex Gaynor | |
| 2008-09-27 | fixed merge conflicts | Alex Gaynor | |
| 2008-09-21 | Refactoring middleware and panels so panels have more explicit middleware-like | Rob Hudson | |
| methods to be more clear when panel processing happens. | |||
| 2008-09-20 | jquery now optional | Alex Gaynor | |
| 2008-09-16 | Minor stylistic changes. | Rob Hudson | |
| 2008-09-16 | Fixed bug where django application was assumed to installed at / url. | nbstrite | |
| 2008-09-12 | Moving default list of panels into the loader to skip an install step. Panel | Rob Hudson | |
| list can still be overridden with a setting if desired. Updated README as well. | |||
| 2008-09-08 | raise errors with panels subclass loading to help in debugging | Rob Hudson | |
| 2008-09-07 | updating to pass around the request object | Rob Hudson | |
| 2008-09-06 | Updating rendering to use Django templates and could possibly be overridden. | Rob Hudson | |
| 2008-08-27 | Initial commit of basic working Debug Toolbar (that needs a lot of CSS and ↵ | Rob Hudson | |
| JS love) | |||
