index
:
django-debug-toolbar
0.8.x
1.0-release
develop
gh-pages
line_profiler_int
master
restrict-toolbar-handle-to-window
toolbar-refactor
tx-master
A configurable set of panels that display various debug information about the current request/response.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debug_toolbar
/
static
Age
Commit message (
Expand
)
Author
2013-11-24
Rename storage to store to avoid conflicting with Django terminology.
Aymeric Augustin
2013-11-23
Stop bundling jQuery.
Aymeric Augustin
2013-11-23
Fix incompatibility with jQuery 2.
Aymeric Augustin
2013-11-18
Add an option to collapse the toolbar by default.
Aymeric Augustin
2013-11-16
Move JS specific to the SQL panel to its own file.
Aymeric Augustin
2013-11-16
Stop bothering with CSS compression.
Aymeric Augustin
2013-11-15
Move some panel-specific javascript in specific files.
Aymeric Augustin
2013-11-15
Make panels behave more like Django middleware.
Aymeric Augustin
2013-11-14
Improve code that ensure panels are loaded only once.
Aymeric Augustin
2013-11-13
Load panels content only one.
Aymeric Augustin
2013-11-12
Move store/fetch logic inside the DebugToolbar class.
Aymeric Augustin
2013-11-11
Preserve handle position when the toolbar is shown.
Aymeric Augustin
2013-11-10
Make the handle draggable.
Aymeric Augustin
2013-11-10
Load the content of panels dynamically.
Aymeric Augustin
2013-11-05
Addressing review comments
David Baumgold
2013-11-05
Change how JS libs are loaded
David Baumgold
2013-11-05
whitespace-only
David Baumgold
2013-11-05
Wrap toolbar.js in AMD define() if it exists
David Baumgold
2013-11-05
Update jQuery Cookie Plugin to 1.4.0
David Baumgold
2013-11-01
Add a checkbox to toggle panels from the frontend.
Aymeric Augustin
2013-10-31
Allow the panel to be scrolled when the screen is shorter than it's height.
tschilling
2013-10-27
Improve display of variables in RequestVars panel.
Aymeric Augustin
2013-10-16
Remove active class when closing panel by pressing escape key
Alasdair Nicol
2013-05-20
Changed load timing trick to 0 instead of 1000ms
Roger Barnes
2013-05-01
Updated browser timing javascript to use jQuery, tidied up wording and format...
Roger Barnes
2013-05-01
Moved js to toolbar.js
Roger Barnes
2013-04-29
Fix default button styles
David Cramer
2013-04-29
Remove list style on stats
David Cramer
2013-04-29
Various cleanup for some CSS overrides
David Cramer
2013-04-29
Remove text shadow from elements
David Cramer
2013-04-24
Merge branch 'master' of https://github.com/django-debug-toolbar/django-debug...
Vladislav Poluhin
2013-04-23
Replace spaces to tabs
Vladislav Poluhin
2013-04-23
Query duration column centered
Vladislav Poluhin
2012-12-27
Use POST instead GET, cuz GET is limited
Vladislav Poluhin
2012-10-06
Fixed CSS according to standarts
Anton Ryzhov
2012-08-27
Ran minification.
Jannis Leidel
2012-08-27
Merge branch 'background-image-404' of https://github.com/anton-ryzhov/django...
Jannis Leidel
2012-08-20
use links to static files rather than direct inclusion, Fixes #307
Thomas Grainger