| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-12-17 | Fixes #19 -- Modified the middleware to only install the debug ROOT_URLCONF ↵ | Russell Keith-Magee | |
| if the debug toolbar is actually displayed. | |||
| 2008-12-12 | Adding version info to module. | Rob Hudson | |
| 2008-12-11 | Win32 systems don't have the resource module. This patch codes around it so ↵ | Rob Hudson | |
| only the basic timings are shown for those that don't have the resource module, and finer grained timings are shown for those that do. | |||
| 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 | Added fine-grained CPU usage to timer | Martin Maney | |
| 2008-12-09 | Fix the number of queries shown in the title, which was overreporting by ↵ | Adam Gomaa | |
| self._offset (sometimes 0). | |||
| 2008-12-09 | Only show the SQL profile if we're using a MySQL database backend. | Rob Hudson | |
| 2008-12-09 | Django seems to only produce LEFT OUTER JOINs, so search for that. | Rob Hudson | |
| 2008-10-07 | Fix inconsistent SQL timings. All SQL timings are milliseconds now. | Rob Hudson | |
| 2008-10-07 | Since we're concatenating params, make the default empty value a string. | Rob Hudson | |
| 2008-10-07 | Bringing over patch from Alex Gaynor to fix SQL params when using ↵ | Rob Hudson | |
| django.contrib.gis. | |||
| 2008-10-07 | Updating SQL views to return HttpResponseBadRequest on tamper detection. | 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-06 | Updating SQL output a bit now that I've found more queries to test against. | Rob Hudson | |
| 2008-10-03 | Getting rid of the text shadow in CSS. | Rob Hudson | |
| 2008-10-02 | Adding compressed JS and CSS, and a Makefile to generate them using YUI ↵ | Rob Hudson | |
| Compressor | |||
| 2008-10-02 | Merge branch 'urlfix' | Rob Hudson | |
| 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 | A fix for URL patterns getting appended on each request growing indefinitely. | Rob Hudson | |
| This may break with other middleware patching urlpatterns, though. | |||
| 2008-10-02 | Merge template path update from 'alex/master'. Thanks! | Rob Hudson | |
| 2008-10-02 | Merging in new settings panel from 'binarydud/master'. Thanks! | Rob Hudson | |
| 2008-10-01 | used os.path.normpath on templatdirs, this makes it looks cleaner, ↵ | Alex Gaynor | |
| particularly removing ... | |||
| 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 toolbar config to override INTERCEPT_REDIRECTS and, in the future, other | Rob Hudson | |
| configurable pieces of the toolbar. | |||
| 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-30 | Removing unneeded check for toolbar that is taken care of a few lines up. | Rob Hudson | |
| 2008-09-28 | Updated to fail nicely when DEBUG=False. | Rob Hudson | |
| 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 | 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. | |||
