| Age | Commit message (Collapse) | Author |
|
|
|
|
|
debug_toolbar in system
|
|
|
|
|
|
not in stdlib it need to be downloaded.
|
|
separate the gneration of the stats and the generation of the content.
|
|
|
|
dictionary cannot be modified.
|
|
inspect.stack() rather than traceback.extract_stack()) (fixes #160)
|
|
|
|
profiling panel
|
|
|
|
level and transaction status
|
|
|
|
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>
|
|
Currently this allows for easy manual testing a few other Javascript libraries
and whether the debug toolbar javascript conflicts with them.
|