Wherein:
- I upgrade to Wordpress 2.5
- I switch my feeds to Atom (seriously? what the fuck was up with that? that Travis guy must be a total noob)
- GET http://occident.us/wp-app.php/posts mysteriously stops returning a populated feed
That last item is somewhat disconcerting, and appears to happen on the old blog I have on the wordpress.org hosted service too. Replacing wp-app.php with the 2.3.3 version doesn't appear to fix the problem, but the SQL query being performed looks like:
which doesn't look right to me (SELECT wp_posts.* FROM wp_posts WHERE 1=1 AND (ID = '0') AND wp_posts.post_type = 'page' ORDER BY wp_posts.post_modified DESC
ID = '0'?). This is actually kind
of a pain, since my posting workflow kind of revolves around being able to
suck down that feed, so I may just end up escalating this (with the end result
most likely being a paper bag on my own head ;-)