aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/logger.py
AgeCommit message (Collapse)Author
2013-11-24Rename all panels consistently.Aymeric Augustin
Enforce absolute imports to avoid clashing with built-in package names. Thanks Jannis for his feedback.
2013-11-10Disable instrumentation for disabled panels.Aymeric Augustin
This eliminates the performance overhead when a panel is disabled.
2013-11-09Remove unused method in panel API.Aymeric Augustin
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-10-18#151 -- Logging panel fails on invalid string representationsBouke Haarsma
2013-10-17Enable unicode_literals in all non-empty modules.Aymeric Augustin
2012-03-05Fixed the number of logging records and use i18n for it.Jannis Leidel
2012-01-12pep8David Cramer
2011-09-15Edited all of the panels to use the stats API and not override the content ↵bkonkle
method
2011-09-12Updated the logger panelbkonkle
2011-04-08Stripped out logging of SQL queries from logging panel.Rob Hudson
2011-01-09Added support for LogBook. Thanks to Vincent Driessen for the idea andVincent Driessen
patch. Signed-off-by: Rob Hudson <rob@cogit8.org>
2010-01-14Template panel context cleanup.Chris Adams
All panels get a copy of the template context when created and use an updated copy when rendering so they can have full access to context vars and avoid making changes to the shared context. Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-11-18Marked more strings for translation and updated 'fr' locale.David Jean Louis
Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-08-25added spanish translation of the panels nav titlePercy Perez-Pinedo
2009-08-12added in-panel titleIdan Gazit
2009-08-12renamed title/subtitle -> nav_title/nav_subtitleIdan Gazit
2009-08-11Refactored the UI to be a right hand side vertical toolbar. DebugPanel ↵Rob Hudson
subclass grew a subtitle method to display informative text under the title.
2008-09-27Merging in the Logging panel from Alex Gaynor. Thanks Alex!Rob Hudson
2008-09-27added logger panelAlex Gaynor