Skip to content
Snippets Groups Projects
  1. Jan 05, 2015
  2. Sep 10, 2014
  3. Sep 08, 2014
    • Nick Daugherty's avatar
      Check for `WP_Error` before using `$info` as an array · 1faa39c2
      Nick Daugherty authored
      `$info` can be a `WP_Error` if something went wrong with the
      connection…we must handle that condition.
      
      Probably need a better way to surface these errors at the time they
      happen, rather than letting them get stored here, but this is at least
      a failsafe to prevent fatals.
      1faa39c2
  4. Aug 15, 2014
  5. May 21, 2014
  6. May 17, 2014
    • Jack Reichert's avatar
      Adds Category (and tag) Mapping · 6628695d
      Jack Reichert authored
      Notes on the patch:
      Simplepie doesn't pull attributes, so there is no real way to
      differentiate currently between categories and tags. My solution was to
      check first for existing categories, if not exist, tags, if not exist
      create as a category.
      6628695d
  7. May 13, 2014
  8. Apr 29, 2014
  9. Apr 10, 2014
  10. Apr 08, 2014
  11. Mar 28, 2014
  12. Mar 16, 2014
  13. Mar 14, 2014
  14. Mar 10, 2014
  15. Feb 27, 2014
  16. Feb 14, 2014
    • andreybrokeit's avatar
      Add Featured Image Data Syndication · 17fda4a7
      andreybrokeit authored
      This will allow plugin to syndicate such fields as caption, alternative
      text and description. It pulls post data and alt-text meat for the
      syndicated image and then updates the remote post once image is
      successfully uploaded and the attachment ID is created.
      It would be easier to do it on the upload stage but xmlrpc media object
      is not supporting caption and description fields at the moment.
      17fda4a7
  17. Jan 09, 2014
    • Josh Betz's avatar
      Fix link to new sitegroup · 366ec854
      Josh Betz authored
      When there are no site groups, we should a link to create one.
      The taxonomy slug and post type slug were both wrong, presumably
      because there were changed at some point and these references
      weren't updated.
      366ec854
  18. Dec 17, 2013
    • Mohammad Jangda's avatar
      XML-RPC Push: Prevent duplicate meta on updates. · 015b0b0f
      Mohammad Jangda authored
      Because of how XML-RPC works, we can only update existing meta fiels by
      specifying IDs we want to override and their new values.
      
      Currently, we don't do this, so updates to pushed posts result in
      duplicated meta.
      
      Let's avoid this by first deleting existing meta using IDs, then
      re-inserting all the updated meta fields. This way, we can handle adds,
      updates, and deletes.
      
      Fixes #35
      015b0b0f
  19. Oct 16, 2013
  20. Oct 15, 2013
  21. Sep 10, 2013
    • Mohammad Jangda's avatar
      Better handling for thumbnails and multiple sites · cc4f0812
      Mohammad Jangda authored
      The way we were preventing repetitive syndication on every update was
      also breaking syndicating the thumbnail to multiple sites. This stores
      each thumbnail syndication alongside the site ID so that one site result
      cannot stomp on another.
      
      Also updates the meta key to make it more specific.
      
      fixes #36
      cc4f0812
Loading