mirrored from git://develop.git.wordpress.org/
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
WordPress 6.0 backports amendments for PR 2488 #2567
Closed
Closed
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
d453c19
Backports from lib/compat/wordpress-6.0/block-patterns-update.php
hellofromtonya 3163816
Backports from lib/compat/wordpress-6.0/blocks.php.
hellofromtonya e51fd0c
Backporting latest changes from https://github.com/WordPress/gutenber…
hellofromtonya b081331
Backport lib/compat/wordpress-6.0/block-patterns.php.
hellofromtonya cde5c14
Backports /lib/compat/wordpress-6.0/class-gutenberg-rest-pattern-dire…
hellofromtonya fef0000
Backport lib/compat/wordpress-6.0/class-wp-rest-block-patterns-contro…
hellofromtonya c658eb8
/lib/compat/wordpress-6.0/class-wp-rest-block-pattern-categories-cont…
hellofromtonya e22f662
Backports new test classes.
hellofromtonya ceedc0a
Load files, use stable namespace, register routes, girl scouting.
ironprogrammer a3d71fb
Fix instance property reflection error in tests.
hellofromtonya a7d1560
Fix phpcs whitespace at end of line.
hellofromtonya d7b77aa
Fixes expected query results of Tests_Blocks_wpBlock::test_build_quer…
hellofromtonya fec3207
Fix arrow alignment in test for phpcs.
hellofromtonya 6fbf8e5
Adds new endpoints to schema setup test.
hellofromtonya 0af2058
Backport new WP_Theme_JSON::get_patterns() method.
hellofromtonya a3e5009
Fixes Tests_REST_WpRestBlockPatternsController::test_get_items() test.
hellofromtonya f5c57d0
Add reference to existing DocBlock for filter
ironprogrammer faa6dd2
Updates errors to `_doing_it_wrong`s
ironprogrammer c5994cd
Add `edit` context for consistency
ironprogrammer 39ea1e3
Add `edit` context for consistency
ironprogrammer dcfe4f5
Add `edit` context for consistency
ironprogrammer 820ee72
Verify that patterns subdirectory is readable
ironprogrammer f7ce952
Add capability check tests for `block-patterns/categories`
ironprogrammer 0b89e42
Add capability check tests for `block-patterns/patterns`
ironprogrammer cb7aa97
Add @ticket annotation to new unit test classes
ironprogrammer 78520bc
Remove the method that is already backported to core
gziolo 1cf64fc
Update the failing unit test
gziolo c3f08b2
Update rest-pattern-directory-controller.php
gziolo dc11e68
Update wp-api-generated.js
gziolo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can skip this check now: WordPress/gutenberg#40259 (comment), since we do it in the above line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ntsekouras, can you move this comment to #2488?