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: mAAdhaTTah/wordpress-github-sync
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: drallgood/wordpress-github-sync
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 0 files changed
  • 3 contributors

Commits on Feb 26, 2015

  1. added support for Jetpack Markdown

    Patrice Brend'amour
    Patrice Brend'amour committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    657cb51 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. added post_type to second array of Jetpack function call

    Patrice Brend'amour
    Patrice Brend'amour committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    2552b11 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2015

  1. Merge commit 'a990774e064fe7c607388e2bdb0a6eab561a5172' into jetpack-…

    …markdown
    
    * commit 'a990774e064fe7c607388e2bdb0a6eab561a5172':
      Big ol' standards commit
      Add note requiring initial commit in repo
      Fix initial export to save shas after update
      Add unit test stubs (marked incomplete)
      Add API tests and proper error handling
      Wire up import on front-end and WP-CLI
      Handle a payload with the Git data api
      Export and delete posts with Git data api
      Create new API object and refactor full export
      Add WP-CLI command to export everything to GitHub
      Switch inital export process to Git Data api
      Refactor to use Controller object for exporting
    
    Conflicts:
    	lib/post.php
    Patrice Brend'amour
    Patrice Brend'amour committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    2812622 View commit details
    Browse the repository at this point in the history
  2. redid the JetPack markdown for new classes

    Patrice Brend'amour
    Patrice Brend'amour committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    e277cdd View commit details
    Browse the repository at this point in the history
  3. hopefully fixed indentation

    Patrice Brend'amour
    Patrice Brend'amour committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    3f647c7 View commit details
    Browse the repository at this point in the history
  4. removed code in controller because it's not really needed

    Patrice Brend'amour
    Patrice Brend'amour committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    1df6779 View commit details
    Browse the repository at this point in the history
  5. whitespaces

    drallgood committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    847fa39 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'jetpack-markdown' of https://github.com/drallgood/wordp…

    …ress-github-sync
    
    * 'jetpack-markdown' of https://github.com/drallgood/wordpress-github-sync:
      whitespaces
      removed code in controller because it's not really needed
      hopefully fixed indentation
      redid the JetPack markdown for new classes
      added post_type to second array of Jetpack function call
      added support for Jetpack Markdown
    Patrice Brend'amour
    Patrice Brend'amour committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    7c277ea View commit details
    Browse the repository at this point in the history
  7. Revert "Merge branch 'jetpack-markdown' of https://github.com/drallgo…

    …od/wordpress-github-sync"
    
    This reverts commit 7c277ea, reversing
    changes made to f2d6b51.
    Patrice Brend'amour
    Patrice Brend'amour committed Mar 4, 2015
    Configuration menu
    Copy the full SHA
    646929c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2015

  1. Merge commit '27b7b445a67cfb718c788057a35e23c442e0b279'

    * commit '27b7b445a67cfb718c788057a35e23c442e0b279':
      added support for Jetpack Markdown
      Fix single post export/delete
      Make isset explicit so error isn't thrown when not set
      use non-sudo workers for CI
    Patrice Brend'amour
    Patrice Brend'amour committed Mar 7, 2015
    Configuration menu
    Copy the full SHA
    c6d1f42 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2015

  1. Merge commit '9a31b1d6dcad5d6be5ed8069be9584e866018f11'

    * commit '9a31b1d6dcad5d6be5ed8069be9584e866018f11':
      Add support for caching api calls
    drallgood committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    513edb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2015

  1. Merge commit '7bd3c2c7115d1fbe5496c618c904e52d1d7a9256'

    * commit '7bd3c2c7115d1fbe5496c618c904e52d1d7a9256':
      Fix the initial export so we actually save the shas
      Respond to webhooks with processing info
    drallgood committed Apr 19, 2015
    Configuration menu
    Copy the full SHA
    d36b2ca View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2015

  1. Merge commit 'e53a4b3e55c5ba19c7ccc18ce3c01a3dedf7fd7c'

    * commit 'e53a4b3e55c5ba19c7ccc18ce3c01a3dedf7fd7c':
      Add activation notice  on initial activation
    drallgood committed Apr 23, 2015
    Configuration menu
    Copy the full SHA
    1c3d837 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2015

  1. Merge commit '6e66a5a239a5c0f8b9c15f83dea09cceaa31bb3d'

    * commit '6e66a5a239a5c0f8b9c15f83dea09cceaa31bb3d':
      oops
      Load up the autoload only if it exists
      Log when blob is updated too
      Switch to Spyc fork, close #48.
      Add a couple new filters
      Save the path to meta so we can query on it again
      use array_key_exists on YAML meta
      Add note about importing
      add post_title from github YAML
      allow add_filter to be used after the plugin is loaded
      fix ->status() typo
      Document the custom post type and status support
      Add `published` to meta
      Add CHANGELOG
      Add deployment scripts
      Update documentation
      Refactor to make opt-in via filter in controller
      support custom post, ...
    drallgood committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    383f488 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2015

  1. Merge commit 'ecc769ef531b997d64a6c58dd45fd501106b3760'

    * commit 'ecc769ef531b997d64a6c58dd45fd501106b3760': (77 commits)
      add German translation
      Update build status to just reflect master
      Bump version number & update CHANGELOG
      Add missing `is_wp_error` check
      Fix README
      Bump version number
      Update CHANGELOG
      Only add new blob to tree if not removing
      Bump version number
      Update CHANGELOG
      Undo bad SQL escaping
      Set default message if no body
      Update wp_json_encode if it exists
      Revert explicitly checking auto-draft
      Updated CHANGELOG
      Add missing validation check
      Exclude auto-drafts from exporting
      Bump version number
      Update CHANGELOG
      Update documentation
      ...
    drallgood committed Oct 30, 2015
    Configuration menu
    Copy the full SHA
    7ef241a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2015

  1. Merge commit '63d8450065365e542ad6b54e6856d726fcb2ec30'

    * commit '63d8450065365e542ad6b54e6856d726fcb2ec30':
      Update plugin headers & README
      Update CHANGELOG for German translation
    drallgood committed Oct 31, 2015
    Configuration menu
    Copy the full SHA
    913c558 View commit details
    Browse the repository at this point in the history
Loading