| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-02 | Show context where SQL query originated from template | Chris Lamb | |
| Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-02 | Move the stacktrace underneath the SQL - current column is too narrow | Chris Lamb | |
| Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-10-16 | Added detection and display of versions of apps. | Alex Gaynor | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-10-17 | fixed space on titles | Kenneth Belitzky | |
| 2009-10-17 | added missing trans tags inside templates | Kenneth Belitzky | |
| 2009-10-06 | missing closing bracket | Etienne Carrier | |
| 2009-09-18 | Made the versions panel more powerful | Alex Gaynor | |
| 2009-09-12 | Merge remote branch 'alex/master' | Rob Hudson | |
| 2009-09-12 | Fixed to only show the link for requesting the SELECT data if the query is a | Rob Hudson | |
| SELECT query. | |||
| 2009-09-11 | Removed the spaceless tag as it caused more problems than it solved. | Rob Hudson | |
| 2009-09-11 | Wrapped subpanel content with div.scroll and fixed a few minor CSS problems. | Rob Hudson | |
| 2009-09-11 | Fixed 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-10 | handle merge conflicts | Alex Gaynor | |
| 2009-09-08 | Updated toolbar to use minified versions of js and css. | Rob Hudson | |
| 2009-09-08 | Merge remote branch 'idan/master' into ui-rf | Rob Hudson | |
| 2009-09-09 | Fixed back buttons on SQL explain/select/profile subpanels. | Idan Gazit | |
| 2009-09-07 | Fixed template source to work nicely with and without Pygments. | Rob Hudson | |
| 2009-09-07 | Allow template source to be scrollable | Mikhail Korobov | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-09-07 | Merge branch 'ui-rf' of github.com:robhudson/django-debug-toolbar into ui-rf | Rob Hudson | |
| 2009-09-07 | Used spaceless tag to tighten up debug toolbar HTML output. | Rob Hudson | |
| 2009-09-01 | Fixed translated string in redirect template. | Rob Hudson | |
| 2009-08-28 | Refactored SQL panel to use datetime objects and added a visual display of ↵ | Rob Hudson | |
| both duration and sequence to the SQL template. | |||
| 2009-08-28 | Fixed 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-26 | Merge 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-25 | merging in changes from ui-rf and fixing conflicts in templates | Percy Perez-Pinedo | |
| 2009-08-25 | Added toggle arrows, grey boxes for template links | Idan Gazit | |
| 2009-08-25 | Removed tons of invalid ".boxed" classes, renamed boxed -> scroll | Idan Gazit | |
| 2009-08-24 | Some locale tweaks and template tweaks after merge. | Rob Hudson | |
| 2009-08-24 | Merge locale work by Percy. | Rob Hudson | |
| 2009-08-24 | Make panel content stylings look like Django's debug template. | Rob Hudson | |
| 2009-08-21 | spanish version of the debug toolbar templates is mostly done' | Percy Perez-Pinedo | |
| 2009-08-21 | added i18n support (Spanish) for timer.html | Percy Perez-Pinedo | |
| 2009-08-21 | added i18n support (Spanish) for request_Vars.html | Percy Perez-Pinedo | |
| 2009-08-21 | Cleaning up and simplifying the closed handle HTML and CSS. | Rob Hudson | |
| 2009-08-21 | merging in changes from rob/iu-rf and fixing conflicts | Percy Perez-Pinedo | |
| 2009-08-21 | testing some changes | Percy Perez-Pinedo | |
| 2009-08-12 | panel width, content boxing, safe scrolling | Idan Gazit | |
| 2009-08-12 | oops, retitled templates panel | Idan Gazit | |
| 2009-08-12 | Cleaned up the panels | Idan Gazit | |
| 2009-08-12 | added in-panel title | Idan Gazit | |
| 2009-08-12 | renamed title/subtitle -> nav_title/nav_subtitle | Idan Gazit | |
| 2009-08-12 | toolbar restyling, switched to non-minified css/js | Idan Gazit | |
| 2009-08-11 | allow for handling the pathological case of an insanely large template context | Alex Gaynor | |
| 2009-08-11 | Refactored 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. | |||
| 2009-07-20 | removing trans so we can merge for now | Percy Perez-Pinedo | |
| 2009-06-16 | Captured redirection requests must be urlencoded. | Philip Zeyliger | |
| I ran into this when I had a URL with a ? (%3F) mark in it. Signed-off-by: Rob Hudson <rob@tastybrew.com> | |||
| 2009-05-27 | Adding a signals panel to display list of signals and their providing arguments | Alex Gaynor | |
| and receivers. Thanks Alex Gaynor! Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-03-22 | Add fix so jQuery doesn't conflict with other Javascript libraries. | Rob Hudson | |
| I think I finally got this one working. The saving of the temporary variable has to happen *before* jQuery loads, or else jQuery has already stomped on the '$' variable that another library might have used. This patch moves the temporary saving of this variable the HTML template so it tucks it aside before jQuery loads and puts it back after we're done. Tested and works with jQuery, mootools, and prototype. | |||
| 2009-03-21 | Adding stack traces to SQL panel to see where the calls are coming from. | Rob Hudson | |
| Merge branch 'sql_stacktrace' * sql_stacktrace: Tuple unpacking of stacktrace variables for niceness. Add preliminary support for stacktraces to see where SQL queries are coming from. | |||
| 2009-03-21 | Making CSS classes 'odd' and 'even' more specific. | Rob Hudson | |
