Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: radgeek/feedwordpress Loading
base: f1ae8babf3
Choose a base ref
...
head repository: radgeek/feedwordpress Loading
compare: 076efb5cba
Choose a head ref
  • 14 commits
  • 10 files changed
  • 1 contributor

Commits on Jun 28, 2014

  1. Meta Boxes / Make sure that post-editing related metaboxes show up wh…

    …en you edit items of post_type other than 'post'.
    radgeek committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    a4866e6 View commit details
    Browse the repository at this point in the history
  2. Post Edit / Allow the use of Visual Editor tab even when posts are sy…

    …ndicated; force posts to be exposed to formatting filters if they are marked as manually edited.
    radgeek committed Jun 28, 2014
    Configuration menu
    Copy the full SHA
    82ca2e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2014

  1. Update / Revisions. Allow an option for a revision to be stored on a …

    …post without updating the post to that revision. Use this option when we get an older version of an existing post (per updated field) or when we get a revision to a frozen post.
    radgeek committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    1377d07 View commit details
    Browse the repository at this point in the history
  2. Admin UI / try to keep the 'Stop Showing Me This' buttons from gettin…

    …g cut off in the donation panel.
    radgeek committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    0d5494b View commit details
    Browse the repository at this point in the history
  3. Compatibility / versions >= 3.6 expect data sent to wp_insert_post() …

    …to be unslashed. versions < 3.6 expect wp_insert_post() to get slashed data, but _wp_putpost_revision() to get unslashed data. Go fig.
    radgeek committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    b01c483 View commit details
    Browse the repository at this point in the history
  4. Feature / New Zapped status allows you to delete posts you don't want…

    … re-syndicated and keep them deleted.
    radgeek committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    424bfb2 View commit details
    Browse the repository at this point in the history
  5. Update / Bugfix - when a new revision is undated we have to assume it…

    … supercedes previous revisions.
    radgeek committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    ce4b656 View commit details
    Browse the repository at this point in the history
  6. Version / Bump.

    radgeek committed Jun 30, 2014
    Configuration menu
    Copy the full SHA
    21167ce View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2014

  1. SyndicatedLink and SyndicatedPost / category_ids() - begin janky way …

    …to allow access to FWP category-mapping logic even if we are not right now working with a specific SimplePie feed item.
    radgeek committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    2797c5f View commit details
    Browse the repository at this point in the history
  2. SyndicatedPost / Bugfix / Ensure that atom:content can be used even i…

    …f it is shoved over into a segregated-off namespace.
    radgeek committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    f2bb802 View commit details
    Browse the repository at this point in the history
  3. SyndicatedPost / fix_revision_meta should use pleasant API set_post_f…

    …ield not janky direct MySQL. Fix the guid as well as the post_author, to fit a scheme based on the update hash, possibly usable later. Fire an action so that add-ons can make their own adjustments if need be.
    radgeek committed Jul 2, 2014
    Configuration menu
    Copy the full SHA
    e684697 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2014

  1. Bugfix / Allow zapping of post types that are not built in by deferri…

    …ng action until init stage.
    radgeek committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    135d64e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a09d78b View commit details
    Browse the repository at this point in the history
  3. SyndicatedPost+FeedWordPressLocalPost / Allow closer emulation of syn…

    …dicated posts by local posts for after-the-fact filtering, etc.
    radgeek committed Jul 8, 2014
    Configuration menu
    Copy the full SHA
    076efb5 View commit details
    Browse the repository at this point in the history
Loading