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

Backport: Block template utils and rest templates controller #3221

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    e690417 View commit details
    Browse the repository at this point in the history
  2. add icon to types controller

    ntsekouras authored and hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    a416a0a View commit details
    Browse the repository at this point in the history
  3. update tests

    ntsekouras authored and hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f1958f4 View commit details
    Browse the repository at this point in the history
  4. add tests for is_wp_suggestion

    ntsekouras authored and hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0ae99e1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09ec609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bf24b4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adb4dca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4a2bb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c63eb7d View commit details
    Browse the repository at this point in the history
  10. update tests

    ntsekouras authored and hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    06c0082 View commit details
    Browse the repository at this point in the history
  11. Update src/wp-includes/rest-api/endpoints/class-wp-rest-templates-con…

    …troller.php
    
    Co-authored-by: Jonny Harris <spacedmonkey@users.noreply.github.com>
    2 people authored and hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    942ef32 View commit details
    Browse the repository at this point in the history
  12. address feedback

    ntsekouras authored and hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    2bdd393 View commit details
    Browse the repository at this point in the history
  13. feedback

    ntsekouras authored and hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    2dcfe25 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d0c2010 View commit details
    Browse the repository at this point in the history
  15. remove duplicate required

    ntsekouras authored and hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    33a4eba View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4ef9146 View commit details
    Browse the repository at this point in the history
  17. Test updates get_template_hierarchy().

    * Moved tests to its own test file.
    * Moved individual assertions to a data provider.
    hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    5deea6b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5ba2daf View commit details
    Browse the repository at this point in the history
  19. Reapply changeset 54184.

    After rebasing on top of trunk, the PR reverted some
    of the changes in wp-includes/block-template-utils.php
    that were added in changest 54184.
    
    This commit reapplies the code from that changeset.
    
    It also cleans up in one test.
    hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    0d2d57c View commit details
    Browse the repository at this point in the history
  20. Improve DocBlock.

    hellofromtonya committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    4b32c15 View commit details
    Browse the repository at this point in the history