syndication icon indicating copy to clipboard operation
syndication copied to clipboard

Syndicate your WordPress content.

Results 56 syndication issues
Sort by recently updated
recently updated
newest added

We should be good and validate: - that the URL is a valid XML file; and - that the required values (like post identifier/GUID) are set

enhancement
Priority::Medium

Once created, you shouldn't be able to change the transport type of an endpoint. Also, the "push" vs "pull" as a dropdown isn't very useful.

enhancement
Priority::Medium

When a pull fails, more validation should be performed before re-queuing the job. https://github.com/Automattic/syndication/blob/7149bc91471f66c05bfa7a744b8a08b31218da69/includes/class-syndication-site-auto-retry.php#L61-L67 Here, we need to verify that: 1) The post exists 2) The post is of the...

confirmed-bug
Priority::High

If there are sufficient number of sites being syndicated (I've seen this with 71 sites) then adding a new site or editing an existing site results in a 500 error...

confirmed-bug
Priority::High

There is some logging currently in place, but we should double check and verify that there is enough data logged on both push and pull. When using an "active" transport...

enhancement
Priority::High

For the PermaLinks, when syndicating a post it appears to always base the Permalink on the Title of the article which has gone through the "sanitize_title" function that wordpress has....

needs-investigation
Priority::High

Currently, to create a new RSS pull site, you must assign it to a site group for anything to work. This is not obvious to the user; we do not...

enhancement
Priority::High

Validate saved values in `save_settings` (e.g. valid post_type? valid status?) before saving. Should also validate xpath expressions on save (can use http://www.php.net/manual/en/domxpath.evaluate.php)

enhancement
Priority::High

The Syndication Logs screen is a little broken. It looks like we use the same query on every page and filter in PHP. This creates a couple problems - We...

confirmed-bug
Priority::High