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
/
templates
Age
Commit message (
Expand
)
Author
2014-08-25
Remove css text-indent hack for back and close buttons.
HEAD
master
Bo Lopker
2014-06-17
Prefixing common CSS classes with djdt-
tschilling
2014-05-17
Make the fix for #591 more focused and explain it.
Aymeric Augustin
2014-05-17
Merge pull request #591 from mbarrien/jquery-require
Aymeric Augustin
2014-05-17
Don't show AJAX loader for preloaded panels.
Aymeric Augustin
2014-04-29
undefine "define" to avoid requirejs conflict
Michael Barrientos
2014-04-25
Make the pain go away.
Aymeric Augustin
2014-04-03
Fix #571 -- Improve database engine detection.
Aymeric Augustin
2014-02-13
XML validity.
Aymeric Augustin
2014-02-13
Add loading animation for panels. Fix #488.
Aymeric Augustin
2014-02-08
Color-code SQL query "Timeline" stripes according to stacktrace
David Wolfe
2014-02-01
Stop accessing non-existing 'url' attribute.
Aymeric Augustin
2014-01-17
Merge pull request #513 from ifduyue/fix-ifequal-mysql-engine
Jannis Leidel
2014-01-15
Remove dependency on jquery-cookie plugin
Dan Farrelly
2013-12-27
Fix: sql panel sql uncollapse
Yue Du
2013-12-27
Fix: query.engine can be 'MySQLdb' for msyql.
Yue Du
2013-12-23
Fix staticfiles panel to work with prefixed STATICFILES_DIRS.
Jannis Leidel
2013-12-09
Another pass over the staticfiles panel.
Jannis Leidel
2013-12-08
Added staticfiles panel class.
Jannis Leidel
2013-12-01
Review translated strings.
Aymeric Augustin
2013-11-30
Fix regression from last week-end's massive renaming.
Aymeric Augustin
2013-11-29
Move support for line_profiler to a 3rd party panel.
Aymeric Augustin
2013-11-24
Take advantage of django.contrib.staticfiles to serve static files.
Aymeric Augustin
2013-11-24
Rename some settings for clarity and consistency.
Aymeric Augustin
2013-11-24
Rename storage to store to avoid conflicting with Django terminology.
Aymeric Augustin
2013-11-24
Rename all panels consistently.
Aymeric Augustin
2013-11-23
Stop bundling jQuery.
Aymeric Augustin
2013-11-16
Better solution than ca24b3f.
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-16
Avoid providing the same information through multiple paths.
Aymeric Augustin
2013-11-16
Clean up DebugToolbar class, especially panels handling.
Aymeric Augustin
2013-11-15
Move some panel-specific javascript in specific files.
Aymeric Augustin
2013-11-15
Implement redirects interception as a panel.
Aymeric Augustin
2013-11-15
Make panels behave more like Django middleware.
Aymeric Augustin
2013-11-15
Add doctype to HTML templates.
Aymeric Augustin
2013-11-13
Provide an option to force rendering panels in page.
Aymeric Augustin
2013-11-12
Move store/fetch logic inside the DebugToolbar class.
Aymeric Augustin
2013-11-11
Switch to regular URL reversing in templates.
Aymeric Augustin
2013-11-10
Make the handle draggable.
Aymeric Augustin
2013-11-10
Remove Panel.disabled, always use Panel.enabled.
Aymeric Augustin
2013-11-10
Load the content of panels dynamically.
Aymeric Augustin
2013-11-10
Restore XML validity.
Aymeric Augustin
2013-11-10
The smart way didn't work, keep it simple.
Aymeric Augustin
2013-11-06
load jQuery with document.createElement instead of document.write
David Baumgold
2013-11-05
Change how JS libs are loaded
David Baumgold
2013-11-01
Make help text a bit more helpful.
Aymeric Augustin
2013-11-01
Add a checkbox to toggle panels from the frontend.
Aymeric Augustin
2013-11-01
Add response headers to the Headers panel.
Aymeric Augustin
2013-11-01
Show all HTTP headers in the headers panel.
Aymeric Augustin
[next]