-
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
More term ordering fixes #406
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