| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-12-01 | Review translated strings. | Aymeric Augustin | |
| - Include trailing colons inside translated strings because some languages (eg. French) need a space before the colon. - Normalize capitalization (title-style didn't seem warranted and looked weird in some cases). - Normalize quotes (not very useful, but we had a random mixture of single and double quotes). - Remove msgstr from the English po file because they're identical to msgid by definition. | |||
| 2013-11-29 | Move support for line_profiler to a 3rd party panel. | Aymeric Augustin | |
| Many thanks to Dave McLain. Fix #477. | |||
| 2013-11-24 | Update all panels to follow the public API. | Aymeric Augustin | |
| 2013-11-24 | Rename all panels consistently. | Aymeric Augustin | |
| Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback. | |||
| 2013-11-22 | Fix regression introduced in 87a7375. | Aymeric Augustin | |
| Fix #466. | |||
| 2013-11-15 | Remove stacktrace scrubbing superseded by HIDDEN_STACKTRACE_MODULES. | Aymeric Augustin | |
| 2013-11-09 | Remove unused method in panel API. | Aymeric Augustin | |
| 2013-10-26 | Eliminate almost all flake8 messages. | Aymeric Augustin | |
| 2013-10-17 | Update introspection code. | Aymeric Augustin | |
| 2013-10-17 | Stopped using dict.iter*. | Aymeric Augustin | |
| Since performance isn't a primary concern, the non-iterable versions will do just fine on Python 2. | |||
| 2013-10-17 | Update imports for renamed modules. | Aymeric Augustin | |
| 2013-10-17 | Enable unicode_literals in all non-empty modules. | Aymeric Augustin | |
| 2012-01-12 | pep8 | David Cramer | |
| 2011-10-27 | fixed AttributeError on 404 page exception in ProfilerPanel.process_response | Apkawa | |
| 2011-10-26 | Fixed ProfilingDebugPanel; fixed example site if installed other ↵ | Apkawa | |
| debug_toolbar in system | |||
| 2011-09-15 | Edited all of the panels to use the stats API and not override the content ↵ | bkonkle | |
| method | |||
| 2011-09-12 | Tweaks to the timer panel, and a correction to the profiling panel | bkonkle | |
| 2011-09-12 | Tweaked the profiling panel | bkonkle | |
| 2011-09-11 | pep 8 compliance | Yann Malet | |
| 2011-09-11 | Fix the profiling panel when the line_profiler module is not available. | Yann Malet | |
| 2011-09-10 | Revert 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-08-13 | Fixed opened issue #193 (exception on windows when working with file path): | Olexiy Strashko | |
| - change '/' path separator usage to os.sep | |||
| 2011-07-12 | Merge branch 'line_profiler_int' of ↵ | David Cramer | |
| git://github.com/dmclain/django-debug-toolbar into line_profiler_int | |||
| 2011-05-10 | Add support for __traceback_hide__ (tidy_stacktrace now inspects ↵ | David Cramer | |
| inspect.stack() rather than traceback.extract_stack()) (fixes #160) | |||
| 2011-04-26 | Integrating line_profiler | Dave McLain | |
| 2011-04-22 | Basic support for toggling everywhere correctly | David Cramer | |
| 2011-04-22 | Initial refactor of toggline so that profiling matches sql | David Cramer | |
| 2011-04-22 | Remove print statement | David Cramer | |
| 2011-04-22 | Kill off requirement of PROJECT_ROOT and clean up lint violations in ↵ | David Cramer | |
| profiling panel | |||
| 2011-04-22 | first pass at a profiler panel | Dave McLain | |
| 2011-04-21 | Creating a profiling panel from the version panel for basic stuff | Dave McLain | |
