-
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
Added enhancement to create user instantly if not exists. #413
base: develop
Are you sure you want to change the base?
Commits on May 12, 2016
-
Philip John committed
May 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 461e0ca - Browse repository at this point
Copy the full SHA 461e0caView commit details -
Philip John committed
May 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 581f21b - Browse repository at this point
Copy the full SHA 581f21bView commit details
Commits on May 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8b98ad0 - Browse repository at this point
Copy the full SHA 8b98ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f58e2 - Browse repository at this point
Copy the full SHA 69f58e2View commit details
Commits on May 17, 2016
-
Better formatting for metabox_manage_guest_author_bio(), use printf i…
…nstead of concatenating and echoing strings.
Configuration menu - View commit details
-
Copy full SHA for 2742fcb - Browse repository at this point
Copy the full SHA 2742fcbView commit details
Commits on Jun 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1ca3ab7 - Browse repository at this point
Copy the full SHA 1ca3ab7View commit details -
Merge pull request Automattic#363 from RobjS/fix-comment-notification…
…-emails Send moderation email even if guest author has no email address
Configuration menu - View commit details
-
Copy full SHA for ebb9de5 - Browse repository at this point
Copy the full SHA ebb9de5View commit details -
Merge pull request Automattic#358 from rinatkhaziev/master
Better formatting for metabox_manage_guest_author_bio()
Configuration menu - View commit details
-
Copy full SHA for 5db7d5f - Browse repository at this point
Copy the full SHA 5db7d5fView commit details
Commits on Jul 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e0b8abc - Browse repository at this point
Copy the full SHA e0b8abcView commit details
Commits on Jul 20, 2016
-
Merge pull request Automattic#367 from jasonbahl/patch-1
Update CLI to use cached functions
Configuration menu - View commit details
-
Copy full SHA for af1caec - Browse repository at this point
Copy the full SHA af1caecView commit details
Commits on Sep 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a1b3375 - Browse repository at this point
Copy the full SHA a1b3375View commit details -
Move setup / teardown from base class to test
Not really being used in other tests
Configuration menu - View commit details
-
Copy full SHA for ba486a0 - Browse repository at this point
Copy the full SHA ba486a0View commit details -
We can use these to verify that our author query mods work
Configuration menu - View commit details
-
Copy full SHA for ba23fb5 - Browse repository at this point
Copy the full SHA ba23fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7209e1 - Browse repository at this point
Copy the full SHA a7209e1View commit details
Commits on Sep 2, 2016
-
Call
add_coauthors
for WP_Query testsAnd add an additional test for post_author + tax query
Configuration menu - View commit details
-
Copy full SHA for 9228687 - Browse repository at this point
Copy the full SHA 9228687View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b84e7 - Browse repository at this point
Copy the full SHA 54b84e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c438333 - Browse repository at this point
Copy the full SHA c438333View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 786777a - Browse repository at this point
Copy the full SHA 786777aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b6d95f - Browse repository at this point
Copy the full SHA 9b6d95fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d7893 - Browse repository at this point
Copy the full SHA c8d7893View commit details
Commits on Nov 10, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for e1bda76 - Browse repository at this point
Copy the full SHA e1bda76View commit details -
wp_kses() doesn't print, only returns, so make sure we echo it.
Configuration menu - View commit details
-
Copy full SHA for 7372bde - Browse repository at this point
Copy the full SHA 7372bdeView commit details
Commits on Nov 11, 2016
-
Merge pull request Automattic#382 from trepmal/milestone/kl-373
Make sure to echo wp_kses()
Configuration menu - View commit details
-
Copy full SHA for 5f7c779 - Browse repository at this point
Copy the full SHA 5f7c779View commit details
Commits on Nov 16, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 26941de - Browse repository at this point
Copy the full SHA 26941deView commit details
Commits on Nov 20, 2016
-
Philip John committed
Nov 20, 2016 Configuration menu - View commit details
-
Copy full SHA for efc193f - Browse repository at this point
Copy the full SHA efc193fView commit details -
Run PHPCS on WP 4.6 with PHP 5.6
Philip John committedNov 20, 2016 Configuration menu - View commit details
-
Copy full SHA for c835d7f - Browse repository at this point
Copy the full SHA c835d7fView commit details -
Add the sniff and also check for PHP syntax errors
Philip John committedNov 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 0f7ae5d - Browse repository at this point
Copy the full SHA 0f7ae5dView commit details -
Merge pull request Automattic#385 from Automattic/phpcs-ci
Setting up PHPCS checks with Travis
Configuration menu - View commit details
-
Copy full SHA for 52a08f4 - Browse repository at this point
Copy the full SHA 52a08f4View commit details
Commits on Nov 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d4a2cb6 - Browse repository at this point
Copy the full SHA d4a2cb6View commit details -
Merge pull request Automattic#387 from trepmal/milestone/kl-371
Let guest authors query args (admin-side) be filtered
Configuration menu - View commit details
-
Copy full SHA for 309ff4d - Browse repository at this point
Copy the full SHA 309ff4dView commit details
Commits on Nov 28, 2016
-
Merge pull request Automattic#381 from trepmal/milestone/kl
Join term_relationships with alias
Configuration menu - View commit details
-
Copy full SHA for 6dbcd3c - Browse repository at this point
Copy the full SHA 6dbcd3cView commit details
Commits on Dec 9, 2016
-
Philip John committed
Dec 9, 2016 Configuration menu - View commit details
-
Copy full SHA for a16a135 - Browse repository at this point
Copy the full SHA a16a135View commit details
Commits on Dec 10, 2016
-
get the coauthors by term_order
Linnea Wilhelm committedDec 10, 2016 Configuration menu - View commit details
-
Copy full SHA for bd3d8b5 - Browse repository at this point
Copy the full SHA bd3d8b5View commit details -
Linnea Wilhelm committed
Dec 10, 2016 Configuration menu - View commit details
-
Copy full SHA for fb28394 - Browse repository at this point
Copy the full SHA fb28394View commit details -
Linnea Wilhelm committed
Dec 10, 2016 Configuration menu - View commit details
-
Copy full SHA for c9af2d7 - Browse repository at this point
Copy the full SHA c9af2d7View commit details
Commits on Mar 11, 2017
-
Merge pull request Automattic#391 from mslinnea/fix-coauthor-ordering…
…-bug Bug Fix: Co-Author Order Not Retained in WordPress 4.7
Configuration menu - View commit details
-
Copy full SHA for 52da0aa - Browse repository at this point
Copy the full SHA 52da0aaView commit details -
Add missing group parameter to wp_cache_delete() call. See Automattic…
…#391.#
Philip John committedMar 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 1bcb21e - Browse repository at this point
Copy the full SHA 1bcb21eView commit details -
Sync helper updates from wpcom
Philip John committedMar 11, 2017 Configuration menu - View commit details
-
Copy full SHA for bd13386 - Browse repository at this point
Copy the full SHA bd13386View commit details -
Full changeset for this release: Automattic/Co-Authors-Plus@69f58e2...bd13386
Philip John committedMar 11, 2017 Configuration menu - View commit details
-
Copy full SHA for 8cd994d - Browse repository at this point
Copy the full SHA 8cd994dView commit details
Commits on Mar 20, 2017
-
Introduce helper function for grabbing cached list of coauthor terms.
Philip John committedMar 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 2086458 - Browse repository at this point
Copy the full SHA 2086458View commit details -
Use the new helper function for grabbing cached co-author terms lists.
Philip John committedMar 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 4aea6b1 - Browse repository at this point
Copy the full SHA 4aea6b1View commit details -
Explicitly check for a non-empty array and tidy up the code a little.
Philip John committedMar 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 0a640ad - Browse repository at this point
Copy the full SHA 0a640adView commit details -
Philip John committed
Mar 20, 2017 Configuration menu - View commit details
-
Copy full SHA for 8101750 - Browse repository at this point
Copy the full SHA 8101750View commit details -
Bust the coauthors terms order cache when the objects terms are updat…
…ed too.
Philip John committedMar 20, 2017 Configuration menu - View commit details
-
Copy full SHA for d5305b5 - Browse repository at this point
Copy the full SHA d5305b5View commit details
Commits on Mar 21, 2017
-
Cache empty arrays when wp_get_object_terms() returns a WP_Error
Philip John committedMar 21, 2017 Configuration menu - View commit details
-
Copy full SHA for d58d3ae - Browse repository at this point
Copy the full SHA d58d3aeView commit details -
Move cap_get_coauthor_terms_for_post() logic into the CoAuthors_Plus …
…class and make the helper dumb
Philip John committedMar 21, 2017 Configuration menu - View commit details
-
Copy full SHA for b1fe8c2 - Browse repository at this point
Copy the full SHA b1fe8c2View commit details
Commits on Mar 23, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 934a261 - Browse repository at this point
Copy the full SHA 934a261View commit details
Commits on Mar 28, 2017
-
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).
Configuration menu - View commit details
-
Copy full SHA for fe48900 - Browse repository at this point
Copy the full SHA fe48900View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3248dfc - Browse repository at this point
Copy the full SHA 3248dfcView commit details -
Update Travis environment matrix
No need to test PHP nightly for now; 7 + 7.1 are good for now. Drop WordPress 4.5.
Configuration menu - View commit details
-
Copy full SHA for f53d8f7 - Browse repository at this point
Copy the full SHA f53d8f7View commit details
Commits on Apr 3, 2017
-
Merge pull request Automattic#406 from Automattic/fix/get_the_terms-o…
…rdering More term ordering fixes
Configuration menu - View commit details
-
Copy full SHA for ed38119 - Browse repository at this point
Copy the full SHA ed38119View commit details -
Merge pull request Automattic#404 from Automattic/release/3.2.2
Prepare v3.2.2 release
Configuration menu - View commit details
-
Copy full SHA for 82444c3 - Browse repository at this point
Copy the full SHA 82444c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525f211 - Browse repository at this point
Copy the full SHA 525f211View commit details
Commits on May 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 0f8d435 - Browse repository at this point
Copy the full SHA 0f8d435View commit details