aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-10-06Fixed CSS according to standartsAnton Ryzhov
2012-10-05Merge pull request #322 from mattrobenolt/fix-static-urlsJannis Leidel
Fix static assets
2012-09-16Fix static assetsMatt Robenolt
2012-08-27Ran minification.Jannis Leidel
2012-08-27Fixed paths in Makefile.Jannis Leidel
2012-08-27Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarJannis Leidel
2012-08-27Added Travis build status image.Jannis Leidel
2012-08-27Merge pull request #305 from midiotthimble/patch-1Jannis Leidel
Enabling html-formatting in logger panel
2012-08-27Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarJannis Leidel
2012-08-27Cosmetic fixes to the README file.Jannis Leidel
2012-08-27Merge branch 'patch-1' of https://github.com/myaser/django-debug-toolbar ↵Jannis Leidel
into myaser-patch-1
2012-08-27Merge pull request #314 from rickeyvisinski-kanban/ignorexmlhttprequestJannis Leidel
prevent debug toolbar from inserting itself into a partial template
2012-08-27Merge branch 'background-image-404' of ↵Jannis Leidel
https://github.com/anton-ryzhov/django-debug-toolbar into anton-ryzhov-background-image-404
2012-08-27Merge pull request #315 from jamesodo/masterJannis Leidel
Fix for blocktrans syntax change breaking debug_toolbar in Django 1.2
2012-08-27Merge pull request #313 from graingert/masterJannis Leidel
Use links to static JS and CSS, using {{ STATIC_URL }}
2012-08-25changed blocktrans syntax back to more verbose syntax so it will work with ↵james
django 1.2
2012-08-24saving characters, and let django sort out the ajaxnessRickey Visinski
2012-08-24prevent debug toolbar from inserting itself into a partial template called ↵Rickey Visinski
via ajax. Prevents overwriting the current toolbar on the page and rendering the event listeners on toolbar panel buttons useless
2012-08-20Include static in MANIFEST.inThomas Grainger
2012-08-20remove references to debug_media now using staticfilesThomas Grainger
2012-08-20use links to static files rather than direct inclusion, Fixes #307Thomas Grainger
2012-08-13Removed links to inaccessible files from CSS.Anton Ryzhov
Files has been pasted inline in cdc890.
2012-08-06Update README.rstMahmoud Yaser
adding a note about templates that debug_toolbar can display it self on
2012-07-23Enabling html-formatting in logger panelVladislav
2012-07-12Removed faulty pruning of example dir from manifest template. Fixes #301.Jannis Leidel
2012-07-09Merge pull request #297 from adewinter/masterJannis Leidel
Minor tweak to Readme file for your review
2012-07-08Make formatting consistent and have point #4 in installation stand out more. ↵Anton de Winter
(Easy to miss if you're in a hurry)
2012-06-26Merge pull request #288 from ostrovok-team/masterJannis Leidel
missing 'sql' key handling
2012-06-20Merge pull request #290 from adw0rd/masterJannis Leidel
Temporary solution for problems with dual View call for ProfilingDebugPanel
2012-06-17Temporary solution for problems with dual View call for ProfilingDebugPanelMikhail Andreev (aka adw0rd)
2012-06-07sql is None, in case of internal psycopg2 errors like 'cannot adapt type ..'Denis Orlikhin
2012-06-03Merge pull request #285 from kmichel/masterDavid Cramer
Propagate handler403 value when wrapping urlconf
2012-06-03Fixed typo when propagating handler403 value kmichel
It was propagated to handler404 instead of handler403.
2012-05-31Propagate handler403 value when wrapping urlconfkmichel
2012-05-14Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarJannis Leidel
2012-05-13Fixed a few cosmetic issues in the tests.Jannis Leidel
2012-05-13Added support for class methods.Jannis Leidel
2012-05-13Remove of Django < 1.3 specific test.Jannis Leidel
2012-05-13More use of import_module.Jannis Leidel
2012-05-13Got rid of the dependency on Dingus.Jannis Leidel
2012-05-13Fixed the toolbar loading mechanism to only happen when the middleware has ↵Jannis Leidel
been added to the MIDDLEWARE_CLASSES setting.
2012-05-13Stop getting a setting all the time.Jannis Leidel
2012-05-13Minor cosmetic cleanup, switching out __import__ calls with the proper use ↵Jannis Leidel
of Django's import_module.
2012-05-13Added a repr for the cache wrapper.Jannis Leidel
2012-05-07Merge pull request #280 from abrinsmead/patch-1David Cramer
Set browser focus on redirect link
2012-05-07Set browser focus to redirect_to link so user can hit enter and fly through ↵Alex Brinsmead
redirect screens like a boss.
2012-04-07Updated minimal requirement for the toolbar to 1.1.Jannis Leidel
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 ↵Jannis Leidel
panel. This is based mostly on the awesome work by @diox done in 9aa062bb6c4318aa81c202003ea902249c0071d1. Closes #134.
2012-04-07Enabled cache panel by default.Jannis Leidel