| Age | Commit message (Collapse) | Author |
|
slightly modified to load jQuery locally to allow offline usage.
|
|
methods to be more clear when panel processing happens.
|
|
|
|
|
|
|
|
|
|
other projects.
|
|
moving the EXPLAIN link to the left to avoid scrolling.
I have a feeling that the SQL panel could use a serious security review since
we're passing SQL in via GET which is, I'm sure, a big no-no.
|
|
matter what so our actual views (for ajax) can be run.
|
|
version for faster processing time (vs faster transmit times).
|
|
|
|
From Simon Willison's branch: Use pformat for template contexts, which makes it
more readable
|
|
conflicting with other libraries
|
|
|
|
|
|
|
|
|
|
|
|
tags (e.g. <django.core.paginator.Paginator>)
|
|
|
|
template context output where rendering would hang while trying to autoescape the context variable output.
|
|
|
|
so I'm including the context with each template in the Template panel. This
should make the designers happy.
|
|
fixes a few issues with open/closing panels and adds a keybinding on the ESC
key to close any panels that are open.
|
|
|
|
|
|
|
|
urls and views.
|
|
|
|
jquery as both a test case and a place to get started making some js improvements.
I'm not totally thrilled with this approach -- it feels *very* hackish. The alternative might be to simply require installers to add a line to their ROOT_URLCONF, which wouldn't be *bad*, but I like the "load automatically" part of this thing.
|
|
list can still be overridden with a setting if desired. Updated README as
well.
|
|
database backend agnostic. Next up is connecting this with the SQL panel via
AJAX.
|
|
|
|
|
|
|
|
request/response cycle. Also lists settings.TEMPLATE_DIRS.
|
|
|
|
content exists and displaying it in the templates.
|
|
|
|
(cherry picked from commit 82881e55881e7187308a79e99dc9e0709bbb4f89)
|
|
it to request vars since we've added session and cookie data (sessions have
nothing to do with HTTP technically).
|
|
|
|
tweaks. This also removes the jQuery dependency.
|
|
for a later addition of being able to add EXPLAIN support to individual queries
for SQL debugging. Contributed by David Cramer.
|
|
|
|
|
|
|
|
the patch
|
|
Conflicts:
debug_toolbar/middleware.py
|
|
tried to access it on response.
|