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

Add offset and number to create-guest-authors #378

Open
wants to merge 21 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 Sep 19, 2016

  1. Add offset and number to create-guest-authors

    Currently, create-guest-authors is an all or nothing proposition. What happens though when you are 50% complete with a 30,000 user import and then accidently close your terminal window?  You have to start over.  By allowing chunking of create-guest-authors, this can be continued from the number that have been completed rather than starting from scratch
    aaronjorbin committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    f6bb3e2 View commit details
    Browse the repository at this point in the history