| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-04-02 | Moving media so they are "namespaced" like templates. | Rob Hudson | |
| 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-01-23 | Make pre tags on odd table rows match row background color in CSS. | Rob Hudson | |
| 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 | 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-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 | partly done with ajax support and js | Rob Hudson | |
| 2008-09-15 | Modified scripts to use jQuery, and moved 'em to a better place. | Jacob Kaplan-Moss | |
