| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-03-21 | Making CSS classes 'odd' and 'even' more specific. | Rob Hudson | |
| 2009-01-17 | Adjust Makefile to concatenate to jquery.cookie.js onto toolbar.min.js. | Rob Hudson | |
| 2009-01-17 | Adding ability to show/hide toolbar, using jquery.cookie.js for statefulness. | Reto Aebersold | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2008-12-09 | Minor cleanup and template change to previous commit. | Rob Hudson | |
| 2008-12-09 | Added more of the rusage stats in a drop-down panel | Martin Maney | |
| (some items were commented out after I was reminded that not all of the original BSD items are supported under Linux) | |||
| 2008-12-09 | Only show the SQL profile if we're using a MySQL database backend. | Rob Hudson | |
| 2008-10-07 | Fix inconsistent SQL timings. All SQL timings are milliseconds now. | Rob Hudson | |
| 2008-10-07 | Clicking on a template file now will fetch and show the source of the template. | Rob Hudson | |
| Thanks to Adam Gomaa for the patch. | |||
| 2008-10-06 | Adding query profiling for MySQL. Thanks to Simon Willison for the suggestion. | Rob Hudson | |
| There's a big TODO on this one, which is to not display or attempt to execute the profiling SQL calls if this isn't MySQL and if MySQL isn't >= version 5.0.37. For now it's a nice playground of the profiler if you have MySQL v5.0.37 or higher. | |||
| 2008-10-06 | Just like EXPLAIN, adding the output of straight SELECT statements so you can | Rob Hudson | |
| view the raw SQL output. | |||
| 2008-10-02 | Adding compressed JS and CSS, and a Makefile to generate them using YUI ↵ | Rob Hudson | |
| Compressor | |||
| 2008-10-02 | Moving debug toolbar to the bottom of the HTML document and adjusting CSS to | Rob Hudson | |
| position toolbar at top. Injecting toolbar at the bottom has a few advantages, such as removing the regular expression substitution making it about 5x faster (depending on document size), JS and CSS have a lesser chance of conflicting with others on the page. | |||
| 2008-10-02 | Merging in new settings panel from 'binarydud/master'. Thanks! | Rob Hudson | |
| 2008-10-01 | Merge branch 'master' of git://github.com/robhudson/django-debug-toolbar | Matt George | |
| 2008-09-30 | Minor wording update in redirect.html template. | Rob Hudson | |
| 2008-09-30 | Merge branch 'master' into session_panel | Matt George | |
| 2008-09-30 | added settings var panel | Matt George | |
| (cherry picked from commit fdf77eea58887f68c210c7a77218e2fa6d5a86af) | |||
| 2008-09-30 | Adding redirect interception to the middleware to be able to view debug info | Rob Hudson | |
| before being redirected to a new page. Thanks to [530] in IRC for the idea. Coming soon will be a way to optionally disable this. | |||
| 2008-09-27 | Merging in the Logging panel from Alex Gaynor. Thanks Alex! | Rob Hudson | |
| 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 | 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-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-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-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 | partly done with ajax support and js | 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 | Minor stylistic changes. | Rob Hudson | |
| 2008-09-16 | Fixed bug where django application was assumed to installed at / url. | nbstrite | |
| 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-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 | Patch submitted by Ned Batchelder to fix panel path slashes on Windows. | Rob Hudson | |
| 2008-09-09 | Adding a templates panel that shows the templates used during a | Rob Hudson | |
| request/response cycle. Also lists settings.TEMPLATE_DIRS. | |||
| 2008-09-09 | Making it so that the SQL panel display SQL a little more formatted and nice. | Rob Hudson | |
| 2008-09-09 | Adding a `has_content` boolean to panels to avoid issues with checking if | Rob Hudson | |
| content exists and displaying it in the templates. | |||
| 2008-09-09 | added ms label to total time on cache panel | Rob Hudson | |
| (cherry picked from commit 82881e55881e7187308a79e99dc9e0709bbb4f89) | |||
| 2008-09-09 | Merging in some changes from David Cramer for the HTTP vars panel but renaming | Rob Hudson | |
| it to request vars since we've added session and cookie data (sessions have nothing to do with HTTP technically). | |||
