aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Collapse)Author
2009-09-30Template panel: Replace the sql_queries element from the template context ↵Chris Beaven
rather than removing it. Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-09-30Template panel: One letter variable names are bad practice, changed to use ↵Chris Beaven
some more informative variable names. Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-09-30Template panel: Remove unnecessary large elements from each template context ↵Chris Beaven
(request and sql_queries) Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-09-25Fixed template panel bug that caused the context to not display correctly.Rob Hudson
2009-09-24Fixed a bug, recently introduced, that turned the sessions list into a tuple ofRob Hudson
that list which broke rendering of sessions in the Request Vars panel.
2009-09-22Incremented version to 0.8.1 alpha.Rob Hudson
2009-09-22Added sqlparse, replacing my simple string replace SQL keywords and updatingRob Hudson
management command and SQL panel.
2009-09-15Allow request vars to work even with disabled session middleware.Augie Fackler
2009-09-15Fix so that the debug toolbar can be enabled/disabled safely on a ↵Augie Fackler
per-request basis.
2009-09-12Merge remote branch 'origin/tx-master'Rob Hudson
2009-09-13l10n: Updates to Hebrew (he) translationAlex
Transmitted-via: Transifex (www.transifex.net)
2009-09-12Updated version to 0.8.Rob Hudson
2009-09-12Merge remote branch 'alex/master'Rob Hudson
2009-09-12Fixed to only show the link for requesting the SELECT data if the query is aRob Hudson
SELECT query.
2009-09-12l10n: Updates to Russian (ru) translationMikhail Korobov
Transmitted-via: Transifex (www.transifex.net)
2009-09-12l10n: Updates to German (de) translationarthurk
Transmitted-via: Transifex (www.transifex.net)
2009-09-12l10n: Russian translationMikhail Korobov
Transmitted-via: Transifex (www.transifex.net)
2009-09-11Added more SQL keywords.Rob Hudson
2009-09-11Updated locales with more strings.Rob Hudson
2009-09-11Removed the spaceless tag as it caused more problems than it solved.Rob Hudson
2009-09-11Merge remote branch 'idan/master'Rob Hudson
2009-09-12Return of zebra stripes, slightly more prominent table headers.Idan Gazit
2009-09-12Added overflow:auto for tables to prevent breakoutIdan Gazit
2009-09-11Merge remote branch 'percy/master'Rob Hudson
2009-09-11added English (en) localePercy Perez-Pinedo
2009-09-11Merge remote branch 'idan/master'Rob Hudson
2009-09-12Merge commit 'upstream/master'Idan Gazit
2009-09-11Merge branch 'tx-master' of github.com:robhudson/django-debug-toolbarRob Hudson
2009-09-11Wrapped subpanel content with div.scroll and fixed a few minor CSS problems.Rob Hudson
2009-09-12minified js with class="active" fixIdan Gazit
2009-09-12Merge commit 'upstream/master'Idan Gazit
2009-09-11Fixed escaping on redirects.Rob Hudson
This needs a good test case and more thought for when there are query strings. As it was, though, it was broken.
2009-09-11Fixes li class="active" when panel closed via close button.Idan Gazit
2009-09-10l10n: Updates to Hebrew (he) translationAlex
Transmitted-via: Transifex (www.transifex.net)
2009-09-10handle merge conflictsAlex Gaynor
2009-09-08Updated toolbar to use minified versions of js and css.Rob Hudson
2009-09-08Merge remote branch 'idan/master' into ui-rfRob Hudson
2009-09-09Merge commit 'upstream/ui-rf'Idan Gazit
2009-09-09Fixed back buttons on SQL explain/select/profile subpanels.Idan Gazit
2009-09-08Fixed an issue where the panel navigation might have a different number ofRob Hudson
queries than the panel pane if SQL queries happened in between calls. This caches the queries off in an array to be used in both places. If the possibility of queries happening elsewhere occurs, the SQL panel should probably be moved lower in the execution stack.
2009-09-07Fixed template source to work nicely with and without Pygments.Rob Hudson
2009-09-07Allow template source to be scrollableMikhail Korobov
Signed-off-by: Rob Hudson <rob@cogit8.org>
2009-09-07Merge branch 'ui-rf' of github.com:robhudson/django-debug-toolbar into ui-rfRob Hudson
2009-09-07Used spaceless tag to tighten up debug toolbar HTML output.Rob Hudson
2009-09-01Merge commit 'origin/tx-master' into ui-rfRob Hudson
2009-09-01Fixed translated string in redirect template.Rob Hudson
2009-08-31l10n: Fixed an issue of duplicated entry in the Spanish translationDiego Búrigo Zacarão
Transmitted-via: Transifex (www.transifex.net)
2009-08-28Fixed so key bindings are setup on init, regardless of toolbar cookie.Rob Hudson
2009-08-28Made ESC work on various toolbar states.Rob Hudson
When toolbar is minimized, ESC key isn't bound. Otherwise ESC will fall through until one of the following happens: If a sub panel is opened, hide it ; if a panel is open, close it ; if the toolbar is open, minimize it.
2009-08-28Merge commit 'idan/master' into ui-rfRob Hudson