aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Collapse)Author
2012-09-16Fix static assetsMatt Robenolt
2012-08-27Ran minification.Jannis Leidel
2012-08-27Merge pull request #305 from midiotthimble/patch-1Jannis Leidel
Enabling html-formatting in logger panel
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-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-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-07-23Enabling html-formatting in logger panelVladislav
2012-06-26Merge pull request #288 from ostrovok-team/masterJannis Leidel
missing 'sql' key handling
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-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-13Added support for class methods.Jannis Leidel
2012-05-13More use of import_module.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-07Set browser focus to redirect_to link so user can hit enter and fly through ↵Alex Brinsmead
redirect screens like a boss.
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
2012-04-04Marked another string for translation.Jannis Leidel
2012-04-04Sort versions alphabetically.Jannis Leidel
2012-04-04Removed backslash.Jannis Leidel
2012-04-04Moved loader into models module.Jannis Leidel
2012-03-31Marked a few more string for translation.Jannis Leidel
2012-03-31Use the correct path separator to work on Windows.Jannis Leidel
2012-03-31Updated base translation.Jannis Leidel
2012-03-31Marked a few more strings for translation.Jannis Leidel
2012-03-31Fixed typo.Jannis Leidel
2012-03-31Pulled updates from Transifex.Jannis Leidel
2012-03-31Updated base translation again.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-31Removed extended title again from cache panel since the same info is now in ↵Jannis Leidel
the subtitle.
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 ↵Jannis Leidel
into ivirabyan-master Conflicts: debug_toolbar/panels/cache.py debug_toolbar/toolbar/loader.py
2012-03-31Made cache panel compatible to cache backend API in Django >= 1.3. Closes ↵Jannis Leidel
#220 and #260.
2012-03-31Updated German translation :trollface:Jannis Leidel
2012-03-31Compiled the po files.Jannis Leidel
2012-03-31Added a bunch of new languages that are present on Transifex.Jannis Leidel
2012-03-31Updated current translations.Jannis Leidel
2012-03-31Updated base translation file.Jannis Leidel