-
Notifications
You must be signed in to change notification settings - Fork 206
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
VIP: Enable co-authors plus filter that disabled the querying by post_author on VIP Go #653
base: develop
Are you sure you want to change the base?
Conversation
…into upstream/master
…ve user_login with spaces
…in with spaces on deletion of a user
…_list_authors remove duplicates from linked accounts on coauthors_wp_list_authors()
…uthors coauthors_wp_list_authors() has option to list only guest authors now
Deleting guest authors is less confusing
…message Author search UX issues
Filter author archive
Remove associated guest user when mapped user id deleted.
user_login spaces problem when using add_coauthors
- Use simple tax queries for CAP to improve performance - Detail of filter to add to theme - Adding CLI command to run
…_single Fix coauthors_links_single()
Adding details of filter for slow performance
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.
…isplays the count properly
…table Guest Author Counts are more accurate
This is a pretty big hack :) It would be better to remove the inputs completely rather than hiding them (via javascript or hooking directly into Gutenberg) but this is a good start.
…mpat Use CSS to hide the Block Editor's Author label + select
Revert "BUGFIX regular expression in posts_where_filter()"
SQL Error from Regex in WHERE Clause
This is a pretty big hack :) It would be better to remove the inputs completely rather than hiding them (via javascript or hooking directly into Gutenberg) but this is a good start.
Merge 3.3.1 release for Gutenberg compatibility to master
fix issue 452
…l-filter-get_coauthors-1 # Conflicts: # template-tags.php
…_coauthors-1 Add filter to get_coauthors
…_author on VIP Go This speeds up the SQL query. This filter has been enabled on WordPress.com VIP. This filter is active on WordPress.com VIP but not on VIP Go.
@shantanu2704 Is this still needed for VIP? |
I don't know, @GaryJones :( |
Adding to a future milestone to investigate later on. @shantanu2704 Do you fancy checking to see if the query by post_author is coming up as slow / needed any more? |
This speeds up the SQL query. This filter has been enabled on WordPress.com VIP. This filter is active on WordPress.com VIP but not on VIP Go.
We'd need to run the backfill CLI before this can be merged in.