| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-09-27 | added logger panel | Alex Gaynor | |
| 2008-09-27 | fixed merge conflicts | Alex Gaynor | |
| 2008-09-25 | Merging in some changes from Malcolm Tredinnick to do some minor cleanup in a | Rob Hudson | |
| few templates. Thanks Malcolm. Merge branch 'master'; commit 'malcolm/master' | |||
| 2008-09-24 | Adding a SHA-1 hash to the parameters passed to get the EXPLAIN query to avoid | Rob Hudson | |
| any sort of tampering of the SQL or parameters. | |||
| 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-23 | Updating pygment css to match Django colors and remove classes not used. | Rob Hudson | |
| 2008-09-23 | Add catch for non JSON serializable objects and don't show the EXPLAIN link for | Rob Hudson | |
| these. | |||
| 2008-09-23 | Updating pygments styles to better match new toolbar styles. | Rob Hudson | |
| 2008-09-23 | Merging with Bryan Veloso's branch to pull in Django stylings. | Rob Hudson | |
| 2008-09-24 | The start of some work to make the CSS play nicely with others. | Malcolm Tredinnick | |
| Right now, if you use the debug toolbar in a site that also uses YUI's grid system, all the text will be centre-aligned. So this commit pushes it back to left-aligned. There are still some more workaround stylings required here (spacing, font un-breakage, etc), but this solves the most immediate problem. | |||
| 2008-09-24 | A couple of small HTML and presentation cleanups. | Malcolm Tredinnick | |
| - Don't display the headings of the detailed usage table for the cache panel unless there's actually some content to display. - Use pluralisation filter on the template paths to avoid "path(s)". - If there are no templates used or no template paths, wrap "None" in a paragraph tag. | |||
| 2008-09-23 | Possible fix for jQuery.noConflict() removing '$' from scope and breaking other | Rob Hudson | |
| scripts that depend on it. | |||
| 2008-09-22 | Merge branch 'master' of git@github.com:revyver/django-debug-toolbar | Bryan Veloso | |
| * 'master' of git@github.com:revyver/django-debug-toolbar: Committing my first run at the new CSS. This is a bit old. Old being a few days old. Conflicts: debug_toolbar/media/toolbar.css | |||
| 2008-09-22 | Merge branch 'master' of git@github.com:revyver/django-debug-toolbar | Bryan Veloso | |
| 2008-09-22 | Committing my first run at the new CSS. This is a bit old. Old being a few ↵ | Bryan Veloso | |
| days old. | |||
| 2008-09-21 | Load jQuery only if jQuery isn't already loaded. Patch from Alex Gaynor | Rob Hudson | |
| slightly modified to load jQuery locally to allow offline usage. | |||
| 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-21 | Show 1 SQL query v.s. 3 SQL queries | Simon Willison | |
| 2008-09-21 | made jquery really optional, also switched to using google to serve jquery | Alex Gaynor | |
| 2008-09-21 | pluralize query correctly, stolen from swillison | Alex Gaynor | |
| 2008-09-20 | jquery now optional | Alex Gaynor | |
| 2008-09-20 | Patch from Alex Gaynor that fixes jQuery conflicts with Pinax and potentially | Rob Hudson | |
| other projects. | |||
| 2008-09-20 | Updating SQL panel to use Pygments for SQL highlighting if it's available, | Rob Hudson | |
| 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. | |||
| 2008-09-20 | Turn back on if request.is_ajax check but put the monkey patching of URLs in no | Rob Hudson | |
| matter what so our actual views (for ajax) can be run. | |||
| 2008-09-20 | Upgrading jquery.js to v1.2.6 and including the minified version vs the packed | Rob Hudson | |
| version for faster processing time (vs faster transmit times). | |||
| 2008-09-20 | finishing up ajax work for sql explain | Rob Hudson | |
| 2008-09-20 | Merge commit '8e124b0a129ab351ec6cae30d8358709d4c1430b' | Rob Hudson | |
| From Simon Willison's branch: Use pformat for template contexts, which makes it more readable | |||
| 2008-09-20 | From Simon Willison but cleaned up tabbing: Use $ shortcut for jQuery without | Rob Hudson | |
| conflicting with other libraries | |||
| 2008-09-20 | Import simplejson from django rather than an external dependency. | Rob Hudson | |
| 2008-09-20 | partly done with ajax support and js | Rob Hudson | |
| 2008-09-20 | Use pformat for template contexts, which makes it more readable | Simon Willison | |
| 2008-09-20 | Use $ shortcut for jQuery without conflicting with other libraries | Simon Willison | |
| 2008-09-20 | jQuery patch from Alex Gaynor. | Rob Hudson | |
| 2008-09-19 | Remove the safe filter from template context so objects don't turn into HTML | Rob Hudson | |
| tags (e.g. <django.core.paginator.Paginator>) | |||
| 2008-09-19 | Merge branch 'master' of git://github.com/nowells/django-debug-toolbar | Rob Hudson | |
| 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 | Merge branch 'explain' of git@github.com:robhudson/django-debug-toolbar | Rob Hudson | |
| 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-16 | We now have a jQuery.djDebug object to extend. This might be overkill but it | Rob Hudson | |
| fixes a few issues with open/closing panels and adds a keybinding on the ESC key to close any panels that are open. | |||
| 2008-09-16 | Minor stylistic changes. | Rob Hudson | |
| 2008-09-16 | Fixed bug where django application was assumed to installed at / url. | nbstrite | |
| 2008-09-16 | Updating toolbar.js to close panel on 2nd click. | Rob Hudson | |
| 2008-09-16 | Merge branch 'master' into explain and updating a few bits to work with the new | Rob Hudson | |
| urls and views. | |||
| 2008-09-15 | Modified scripts to use jQuery, and moved 'em to a better place. | Jacob Kaplan-Moss | |
| 2008-09-15 | Added a mechanism for monkeypatching in debug views, and also added | Jacob Kaplan-Moss | |
| 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. | |||
| 2008-09-12 | Moving default list of panels into the loader to skip an install step. Panel | Rob Hudson | |
| list can still be overridden with a setting if desired. Updated README as well. | |||
| 2008-09-11 | Adding view to explain SQL passed in via query string. Hopefully this is | Rob Hudson | |
| database backend agnostic. Next up is connecting this with the SQL panel via AJAX. | |||
| 2008-09-11 | Adding JSON params to pass to view and adding link for explain. | Rob Hudson | |
| 2008-09-11 | Moving reformat sql so we can pull this in elsewhere. | Rob Hudson | |
