[wp-hackers] 1.5.1++ Bug List

Ryan Boren ryan at boren.nu
Fri May 13 23:01:42 GMT 2005


On Fri, 2005-05-13 at 16:40 -0500, Ryan Boren wrote:
> On Fri, 2005-05-13 at 16:20 -0500, Stephen Sadowski wrote:
> > All are now listed as resolved except for:
> > 
> > 0001347: 'publish' and 'editpost' have different flow in
> > wp-admin/post.php
> > http://mosquito.wordpress.org/view.php?id=1347
> > 
> > 0001351: quicktag "ins" and "del" format datetime attribute incorrectly
> > http://mosquito.wordpress.org/view.php?id=1351
> > 
> > If we get get those committed, I'll be glad to start testing the whole
> > kit and kaboodle.
> 
> 0001324: Unable to send/receive pingbacks and send trackbacks.
> http://mosquito.wordpress.org/view.php?id=1324
> 
> This bug has a patch which will hopefully help with incoming pings.
> Instead of using curl as the principal, this patch makes it a fallback
> in the case where url fopen is not allowed.  If you're having problems
> with incoming pings or if you're on Dreamhost or another host that
> disallows url fopen, please try it out.

Matt committed the patch, so it will be available in the nightlies.

I just attached another patch that fixes url_to_postid().  It wasn't
working for some permalink structures.  If the pinged URI in an incoming
pingback cannot be resolved to a specific post, the ping is thrown on
the floor and error 33 is sent back.

The patch is a thorough rewrite of url_to_postid().  It uses pretty much
the same code we use to process permalinks coming in over PATH_INFO and
404 (see the top of wp-blog-header).  This code builds a query that is
then shipped to WP_Query.  If all goes well, WP_Query spits a matching
post back at us.

Ryan




More information about the wp-hackers mailing list