John Blackbourn

Results 308 issues of John Blackbourn

This one needs testing. Does uploading files via XML-RPC work as expected?

Task
compatibility

This one needs testing. Setting (and removing?) featured media via XML-RPC should work as expected.

Task
compatibility

Setting (and removing?) the featured media for a post via the REST API does not work. I'm pretty sure the REST controller class for posts can be extended and its...

Task
compatibility

The output of the "Gallery" widget does not work as expected, due to the way it fetches gallery items with a `WP_Query` for the current site.

Task
compatibility

The output of the "Video" widget does not work as expected, due to some checks for the existence of the attachment on the current site.

Task
compatibility

There are some "thumbnail" Ajax actions that still need to be checked and supported if necessary: * [ ] `wp_ajax_set_post_thumbnail()` * [ ] `wp_ajax_set_attachment_thumbnail()`

Task

During a REST request, the plugin switches to the central media site, but it doesn't switch back once the request is complete. This probably breaks anything that does an internal...

Task

Visiting the Settings -> Media screen on a sub-site will show you settings that don't necessarily reflect those on the central media site. These settings needs to be synchronised, or...

enhancement

This should automatically switch sites in the same way that `wp_get_attachment_image_src` does. Might need some extra filters in core. Need to check it.

Task

A slightly annoying behaviour is that when switching users from the post editing screen, the post lock isn't released and you see the "This post is being edited by X"...

type:enhancement