Tag Archives: xml-rpc

Update on WordPress blog APIs

I mentioned previously that the XML-RPC and Atom blog APIs would be disabled by default when WordPress 2.6 is released. This was a matter of some debate within the community, and there has been some clarification:

  • The APIs will not be automatically disabled for sites upgrading from older versions. [...]
Posted in Announcements, Atom, Blogging, Community, WordPress | Also tagged , , , , , , , , , , | 30 Comments

WordPress 2.6 Beta 1

Last night Ryan Boren announced the release of WordPress 2.6 Beta 1. At first glance, you probably wouldn’t notice much difference between versions 2.5 and 2.6. The two biggest new features are Post Revisions, which saves a history of edits made to each post, and support for Gears, which greatly speeds up working with the admin screens.

Other changes of note:

  • Support for the XML-RPC and Atom client APIs is turned off by default now. [...]
Posted in Announcements, Community, WordPress | Also tagged , , , , , , , , , , , , | 61 Comments

WordPress 2.2 Released

WordPress 2.2 “Getz” is now official. I’ve listed some of the changes previously, but here’s another quick rundown:

  • Atom feeds updated to Atom 1.0
  • Preliminary support for Atom Publishing Protocol
  • Widgets are now supported in core
  • Protection against activating broken plugins
  • “Deactivate All Plugins” button. Sadly, my “Reactivate All Plugins” patch didn’t make it into this release. Hopefully you’ll see it in WP 2.3.
  • Improvements to comment management
  • Code optimizations and speedups
  • Future WYSIWYG support for the Safari browser
  • Post Preview moved into a popup window, rather than an iframe on the Write page
  • WordPress-specific XML-RPC API
  • JQuery support

You can find a list of changes for version 2.2 on the WordPress Trac site. [...]

Posted in Software, WordPress | Also tagged , , , , , , | 51 Comments

New WordPress Releases: 2.0.10 and 2.1.3

That’s right, two shiny new bugfix/security updates. One for the 2.0 branch and one for the 2.1 branch. There are some small bugfixes in both of these versions, but the main reason to upgrade is for the security fixes (I’m going to write more on that subject later).

Visit the downloads page for version 2.1.3, and the Release Archive for version 2.0.10.

Watch later this month for the release of WordPress 2.2. [...]

Posted in Security, Software, WordPress | Also tagged , , , | 9 Comments

WordPress 2.0.1

For those of you who never install “dot-zero” software releases, now is probably a good time to upgrade to WordPress 2.0.1.

All in all we’ve closed 114 bugs in the 2.0.1 release, which you’re welcome to check out if you’re curious about every fix. . [...]

Posted in Announcements, Blogs, Software, WordPress | Also tagged , , | 5 Comments

WordPress 1.5.x safe from XML-RPC worm

In case you didn’t already see my post over on the WordPress Development Blog, rest assured that WordPress is safe from the recently announced PHPXMLRPC worm. Some of the articles about this worm point to old information indicating that WP 1.5 is vulnerable, but that is incorrect. Versions 1.2.x and earlier are in danger, however. . [...]

Posted in Blogs, News, Security, Tech, WordPress | Also tagged , , | 4 Comments

WordPress 1.5.2

Announcing WordPress 1.5.2, now available for download. Owen Winkler has a good plain-English description of the changes.

There is a security-related bugfix in this release, which affects servers that have register_globals turned on (which you shouldn’t). . [...]

Posted in Blogs, Security, WordPress | Also tagged , , | 2 Comments

Putting the “Simple” back in SOAP

I’ve never been too big on SOAP. It’s nice that there are lots of toolkit implementations out there, but for most of my projects, it just seems like overkill. Many developers joke about the acronym being an oxymoron, because SOAP can quickly lose its simplicity. XML-RPC has its faults, but it’s easier to test and debug, in my experience. [...]

Posted in Tech | Also tagged , , | Leave a comment

Brain dump

It’s been over two weeks since my last update. I’m sure that it’s been terribly distressing to the three people who actually read this site. My only excuse is that I’ve been insanely busy, because a lot of things have been going on. Here’s a quick brain dump, which may or may not be in chronological order:

  • My wife and kids have already relocated to Georgia, but I’m still in Alabama, finishing out my employment here. I’m temporarily living with my brother-in-law. He lives too far from the main part of town to get broadband, so I haven’t been online much in the evenings. [...]
Posted in JobHunt, Personal, Work | Also tagged , | 8 Comments

Ping-O-Matic XML-RPC

We finally found time to do some more work on Ping-O-Matic, and have implemented an XML-RPC interface. You can now send a standard weblogs.com compatible ping to http://rpc.pingomatic.com/ and we will ping a subset of our services. Currently, this is a fixed subset of seven services:

  • Weblogs.com
  • Blo.gs
  • Technorati
  • MyYahoo!
  • BlogRolling
  • BlogChatter
  • PubSub

In the future, we will have ways for you to customize which services you would like us to ping on your behalf. [...]

Posted in Blogs | Also tagged , , , , | 4 Comments