aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Collapse)Author
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
2012-03-26Merge pull request #266 from jezdez/masterDavid Cramer
Improved i18n of panels and important fix to logging panel counter
2012-03-26Fix issue #217Ben Demboski
2012-03-14Don't explode if a project uses tuple'd urlpatternsDan Fairs
2012-03-05Updated German translation again for the signals panel.Jannis Leidel
2012-03-05Added i18n to the Signals panel.Jannis Leidel
2012-03-05Updated German translation.Jannis Leidel
2012-03-05Use i18n for the cache and SQL panels.Jannis Leidel
2012-03-05Fixed the number of logging records and use i18n for it.Jannis Leidel
2012-02-22Merge pull request #259 from micrypt/masterDavid Cramer
jQuery 1.7.1
2012-02-22Do not match greedyJulian Bez
2012-01-30Updated minified toolbar jsSeyi Ogunyemi
2012-01-30Update debug_toolbar/media/debug_toolbar/js/jquery.js - moved to jQuery ↵Ṣeyi Ogunyẹ́mi
1.7.1 to avoid annoying event.layer(X|Y) deprecation warnings. Fixed in https://github.com/jquery/jquery/pull/554
2012-01-17Actually update the media files this time (compressed toolbar.js to ↵0.9.4David Cramer
toolbar.min.js)
2012-01-17Revert using live events on toolbar button (fixes GH-255 and GH-251).David Cramer
2012-01-12pep8David Cramer
2012-01-12Improve signals panelDavid Cramer
2012-01-12Gracefully handle __name__ not being a valid attribute on signals0.9.2David Cramer
2012-01-12Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2012-01-12Merge pull request #224 from Apkawa/masterDavid Cramer
Add escaping string literal in sql for copy&pasting in dbshell
2012-01-12Ensure all events use live and fix a mess of lint errorsDavid Cramer