Import Your blo.gs Blogroll
Just implemented! Import of opml blogrolls from blo.gs
Just implemented! Import of opml blogrolls from blo.gs
Mike has posted a great SQL trick to the forums. Old versions of b2 would naïvely enter break tags (<br />) into the database, often breaking block-level code posted or just making formatting awkward. Now that WordPress has the autop function to intelligently add line breaks what do you do about all of your legacy…
I’ve been working on two new features that I have personally wanted for a long time and is now available to WordPress users currently through the CVS and eventually through a release. First we’ve separated the post and edit screen. The post screen now has just the form for creating a new post. There is…
It’s available in the usual place, we need quick feedback on this. This release adds several new features and fixes an important security vulnerability. Unless any major bugs are found, this release will be identical to the final 0.72 release.
I added password protection to the RSS 2.0 feed for comments and checked it in. You can subscribe to the feed directly (http://www.example.com/wp-commentsrss2.php) to get the latest comments, or pass in the post ID and subscribe to comments for that particular post (http://www.example.com/wp-commentsrss2.php?p=1234). I also added password protection to the pop-up comments page (b2commentspopup.php). If…
I’ve checked in some changes to the Admin screens that give you a historical view of comments. This gives you quick access to recent comments on your site which is pretty handy if you need to modify or delete a comment on an older post (you don’t have to navigate to the post first anymore).
Beta 2 is now available. This contains numerous bugfixes, including one to the dreaded convert_char problem. Unless any outstanding bugs are found, this is going to be the official release version. So test it out well.
There is also a new function called get_links_list() but I’ll let Dougal explain that. Oh, sure, put me on the spot. π /* * function get_links_list() * * added by Dougal * * Output a list of all links, listed by category, using the * settings in $tablelinkcategories and output it as a nested *…
So what’s been going on since we released the beta? Dougal just committed conditional GET support for all the RSS files. I’ve been squashing bugs wherever possible, particularly with regards to the intelligent line break tool. It now has a fairly sophisticated understanding of different types of block level tags, nested lists, arbitrary whitespace, and…
Please try it out and give us some feedback in the forums. Enjoy! Abbreviated upgrade instructions for the impatient: Upgrading from 0.71 Overwrite your old .71 files, backing up most likely your index.php and any other files you customized. Open up wp-config.sample.php and edit the database information. Then rename that file wp-config.php. Do a happy…