| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-03-26 | Minor cleanup of imports and long lines. | Rob Hudson | |
| 2009-01-17 | Fixing AJAX calls to detailed SQL views. | Reto Aebersold | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 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-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-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. | |||
