aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-09-15Remove any remaining uses of self.__class__ with superbkonkle
2011-09-15Edited all of the panels to use the stats API and not override the content ↵bkonkle
method
2011-09-15Add a default 'content' method, since the method is now identical on every panelbkonkle
2011-09-15Correct some issues with the stats methodsbkonkle
2011-09-15Added convenience methods to make it easier to work with panel statsbkonkle
2011-09-15Revert the middleware back to its original state, because no changes are ↵bkonkle
actually needed
2011-09-15Don't add to the request object, because get_current can be used to obtain ↵bkonkle
the current toolbar
2011-09-12Don't add the entire toolbar to the request object, just the statsbkonkle
2011-09-12Added response processing into the tests, since that is now required to ↵bkonkle
generate stats
2011-09-12Updated the template panel, and corrected an issue in the headers panelbkonkle
2011-09-12Updated the signals panelbkonkle
2011-09-12Updated the settings_vars panelbkonkle
2011-09-12Updated the request_vars panelbkonkle
2011-09-12Updated the logger panelbkonkle
2011-09-12Updated the headers panelbkonkle
2011-09-12Minor whitespace correction for the version panelbkonkle
2011-09-12Tweaks to the version panel, and whitespace corrections for the timer panelbkonkle
2011-09-12Tweaks to the timer panel, and a correction to the profiling panelbkonkle
2011-09-12Tweaked the profiling panelbkonkle
2011-09-12Cleaned up whitespace in the SQL and cache panelsbkonkle
2011-09-12Tweaked the sql panelbkonkle
2011-09-12Update the cache panel to use the toolbar objectbkonkle
2011-09-12Don't add the toolbar to the request object until the end of the ↵bkonkle
process_response method
2011-09-11Modify the Version panelYann Malet
2011-09-11Cache an HTML fragment on to exercise the cache pannel.Yann Malet
2011-09-11linting- Remove unused importYann Malet
2011-09-11pep 8 complianceYann Malet
2011-09-11Fix the profiling panel when the line_profiler module is not available.Yann Malet
2011-09-10Also add the BSD specific value and comment them outYann Malet
2011-09-10Apply the same changes to the timer panelYann Malet
2011-09-10Comment the profiler panel out because it does not work on ubuntu. psats is ↵Yann Malet
not in stdlib it need to be downloaded.
2011-09-10Revert some of the previous changes and modify slightly the panels to ↵Yann Malet
separate the gneration of the stats and the generation of the content.
2011-09-10Populate the stats['headers'] on the request.debug_toolbarYann Malet
2011-09-09Revert some of the previous changes and modify slightly the panels to ↵Yann Malet
separate the gneration of the stats and the generation of the content.
2011-09-09If a stacktrace frame is not in the expected format, skip over itbkonkle
2011-09-09Merge branch 'master' of github.com:lincolnloop/django-debug-toolbarbkonkle
2011-09-09Set INTERNAL_IPS and DEBUG on the middleware testbkonkle
2011-09-09Comment the profiling pannel that cause an error because pstat was miisingYann Malet
2011-09-09Add the debug_toolbar middleware to the runtests settingsbkonkle
2011-08-25Update urlpattern tests to reflect new behaviorDavid Cramer
2011-08-25Merge pull request #200 from jgelens/masterDavid Cramer
Fixed error with i18n url patterns using Django trunk
2011-08-24Fixed error with i18n url patterns using Django 1.4Jeffrey Gelens
2011-08-23Merge pull request #131 from eduardocereto/masterDavid Cramer
pt_BR translation
2011-08-23Merge pull request #197 from jasonkeene/jquery_no_conflict_issueDavid Cramer
jQuery noConflict Issue
2011-08-23Merge pull request #194 from olexiystrashko/masterDavid Cramer
Fix for issue #193
2011-08-21Merge pull request #198 from jasonkeene/internal_ips_issueDavid Cramer
Toolbar Displays to External IPs (Fixed Issue #186)
2011-08-20Merge branch 'master' of ↵Jason Keene
git://github.com/django-debug-toolbar/django-debug-toolbar into internal_ips_issue
2011-08-20Merge branch 'master' of ↵Jason Keene
git://github.com/django-debug-toolbar/django-debug-toolbar into jquery_no_conflict_issue
2011-08-20Included jQuery breaks newer jQuery plugins, force noConflict for jQuery ↵Jason Keene
global object as well as $.
2011-08-13Fixed opened issue #193 (exception on windows when working with file path):Olexiy Strashko
- change '/' path separator usage to os.sep