Page 3: WordPress 2.5 Comments
Next I’m going to take a look at comments, mainly due to the fact that I’ve been nicely notified in my Dashboard I have something to approve:

I don’t think I’ll miss comments waiting for moderation every again thanks to the addition of the “waiting bubble”. Look how much the comments section of the dashboard has improved as well:

Talk about options! The comment awaiting moderation is highlighted. I can either quickly approve, spam, or delete, or also check multiple comments and manage using the buttons in the blue band above. The two new things I noted here were the addition of the commenter’s picture (from WordPress.com?), and when you manage the comment it’s done with Ajax (the page doesn’t have to reload). Very, very nice.






My day job is a Test Engineer so I don’t trust developers =)~ . I personally would like to see how my blog fares with major releases by creating a copy of my production blog into a test site and upgrade that test site to WordPress 2.5.
After upgrading, I found out first hand that I had a problem with easy gravatars, lazyest gallery, popularity contest, link harvester, and my own NowThen Photo Display plugin. So many things broke at once. Luckily I was also able debug and fix my blog in the background without visitors seeing all the issues.
I’ve outline the necessary steps to create a test blog here.
It’s totally worth it if you have many visitors to your site.
Thaya Kareesons last blog post..Make WP-PostViews Work with WP-Super-Cache
I usually install all the updates on my local machine and tests all the plugins. When I am satisfied with all of the related themes and plugins, I copy all the files to to my live server.
I upgraded to 2.5 and it is working perfectly right for me.
Shafiq Rehmans last blog post..TP-LINK TD-W8920G Wireless ADSL2 Router Review
Nice post….:)
But Instead of doing manual upgradation i recommend to use Automatic Upgrade plugin (http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/)….:D
it’s very easy to use ….and i does all the pre and post upgrade tasks…
I upgraded one of my blog using it and it took me just 1 minute to do upgradation 😀
That’s a popular plugin, but one that I would never recommend for most people. You have to check the compatible plugin list every time before upgrading, just to be sure you don’t have a big conflict. If that plugin could do an automatic check of that list before upgrading, I might think about it. For now, the safest way to upgrade is manually…
I would also suggest downloading the xampplite package. It is basically a no install apache / mysql self setup local website.
This gives you the luxury of running your own local copy of your website, so you can test upgrades or code changes locally before uploading for the world to see.
Tarkan
I really like the local testing idea! I might give that a shot one of these days.