aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar
AgeCommit message (Expand)Author
2008-10-06Just like EXPLAIN, adding the output of straight SELECT statements so you canRob Hudson
2008-10-06Updating SQL output a bit now that I've found more queries to test against.Rob Hudson
2008-10-03Getting rid of the text shadow in CSS.Rob Hudson
2008-10-02Adding compressed JS and CSS, and a Makefile to generate them using YUI Compr...Rob Hudson
2008-10-02Merge branch 'urlfix'Rob Hudson
2008-10-02Moving debug toolbar to the bottom of the HTML document and adjusting CSS toRob Hudson
2008-10-02A fix for URL patterns getting appended on each request growing indefinitely.Rob Hudson
2008-10-02Merge template path update from 'alex/master'. Thanks!Rob Hudson
2008-10-02Merging in new settings panel from 'binarydud/master'. Thanks!Rob Hudson
2008-10-01used os.path.normpath on templatdirs, this makes it looks cleaner, particular...Alex Gaynor
2008-10-01Merge branch 'master' of git://github.com/robhudson/django-debug-toolbarMatt George
2008-09-30Minor wording update in redirect.html template.Rob Hudson
2008-09-30Merge branch 'master' into session_panelMatt George
2008-09-30added settings var panelMatt George
2008-09-30Adding toolbar config to override INTERCEPT_REDIRECTS and, in the future, otherRob Hudson
2008-09-30Adding redirect interception to the middleware to be able to view debug infoRob Hudson
2008-09-30Removing unneeded check for toolbar that is taken care of a few lines up.Rob Hudson
2008-09-28Updated to fail nicely when DEBUG=False.Rob Hudson
2008-09-27Merging in the Logging panel from Alex Gaynor. Thanks Alex!Rob Hudson
2008-09-27added logger panelAlex Gaynor
2008-09-27fixed merge conflictsAlex Gaynor
2008-09-25Merging in some changes from Malcolm Tredinnick to do some minor cleanup in aRob Hudson
2008-09-24Adding a SHA-1 hash to the parameters passed to get the EXPLAIN query to avoidRob Hudson
2008-09-24Merging from jezdez/master: Added context processors to TemplateDebugPanel.Rob Hudson
2008-09-24Added context processors to TemplateDebugPanelJannis Leidel
2008-09-23Updating pygment css to match Django colors and remove classes not used.Rob Hudson
2008-09-23Add catch for non JSON serializable objects and don't show the EXPLAIN link forRob Hudson
2008-09-23Updating pygments styles to better match new toolbar styles.Rob Hudson
2008-09-23Merging with Bryan Veloso's branch to pull in Django stylings.Rob Hudson
2008-09-24The start of some work to make the CSS play nicely with others.Malcolm Tredinnick
2008-09-24A couple of small HTML and presentation cleanups.Malcolm Tredinnick
2008-09-23Possible fix for jQuery.noConflict() removing '$' from scope and breaking otherRob Hudson
2008-09-22Merge branch 'master' of git@github.com:revyver/django-debug-toolbarBryan Veloso
2008-09-22Merge branch 'master' of git@github.com:revyver/django-debug-toolbarBryan Veloso
2008-09-22Committing my first run at the new CSS. This is a bit old. Old being a few da...Bryan Veloso
2008-09-21Load jQuery only if jQuery isn't already loaded. Patch from Alex GaynorRob Hudson
2008-09-21Refactoring middleware and panels so panels have more explicit middleware-likeRob Hudson
2008-09-21Show 1 SQL query v.s. 3 SQL queriesSimon Willison
2008-09-21made jquery really optional, also switched to using google to serve jqueryAlex Gaynor
2008-09-21pluralize query correctly, stolen from swillisonAlex Gaynor
2008-09-20jquery now optionalAlex Gaynor
2008-09-20Patch from Alex Gaynor that fixes jQuery conflicts with Pinax and potentiallyRob Hudson
2008-09-20Updating SQL panel to use Pygments for SQL highlighting if it's available,Rob Hudson
2008-09-20Turn back on if request.is_ajax check but put the monkey patching of URLs in noRob Hudson
2008-09-20Upgrading jquery.js to v1.2.6 and including the minified version vs the packedRob Hudson
2008-09-20finishing up ajax work for sql explainRob Hudson
2008-09-20Merge commit '8e124b0a129ab351ec6cae30d8358709d4c1430b'Rob Hudson
2008-09-20From Simon Willison but cleaned up tabbing: Use $ shortcut for jQuery withoutRob Hudson
2008-09-20Import simplejson from django rather than an external dependency.Rob Hudson
2008-09-20partly done with ajax support and jsRob Hudson