Can we adjust the image insert function to only insert a relative url instead of a full path to an image file?
<img src="/wp-content/uploads/filename.jpg" />
vs
<img src="http://www.domain.com/wp-content/uploads/filename.jpg" />
This would make it much easier in the database if/when we change a blog directory, go from working on local machine to live server, etc..etc..
Thanks to all the developers who make wordpress happen, and I do hope this is something you will consider.
-Jake