| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-09-26 | Merge branch 'issue-duplicated-queries' of ↵ | David Cramer | |
| https://github.com/thinred/django-debug-toolbar into thinred-issue-duplicated-queries | |||
| 2011-09-26 | Better substitutions for template context variables triggering SQL queries | Mikhail Korobov | |
| 2011-09-26 | Issue 187: queries are captured and not executed when template panel is ↵ | Tomasz Buchert | |
| rendered. | |||
| 2011-09-15 | Remove any remaining uses of self.__class__ with super | bkonkle | |
| 2011-09-15 | Edited all of the panels to use the stats API and not override the content ↵ | bkonkle | |
| method | |||
| 2011-09-12 | Updated the template panel, and corrected an issue in the headers panel | bkonkle | |
| 2011-07-14 | Dont modify the original context dictionary (fixes #184) | David Cramer | |
| 2011-07-12 | Dont access __copy__ when it doesnt work. Preprocess context list so the ↵ | David Cramer | |
| dictionary cannot be modified. | |||
| 2011-06-23 | Django 1.3 seems to alter templates' rendering contexts after the fact, so ↵ | Nikolai Prokoschenko | |
| just make our saved context a clone of the original to be sure we keep all of it. Fixes #159. | |||
| 2011-06-10 | Checking if the origin attribute exists on the Template object instead | Miguel Araujo Perez | |
| 2011-06-09 | Fixes TemplateDebugPanel iterating over an unknown template without origin ↵ | Miguel Araujo Perez | |
| or name | |||
| 2011-04-13 | Ensure we are verifying that template.name is present before running a ↵ | David Cramer | |
| string check | |||
| 2010-09-07 | Fixed template block inheritance bug (issues 77 and 97) | 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-08 | Print non-iterable template context layers as-is | Mikhail Korobov | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-11-27 | Replaced full repr of LANGUAGES to trim template context. | Rob Hudson | |
| 2009-11-03 | Small i18n change in template panel | Jannis Leidel | |
| 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 | Fixed template panel bug that caused the context to not display correctly. | Rob Hudson | |
| 2009-09-10 | handle merge conflicts | Alex Gaynor | |
| 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-10 | Merge commit 'origin/master' | Alex Gaynor | |
| 2009-08-10 | Show the number of rendered templates in the toolbar. | Alex Gaynor | |
| 2009-07-28 | Bypass context variables which 'repr' is broken. | Mike Korobov | |
| Signed-off-by: Rob Hudson <rob@tastybrew.com> | |||
| 2009-01-23 | Fix triggering an extra SQL query via the auth context processor. | Rob Hudson | |
| Fixed by moving the template panel's context_processor introspection to the content method so this happens at the process_response time instead of at process_request time. Since context processors _were_ happening at the process_response end, it was triggering the query `user.get_and_delete_messages()` which was also getting triggered separately if used in templates (i.e. the admin templates) resulting in duplicate queries showing up in the toolbar. | |||
| 2008-10-01 | used os.path.normpath on templatdirs, this makes it looks cleaner, ↵ | Alex Gaynor | |
| particularly removing ... | |||
| 2008-09-24 | Merging from jezdez/master: Added context processors to TemplateDebugPanel. | Rob Hudson | |
| 2008-09-24 | Added context processors to TemplateDebugPanel | Jannis Leidel | |
| 2008-09-21 | Refactoring middleware and panels so panels have more explicit middleware-like | Rob Hudson | |
| methods to be more clear when panel processing happens. | |||
| 2008-09-20 | Use pformat for template contexts, which makes it more readable | Simon Willison | |
| 2008-09-19 | Fixed template panel to skip over debug_toolbar templates. Fixed a bug in ↵ | Nowell Strite | |
| template context output where rendering would hang while trying to autoescape the context variable output. | |||
| 2008-09-18 | I noticed the template_rendered signal from the test suite also passed context, | Rob Hudson | |
| so I'm including the context with each template in the Template panel. This should make the designers happy. | |||
| 2008-09-09 | Adding a templates panel that shows the templates used during a | Rob Hudson | |
| request/response cycle. Also lists settings.TEMPLATE_DIRS. | |||
