aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2009-08-28Refactored `reformat_sql` to produce a more compact output for a tighter ↵Rob Hudson
view of the SQL.
2009-08-28Refactored SQL panel to use datetime objects and added a visual display of ↵Rob Hudson
both duration and sequence to the SQL template.
2009-08-28Fixed sql profiling so it doesn't return a 500 if the SQL `SET PROFILING=1` ↵Rob Hudson
results in an error. Also fixed view to render the correct template.
2009-08-28Updated CSS to use the same huge z-index everywhere.Rob Hudson
2009-08-28panel animation, we hardly knew thee (removed animation)Idan Gazit
2009-08-27CSS adjusted to consistency of header and table spacing across panels.Rob Hudson
2009-08-27CSS adjusted to keep consistent alignment on left.Rob Hudson
2009-08-27Decrease base font size. It's increased where it needs to be elsewhere.Rob Hudson
2009-08-27Merge commit 'idan/master' into ui-rfRob Hudson
2009-08-26Whoops, forgot a % in the css.Idan Gazit
2009-08-26Merge commit 'upstream/ui-rf'Idan Gazit
Conflicts: debug_toolbar/templates/debug_toolbar/panels/headers.html debug_toolbar/templates/debug_toolbar/panels/logger.html debug_toolbar/templates/debug_toolbar/panels/request_vars.html debug_toolbar/templates/debug_toolbar/panels/settings_vars.html debug_toolbar/templates/debug_toolbar/panels/signals.html debug_toolbar/templates/debug_toolbar/panels/sql.html debug_toolbar/templates/debug_toolbar/panels/template_source.html debug_toolbar/templates/debug_toolbar/panels/timer.html
2009-08-26more thorough reset, added #djDebug to all rules to increase their specificity.Idan Gazit
2009-08-25Merge branch 'tx-master' into ui-rfRob Hudson
2009-08-25Merge commit 'percy/master' into ui-rfRob Hudson
2009-08-25merging in changes from ui-rf and fixing conflicts in templatesPercy Perez-Pinedo
2009-08-25added spanish translation of the panels nav titlePercy Perez-Pinedo
2009-08-25l10n: Updates to Spanish (Castilian) (es) translationRob Hudson
Transmitted-via: Transifex (www.transifex.net)
2009-08-25l10n: Updates to Hebrew (he) translationAlex
Transmitted-via: Transifex (www.transifex.net)
2009-08-25l10n: Updates to German (de) translationJannis Leidel
Transmitted-via: Transifex (www.transifex.net)
2009-08-25l10n: Added German locale.Jannis Leidel
Transmitted-via: Transifex (www.transifex.net)
2009-08-25l10n: Updates to Spanish (Castilian) (es) translationDiego Búrigo Zacarão
Transmitted-via: Transifex (www.transifex.net)
2009-08-25Added toggle arrows, grey boxes for template linksIdan Gazit
2009-08-25Removed tons of invalid ".boxed" classes, renamed boxed -> scrollIdan Gazit
2009-08-25Animated panelsIdan Gazit
2009-08-25adhere to css spacing standardIdan Gazit
2009-08-25Working panel structure with scroll, Wider handle tab for hover.Idan Gazit
2009-08-24added hebrew translationAlex Gaynor
2009-08-25Merge commit 'upstream/ui-rf' into django-colorsIdan Gazit
2009-08-25toolbar handle padding made orange on hoverIdan Gazit
2009-08-25Fixed position toolbar, Smaller close handle, ported style changes from ↵Idan Gazit
idan/ui-rf
2009-08-24Some locale tweaks and template tweaks after merge.Rob Hudson
2009-08-24Merge locale work by Percy.Rob Hudson
2009-08-25Updated graphics for new colorschemeIdan Gazit
2009-08-24Make panel content stylings look like Django's debug template.Rob Hudson