Skip to content

Conversation

@getdave
Copy link
Contributor

@getdave getdave commented Feb 5, 2024

What?

This PR applies any feedback that may have been missed from a review on the original Fonts proposal for WP 6.4 which happened on WordPress/wordpress-develop#5285.

Why?

Much of the review is now outdated and is largely stale. Nonetheless, this is a good opportunity to pick up on any queries that have previously been raised as it is easy to miss things from months ago.

How?

Applies any outstanding feedback where it could be identified and applied directly without further discussion.

Any further feedback should now happen on the new Core PR(s) for the Font Library.

Testing Instructions

Testing Instructions for Keyboard

Screenshots or screencast

@github-actions
Copy link

github-actions bot commented Feb 5, 2024

This pull request has changed or added PHP files. Please confirm whether these changes need to be synced to WordPress Core, and therefore featured in the next release of WordPress.

If so, it is recommended to create a new Trac ticket and submit a pull request to the WordPress Core Github repository soon after this pull request is merged.

If you're unsure, you can always ask for help in the #core-editor channel in WordPress Slack.

Thank you! ❤️

View changed files
❔ lib/compat/wordpress-6.5/fonts/class-wp-font-collection.php
❔ lib/compat/wordpress-6.5/fonts/class-wp-font-library.php
❔ lib/compat/wordpress-6.5/fonts/class-wp-font-utils.php
❔ lib/compat/wordpress-6.5/fonts/class-wp-rest-font-collections-controller.php
❔ lib/compat/wordpress-6.5/fonts/class-wp-rest-font-faces-controller.php
❔ lib/compat/wordpress-6.5/fonts/class-wp-rest-font-families-controller.php
❔ phpunit/tests/fonts/font-library/wpRestFontFacesController.php

@getdave getdave marked this pull request as ready for review February 5, 2024 16:01
@getdave getdave requested a review from spacedmonkey as a code owner February 5, 2024 16:01
@github-actions
Copy link

github-actions bot commented Feb 5, 2024

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core SVN

If you're a Core Committer, use this list when committing to wordpress-develop in SVN:

Props: get_dave, grantmkin, swissspidy, mmaattiiaass, hellofromtonya.

GitHub Merge commits

If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message.

Co-authored-by: getdave <[email protected]>
Co-authored-by: creativecoder <[email protected]>
Co-authored-by: swissspidy <[email protected]>
Co-authored-by: matiasbenedetto <[email protected]>
Co-authored-by: hellofromtonya <[email protected]>

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

$message = sprintf(
// translators: 1: Font collection slug, 2: Missing property name.
__( 'Font collection "%1$s" has missing or empty property: "%2$s."', 'gutenberg' ),
__( 'Font collection "%1$s" has missing or empty property: "%2$s".', 'gutenberg' ),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@getdave getdave changed the title Font Library Address Outstanding Feedback Font Library Address Outstanding Feedback from WP 6.4 review Feb 5, 2024
$data = json_decode( wp_remote_retrieve_body( $response ), true );
if ( empty( $data ) ) {
return new WP_Error( 'font_collection_decode_error', __( 'Error decoding the font collection data from the REST response JSON.', 'gutenberg' ) );
return new WP_Error( 'font_collection_decode_error', __( 'Error decoding the font collection data from the http response JSON.', 'gutenberg' ) );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd assume HTTP to be capitalized here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated here: 59e6fde

Copy link
Contributor

@creativecoder creativecoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went through the comments on the previous Font Library Core PR, and tried to uncover all of the hidden and previously resolved comments.

To my knowledge, these changes address the outstanding feedback there.

Copy link
Contributor

@hellofromtonya hellofromtonya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes made LGTM.

Note: I did not cross-reference with the original PR to ensure all feedback is addressed. That said, I'm sure @getdave @creativecoder @matiasbenedetto did a great job.

@getdave getdave merged commit 0f2f287 into trunk Feb 5, 2024
@getdave getdave deleted the fix/font-library-outstanding-feedback branch February 5, 2024 19:48
@github-actions github-actions bot added this to the Gutenberg 17.7 milestone Feb 5, 2024
getdave added a commit to youknowriad/wordpress-develop that referenced this pull request Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[Feature] Font Library [Type] Code Quality Issues or PRs that relate to code quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants