| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-04-02 | Moving media so they are "namespaced" like templates. | Rob Hudson | |
| 2009-03-22 | Add fix so jQuery doesn't conflict with other Javascript libraries. | Rob Hudson | |
| I think I finally got this one working. The saving of the temporary variable has to happen *before* jQuery loads, or else jQuery has already stomped on the '$' variable that another library might have used. This patch moves the temporary saving of this variable the HTML template so it tucks it aside before jQuery loads and puts it back after we're done. Tested and works with jQuery, mootools, and prototype. | |||
| 2009-03-22 | Close the panel if the toolbar is hiding. | Rob Hudson | |
| 2009-03-21 | Adding stack traces to SQL panel to see where the calls are coming from. | Rob Hudson | |
| Merge branch 'sql_stacktrace' * sql_stacktrace: Tuple unpacking of stacktrace variables for niceness. Add preliminary support for stacktraces to see where SQL queries are coming from. | |||
| 2009-03-21 | jQuery 1.3 cleanup. | Rob Hudson | |
| * jQuery events changed slightly which caused the click event on '#djDebugPanelList li a' to fire when the hide link was clicked. The hide link has no class attribute and an error was occurring. This checks for the lack of a class attribute and returns false immediately if it doesn't exist. The other event should catch normally and hide the toolbar. * Updating all click methods to return false. * Close the opened panel when hide is clicked. | |||
| 2009-03-21 | Reverting commit 2a839fd, "Restrict the debug toolbar to a single row of ↵ | Rob Hudson | |
| panels." There were some issues with this commit that need to be resolved before it's added back in. | |||
| 2009-03-21 | Making CSS classes 'odd' and 'even' more specific. | Rob Hudson | |
| 2009-03-21 | Restrict the debug toolbar to a single row of panels. | Malcolm Tredinnick | |
| Any panels that would cause the toolbar to wrap to a new line are put into a new final panel called "more..." and are accessible via a vertical list under that panel. Slight tweaks were made to the original to match a previous commit's Javascript style. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-03-21 | Make text alignment in panels not inherit from surrounding page. | Malcolm Tredinnick | |
| If the debug toolbar was used in a page with, e.g., YUI grids, it would inherit a "text-align:center" styling for all text. We now force the main structures to be left-aligned. Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-03-21 | Patch from kmike84 to fix conflict if project uses mootools. | Rob Hudson | |
| 2009-01-23 | Add preliminary support for stacktraces to see where SQL queries are coming ↵ | Rob Hudson | |
| from. I'm wanting to test this a bit more before I merge it in fully. Feedback welcome. | |||
| 2009-01-23 | Make pre tags on odd table rows match row background color in CSS. | Rob Hudson | |
| 2009-01-17 | Regenerate the CSS and JS minified files, removing minified cookie file. | Rob Hudson | |
| 2009-01-17 | Adjust Makefile to concatenate to jquery.cookie.js onto toolbar.min.js. | Rob Hudson | |
| 2009-01-17 | added missing jquery cookie plugin files | Reto Aebersold | |
| Signed-off-by: Rob Hudson <rob@cogit8.org> | |||
| 2009-01-17 | Minor stylistic changes to CSS and Javascript file after merge. | 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-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-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 | 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-09-27 | added logger panel | Alex Gaynor | |
| 2008-09-23 | Updating pygment css to match Django colors and remove classes not used. | Rob Hudson | |
| 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-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 | Committing my first run at the new CSS. This is a bit old. Old being a few ↵ | Bryan Veloso | |
| days old. | |||
| 2008-09-20 | Upgrading jquery.js to v1.2.6 and including the minified version vs the packed | Rob Hudson | |
| version for faster processing time (vs faster transmit times). | |||
| 2008-09-20 | finishing up ajax work for sql explain | Rob Hudson | |
| 2008-09-20 | Merge commit '8e124b0a129ab351ec6cae30d8358709d4c1430b' | Rob Hudson | |
| From Simon Willison's branch: Use pformat for template contexts, which makes it more readable | |||
| 2008-09-20 | From Simon Willison but cleaned up tabbing: Use $ shortcut for jQuery without | Rob Hudson | |
| conflicting with other libraries | |||
| 2008-09-20 | partly done with ajax support and js | Rob Hudson | |
| 2008-09-20 | Use $ shortcut for jQuery without conflicting with other libraries | Simon Willison | |
| 2008-09-20 | jQuery patch from Alex Gaynor. | 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 | We now have a jQuery.djDebug object to extend. This might be overkill but it | Rob Hudson | |
| fixes a few issues with open/closing panels and adds a keybinding on the ESC key to close any panels that are open. | |||
| 2008-09-16 | Updating toolbar.js to close panel on 2nd click. | Rob Hudson | |
| 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. | |||
