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

More term ordering fixes #406

Merged
merged 11 commits into from
Apr 3, 2017
Merged

More term ordering fixes #406

merged 11 commits into from
Apr 3, 2017

Commits on Mar 20, 2017

  1. Configuration menu
    Copy the full SHA
    2086458 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4aea6b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a640ad View commit details
    Browse the repository at this point in the history
  4. Must. Remember. Semicolons.

    Philip John committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    8101750 View commit details
    Browse the repository at this point in the history
  5. Bust the coauthors terms order cache when the objects terms are updat…

    …ed too.
    Philip John committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    d5305b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    d58d3ae View commit details
    Browse the repository at this point in the history
  2. Move cap_get_coauthor_terms_for_post() logic into the CoAuthors_Plus …

    …class and make the helper dumb
    Philip John committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    b1fe8c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. 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.
    trepmal committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    934a261 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2017

  1. 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).
    mjangda committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    fe48900 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3248dfc View commit details
    Browse the repository at this point in the history
  3. Update Travis environment matrix

    No need to test PHP nightly for now; 7 + 7.1 are good for now. Drop
    WordPress 4.5.
    mjangda committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    f53d8f7 View commit details
    Browse the repository at this point in the history