I’m doing a major upgrade of WordPress and was doing it in a sandbox. Unfortunately it needed to upgrade the database table structure. I really didn’t feel like copying and renaming tables and shit so I upgraded the main table structure and made my sandbox active. Sorry for the horrific interface hopefully it will be fixed soon.
Update: Fixed the final annoying bug. It was a problem on the single post view wherein the quicktag.js scripts were referencing a broken quicktagsL10n variable. The variable is now defined in script-loader.php but the manner in which it is being referenced no longer appears valid. The end result was early termination of a DIV tag and it was very painful to track down. I just commented all references to that internationalization variable out of quicktags.js.