aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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-29Remove dist filess that were committed in ↵David Cramer
4d26b991c381b9316d6b9b033e43cdb7311738ab
2012-02-27Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2012-02-27Support Travis CIDavid Cramer
2012-02-22Merge pull request #259 from micrypt/masterDavid Cramer
jQuery 1.7.1
2012-02-22Merge pull request #264 from webjunkie/masterDavid Cramer
SQL panel collapses query with multiple SELECT...FROM wrong
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-12Version bump to 0.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-12Merge pull request #237 from andialbrecht/masterDavid Cramer
Convert settings.INSTALLED_APPS to list before concatenating django.
2012-01-12Ensure all events use live and fix a mess of lint errorsDavid Cramer
2012-01-12Merge pull request #239 from tgecho/masterDavid Cramer
Example project be installed via setup.py?
2012-01-12Update minidified mediaDavid Cramer
2012-01-12Merge branch 'master' of https://github.com/rem/django-debug-toolbar into ↵David Cramer
rem-master
2012-01-12Merge pull request #249 from GrAndSE/patch-1David Cramer
Fix UnicodeDecodeError on getting template context representations for templates panel.
2012-01-12Merge pull request #250 from GrAndSE/patch-2David Cramer
Fix python 2.5 compatibility (no named tuple and Traceback)
2012-01-13Fix python 2.5 compatibility (no named tuple and Traceback)Andrey Grygoryev
2012-01-12Fix UnicodeDecodeError on getting template context representations for ↵Andrey Grygoryev
templates panel.
2012-01-04Merge pull request #244 from vstoykov/masterDavid Cramer
Fix: AttributeError: class MpttMeta has no attribute '__class__'
2012-01-04Fix bug: (AttributeError: class MpttMeta has no attribute '__class__') ↵Venelin Stoykov
caused by old style classes not extending object
2012-01-03Bump to version 0.9.1 as I fail at Gitv0.9.1David Cramer
2012-01-03Merge branch 'master' of github.com:django-debug-toolbar/django-debug-toolbarDavid Cramer
2012-01-03Version to 0.9.0v0.9.0David Cramer
2011-12-22JS: Replace a few spaces with tabs in toolbar.jsRemoun Metyas
2011-12-22JS: Use live('click') instead of click() for persistent toggle handlers.Remoun Metyas
2011-12-22Update minified CSS and JS with YUI compressor 2.4.7Remoun Metyas
2011-12-22Force LTR for debug pane.Remoun Metyas
2011-12-08Don't install the example projecttgecho
2011-11-30Merge pull request #238 from lamby/masterDavid Cramer
Don't blow up if INSTALLED_APPS is a tuple
2011-11-30Don't blow up if INSTALLED_APPS is a tupleChris Lamb
Since r17158 in Django trunk, INSTALLED_APPS is now not always co-erced to a list. In my projects I prefer to have INSTALLED_APPS as a tuple as it reinforces that it is not modifiable at runtime. However, this blows up in the VersionDebugPanel as it currently assumes it is a list. Signed-off-by: Chris Lamb <lamby@debian.org>
2011-11-30Convert settings.INSTALLED_APPS to list before concatenating django.Andi Albrecht
According to the Django documentation settings.INSTALLED_APPS is a tuple. To go for sure that only list + list are concatenated, settings.INSTALLED_APPS is converted to list type before adding ['django'].
2011-11-23Merge pull request #232 from andialbrecht/masterDavid Cramer
Fix for issue231: Only call _end_rusage() in TimerPanel when resource module is available.
2011-11-15Only call _elapsed_ru() in TimerPanel when resource module is available.Andi Albrecht
2011-10-28Add simple escaping params in sql; pep8 for utils.trackings.dbApkawa
2011-10-26Merge pull request #223 from Apkawa/masterDavid Cramer
Fixed profiling.ProfilingDebugPanel and bug for raw sql with no latin comments
2011-10-27fixed AttributeError on 404 page exception in ProfilerPanel.process_responseApkawa
2011-10-26Fixed ProfilingDebugPanel; fixed example site if installed other ↵Apkawa
debug_toolbar in system
2011-10-12Ensure we are actually using the new get_stack code instead of inspect.stackDavid Cramer
2011-10-12Custom implementation of inspect.stack() which safely handles errors with ↵David Cramer
findsource