Blog controller thread safety This patch removes the mutable list of posts from the blog controller to make it thread-safe, and adds a cache of message bodies to speed up reloads. Closes #555. See merge request !276