| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-22 | Escape invalid html in SQL queries. | Gabriel | |
| For example, a query containing a stray ampersand needs to be escaped. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 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-18 | Ensure we honor request.urlconf. | Rob Hudson | |
| Previously, the debug toolbar would always bolt on URLs from ROOT_URLCONF, which would break another middleware if it inserts URLs onto request.urlconf. | |||
| 2010-01-15 | Debug toolbar markup is now XHTML compliant. | Rob Hudson | |
| 2010-01-14 | Template 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> | |||
| 2010-01-14 | Views.py tweaked to use friendlier "EXPLAIN QUERY PLAN" with sqlite3 | Chris Adams | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-14 | Cleaned up cache panel slightly. | Chris Adams | |
| * Removed unused import * .delete() referenced an undefined variable Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-08 | Print non-iterable template context layers as-is | Mikhail Korobov | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2010-01-09 | Fix issue #33: ensure force_unicode doesn't convert non-strings. | Daniel Roseman | |
| 2009-11-27 | Replaced full repr of LANGUAGES to trim template context. | Rob Hudson | |
| 2009-11-18 | Updated mo files | Rob Hudson | |
| 2009-11-18 | Updated po files after new strings marked for translation. | 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-18 | Fixed old use of $, which has been replaced by $j | Chris Adams | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-18 | Fixed leaking middleware for non-200 requests. | Rob Hudson | |
| Thanks to Michael Elsdörfer for the report and patch. | |||
| 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-06 | Fixed incompatability with Python 2.4. | Rob Hudson | |
| 2009-11-03 | Updated version to 0.8.10.8.1 | Rob Hudson | |
| 2009-11-02 | Updated .po files | Rob Hudson | |
| 2009-11-02 | Merge branch 'master' of github.com:robhudson/django-debug-toolbar | Rob Hudson | |
| 2009-11-02 | Fixed and Updated .po files | Rob Hudson | |
| 2009-11-02 | Merge branch 'master' into tx-master | Rob Hudson | |
| Conflicts: debug_toolbar/locale/he/LC_MESSAGES/django.po debug_toolbar/templates/debug_toolbar/panels/versions.html | |||
| 2009-11-02 | Updated .po files | 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 | Left-align the header cells in the SQL stacktrace table | Chris Lamb | |
| The columns are extremely wide, which makes centered titles look very odd. 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-11-02 | kill whitespace | Alex Gaynor | |
| 2009-11-02 | detect versions for other installed applications | Alex Gaynor | |
| 2009-11-02 | Mkae this threadsafe | Alex Gaynor | |
| 2009-11-02 | Made the versions panel more powerful | Alex Gaynor | |
| 2009-11-02 | Updated .po files | Rob Hudson | |
| 2009-11-03 | Small i18n change in template panel | Jannis Leidel | |
| 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 | Left-align the header cells in the SQL stacktrace table | Chris Lamb | |
| The columns are extremely wide, which makes centered titles look very odd. 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 | l10n: Updates to Hebrew (he) translation | Alex | |
| Transmitted-via: Transifex (www.transifex.net) | |||
| 2009-10-16 | Make this threadsafe | Alex Gaynor | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-10-16 | Compiled locale files | Rob Hudson | |
| 2009-10-16 | Updated po files | Rob Hudson | |
| 2009-10-16 | Merge branch 'master' into tx-master | Rob Hudson | |
| 2009-10-16 | Minified CSS from previous commit change. | Rob Hudson | |
| 2009-10-17 | fixed space on titles | Kenneth Belitzky | |
| 2009-10-17 | added missing trans tags inside templates | Kenneth Belitzky | |
| 2009-10-17 | CSS was effecting blockquote styles on the page. | melsdoerfer | |
| 2009-10-14 | l10n: Added French translation | David Paccoud | |
| Transmitted-via: Transifex (www.transifex.net) | |||
