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

Block Hooks API: Create helper function for creating WP_Block_Template object for $context #6278

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    3034818 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7feddde View commit details
    Browse the repository at this point in the history
  3. Coding Standards

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5c99e4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d9d585 View commit details
    Browse the repository at this point in the history
  5. Map incoming data to build object

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1bfb892 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd92831 View commit details
    Browse the repository at this point in the history
  7. Coding standards

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fc4b1cf View commit details
    Browse the repository at this point in the history
  8. Fix test

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b00199a View commit details
    Browse the repository at this point in the history
  9. Add some more coverage

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3cda15c View commit details
    Browse the repository at this point in the history
  10. Remove commented-out line

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4800ae5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b906ae1 View commit details
    Browse the repository at this point in the history
  12. Rearrange comment

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9742450 View commit details
    Browse the repository at this point in the history
  13. Include author

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ee06af0 View commit details
    Browse the repository at this point in the history
  14. Rewrite assertion

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ba39f47 View commit details
    Browse the repository at this point in the history
  15. Add TODO comment

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9e8f963 View commit details
    Browse the repository at this point in the history
  16. Make sure template exists

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    33ebc94 View commit details
    Browse the repository at this point in the history
  17. Cover origin

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    95dc554 View commit details
    Browse the repository at this point in the history
  18. Test post type

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fc78209 View commit details
    Browse the repository at this point in the history
  19. Cover post name

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    218e33d View commit details
    Browse the repository at this point in the history
  20. Cover theme and ID

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0b9bc72 View commit details
    Browse the repository at this point in the history
  21. Remove whitespace

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b0591af View commit details
    Browse the repository at this point in the history
  22. Rephrase comment

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    67e1c47 View commit details
    Browse the repository at this point in the history
  23. Whitespace, my raison d'etre

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    945670a View commit details
    Browse the repository at this point in the history
  24. Madness

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    dee0a86 View commit details
    Browse the repository at this point in the history
  25. Rewrite a bit

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    045ebee View commit details
    Browse the repository at this point in the history
  26. Add ticket number to test

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d70d1fe View commit details
    Browse the repository at this point in the history
  27. Get test to pass

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d25f35a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6a76a07 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a757995 View commit details
    Browse the repository at this point in the history
  30. Rename argument to changes

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    79f715f View commit details
    Browse the repository at this point in the history
  31. Remove temp var

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3318e86 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    817be39 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    494de75 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    8720bc9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    1cae0ca View commit details
    Browse the repository at this point in the history
  36. Question above post_name

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1cdb1cd View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    48c7fec View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ec5c8fb View commit details
    Browse the repository at this point in the history
  39. Add post to template mapping

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7ee78fa View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    377da4c View commit details
    Browse the repository at this point in the history
  41. Update safety checks

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6462922 View commit details
    Browse the repository at this point in the history
  42. Update condition

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7812ce7 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    1cda30a View commit details
    Browse the repository at this point in the history
  44. Alignment

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    36c3597 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    7fc1800 View commit details
    Browse the repository at this point in the history
  46. Whitespace

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    631ff10 View commit details
    Browse the repository at this point in the history
  47. Still whitespace

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    dd74e43 View commit details
    Browse the repository at this point in the history
  48. Build template ID from values

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0d35323 View commit details
    Browse the repository at this point in the history
  49. Guard against class properties

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    95d679b View commit details
    Browse the repository at this point in the history
  50. Whitespace

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6490f66 View commit details
    Browse the repository at this point in the history
  51. Whitespace

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bf05a79 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c974de8 View commit details
    Browse the repository at this point in the history
  53. Remove from derived values

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9274b8d View commit details
    Browse the repository at this point in the history
  54. Tabs to spaces

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b59b2d8 View commit details
    Browse the repository at this point in the history
  55. Remove space

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7e60e5a View commit details
    Browse the repository at this point in the history
  56. Comment

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fb03812 View commit details
    Browse the repository at this point in the history
  57. Add ID to additional fields

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    efe5dbe View commit details
    Browse the repository at this point in the history
  58. Tabs to space

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    535b1f3 View commit details
    Browse the repository at this point in the history
  59. Make more explicit

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    db647c1 View commit details
    Browse the repository at this point in the history
  60. Even closer to original

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c0807cc View commit details
    Browse the repository at this point in the history
  61. Remove now-obsolete PHPDoc

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a22a6c4 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    2faaab7 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    1f4a05e View commit details
    Browse the repository at this point in the history
  64. Revert "Remove unnecessary get_post call."

    This reverts commit efb250a.
    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6612330 View commit details
    Browse the repository at this point in the history
  65. Whitespace

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b38be2c View commit details
    Browse the repository at this point in the history
  66. Taxonomy is called wp_theme

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f3d3e51 View commit details
    Browse the repository at this point in the history
  67. Base terms on tax_input

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    35b3b5e View commit details
    Browse the repository at this point in the history
  68. Rename terms to type_terms

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    13bf527 View commit details
    Browse the repository at this point in the history
  69. Rearrange logic a bit

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f70aa76 View commit details
    Browse the repository at this point in the history
  70. Whitespace

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fac17bb View commit details
    Browse the repository at this point in the history
  71. Some more streamlining

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6c969e9 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    a0be4c4 View commit details
    Browse the repository at this point in the history
  73. Move meta below terms

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    86e8f3c View commit details
    Browse the repository at this point in the history
  74. Add missing properties to

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fd736a5 View commit details
    Browse the repository at this point in the history
  75. Return if error

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3d6b2fe View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    d0a00d2 View commit details
    Browse the repository at this point in the history
  77. Provide terms fallback

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c2ebc06 View commit details
    Browse the repository at this point in the history
  78. Provide meta fallback

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4f9759d View commit details
    Browse the repository at this point in the history
  79. Correctly set area

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a12bca6 View commit details
    Browse the repository at this point in the history
  80. Update function return value doc

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    605f1c8 View commit details
    Browse the repository at this point in the history
  81. Inidividual assertions

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    19f553b View commit details
    Browse the repository at this point in the history
  82. Set ID on in test

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6f5148d View commit details
    Browse the repository at this point in the history
  83. Coding standards

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0925386 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    619e3d3 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    4329b14 View commit details
    Browse the repository at this point in the history
  86. Change filter args

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c28a0fd View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    f063167 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    827dc59 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    6e3829d View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    fe00325 View commit details
    Browse the repository at this point in the history
  91. Whitespace

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0e4dae0 View commit details
    Browse the repository at this point in the history
  92. Remove wp_ infix

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    eef7df8 View commit details
    Browse the repository at this point in the history
  93. Fix PHPDoc

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4459f05 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    383a903 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    9c07f47 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    52ea662 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    8270b57 View commit details
    Browse the repository at this point in the history
  98. Move tests to separate file

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bc2c5ef View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    86fbd45 View commit details
    Browse the repository at this point in the history
  100. Rename some tests

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    afaed48 View commit details
    Browse the repository at this point in the history
  101. Add check for origin field

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    15e9a59 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    ad89464 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    1affcf6 View commit details
    Browse the repository at this point in the history
  104. Change order of tests

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5b00591 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    ef3f0b0 View commit details
    Browse the repository at this point in the history
  106. Bump since to 6.5.1

    ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    df3483d View commit details
    Browse the repository at this point in the history
  107. Update src/wp-includes/block-template-utils.php

    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    2 people authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    02e7d7c View commit details
    Browse the repository at this point in the history
  108. PHP Tests update array assignments

    tjcafferkey authored and ockham committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    11b38f6 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    e8fe56d View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    afd10e7 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    f0d1818 View commit details
    Browse the repository at this point in the history