aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2009-01-17Adjust Makefile to concatenate to jquery.cookie.js onto toolbar.min.js.Rob Hudson
2009-01-17added missing jquery cookie plugin filesReto Aebersold
2009-01-17Minor stylistic changes to CSS and Javascript file after merge.Rob Hudson
2009-01-17Fixing AJAX calls to detailed SQL views.Reto Aebersold
2009-01-17Adding ability to show/hide toolbar, using jquery.cookie.js for statefulness.Reto Aebersold
2009-01-15Fix typo/grammar in README ("the the")dAniel hAhler
2009-01-15Load SQLDebugPanel before TemplateDebugPanel to get the right number of queri...Reto Aebersold
2009-01-04updated Spanish translationPercy Perez-Pinedo
2009-01-04updated message filePercy Perez-Pinedo
2009-01-04added locale directory and compiled django.po (spanish translation)Percy Perez-Pinedo
2009-01-04added "trans" to base and redirect templatesPercy Perez-Pinedo
2009-01-04added "trans" to the templates to be translatedPercy Perez-Pinedo
2009-01-02added trans to request_vars.htmlPercy Perez-Pinedo
2009-01-02adding i18n to request_vars templatePercy Perez-Pinedo
2009-01-02trans fue incorporado a logger.htmlPercy Perez-Pinedo
2009-01-02finished adding "trans" to panel template headers.htmlPercy Perez-Pinedo
2009-01-02working on translating the django toolbar into Spanish. Translating panel tem...Percy Perez-Pinedo
2008-12-22adding new AUTHORS due to some recent code mergesRob Hudson
2008-12-20Merge branch 'master'; commit 'freakboy3742/master'Rob Hudson
2008-12-17Fixes #19 -- Modified the middleware to only install the debug ROOT_URLCONF i...Russell Keith-Magee
2008-12-12Fine tuning setup.py for Pypi release.Rob Hudson
2008-12-12Adding version info to module.Rob Hudson
2008-12-12README update to point to issues list on Google code.Rob Hudson
2008-12-11Win32 systems don't have the resource module. This patch codes around it so ...Rob Hudson
2008-12-10Some tweaks and changes to the setup.py file.Rob Hudson
2008-12-09Merge branch 'master'; commit 'danfairs/master'Rob Hudson
2008-12-09Minor cleanup and template change to previous commit.Rob Hudson
2008-12-09Added more of the rusage stats in a drop-down panelMartin Maney
2008-12-09Added fine-grained CPU usage to timerMartin Maney
2008-12-09Fix the number of queries shown in the title, which was overreporting by self...Adam Gomaa
2008-12-09Only show the SQL profile if we're using a MySQL database backend.Rob Hudson
2008-12-09Django seems to only produce LEFT OUTER JOINs, so search for that.Rob Hudson
2008-12-09Added missing AUTHORS file to manifestDan Fairs
2008-12-09Add manifestDan Fairs
2008-12-09Initial setup.cfg and setup.pyDan Fairs
2008-10-07Fix inconsistent SQL timings. All SQL timings are milliseconds now.Rob Hudson
2008-10-07Since we're concatenating params, make the default empty value a string.Rob Hudson
2008-10-07Bringing over patch from Alex Gaynor to fix SQL params when using django.cont...Rob Hudson
2008-10-07Merge commit 'rob/master'Alex Gaynor
2008-10-07Updating SQL views to return HttpResponseBadRequest on tamper detection.Rob Hudson
2008-10-07Clicking on a template file now will fetch and show the source of the template.Rob Hudson
2008-10-06resolved merge conflictsAlex Gaynor
2008-10-06Adding query profiling for MySQL. Thanks to Simon Willison for the suggestion.Rob Hudson
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-06warn the user if they have the middleware in the wrong orderAlex Gaynor
2008-10-05better fixAlex Gaynor
2008-10-05fix for gis I thinkAlex Gaynor
2008-10-04changed stuff about the sql formatter, it still looks weird, not sure whyAlex Gaynor
2008-10-03Getting rid of the text shadow in CSS.Rob Hudson