Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added enhancement to create user instantly if not exists. #413

Open
wants to merge 54 commits into
base: develop
Choose a base branch
from

Commits on May 12, 2016

  1. Sync helper from wpcom

    Philip John committed May 12, 2016
    Configuration menu
    Copy the full SHA
    461e0ca View commit details
    Browse the repository at this point in the history
  2. Updating readme etc for v3.2

    Philip John committed May 12, 2016
    Configuration menu
    Copy the full SHA
    581f21b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Configuration menu
    Copy the full SHA
    8b98ad0 View commit details
    Browse the repository at this point in the history
  2. Bump to 3.2.1

    mjangda committed May 16, 2016
    Configuration menu
    Copy the full SHA
    69f58e2 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2016

  1. Better formatting for metabox_manage_guest_author_bio(), use printf i…

    …nstead of concatenating and echoing strings.
    rinatkhaziev committed May 17, 2016
    Configuration menu
    Copy the full SHA
    2742fcb View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. Configuration menu
    Copy the full SHA
    1ca3ab7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#363 from RobjS/fix-comment-notification…

    …-emails
    
    Send moderation email even if guest author has no email address
    mjangda authored Jun 24, 2016
    Configuration menu
    Copy the full SHA
    ebb9de5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Automattic#358 from rinatkhaziev/master

    Better formatting for metabox_manage_guest_author_bio()
    mjangda authored Jun 24, 2016
    Configuration menu
    Copy the full SHA
    5db7d5f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

  1. Configuration menu
    Copy the full SHA
    e0b8abc View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Merge pull request Automattic#367 from jasonbahl/patch-1

    Update CLI to use cached functions
    mjangda authored Jul 20, 2016
    Configuration menu
    Copy the full SHA
    af1caec View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Configuration menu
    Copy the full SHA
    a1b3375 View commit details
    Browse the repository at this point in the history
  2. Move setup / teardown from base class to test

    Not really being used in other tests
    mjangda committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    ba486a0 View commit details
    Browse the repository at this point in the history
  3. Add some basic WP_Query tests

    We can use these to verify that our author query mods work
    mjangda committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    ba23fb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7209e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Call add_coauthors for WP_Query tests

    And add an additional test for post_author + tax query
    mjangda committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    9228687 View commit details
    Browse the repository at this point in the history
  2. Disable author_name+tax_query+coauthor test

    Known issue in CAP
    mjangda committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    54b84e7 View commit details
    Browse the repository at this point in the history
  3. Add more builds to matrix

    mjangda committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    c438333 View commit details
    Browse the repository at this point in the history
  4. 4.6+ uses a LEFT JOIN for tax queries

    We need to check for both INNER and LEFT JOINs to avoid adding a dupe
    query which leads to query errors in 4.6+.
    
    See Automattic#374
    mjangda committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    786777a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b6d95f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8d7893 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. Join term_relationships with alias

    When joining term_taxonomy, also join term_relationships with alias to prevent unintended matches in case of another taxonomy query.
    trepmal committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    e1bda76 View commit details
    Browse the repository at this point in the history
  2. Make sure to echo wp_kses()

    wp_kses() doesn't print, only returns, so make sure we echo it.
    trepmal committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    7372bde View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Merge pull request Automattic#382 from trepmal/milestone/kl-373

    Make sure to echo wp_kses()
    sboisvert authored Nov 11, 2016
    Configuration menu
    Copy the full SHA
    5f7c779 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Let guest authors query args (admin-side) be filtered

    Add filter to allow query args to be filtered for the guest authors listing. Allows, for example, sorting by last-name-first-name.
    trepmal committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    26941de View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2016

  1. Include PHP 7

    Philip John committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    efc193f View commit details
    Browse the repository at this point in the history
  2. Run PHPCS on WP 4.6 with PHP 5.6

    Philip John committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    c835d7f View commit details
    Browse the repository at this point in the history
  3. Add the sniff and also check for PHP syntax errors

    Philip John committed Nov 20, 2016
    Configuration menu
    Copy the full SHA
    0f7ae5d View commit details
    Browse the repository at this point in the history
  4. Merge pull request Automattic#385 from Automattic/phpcs-ci

    Setting up PHPCS checks with Travis
    philipjohn authored Nov 20, 2016
    Configuration menu
    Copy the full SHA
    52a08f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Configuration menu
    Copy the full SHA
    d4a2cb6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#387 from trepmal/milestone/kl-371

    Let guest authors query args (admin-side) be filtered
    sboisvert authored Nov 21, 2016
    Configuration menu
    Copy the full SHA
    309ff4d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Merge pull request Automattic#381 from trepmal/milestone/kl

    Join term_relationships with alias
    sboisvert authored Nov 28, 2016
    Configuration menu
    Copy the full SHA
    6dbcd3c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Tested tag to 4.7

    Philip John committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    a16a135 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. get the coauthors by term_order

    Linnea Wilhelm committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    bd3d8b5 View commit details
    Browse the repository at this point in the history
  2. added caching

    Linnea Wilhelm committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    fb28394 View commit details
    Browse the repository at this point in the history
  3. phpDoc and spaces

    Linnea Wilhelm committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    c9af2d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Merge pull request Automattic#391 from mslinnea/fix-coauthor-ordering…

    …-bug
    
    Bug Fix: Co-Author Order Not Retained in WordPress 4.7
    philipjohn authored Mar 11, 2017
    Configuration menu
    Copy the full SHA
    52da0aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bcb21e View commit details
    Browse the repository at this point in the history
  3. Sync helper updates from wpcom

    Philip John committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    bd13386 View commit details
    Browse the repository at this point in the history
  4. Prepare v3.2.2 release

    Full changeset for this release: Automattic/Co-Authors-Plus@69f58e2...bd13386
    Philip John committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    8cd994d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Configuration menu
    Copy the full SHA
    2086458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aea6b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a640ad View commit details
    Browse the repository at this point in the history
  4. Must. Remember. Semicolons.

    Philip John committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8101750 View commit details
    Browse the repository at this point in the history
  5. Bust the coauthors terms order cache when the objects terms are updat…

    …ed too.
    Philip John committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    d5305b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    d58d3ae View commit details
    Browse the repository at this point in the history
  2. Move cap_get_coauthor_terms_for_post() logic into the CoAuthors_Plus …

    …class and make the helper dumb
    Philip John committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    b1fe8c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. Don't create test tables as temporary

    In Test_Author_Queried_Object, tests will fail when, by default, tables for subsite are created as temporary.
    trepmal committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    934a261 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. Don't cache when get_object_terms fails

    It can lead to unexpected bugs and make it not clear why we cached an
    empty array (and therefore harder to debug).
    mjangda committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    fe48900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3248dfc View commit details
    Browse the repository at this point in the history
  3. Update Travis environment matrix

    No need to test PHP nightly for now; 7 + 7.1 are good for now. Drop
    WordPress 4.5.
    mjangda committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    f53d8f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge pull request Automattic#406 from Automattic/fix/get_the_terms-o…

    …rdering
    
    More term ordering fixes
    philipjohn authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    ed38119 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#404 from Automattic/release/3.2.2

    Prepare v3.2.2 release
    philipjohn authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    82444c3 View commit details
    Browse the repository at this point in the history
  3. Update version constant

    philipjohn authored Apr 3, 2017
    Configuration menu
    Copy the full SHA
    525f211 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Configuration menu
    Copy the full SHA
    0f8d435 View commit details
    Browse the repository at this point in the history