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
2009-09-09
Merge commit 'upstream/ui-rf'
Idan Gazit
2009-09-09
Fixed back buttons on SQL explain/select/profile subpanels.
Idan Gazit
2009-09-07
Fixed template source to work nicely with and without Pygments.
Rob Hudson
2009-09-07
Allow template source to be scrollable
Mikhail Korobov
2009-09-07
Merge branch 'ui-rf' of github.com:robhudson/django-debug-toolbar into ui-rf
Rob Hudson
2009-09-07
Used spaceless tag to tighten up debug toolbar HTML output.
Rob Hudson
2009-09-01
Fixed translated string in redirect template.
Rob Hudson
2009-08-28
Refactored SQL panel to use datetime objects and added a visual display of bo...
Rob Hudson
2009-08-28
Fixed sql profiling so it doesn't return a 500 if the SQL `SET PROFILING=1` r...
Rob Hudson
2009-08-26
Merge commit 'upstream/ui-rf'
Idan Gazit
2009-08-25
merging in changes from ui-rf and fixing conflicts in templates
Percy Perez-Pinedo
2009-08-25
Added toggle arrows, grey boxes for template links
Idan Gazit
2009-08-25
Removed tons of invalid ".boxed" classes, renamed boxed -> scroll
Idan Gazit
2009-08-24
Some locale tweaks and template tweaks after merge.
Rob Hudson
2009-08-24
Merge locale work by Percy.
Rob Hudson
2009-08-24
Make panel content stylings look like Django's debug template.
Rob Hudson
2009-08-21
spanish version of the debug toolbar templates is mostly done'
Percy Perez-Pinedo
2009-08-21
added i18n support (Spanish) for timer.html
Percy Perez-Pinedo
2009-08-21
added i18n support (Spanish) for request_Vars.html
Percy Perez-Pinedo
2009-08-21
Cleaning up and simplifying the closed handle HTML and CSS.
Rob Hudson
2009-08-21
merging in changes from rob/iu-rf and fixing conflicts
Percy Perez-Pinedo
2009-08-21
testing some changes
Percy Perez-Pinedo
2009-08-12
panel width, content boxing, safe scrolling
Idan Gazit
2009-08-12
oops, retitled templates panel
Idan Gazit
2009-08-12
Cleaned up the panels
Idan Gazit
2009-08-12
added in-panel title
Idan Gazit
2009-08-12
renamed title/subtitle -> nav_title/nav_subtitle
Idan Gazit
2009-08-12
toolbar restyling, switched to non-minified css/js
Idan Gazit
2009-08-11
Refactored the UI to be a right hand side vertical toolbar. DebugPanel subcla...
Rob Hudson
2009-07-20
removing trans so we can merge for now
Percy Perez-Pinedo
2009-06-16
Captured redirection requests must be urlencoded.
Philip Zeyliger
2009-05-27
Adding a signals panel to display list of signals and their providing arguments
Alex Gaynor
2009-03-22
Add fix so jQuery doesn't conflict with other Javascript libraries.
Rob Hudson
2009-03-21
Adding stack traces to SQL panel to see where the calls are coming from.
Rob Hudson
2009-03-21
Making CSS classes 'odd' and 'even' more specific.
Rob Hudson
2009-01-23
Tuple unpacking of stacktrace variables for niceness.
Rob Hudson
2009-01-23
Add preliminary support for stacktraces to see where SQL queries are coming f...
Rob Hudson
2009-01-17
Adjust Makefile to concatenate to jquery.cookie.js onto toolbar.min.js.
Rob Hudson
2009-01-17
Adding ability to show/hide toolbar, using jquery.cookie.js for statefulness.
Reto Aebersold
2009-01-04
updated Spanish translation
Percy Perez-Pinedo
2009-01-04
added "trans" to base and redirect templates
Percy Perez-Pinedo
2009-01-04
added "trans" to the templates to be translated
Percy Perez-Pinedo
2009-01-02
added trans to request_vars.html
Percy Perez-Pinedo
2009-01-02
adding i18n to request_vars template
Percy Perez-Pinedo
2009-01-02
trans fue incorporado a logger.html
Percy Perez-Pinedo
2009-01-02
finished adding "trans" to panel template headers.html
Percy Perez-Pinedo
2009-01-02
working on translating the django toolbar into Spanish. Translating panel tem...
Percy Perez-Pinedo
2008-12-09
Minor cleanup and template change to previous commit.
Rob Hudson
2008-12-09
Added more of the rusage stats in a drop-down panel
Martin Maney
2008-12-09
Only show the SQL profile if we're using a MySQL database backend.
Rob Hudson
[next]