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 wp-cli command to delete guest authors, with option to reassign their posts. #588

Open
wants to merge 314 commits into
base: develop
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 30, 2017

  1. Configuration menu
    Copy the full SHA
    1387ae1 View commit details
    Browse the repository at this point in the history
  2. Fixed WP CLI create-terms-for-posts if no co-authors found

    Script was stopping after no co-authors was find. Now script will
    display an error message and continue to the next post.
    Rebecca Hum committed May 30, 2017
    Configuration menu
    Copy the full SHA
    f759744 View commit details
    Browse the repository at this point in the history
  3. Revert "Fixed WP CLI create-terms-for-posts if no co-authors found"

    This reverts commit f759744.
    Rebecca Hum committed May 30, 2017
    Configuration menu
    Copy the full SHA
    76c59ef View commit details
    Browse the repository at this point in the history
  4. Revert "Removed duplicate left join for optimization"

    This reverts commit 6e7da2b.
    Rebecca Hum committed May 30, 2017
    Configuration menu
    Copy the full SHA
    9f8a1d5 View commit details
    Browse the repository at this point in the history
  5. Fixed WP CLI create-terms-for-posts if no co-authors found

    Script was stopping after no co-authors was find. Now script will
    display an error message and continue to the next post.
    Rebecca Hum committed May 30, 2017
    Configuration menu
    Copy the full SHA
    68bcb6e View commit details
    Browse the repository at this point in the history
  6. Removed double left join on posts_join_filter (Automattic#419)

    Resolves Automattic#417
    
    * Removed duplicate left join for optimization
    Rebecca Hum authored and trepmal committed May 30, 2017
    Configuration menu
    Copy the full SHA
    a5222a9 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master'

    Rebecca Hum committed May 30, 2017
    Configuration menu
    Copy the full SHA
    8ab4751 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2017

  1. Configuration menu
    Copy the full SHA
    ea4ef62 View commit details
    Browse the repository at this point in the history
  2. JS error goes away from js_vars()

    Rebecca Hum committed May 31, 2017
    Configuration menu
    Copy the full SHA
    bcc875b View commit details
    Browse the repository at this point in the history
  3. changed is_post_type_enabled() to clean up code

    Rebecca Hum committed May 31, 2017
    Configuration menu
    Copy the full SHA
    f226e9c View commit details
    Browse the repository at this point in the history
  4. removed extra whitespace

    Rebecca Hum committed May 31, 2017
    Configuration menu
    Copy the full SHA
    29e1e90 View commit details
    Browse the repository at this point in the history
  5. removed all traces of $post_type in functions, since is_post_type_ena…

    …bled() should do the trick now
    Rebecca Hum committed May 31, 2017
    Configuration menu
    Copy the full SHA
    6b3ea35 View commit details
    Browse the repository at this point in the history
  6. Revert "Update version constant"

    This reverts commit 525f211.
    trepmal committed May 31, 2017
    Configuration menu
    Copy the full SHA
    5ac7d9a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2017

  1. Edited words to match glossary

    Rebecca Hum committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    8f498c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ba4611 View commit details
    Browse the repository at this point in the history
  3. Added better consistencies with glossary

    Rebecca Hum committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    4c23011 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c23eeb View commit details
    Browse the repository at this point in the history
  5. Revert "Revert "Update version constant""

    This reverts commit 5ac7d9a.
    trepmal committed Jun 1, 2017
    Configuration menu
    Copy the full SHA
    586dcdc View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. doesn't return false after quick edit saves

    Rebecca Hum committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    1a272fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d8394 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Tested tag to 4.8

    philipjohn committed Jun 8, 2017
    Configuration menu
    Copy the full SHA
    5206a53 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. Merge pull request Automattic#400 from Automattic/reduce-sleep

    Reduce amount of sleep
    philipjohn authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    20efecf View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#420 from rebeccahum/cli-create-terms-fo…

    …r-posts
    
    Fixed WP CLI create-terms-for-posts if no co-authors found
    philipjohn authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    7bdae3c View commit details
    Browse the repository at this point in the history
  3. Merge pull request Automattic#423 from rebeccahum/terminology

    Terminology updated throughout
    philipjohn authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    1f61855 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Automattic#426 from rebeccahum/replace_hardcoded_a…

    …uthor
    
    Replace hardcoded 'author' with $this->$coauthor_taxonomy
    philipjohn authored Jun 17, 2017
    Configuration menu
    Copy the full SHA
    39276d1 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. Move parenthesis to fix esc_html and sprintf

    Fixes warning: `Warning: sprintf(): Too few arguments in /path/wp-content/plugins/co-authors-plus/php/class-coauthors-guest-authors.php on line 487`
    
    Warning surfaces when deleting a guest author that is mapped to a WP user
    trepmal authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    830987b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2017

  1. Configuration menu
    Copy the full SHA
    06c123d View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#430 from Automattic/trepmal-patch-1

    Move parenthesis to fix esc_html and sprintf
    philipjohn authored Jun 28, 2017
    Configuration menu
    Copy the full SHA
    832ac30 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2017

  1. Added a better style of progress bar!

    Rebecca Hum committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    b91e7d4 View commit details
    Browse the repository at this point in the history
  2. Deleting guest authors is less confusing

    Rebecca Hum committed Jun 29, 2017
    1 Configuration menu
    Copy the full SHA
    d404fec View commit details
    Browse the repository at this point in the history
  3. Fixed merge conflicts

    Rebecca Hum committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    19d94b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c278908 View commit details
    Browse the repository at this point in the history
  5. Hopefully now merge conflict is gone now...

    Rebecca Hum committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    3380114 View commit details
    Browse the repository at this point in the history
  6. some extra notes.

    Rebecca Hum committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    e80cb47 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'refs/remotes/Automattic/master' into de…

    …lete_guest_author
    
    # Conflicts:
    #	php/class-coauthors-guest-authors.php
    Rebecca Hum committed Jun 29, 2017
    Configuration menu
    Copy the full SHA
    0883406 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2017

  1. featured image to avatar

    Rebecca Hum committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    5433e37 View commit details
    Browse the repository at this point in the history
  2. Removed avatar sizing

    Rebecca Hum committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    e0902c0 View commit details
    Browse the repository at this point in the history
  3. remove duplicated linked author byline

    Rebecca Hum committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    b5fd5d5 View commit details
    Browse the repository at this point in the history
  4. coauthors_wp_list_authors has the option now of listing only guest au…

    …thors
    Rebecca Hum committed Jun 30, 2017
    Configuration menu
    Copy the full SHA
    9b57a43 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. Merge pull request Automattic#433 from rebeccahum/featured_image_avatar

    Guest author's featured image is avatar now
    philipjohn authored Jul 2, 2017
    Configuration menu
    Copy the full SHA
    95f8c03 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#434 from rebeccahum/remove_avatar_sizing

    Removed extra image sizing
    philipjohn authored Jul 2, 2017
    Configuration menu
    Copy the full SHA
    fb7ba91 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Automattic#435 from rebeccahum/remove_duplicated_b…

    …yline
    
    Remove duplicated byline
    philipjohn authored Jul 2, 2017
    Configuration menu
    Copy the full SHA
    95866e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. remove duplicates from linked accounts

    Rebecca Hum committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    9f64154 View commit details
    Browse the repository at this point in the history
  2. changes as per philipjoin

    Rebecca Hum committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    f4791d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

  1. Added later escaping

    Rebecca Hum committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    3fbbebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    631e719 View commit details
    Browse the repository at this point in the history
  3. Use linked account for accurate post count

    Rebecca Hum committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    c281135 View commit details
    Browse the repository at this point in the history
  4. Redid README.md with better markdown formatting

    Rebecca Hum committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    863a6e6 View commit details
    Browse the repository at this point in the history
  5. added readme.txt back

    Rebecca Hum committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    cdd7e0f View commit details
    Browse the repository at this point in the history
  6. remove quotes, stray =s and upgrade notice section

    Rebecca Hum committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    90e201c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. added check for false $term

    Rebecca Hum committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    bc5a46b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c066be2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. Move parenthesis to fix esc_html and sprintf

    Fixes warning: `Warning: sprintf(): Too few arguments in /path/wp-content/plugins/co-authors-plus/php/class-coauthors-guest-authors.php on line 487`
    
    Warning surfaces when deleting a guest author that is mapped to a WP user
    trepmal authored and Rebecca Hum committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    f6a82ca View commit details
    Browse the repository at this point in the history
  2. featured image to avatar

    Rebecca Hum committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    f2eba65 View commit details
    Browse the repository at this point in the history
  3. Removed avatar sizing

    Rebecca Hum committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    555cd72 View commit details
    Browse the repository at this point in the history
  4. remove duplicated linked author byline

    Rebecca Hum committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    0372cf0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28a62ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56f977d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bec8e03 View commit details
    Browse the repository at this point in the history
  8. fixed author archive title

    Rebecca Hum committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    8f8a0e7 View commit details
    Browse the repository at this point in the history
  9. revised comment

    Rebecca Hum committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    b60a7ef View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. Fix invalid CSS (Automattic#442)

    jordie23 authored and trepmal committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    0be3eca View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. fixed coauthors_link_single to work with guest authors

    Rebecca Hum committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    8a8424b View commit details
    Browse the repository at this point in the history
  2. added _blank target

    Rebecca Hum committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    9746d3d View commit details
    Browse the repository at this point in the history
  3. switched logic around

    Rebecca Hum committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    5abc3ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69e6402 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. added hooks for creating/deleting guest authors

    Rebecca Hum committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    b3fb700 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#446 from rebeccahum/added_guest-author_…

    …hooks
    
    Added guest author hooks for create/delete
    
    The hooks are useful in being able to manage caches that take into account guest authors.
    sboisvert authored Aug 11, 2017
    Configuration menu
    Copy the full SHA
    6f5627b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2592a8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Automattic#439 from rebeccahum/new_readme.MD

    New README.md
    Rebecca Hum authored Aug 11, 2017
    Configuration menu
    Copy the full SHA
    32c7f09 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

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

Commits on Aug 28, 2017

  1. Merge pull request Automattic#438 from rebeccahum/accurate_guest_post…

    …_count
    
    Accurate Guest Author post count on linked accounts
    sboisvert authored Aug 28, 2017
    Configuration menu
    Copy the full SHA
    2953a4c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. fix logic for doing_autosave check

    Linnea Wilhelm committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    2eeb8b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2017

  1. Move parenthesis to fix esc_html and sprintf

    Fixes warning: `Warning: sprintf(): Too few arguments in /path/wp-content/plugins/co-authors-plus/php/class-coauthors-guest-authors.php on line 487`
    
    Warning surfaces when deleting a guest author that is mapped to a WP user
    trepmal authored and Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    3da2471 View commit details
    Browse the repository at this point in the history
  2. featured image to avatar

    Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    c0341e7 View commit details
    Browse the repository at this point in the history
  3. Removed avatar sizing

    Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    84de506 View commit details
    Browse the repository at this point in the history
  4. remove duplicated linked author byline

    Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    c8b4a16 View commit details
    Browse the repository at this point in the history
  5. Redid README.md with better markdown formatting

    Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    39e7e5e View commit details
    Browse the repository at this point in the history
  6. added readme.txt back

    Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    457033d View commit details
    Browse the repository at this point in the history
  7. remove quotes, stray =s and upgrade notice section

    Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    51ac366 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b78650f View commit details
    Browse the repository at this point in the history
  9. Fix invalid CSS (Automattic#442)

    jordie23 authored and Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    0e25f15 View commit details
    Browse the repository at this point in the history
  10. added hooks for creating/deleting guest authors

    Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    ca4d450 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fb30e18 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6ca9945 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'refs/remotes/origin/user_login-spaces' …

    …into upstream/master
    Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    1c8b684 View commit details
    Browse the repository at this point in the history
  14. Fixes "Notice: Trying to get property of non-object" for users who ha…

    …ve user_login with spaces
    Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    4756ca8 View commit details
    Browse the repository at this point in the history
  15. Fixes issue of not being able to reassign posts to user with user_log…

    …in with spaces on deletion of a user
    Rebecca Hum committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    636397a View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Merge pull request Automattic#437 from rebeccahum/dedupe_coauthors_wp…

    …_list_authors
    
    remove duplicates from linked accounts on coauthors_wp_list_authors()
    philipjohn authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    53ca493 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#436 from rebeccahum/coauthors_wp_list_a…

    …uthors
    
    coauthors_wp_list_authors() has option to list only guest authors now
    philipjohn authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    461ed11 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Automattic#432 from rebeccahum/delete_guest_author

    Deleting guest authors is less confusing
    philipjohn authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    2206272 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Automattic#407 from haleeben/fix/no_authors_found_…

    …message
    
    Author search UX issues
    philipjohn authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    3fbad83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51f890f View commit details
    Browse the repository at this point in the history
  6. Merge pull request Automattic#414 from mdchiragpatel/fixed-120

    Remove associated guest user when mapped user id deleted.
    philipjohn authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    c848150 View commit details
    Browse the repository at this point in the history
  7. Merge pull request Automattic#453 from rebeccahum/user_login_spaces

    user_login spaces problem when using add_coauthors
    philipjohn authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    9e49399 View commit details
    Browse the repository at this point in the history
  8. Adding escaping

    rebeccahum committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    c4624ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f12e55 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Adding details of filter for slow performance

    - Use simple tax queries for CAP to improve performance
    - Detail of filter to add to theme
    - Adding CLI command to run
    pkevan authored Oct 20, 2017
    Configuration menu
    Copy the full SHA
    b1d8a37 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. Merge pull request Automattic#444 from rebeccahum/fix_coauthors_links…

    …_single
    
    Fix coauthors_links_single()
    philipjohn authored Oct 22, 2017
    Configuration menu
    Copy the full SHA
    6d4d250 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#456 from Automattic/fix/issue319

    Adding details of filter for slow performance
    philipjohn authored Oct 22, 2017
    Configuration menu
    Copy the full SHA
    ef47e04 View commit details
    Browse the repository at this point in the history
  3. Remove redundant test for 404 on Author Archive

    Since we made CAP consistent with core in it's handling of author archives where there are no posts (see Automattic#425) we no longer expect there to be a 404 response on the author archive for a guest author.
    philipjohn committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    03dd563 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Configuration menu
    Copy the full SHA
    918517d View commit details
    Browse the repository at this point in the history
  2. Fixed counting for guest author posts

    rebeccahum committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    1ae3db4 View commit details
    Browse the repository at this point in the history
  3. Users table will give accurate post count if linked guest author has …

    …post(s)
    rebeccahum committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    ec2209a View commit details
    Browse the repository at this point in the history
  4. No need to add $guest_count->count anymore now that the Users table d…

    …isplays the count properly
    rebeccahum committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    eddbc21 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Added one more validation

    rebeccahum committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    c8456e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Merge pull request Automattic#461 from rebeccahum/guest_author_count_…

    …table
    
    Guest Author Counts are more accurate
    sboisvert authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    dfc3951 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#450 from mslinnea/fix-autosave-logic

    Fixes logic for DOING_AUTOSAVE check
    sboisvert authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    28c6458 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Automattic#422 from rebeccahum/pages_quick_edit

    Pages archive now displays coauthors and quick edit works
    sboisvert authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    717609f View commit details
    Browse the repository at this point in the history
  4. Merge pull request Automattic#386 from trepmal/milestone/kl-375

    Fix private post viewing on front-end
    sboisvert authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    0c3d90a View commit details
    Browse the repository at this point in the history
  5. Merge pull request Automattic#431 from rebeccahum/wpcli_create-guest-…

    …author_progress
    
    Added progress to create-guest-authors so users have an idea of how long it will take
    rebeccahum authored Nov 13, 2017
    Configuration menu
    Copy the full SHA
    3c7cd54 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Configuration menu
    Copy the full SHA
    2070487 View commit details
    Browse the repository at this point in the history
  2. set $coauthors_loading

    rebeccahum committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    7617511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2bc1d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Configuration menu
    Copy the full SHA
    a1b3d43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fb9b33 View commit details
    Browse the repository at this point in the history
  3. [Automattic#279] Fix duplicate name display issue

     - When `coauthors_auto_apply_template_tags` is set to true, `coauthors_posts_links()` or `the_author_posts_link()` methods displays duplicate names if post has multiple authors.
    sanketio committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    4037ea0 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2017

  1. Configuration menu
    Copy the full SHA
    8f4f7c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bf7a9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc36104 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2017

  1. [Automattic#184] Started unit tests for template tags

    - Added unit tests for get_coauthors() & is_coauthor_for_post()
    sanketio committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    08b7b66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ece5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    892cd22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7fa2a4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79e9fc1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cde4e0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    238f082 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25679f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    991a65b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f42aa5a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1283ec View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    ae0071f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83412ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3654b25 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c4c23d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0057e72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5423d3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c90d7e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a05c8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a072306 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. [Automattic#388] Unit tests for current_user_can_set_authors() method

    - Also fixed warning "Trying to get property of non-object" if post_type is not set in "get_current_screen()" on https://github.com/Automattic/Co-Authors-Plus/blob/master/co-authors-plus.php#L1014
    sanketio committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    4bf67ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e203d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2aa752b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a104f77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c9675c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b73757 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    513d3e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    900daab View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Configuration menu
    Copy the full SHA
    ea55216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341b36c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b394d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c796f08 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2018

  1. Configuration menu
    Copy the full SHA
    ef1a6db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    417b6f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5a2144 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfd7436 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2018

  1. Configuration menu
    Copy the full SHA
    6393550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2375f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8863cc1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e75c528 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Update class-wp-cli.php

    megfh authored Jan 5, 2018
    Configuration menu
    Copy the full SHA
    2902cdb View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Merge pull request Automattic#480 from megfh/patch-1

    Update class-wp-cli.php
    rebeccahum authored Jan 15, 2018
    Configuration menu
    Copy the full SHA
    7cfba09 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    9806b14 View commit details
    Browse the repository at this point in the history
  2. [Automattic#279] Code cleanup

    - Convert duplicate conditions into variables and use those variables.
    sanketio committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    c8539e6 View commit details
    Browse the repository at this point in the history
  3. [Automattic#388] Modify where condition when WordPress generates `pos…

    …t_author IN (id)` in query
    sanketio committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    fd08f52 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Merge pull request Automattic#473 from sanketio/fix/198

    Fix the issue where guest authors with non-ASCII characters can't be used as co-authors
    philipjohn authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    85a7b50 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

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

Commits on Feb 2, 2018

  1. Changes to resolve issue Automattic#332 about missing coauthor meta i…

    …n get_the_coauthor_meta function
    nmeh20 committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    156c719 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Changes to resolve issue Automattic#332. Updated funtion resolve erro…

    …r generated while fetching 'type' field.
    nmeh20 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    57851b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2018

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

Commits on Mar 2, 2018

  1. Configuration menu
    Copy the full SHA
    6aa05fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#482 from sanketio/fix/458

    Update .travis.yml file for PHPUnit tests
    philipjohn authored Mar 2, 2018
    Configuration menu
    Copy the full SHA
    f6a3991 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Automattic#476 from sanketio/fix/388

    Review and improve test coverage
    philipjohn authored Mar 2, 2018
    Configuration menu
    Copy the full SHA
    969d059 View commit details
    Browse the repository at this point in the history
  4. Merge pull request Automattic#475 from sanketio/fix/184

    Unit tests/Fix warnings for template tags
    philipjohn authored Mar 2, 2018
    Configuration menu
    Copy the full SHA
    3760cb1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request Automattic#457 from Automattic/fix/author_404_test

    Remove redundant test for 404 on Author Archive
    philipjohn authored Mar 2, 2018
    Configuration menu
    Copy the full SHA
    bbd2e06 View commit details
    Browse the repository at this point in the history
  6. Updating function to allow fetching meta data based on user_id to sup…

    …port the_coauthor_meta function
    nmeh20 committed Mar 2, 2018
    Configuration menu
    Copy the full SHA
    539db91 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

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

Commits on Mar 14, 2018

  1. Merge branch 'master' into fix/279

    # Conflicts:
    #	tests/test-template-tags.php
    sanketio committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    bf3aac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61be196 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

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

Commits on Apr 7, 2018

  1. Merge pull request Automattic#474 from sanketio/fix/279

    Fix the issue where incompatibility when `coauthors_auto_apply_template_tags` set to true
    philipjohn authored Apr 7, 2018
    Configuration menu
    Copy the full SHA
    55259dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da40f56 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Automattic#484 from nilzari/master

    Changes to resolve issue Automattic#332 about missing coauthor meta
    philipjohn authored Apr 7, 2018
    Configuration menu
    Copy the full SHA
    17aebd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    492aee6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Fix failing test cases

    sanketio committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    cdb725c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Merge pull request Automattic#500 from sanketio/fix/499

    Fix failing test cases for coauthors functions
    philipjohn authored Apr 10, 2018
    Configuration menu
    Copy the full SHA
    a34519e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release/3.3'

    philipjohn committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    a9bbf98 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. Unexpected output of template tag 'coauthors_links' is resolved by up…

    …dating conditions
    
    The template tag was outputting usernames of guest authors when they do not have a website set in their profile. It will now output guest authors display names as expected.
    binodkalathil committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    2755efc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Corrected PHPUnit test cases to work with the udpated code

    A couple of test cases were failing as the return value of a function has changed as per the modifications done for fixing the issue(Issue Automattic#469)
    binodkalathil committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    889f422 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

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

Commits on Apr 17, 2018

  1. Merge branch 'master' into issues/469-function-return-author-login-na…

    …me-instead-of-display-name
    binodkalathil committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    0cd0f2f View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#504 from binodkalathil/issues/469-funct…

    …ion-return-author-login-name-instead-of-display-name
    
    Unexpected output of template tag 'coauthors_links' is resolved by updating conditions
    sboisvert authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    432d6b0 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Revert "Merge pull request Automattic#438 from rebeccahum/accurate_gu…

    …est_post_count"
    
    This reverts commit 2953a4c, reversing
    changes made to 32c7f09.
    rebeccahum committed May 22, 2018
    Configuration menu
    Copy the full SHA
    869e060 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Configuration menu
    Copy the full SHA
    fcc1d50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9161eb2 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

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

Commits on May 28, 2018

  1. Configuration menu
    Copy the full SHA
    65da6c4 View commit details
    Browse the repository at this point in the history
  2. formatting adjustments

    blunce24 committed May 28, 2018
    Configuration menu
    Copy the full SHA
    2f9c4a1 View commit details
    Browse the repository at this point in the history
  3. formatting updates

    blunce24 committed May 28, 2018
    Configuration menu
    Copy the full SHA
    0fd0734 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a29b9bd View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. Configuration menu
    Copy the full SHA
    4497edd View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#516 from blunce24/i18n-author-archive

    Added i18n support and corrected author display name for author archive: addressing issue Automattic#515
    rebeccahum authored May 29, 2018
    Configuration menu
    Copy the full SHA
    786b478 View commit details
    Browse the repository at this point in the history
  3. fixed tab issue

    blunce24 committed May 29, 2018
    Configuration menu
    Copy the full SHA
    dece50b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d585bf View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. Merge pull request Automattic#517 from blunce24/current-user-no-terms…

    …-warning
    
    check for coauthor terms before using them in query: addressing issue Automattic#511
    sboisvert authored May 30, 2018
    Configuration menu
    Copy the full SHA
    f82f9fa View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#519 from TheCrowned/fix/513-author-sear…

    …ch-argument
    
    Replacing search_fields with search_columns in get_users()
    philipjohn authored May 30, 2018
    Configuration menu
    Copy the full SHA
    cfa8aa9 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Paul Schreiber committed May 30, 2018
    Configuration menu
    Copy the full SHA
    c4c3f9b View commit details
    Browse the repository at this point in the history
  4. Add isset() checkes to post registration

    Paul Schreiber committed May 30, 2018
    Configuration menu
    Copy the full SHA
    39da33c View commit details
    Browse the repository at this point in the history
  5. remove trailing whitespace

    Paul Schreiber committed May 30, 2018
    Configuration menu
    Copy the full SHA
    290b18e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Configuration menu
    Copy the full SHA
    a8ad969 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#521 from paulschreiber/fix/warnings

    Adds isset() checks to post type registration
    mdbitz authored May 31, 2018
    Configuration menu
    Copy the full SHA
    98d6dbd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Fix test_coauthors_links_single_when_guets_author(), which was wrongl…

    …y passing.
    
    The test passed because was updating a postmeta instead of the user record in wp_users, thus subsequent assertions all passed simply because no real edit had been done.
    When making the edit for real, the test would fail in several places, so tweaks were needed to fix its behavior.
    TheCrowned committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    70a5646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7f573a View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Configuration menu
    Copy the full SHA
    c5c9d43 View commit details
    Browse the repository at this point in the history
  2. Fix possible discrepancy in author search due to mismatched use of us…

    …er_login and user_nicename.
    TheCrowned committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    14c2521 View commit details
    Browse the repository at this point in the history
  3. Merge pull request Automattic#529 from TheCrowned/fix/505-test-wrong-…

    …meta-key
    
    Test test_coauthors_links_singe_guests_authors wrongly passing
    sboisvert authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    e5967da View commit details
    Browse the repository at this point in the history
  4. Merge pull request Automattic#523 from TheCrowned/fix/122-faq-disable…

    …-guest-author
    
    Added FAQ to readme on how to disable Guest Authors
    sboisvert authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    4602090 View commit details
    Browse the repository at this point in the history
  5. Only filter author template for title

    Repro steps:
    - in `archive.php`, use `the_archive_title()` method
    - load a category archive page
    
    Expected results:
    "Category: category_name"
    
    Actual results:
    null
    
    Notes:
    The `filter_author_archive_title()` function is hooked to the `get_the_archive_title` filter, which can run in other archive templates such as `category` or `tag`. When run in such a template, the function does not return the `$title` parameter, resulting in `null`.
    jacobarriola authored Jun 5, 2018
    Configuration menu
    Copy the full SHA
    5684a26 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Merge pull request Automattic#531 from TheCrowned/fix/530-remove-acti…

    …on_pre_user_query
    
    Removed function action_pre_user_query and its hooks
    sboisvert authored Jun 6, 2018
    Configuration menu
    Copy the full SHA
    c3a4e65 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2018

  1. Removed whole setUp function, which contained the two filters that ma…

    …de WP queries non-TEMPORARY
    TheCrowned committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    8b5ad37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c623dc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/Automattic/Co-Authors-Plus

    …into fix/489-skip-filtering-for-irrelevant-caps
    TheCrowned committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    1ad6e50 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Allow guest authors have personal data exported (Automattic#528)

    * [Style] Identation changed to tab
    
    * [Feat] Added personal data exporter to guest authors
    
    * [Feat] Added a filter to allow third part plugins add guest author data
    
    * [Style] WPCS fixes
    
    * [Fix] Filter name changed
    
    * [Style] WPCS fixes
    
    * [Fix] Filter name changed
    mariovalney authored and mjangda committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    2026d4c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

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

Commits on Jun 15, 2018

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

Commits on Jun 18, 2018

  1. Improved inline doc

    TheCrowned committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    08902e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#546 from TheCrowned/fix/538-re-enable-t…

    …ests
    
    Re-enable disabled Test_Author_Queries tests
    sboisvert authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    d63ab9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a0efa View commit details
    Browse the repository at this point in the history
  4. Merge pull request Automattic#547 from pdemarte/post-type-pages-fix

    Add post type parameter to the Mine link, so it works for Pages
    rebeccahum authored Jun 18, 2018
    Configuration menu
    Copy the full SHA
    b0c2871 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Configuration menu
    Copy the full SHA
    ab422f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#535 from jacobarriola/patch-1

    🐛Only filter author template for title
    rebeccahum authored Jun 25, 2018
    3 Configuration menu
    Copy the full SHA
    7f3651a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Merge pull request Automattic#532 from TheCrowned/fix/273-search-disc…

    …repancy
    
    Fix possible discrepancy in author search with ignored authors
    rebeccahum authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    773a368 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#543 from TheCrowned/fix/489-skip-filter…

    …ing-for-irrelevant-caps
    
    Skip irrelevant capabilities filtering in filter_user_has_cap() with whitelist
    rebeccahum authored Jun 27, 2018
    Configuration menu
    Copy the full SHA
    604b3f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

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

Commits on Jul 10, 2018

  1. Merge pull request Automattic#540 from TheCrowned/fix/526-non-tempora…

    …ry-queries-on-multisite-test
    
    Removed Test_Author_Queried_Object setUp function
    mdbitz authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    5962064 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#558 from TheCrowned/fix/554-user-login-…

    …linked-account
    
    column_posts() should use user_login when querying for linked_account
    mdbitz authored Jul 10, 2018
    Configuration menu
    Copy the full SHA
    1bb6378 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Configuration menu
    Copy the full SHA
    ecf8699 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Automattic#567 from TheCrowned/fix/561-wrong-post-…

    …count-guest-authors
    
    Fixing double posts counts for users with linked accounts
    sboisvert authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    68de11d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

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

Commits on Jul 25, 2018

  1. Merge pull request Automattic#569 from TheCrowned/fix/568-failing-test

    $ignored_authors in search should use user_nicename, not login.
    rebeccahum authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    1dd63e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Add wp-cli command to delete guest authors, with option to reassign t…

    …heir posts.
    
    Currently, there is no way to delete guest authors from the command line. This command fills that need.
    
    It is activated using `delete-guest-authors`, and passing in the path to a CSV file containing a list of two columns: the ID to delete, and the login to assign the posts to (or "false" to not reassign).
    
    The command runs dry by default, showing the end user the guest authors it would have attempted to delete, and the user login it would have attempted to transfer the posts to.
    
    Passing --no-dry-run, and confirming that you really do want to delete guest authors, actively modifies the database.
    smistephen committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    2d3339a View commit details
    Browse the repository at this point in the history
  2. Add additional log output.

    This commit adds additional information on success and failure, telling the end user not only the ID of the guest author that was deleted, but also (if applicable) the login their posts were assigned to.
    smistephen committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    917593a View commit details
    Browse the repository at this point in the history
  3. Add more information to dry run output.

    This commit utilizes the CAP API during dry runs to pull out information about the guest authors about to be deleted, to make sure they're the right ones.
    smistephen committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    e3e9155 View commit details
    Browse the repository at this point in the history
  4. Add more information to command output.

    This commit utilizes the CAP API to pull out information about the guest authors about to be deleted, to make sure they're the right ones.
    smistephen committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    9604de2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78ce17c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. regenerate pot file

    Allow for remapping to user named "false".
    
    The CAP delete function takes, as its second parameter, either a string containing the login of the user you wish to reassign the deleted guest author's posts to, or a boolean false stating that you do wish to reassign.
    
    But what if you want to reassign to a user named false? Before that was not possible.
    
    Now, the code specifically looks for if the instance has a user named false, and if so, allows it to be reassigned to. If not, it assumes the boolean was intended.
    smistephen committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    1994de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1c4e08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a44b5c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36bc3f6 View commit details
    Browse the repository at this point in the history