I’ve just upgraded this blog to WordPress 2.5 and so far I love it. The only glitch was an easy-to-fix UTF-8 problem but that’s it. Everything’s working.
By the way, I love its new media browser! It makes it easy to find old items I’ve published ages ago, like the image below :)
Update, 2008-03-31: There is a problem with comment moderation…
Update, 2008-03-31: I found the error with the comment moderation! Somehow the updater failed to create an index in the comment_date_gmt
column of the wp_comments
table! If you fail to manage your comments properly, go to your preferred MySQL interface (command line, or like in my case, phpMyAdmin) and add an index to that column, reload your comment management page, and you’re done!