| 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-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 | 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 | 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 | Fixed incompatability with Python 2.4. | Rob Hudson | |
| 2009-11-02 | Merge branch 'master' of github.com:robhudson/django-debug-toolbar | 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 | 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 | kill whitespace | Alex Gaynor | |
| 2009-11-02 | detect versions for other installed applications | Alex Gaynor | |
| 2009-11-02 | Made the versions panel more powerful | Alex Gaynor | |
| 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-10-16 | Added detection and display of versions of apps. | Alex Gaynor | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-09-30 | Template 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-30 | Template 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-30 | Template 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-25 | kill whitespace | Alex Gaynor | |
| 2009-09-25 | detect versions for other installed applications | Alex Gaynor | |
| 2009-09-25 | Merge commit 'rob/master' | Alex Gaynor | |
| 2009-09-25 | Fixed template panel bug that caused the context to not display correctly. | Rob Hudson | |
| 2009-09-24 | Fixed a bug, recently introduced, that turned the sessions list into a tuple of | Rob Hudson | |
| that list which broke rendering of sessions in the Request Vars panel. | |||
| 2009-09-23 | Merge commit 'rob/master' | Alex Gaynor | |
| 2009-09-22 | Added sqlparse, replacing my simple string replace SQL keywords and updating | Rob Hudson | |
| management command and SQL panel. | |||
| 2009-09-18 | Made the versions panel more powerful | Alex Gaynor | |
| 2009-09-15 | Allow request vars to work even with disabled session middleware. | Augie Fackler | |
| 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 | Added more SQL keywords. | Rob Hudson | |
| 2009-09-10 | handle merge conflicts | Alex Gaynor | |
| 2009-09-08 | Fixed an issue where the panel navigation might have a different number of | Rob 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-08-28 | Refactored `reformat_sql` to produce a more compact output for a tighter ↵ | Rob Hudson | |
| view of the SQL. | |||
| 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-25 | added spanish translation of the panels nav title | Percy Perez-Pinedo | |
| 2009-08-12 | oops, retitled templates panel | Idan Gazit | |
| 2009-08-12 | Proper handling of template panel title | 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-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-08-10 | Merge commit 'origin/master' | Alex Gaynor | |
| 2009-08-10 | Show the number of rendered templates in the toolbar. | Alex Gaynor | |
| 2009-07-28 | Merge commit 'rob/master' | Alex Gaynor | |
| 2009-07-28 | Bypass context variables which 'repr' is broken. | Mike Korobov | |
| Signed-off-by: Rob Hudson <rob@tastybrew.com> | |||
| 2009-06-16 | Merge commit 'origin/master' | Alex Gaynor | |
