| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-04-06 | Added basic support for multi-db. | Rob Hudson | |
| Thanks to David Cramer, Ionel Cristian Mărieș, noah256, and Sander Steffann, who all supplied patches. | |||
| 2011-02-03 | Merge pull request #135 from acdha/django-debug-toolbar | Rob Hudson | |
| --- This is mostly just because my in-browser validation badges fail if debug-toolbar is active. | |||
| 2011-02-03 | HTML validation: avoid injecting <style> in <body> | Chris Adams | |
| This avoids causing otherwise valid HTML to fail validation because <style> is only allowed in <head> | |||
| 2011-01-09 | Added support for LogBook. Thanks to Vincent Driessen for the idea and | Vincent Driessen | |
| patch. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-11-08 | Added print style to hide toolbar, fixing issue #90. | Rob Hudson | |
| 2010-10-20 | HTML Validation fixes | Chris Adams | |
| 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> | |||
| 2010-10-18 | Added CSS classes to the SQL panel tables. | Rob Hudson | |
| 2010-09-07 | Fixed issue 83, unstyled toolbar flash. | Rob Hudson | |
| 2010-02-26 | Fixed to maintain Django 1.0 compatibility. | Rob Hudson | |
| 2010-02-16 | Fixed #60 - Added MEDIA_URL config option to be able to override the URL to ↵ | Jannis Leidel | |
| the static files (good with django-staticfiles). Also moved media files to subdirectories like other apps. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-31 | Updated toolbar Javascript to use a closure. | Rob Hudson | |
| * Update jQuery to latest version, 1.4.1 * Pulled jquery.cookie.js into toolbar.js so it doesn't depend on jQuery being in the global namespace. * jQuery loading code based on Ben Alman's bookmarklet generator here: http://benalman.com/code/test/jquery-run-code-bookmarklet/ | |||
| 2010-01-22 | Load jQuery from the DOM instead of document.write. | Gabriel | |
| document.write doesn't work with xhtml. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-22 | Updated to not display EXPLAIN/PROFILE links for non-SELECT queries. | Chris Lamb | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-20 | Fixed toolbar loading problem if page does not load jQuery. | Rob Hudson | |
| 2010-01-15 | Debug toolbar markup is now XHTML compliant. | Rob Hudson | |
| 2009-11-18 | Marked more strings for translation and updated 'fr' locale. | David Jean Louis | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-06 | Updated view info to be horizontal tabular. | Rob Hudson | |
| 2009-11-06 | Show view name and arguments and keyword arguments in the request vars panel. | Alex Gaynor | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-06 | Removed general CSS class names. | Rob Hudson | |
| 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 | |
