| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-09-12 | Return of zebra stripes, slightly more prominent table headers. | Idan Gazit | |
| 2009-09-12 | Added overflow:auto for tables to prevent breakout | Idan Gazit | |
| 2009-09-12 | Merge commit 'upstream/master' | Idan Gazit | |
| 2009-09-11 | Wrapped subpanel content with div.scroll and fixed a few minor CSS problems. | Rob Hudson | |
| 2009-09-12 | minified js with class="active" fix | Idan Gazit | |
| 2009-09-12 | Merge commit 'upstream/master' | Idan Gazit | |
| 2009-09-11 | Fixes li class="active" when panel closed via close button. | Idan Gazit | |
| 2009-09-08 | Updated toolbar to use minified versions of js and css. | Rob Hudson | |
| 2009-08-28 | Fixed so key bindings are setup on init, regardless of toolbar cookie. | Rob Hudson | |
| 2009-08-28 | Made ESC work on various toolbar states. | Rob Hudson | |
| When toolbar is minimized, ESC key isn't bound. Otherwise ESC will fall through until one of the following happens: If a sub panel is opened, hide it ; if a panel is open, close it ; if the toolbar is open, minimize it. | |||
| 2009-08-28 | Merge commit 'idan/master' into ui-rf | Rob Hudson | |
| 2009-08-28 | Refactored SQL panel to use datetime objects and added a visual display of ↵ | Rob Hudson | |
| both duration and sequence to the SQL template. | |||
| 2009-08-28 | Updated CSS to use the same huge z-index everywhere. | Rob Hudson | |
| 2009-08-28 | panel animation, we hardly knew thee (removed animation) | Idan Gazit | |
| 2009-08-27 | CSS adjusted to consistency of header and table spacing across panels. | Rob Hudson | |
| 2009-08-27 | CSS adjusted to keep consistent alignment on left. | Rob Hudson | |
| 2009-08-27 | Decrease base font size. It's increased where it needs to be elsewhere. | Rob Hudson | |
| 2009-08-26 | Whoops, forgot a % in the css. | Idan Gazit | |
| 2009-08-26 | more thorough reset, added #djDebug to all rules to increase their specificity. | Idan Gazit | |
| 2009-08-25 | Added toggle arrows, grey boxes for template links | Idan Gazit | |
| 2009-08-25 | Removed tons of invalid ".boxed" classes, renamed boxed -> scroll | Idan Gazit | |
| 2009-08-25 | Animated panels | Idan Gazit | |
| 2009-08-25 | adhere to css spacing standard | Idan Gazit | |
| 2009-08-25 | Working panel structure with scroll, Wider handle tab for hover. | Idan Gazit | |
| 2009-08-25 | toolbar handle padding made orange on hover | Idan Gazit | |
| 2009-08-25 | Fixed position toolbar, Smaller close handle, ported style changes from ↵ | Idan Gazit | |
| idan/ui-rf | |||
| 2009-08-25 | Updated graphics for new colorscheme | Idan Gazit | |
| 2009-08-24 | Make panel content stylings look like Django's debug template. | Rob Hudson | |
| 2009-08-21 | Cleaning up and simplifying the closed handle HTML and CSS. | Rob Hudson | |
| 2009-08-21 | Standardize spacing in CSS. | Rob Hudson | |
| 2009-08-21 | Remove added border on hover which was causing flicker and scrollbars to | Rob Hudson | |
| appear. | |||
| 2009-08-18 | Pegged the panels to fill available space and moved close button. | Rob Hudson | |
| 2009-08-18 | A few font size adjustments and removing declarations that have no effect. | Rob Hudson | |
| 2009-08-18 | Deserify font family. | Rob Hudson | |
| 2009-08-18 | Removed extra line spaces. | Rob Hudson | |
| 2009-08-18 | Adding debug toolbar reset CSS. | Rob Hudson | |
| 2009-08-18 | Standardized CSS to use tabs. | Rob Hudson | |
| 2009-08-12 | panel width, content boxing, safe scrolling | Idan Gazit | |
| 2009-08-12 | Panel title larger, <code> is monospaced | Idan Gazit | |
| 2009-08-12 | Added hover state for close button, scroll padding | Idan Gazit | |
| 2009-08-12 | Cleaned up the panels | Idan Gazit | |
| 2009-08-12 | Remove indicator if closed via panel close | Idan Gazit | |
| 2009-08-12 | toolbar restyling, switched to non-minified css/js | Idan Gazit | |
| 2009-08-11 | Refactored the UI to be a right hand side vertical toolbar. DebugPanel ↵ | Rob Hudson | |
| subclass grew a subtitle method to display informative text under the title. | |||
| 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. | |||
