aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2013-11-15Add doctype to HTML templates.Aymeric Augustin
2013-11-14Fix #445 -- UnicodeDecodeError in SQLSelectForm.Aymeric Augustin
2013-11-14Improve code that ensure panels are loaded only once.Aymeric Augustin
2013-11-13Provide an option to force rendering panels in page.Aymeric Augustin
2013-11-13Load panels content only one.Aymeric Augustin
2013-11-13Clear urlresolver caches after monkey-patching URLconf.Aymeric Augustin
2013-11-12Make it possible for panels to provide URLs and views.Aymeric Augustin
2013-11-12Move the logic to load panels inside the DebugToolbar class.Aymeric Augustin
2013-11-12Move store/fetch logic inside the DebugToolbar class.Aymeric Augustin
2013-11-12Remove unnecessary nesting.Aymeric Augustin
2013-11-11Make panels cache size configurable.Aymeric Augustin
2013-11-11Preserve handle position when the toolbar is shown.Aymeric Augustin
2013-11-11Don't set up the toolbar when DEBUG = False.Aymeric Augustin
2013-11-11Switch to regular URL reversing in templates.Aymeric Augustin
2013-11-11Simplify monkey-patching of URLs into urlconf.Aymeric Augustin
2013-11-11Automatically enable DebugToolbarMiddleware when it isn't enabled.Aymeric Augustin
2013-11-11Set INTERNAL_IPS to a convenient default when it isn't set.Aymeric Augustin
2013-11-10Make the handle draggable.Aymeric Augustin
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