| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-11 | Cache an HTML fragment on to exercise the cache pannel. | Yann Malet | |
| 2011-09-11 | Fix the profiling panel when the line_profiler module is not available. | Yann Malet | |
| 2011-09-10 | Comment 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-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-09-09 | Comment the profiling pannel that cause an error because pstat was miising | Yann Malet | |
| 2011-07-12 | Dont access __copy__ when it doesnt work. Preprocess context list so the ↵ | David Cramer | |
| dictionary cannot be modified. | |||
| 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-22 | Initial refactor of toggline so that profiling matches sql | David Cramer | |
| 2011-04-22 | Kill off requirement of PROJECT_ROOT and clean up lint violations in ↵ | David Cramer | |
| profiling panel | |||
| 2011-04-06 | Generate fake transaction ids so we can match up transaction end state correctly | David Cramer | |
| 2011-04-05 | Add support for engine-per-query as well as pulling out psycopg2's isolation ↵ | David Cramer | |
| level and transaction status | |||
| 2011-03-30 | Ensure we wrap all cursors | David Cramer | |
| 2010-10-20 | HTML Validation fixes | Chris Adams | |
| It turns out that <script … charset="utf-8">inline script</script> is not valid (charset is valid with script src). This avoids debug_toolbar causing HTML validation errors simply by being active. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-02-11 | Added example project directory. | Rob Hudson | |
| Currently this allows for easy manual testing a few other Javascript libraries and whether the debug toolbar javascript conflicts with them. | |||
