aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2013-11-10Be resilient if not all middleware run.Aymeric Augustin
2013-11-10Made enable/disable_instrumentation idempotent.Aymeric Augustin
2013-11-10template.name may be something other than a string.Aymeric Augustin
2013-11-10Remove code that isn't used any more.Aymeric Augustin
2013-11-10Disable instrumentation for disabled panels.Aymeric Augustin
2013-11-10Remove Panel.disabled, always use Panel.enabled.Aymeric Augustin
2013-11-10Fix confusion between __getattr__ and __getattribute__.Aymeric Augustin
2013-11-10Pass through attributes lookups in CacheStatTracker.Aymeric Augustin
2013-11-10Avoid monkey-patching when it isn't necessary.Aymeric Augustin
2013-11-10Fix PEP 8 violations.Aymeric Augustin
2013-11-10Load the content of panels dynamically.Aymeric Augustin
2013-11-10Avoid some implicit global lookups.Aymeric Augustin
2013-11-10Restore XML validity.Aymeric Augustin
2013-11-10The smart way didn't work, keep it simple.Aymeric Augustin
2013-11-09Remove unused method in panel API.Aymeric Augustin
2013-11-09Simplify code introduced in 7f7ea810.Aymeric Augustin
2013-11-06load jQuery with document.createElement instead of document.writeDavid Baumgold
2013-11-05Addressing review commentsDavid Baumgold
2013-11-05Change how JS libs are loadedDavid Baumgold
2013-11-05whitespace-onlyDavid Baumgold
2013-11-05Wrap toolbar.js in AMD define() if it existsDavid Baumgold
2013-11-05Update jQuery Cookie Plugin to 1.4.0David Baumgold
2013-11-01Make help text a bit more helpful.Aymeric Augustin
2013-11-01Fix support for non-ASCII keys in sessions.Aymeric Augustin
2013-11-01Sort items in request vars panel.Aymeric Augustin
2013-11-01Add a checkbox to toggle panels from the frontend.Aymeric Augustin
2013-11-01Add response headers to the Headers panel.Aymeric Augustin
2013-11-01Show all HTTP headers in the headers panel.Aymeric Augustin
2013-10-31Allow the panel to be scrolled when the screen is shorter than it's height.tschilling
2013-10-28Update db.pyWladimir Diedel
2013-10-27Compile translations.Aymeric Augustin
2013-10-27Pull translations from Transifex.Aymeric Augustin
2013-10-27Improve display of variables in RequestVars panel.Aymeric Augustin
2013-10-27Document SQL_WARNING_THRESHOLD.Aymeric Augustin
2013-10-27Fix all flake8 warnings and add flake8 to tox.Aymeric Augustin
2013-10-27Centralize access to config and default values.Aymeric Augustin
2013-10-27Allow setting arbitrary attributes on the toolbar.Paulo Scardine
2013-10-26Update English PO file.Aymeric Augustin
2013-10-26Make translations in English identical to source.Aymeric Augustin
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-10-26Remove unused imports.Aymeric Augustin
2013-10-26Strengthen error handling in templates panel.Aymeric Augustin
2013-10-26Don't shorten SQL selections shorter than 10 chars.Aymeric Augustin
2013-10-26Don't crash on non ascii bytestrings in db params.Aymeric Augustin
2013-10-22Fix #420 -- Regression in 729d75d.Aymeric Augustin
2013-10-21Minor cleanup.Aymeric Augustin
2013-10-21Added configurable HIDDEN_STACKTRACE_MODULES.Simon Meers
2013-10-18Stop looking at settings.TEST. Fix #270.Aymeric Augustin
2013-10-18Make show_toolbar available for easier customization.Aymeric Augustin
2013-10-18Disable redirects interception by default.Aymeric Augustin