aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/templates
AgeCommit message (Expand)Author
2013-11-10Make the handle draggable.Aymeric Augustin
2013-11-10Remove Panel.disabled, always use Panel.enabled.Aymeric Augustin
2013-11-10Load the content of panels dynamically.Aymeric Augustin
2013-11-10Restore XML validity.Aymeric Augustin
2013-11-10The smart way didn't work, keep it simple.Aymeric Augustin
2013-11-06load jQuery with document.createElement instead of document.writeDavid Baumgold
2013-11-05Change how JS libs are loadedDavid Baumgold
2013-11-01Make help text a bit more helpful.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-27Improve display of variables in RequestVars panel.Aymeric Augustin
2013-10-27Allow setting arbitrary attributes on the toolbar.Paulo Scardine
2013-10-18Ensure the toolbar only outputs valid XML.Aymeric Augustin
2013-10-17Stopped using dict.iter*.Aymeric Augustin
2013-05-01Updated browser timing javascript to use jQuery, tidied up wording and format...Roger Barnes
2013-05-01Moved js to toolbar.jsRoger Barnes
2013-05-01Waterfall timeline or browser eventsRoger Barnes
2013-05-01Add javascript timing metrics to timing panel onLoad if availableRoger Barnes
2013-04-23Render form insted hidden_fieldsVladislav Poluhin
2013-04-23Form for SQL validationVladislav Poluhin
2012-12-27Use POST instead GET, cuz GET is limitedVladislav Poluhin
2012-09-16Fix static assetsMatt Robenolt
2012-08-27Merge pull request #305 from midiotthimble/patch-1Jannis Leidel
2012-08-27Merge pull request #315 from jamesodo/masterJannis Leidel
2012-08-25changed blocktrans syntax back to more verbose syntax so it will work with dj...james
2012-08-20use links to static files rather than direct inclusion, Fixes #307Thomas Grainger
2012-07-23Enabling html-formatting in logger panelVladislav
2012-05-07Set browser focus to redirect_to link so user can hit enter and fly through r...Alex Brinsmead
2012-04-07Added resolved URL name to the Request var panel. Closes #214.Jannis Leidel
2012-04-07Updated cache panel to handle multiple backends and look more like the SQL pa...Jannis Leidel
2012-04-04Marked another string for translation.Jannis Leidel
2012-04-04Sort versions alphabetically.Jannis Leidel
2012-03-31Marked a few more strings for translation.Jannis Leidel
2012-03-31Fixed typo.Jannis Leidel
2012-03-31Fixed an i18n snafu with pluralization.Jannis Leidel
2012-03-31Made sure the list of settings are sorted alphabetically. Fixes #265.Jannis Leidel
2012-03-31Fixed merge bugs in the cache panel code.Jannis Leidel
2012-03-31Merge branch 'master' of https://github.com/ivirabyan/django-debug-toolbar in...Jannis Leidel
2012-03-05Added i18n to the Signals panel.Jannis Leidel
2011-12-22Force LTR for debug pane.Remoun Metyas
2011-07-12Bring pre styles in line with rest of panelsline_profiler_intDavid Cramer
2011-07-12Some general cleanup for css/markup and collapsing of line profiler moduleDavid Cramer
2011-07-12Merge branch 'line_profiler_int' of git://github.com/dmclain/django-debug-too...David Cramer
2011-06-09Timeline width in SQL panel properly scaled.Tomasz Buchert
2011-06-03Proper decimal separator for non-US locales (eg. polish).Tomasz Buchert
2011-05-10Support multiple databases in profile, select, and explain calls (fixes #155)David Cramer
2011-04-26Integrating line_profilerDave McLain
2011-04-22Basic support for toggling everywhere correctlyDavid Cramer
2011-04-22Initial refactor of toggline so that profiling matches sqlDavid Cramer