Upgraded Wordpress 2.3!
I’ve upgraded this blog to Wordpress 2.3! Among the notable feature in this new version are:
- Native Tagging Support. Now this is one feature that I’ve been waiting for. Although UTW did a great job on this, but I always think that it is good to do the tagging without going through a plugin. However, the tagging feature is not so great after all. More details on this further down.
- Update Notification. I am someone who’s lazy to check plugin’s site to see any updates. With this, I can see it in my dashboard and download ‘em immediately. Though it doesn’t update for you automatically, this notification is sufficient
- Canonical URLs. I’ve been using some
.htaccesstrick to achieve this, but looks like the devs manage to put in the core. - Better Post Management. There’s this new filter thing in your post management, and you can easily filter your drafts. Nifty.
There are more features in the developement blog.
The Upgrade Process
I thought the schema changes would kill my blog. I even created a testbed to test if the upgrades will work smoothly. I tried running the upgrades on the testbed. Everything works fine. Not as dramatic as Edrei’s case
The upgrade is a breeze if your plugin does not a direct call to the deprecated tables in your database. In my case, only KGArchives and Tan Tan Wordpress Report fails. Author of KGArchives may be doing some updates on the plugin released a WP2.3 compatible KGArchives, but there’s no news on Tan Tan Wordpress Report. UTW fails to work too, but there’s a UTW importer in WP2.3. Popular Post plugin have problem in the admin interface, but it works without a problem in the user end.
The transition from UTW to WP2.3 native tagging is rather painless, though there’s some iffy-ness somewhere in between. Now here’s a few things I don like about tagging in WP2.3:
- There’s no proper tag management. It is said that the devs are waiting for the community to create plugins to further extend the tagging capabilities, and they can steal the idea and put them in the next release. So, I guess I have to wait for a while for a better tag management plugin to pop out.
- Two words tagging fails. Space doesn’t work. All spaces in two words or more tags are replaced with a dash. UTW handles the presentation purpose with no problems, because I don’t see the dash in any tag titles, although there is in the admin area and slugs. Perhaps I have to make myself used to one word tagging.
- The function to call out tags in a post,
the_tags(), fails. I MUST use it in The Loop, which is kinda annoying because I have tags in the sidebar. Which is why, at the moment, I am not showing tags. Couldn’t something be done so thatthe_tagscan be called anywhere in single.php?
Overall, WP2.3 is satisfactory, but not up to my liking. ![]()
Popularity: 5% [?]
September 25th, 2007 at 8:16 pm
That’s why I’ll leave it for a while. I wanted to use it without using tag support, instead leaving the tagging to the UTW plugin. Just that too many of my plugins (at least 3 of them) rely on the old depreciated DB. Until they are fixed, no way I can upgrade.
September 25th, 2007 at 10:27 pm
Edrei, I would definitely check out the plugin directory and the plugin compatibility page on the codex, pretty much every plugin out there has been updated. In addition to compatibility with 2.3, you’ll probably get some cool new features too.
September 25th, 2007 at 10:53 pm
Upgrades can wait, I know. I am just too anxious about the new version.
September 26th, 2007 at 6:13 am
1. http://wordpress.org/extend/plugins/tag-managing-thing/ !
2. [erm. out of my hands]
3. Sooooon, I will have a tag-display plugin out and about - I’m currently porting the UTW display stuff, which is much more complicated than I remember it being when I wrote it (:
September 27th, 2007 at 8:38 pm
Now that Tag Managing Thing is cool!
Just like what I want.
And I can somehow fix the “spaces replaced with dash” issue in tags. Looks like the UTW importer imports slugs as tag name, which is why all the dashes appears. I have to manually change them.
I can’t wait for the tag display plugin to be out.