Link: https://code.launchpad.net/~edb/quam-plures/yet_another_image_branch
This is one hell of a piece of work. Core assumes inserting an image will be done with spans wrapping the image and caption, but that sucks if the blogger is using TinyMCE. TinyMCE seems to work better, when editing an item, if the image and caption (and title) is in a table. This branch removes the underlying assumption and provides a plugin hook to replace bits used to wrap an image. The image and caption and title are done with spans by core, and a table in TinyMCE.
UPDATE: branch merged into core on 2011-03-14. First Class!
