June 2022 Archives by thread
Starting: Wed Jun 1 14:16:39 UTC 2022
Ending: Thu Jun 30 17:32:32 UTC 2022
Messages: 172
- [wp-svn] [53454] trunk/tests/phpunit/tests: Tests: Require the `zip` PHP extension in block templates export file test.
noreply at wordpress.org
- [wp-svn] [53455] trunk: General: Replace all `esc_url_raw()` calls in core with `sanitize_url()`.
noreply at wordpress.org
- [wp-svn] [53456] trunk/src/wp-includes/post.php: Docs: Use third-person singular verbs for method descriptions in `wp-includes/post.php`, as per docs standards.
noreply at wordpress.org
- [wp-svn] [53457] trunk/tests/phpunit/tests/functions.php: Tests: Add unit tests for `path_join()`.
noreply at wordpress.org
- [wp-svn] [53458] trunk/src: Text Changes: Improve consistency of admin error notices.
noreply at wordpress.org
- [wp-svn] [53459] trunk/src/wp-content/themes/twentytwenty/assets/css: Twenty-Twenty: Alignment fix on Separator Block editor styles.
noreply at wordpress.org
- [wp-svn] [53460] trunk/src/wp-includes/functions.php: General: Remove redundant `ltrim()` from `path_join()`.
noreply at wordpress.org
- [wp-svn] [53461] trunk/tests/phpunit/tests/functions.php: Tests: Add some test cases for `path_join()` with Windows paths.
noreply at wordpress.org
- [wp-svn] [53462] trunk/src/wp-includes/wp-db.php: Docs: Replace "updated" with "deleted" in `wpdb::delete` @return description.
noreply at wordpress.org
- [wp-svn] [53463] trunk/tests/phpunit/tests/image/resize.php: Tests: Clean up test images before performing assertions in image resize tests.
noreply at wordpress.org
- [wp-svn] [53464] trunk/tests/phpunit/tests: Tests: Consistently pass the `$force_delete` parameter to `wp_delete_attachment()`.
noreply at wordpress.org
- [wp-svn] [53465] trunk/tests/phpunit/tests/media.php: Tests: Don't overwrite image metadata in a `wp_calculate_image_srcset()` test for zero width.
noreply at wordpress.org
- [wp-svn] [53466] trunk/.github/workflows/slack-notifications.yml: Build/Test Tools: Prevent inaccurate {U+201C}fixed{U+201D} notifications in Slack.
noreply at wordpress.org
- [wp-svn] [53467] trunk/tests/phpunit/includes/abstract-testcase.php: Tests: Update the URL to the documentation on GitHub Actions environment variables.
noreply at wordpress.org
- [wp-svn] [53468] trunk/.github/workflows/slack-notifications.yml: Build/Test Tools: Correctly confirm the previous workflow run was triggered by a push event.
noreply at wordpress.org
- [wp-svn] [53469] trunk/src/wp-includes: Docs: Correct method reference format in some DocBlocks.
noreply at wordpress.org
- [wp-svn] [53470] trunk/src/wp-content/themes/twentytwenty/assets/css: Twenty-Twenty: Improve Quote block style consistency between front and back-end.
noreply at wordpress.org
- [wp-svn] [53471] trunk/src/wp-content/themes/twentytwenty: Twenty-Twenty: Fix paragraph block alignment issues when used on a RTL website.
noreply at wordpress.org
- [wp-svn] [53472] trunk/src/wp-includes/pluggable.php: Docs: Various fixes in `wp-includes/pluggable.php` docblocks, as per documentation standards.
noreply at wordpress.org
- [wp-svn] [53473] trunk: General: Ensure `wp_rand()` returns `0` when `$min` and `$max` values are equal to `0`.
noreply at wordpress.org
- [wp-svn] [53474] trunk/src/wp-includes/l10n.php: Docs: Use third-person singular verbs for function descriptions in the `Core Translation` API.
noreply at wordpress.org
- [wp-svn] [53475] trunk/src/wp-content/themes/twentytwenty: Twenty-Twenty: Fix a width/alignement issue on "Wide Line" Separator style variation.
noreply at wordpress.org
- [wp-svn] [53476] trunk/src/wp-admin/options.php: Text Changes: Improve consistency of admin error notices in `wp-admin/options.php`.
noreply at wordpress.org
- [wp-svn] [53477] trunk/tests/phpunit/tests/pluggable.php: Tests: Use more descriptive names for `wp_rand()` test methods.
noreply at wordpress.org
- [wp-svn] [53478] trunk/tests/phpunit/tests: Tests: Move the tests for individual pluggable functions into their own directory.
noreply at wordpress.org
- [wp-svn] [53479] trunk/tests/phpunit/tests/pluggable/wpRand.php: Tests: Correct an assertion in `wp_rand()` tests.
noreply at wordpress.org
- [wp-svn] [53480] trunk: Media: Add `decoding="async"` to image attributes.
noreply at wordpress.org
- [wp-svn] [53481] trunk: Media: Some documentation and test improvements for `wp_img_tag_add_decoding_attr()`:
noreply at wordpress.org
- [wp-svn] [53482] trunk: Prime users cache in WP_Query and post REST API controller.
noreply at wordpress.org
- [wp-svn] [53483] trunk: Query: Some documentation and test improvements for `update_post_author_caches()`:
noreply at wordpress.org
- [wp-svn] [53484] trunk/src/wp-includes/post.php: Docs: Use typed array notation in some post function DocBlocks:
noreply at wordpress.org
- [wp-svn] [53485] trunk: REST API: Improve post cache priming in `WP_REST_Post_Search_Handler` class.
noreply at wordpress.org
- [wp-svn] [53486] trunk/src/wp-includes/author-template.php: Query: Add a hook to filter author full name from `wp_list_authors()`.
noreply at wordpress.org
- [wp-svn] [53487] trunk/tests/phpunit/tests/user: Tests: Rename the test file and class for `wp_list_authors()` tests.
noreply at wordpress.org
- [wp-svn] [53488] trunk/tests/phpunit/tests/user/wpListAuthors.php: Tests: Re-initialize `WP_Rewrite` before running `wp_list_authors()` tests.
noreply at wordpress.org
- [wp-svn] [53489] trunk/tests/phpunit/tests/user: Tests: Rename classes in `phpunit/tests/user/` per the naming conventions.
noreply at wordpress.org
- [wp-svn] [53490] trunk/src/wp-includes/option.php: Code Modernization: Pass correct default value to `setcookie()` in `wp_user_settings()`.
noreply at wordpress.org
- [wp-svn] [53491] trunk/tests/phpunit/tests/http/functions.php: Tests: Use a consistent URL in HTTP response cookie tests.
noreply at wordpress.org
- [wp-svn] [53492] trunk/tests/phpunit/tests: Tests: Use more consistent wording when referring to PHP deprecation notices.
noreply at wordpress.org
- [wp-svn] [53493] trunk/tests/phpunit/tests/option/wpUserSettings.php: Tests: Add a unit test for PHP 8.1 deprecation notice in `wp_user_settings()`.
noreply at wordpress.org
- [wp-svn] [53494] trunk/tests/phpunit/tests/option: Tests: Rename classes in `phpunit/tests/option/` per the naming conventions.
noreply at wordpress.org
- [wp-svn] [53495] trunk/tests/phpunit/tests/image/functions.php: Tests: Move helper functions in `Tests_Image_Functions` to more appropriate places.
noreply at wordpress.org
- [wp-svn] [53496] trunk: Taxonomy: Fix caching issues in `WP_Term_Query` class.
noreply at wordpress.org
- [wp-svn] [53497] trunk/tests/phpunit/tests/image/functions.php: Tests: Remove redundant skip call in `Tests_Image_Functions::get_image_editor_engine_classes()`.
noreply at wordpress.org
- [wp-svn] [53498] trunk: REST API: Avoid duplicated query in post collections.
noreply at wordpress.org
- [wp-svn] [53499] trunk: REST API: Prime caches for featured images in post controller.
noreply at wordpress.org
- [wp-svn] [53500] trunk/src/wp-includes/PHPMailer: External Libraries: Upgrade PHPMailer to version 6.6.2.
noreply at wordpress.org
- [wp-svn] [53501] trunk/src: I18N: Use a translatable string for displaying a user's first name and last name.
noreply at wordpress.org
- [wp-svn] [53502] trunk/src/wp-admin/includes/class-wp-list-table.php: Docs: Add a missing word in `pre_months_dropdown_query` filter description.
noreply at wordpress.org
- [wp-svn] [53503] trunk/src/wp-includes: Docs: Add a comment for stripping the leading `AND` from SQL clauses in some query classes.
noreply at wordpress.org
- [wp-svn] [53504] trunk: REST API: Prime caches for linked objects in menu item REST API controller.
noreply at wordpress.org
- [wp-svn] [53505] trunk/src/wp-includes/wp-db.php: Database: Don't translate the "WordPress database error" message in the error log.
noreply at wordpress.org
- [wp-svn] [53506] trunk: REST API: Prime caches for post parents in post REST API controller.
noreply at wordpress.org
- [wp-svn] [53507] trunk: REST API: Some documentation and test improvements for `update_post_parent_caches()`:
noreply at wordpress.org
- [wp-svn] [53508] trunk: REST API: Some documentation and test improvements for `update_menu_item_cache()`:
noreply at wordpress.org
- [wp-svn] [53509] trunk/tests/phpunit/tests: Tests: Some improvements for REST API cache priming tests:
noreply at wordpress.org
- [wp-svn] [53510] trunk/tests/phpunit/tests: Tests: Use `assertSameSets()` in some newly introduced tests.
noreply at wordpress.org
- [wp-svn] [53511] trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php: Tests: Temporarily disable the failing REST API test for `update_post_parent_caches()`.
noreply at wordpress.org
- [wp-svn] [53512] trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php: Tests: Re-enable failing REST API test for `update_post_parent_caches()`.
noreply at wordpress.org
- [wp-svn] [53513] trunk/src/wp-includes/theme.php: Docs: Add `@since` notes for `html5` theme feature changes in `add_theme_support()`:
noreply at wordpress.org
- [wp-svn] [53514] trunk/src/wp-admin/includes/class-wp-screen.php: Docs: Use third-person singular verbs for function descriptions in the `WP_Screen` API.
noreply at wordpress.org
- [wp-svn] [53515] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Ensure custom text color is reflected in the Editor for Quote block.
noreply at wordpress.org
- [wp-svn] [53516] trunk/src/wp-admin/includes/taxonomy.php: Docs: Use third-person singular verbs for function descriptions in the Taxonomy Administration API.
noreply at wordpress.org
- [wp-svn] [53517] trunk/src/wp-content/themes/twentytwentyone/assets: Twenty Twenty-One: Ensure custom text color is reflected in the Editor for Quote block.
noreply at wordpress.org
- [wp-svn] [53518] trunk/src: General: Use `WPINC` as a shorter reference to `wp-includes` in some files.
noreply at wordpress.org
- [wp-svn] [53519] trunk/src/index.php: Coding Standards: Fix WPCS issue in [53518].
noreply at wordpress.org
- [wp-svn] [53520] trunk/src/wp-includes/link-template.php: Docs: Consistently declare the `$wp_query` global in link template functions.
noreply at wordpress.org
- [wp-svn] [53521] trunk/tests/phpunit/includes/abstract-testcase.php: Tests: Add a helper method for for creating named data providers in `WP_UnitTestCase_Base`.
noreply at wordpress.org
- [wp-svn] [53522] trunk/tests/phpunit/tests/image/functions.php: Tests: Move the `filter_image_editor_output_format()` helper method next to the test it's used in.
noreply at wordpress.org
- [wp-svn] [53523] trunk/tests/phpunit/tests/image/functions.php: Tests: Refactor `Tests_Image_Functions::test_is_image_positive()` to use a data provider.
noreply at wordpress.org
- [wp-svn] [53524] trunk/tests/phpunit/tests/image/functions.php: Tests: Refactor `Tests_Image_Functions::test_is_image_negative()` to use a data provider.
noreply at wordpress.org
- [wp-svn] [53525] trunk/tests/phpunit/tests/image/functions.php: Tests: Refactor `Tests_Image_Functions::test_is_displayable_image_positive()` to use a data provider.
noreply at wordpress.org
- [wp-svn] [53526] trunk/tests/phpunit/tests/image/functions.php: Tests: Refactor `Tests_Image_Functions::test_is_displayable_image_negative()` to use a data provider.
noreply at wordpress.org
- [wp-svn] [53527] trunk/tests/phpunit/tests/image/functions.php: Tests: Rename some test methods in `Tests_Image_Functions` for consistency.
noreply at wordpress.org
- [wp-svn] [53528] trunk/tests/phpunit/tests/image/functions.php: Tests: Reorder `is_gd_image()` test methods for consistency.
noreply at wordpress.org
- [wp-svn] [53529] trunk/tests/phpunit/tests/image/functions.php: Tests: Refactor `Tests_Image_Functions::test_wp_save_image_file()` to use a data provider.
noreply at wordpress.org
- [wp-svn] [53530] trunk/tests/phpunit/tests/image/functions.php: Tests: Refactor `Tests_Image_Functions::test_mime_overrides_filename()` to use a data provider.
noreply at wordpress.org
- [wp-svn] [53531] trunk/tests/phpunit/tests/image/functions.php: Tests: Refactor `Tests_Image_Functions::test_inferred_mime_types()` to use a data provider.
noreply at wordpress.org
- [wp-svn] [53532] trunk/tests/phpunit/tests/image/functions.php: Tests: Consistently check that an image was loaded in image saving tests.
noreply at wordpress.org
- [wp-svn] [53533] trunk/tests/phpunit/tests/image/functions.php: Tests: Use consistent punctuation in failure messages in `Tests_Image_Functions`.
noreply at wordpress.org
- [wp-svn] [53534] trunk/.github/workflows/slack-notifications.yml: Build/Test Tools: Adjust Slack notifications logic to account for expected non `push` events.
noreply at wordpress.org
- [wp-svn] [53535] trunk/src/wp-includes/PHPMailer: External Libraries: Upgrade PHPMailer to version 6.6.3.
noreply at wordpress.org
- [wp-svn] [53536] trunk/tests/phpunit/includes/abstract-testcase.php: Tests: Always include the error message in `assertNotWPError()` and `assertNotIXRError()`.
noreply at wordpress.org
- [wp-svn] [53537] trunk/tests/phpunit/tests/image/functions.php: Tests: Refactor `Tests_Image_Functions::test_load_directory()` to split the tests and use a data provider.
noreply at wordpress.org
- [wp-svn] [53538] trunk/tests/phpunit/tests/image/functions.php: Tests: Improve `Tests_Image_Functions::test_wp_crop_image*()` tests.
noreply at wordpress.org
- [wp-svn] [53539] trunk/src/wp-includes/feed.php: Docs: Use third-person singular verbs for function descriptions in the Feed API, as per docblock standards.
noreply at wordpress.org
- [wp-svn] [53540] trunk/src/wp-includes/class-wp-oembed.php: Embeds: Remove Meetup as an oEmbed source since the related endpoint has been deprecated.
noreply at wordpress.org
- [wp-svn] [53541] trunk/tests/phpunit/tests/image/functions.php: Tests: Further improve `Tests_Image_Functions::test_wp_crop_image*()` tests.
noreply at wordpress.org
- [wp-svn] [53542] trunk/tests/phpunit/tests/image/functions.php: Docs: Use third-person singular verbs for function descriptions in `Tests_Image_Functions`, per the documentation standards.
noreply at wordpress.org
- [wp-svn] [53543] trunk: I18N: Correct and improve inline docs and tests for functionality related to nooped plurals.
noreply at wordpress.org
- [wp-svn] [53544] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php: REST API: Move all links to prepare_links method in theme REST API controller.
noreply at wordpress.org
- [wp-svn] [53545] trunk/tests/phpunit/includes/abstract-testcase.php: Tests: Move `assertQueryTrue()` closer to the other custom assertions in `WP_UnitTestCase_Base`.
noreply at wordpress.org
- [wp-svn] [53546] trunk/src/wp-admin/includes/image-edit.php: Docs: Correct the return type for `wp_save_image_file()`.
noreply at wordpress.org
- [wp-svn] [53547] trunk/src: Docs: Improve documentation for `WP_Image_Editor::save()` and related functions.
noreply at wordpress.org
- [wp-svn] [53548] trunk: Sitemaps: Remove duplicate sticky Posts from Sitemap Post Query.
noreply at wordpress.org
- [wp-svn] [53549] trunk: Posts, Post Types: Add caching to `_find_post_by_old_slug` and `_find_post_by_old_date` functions.
noreply at wordpress.org
- [wp-svn] [53550] trunk/tests/phpunit/tests/sitemaps/wpSitemapsPosts.php: Docs: Use third-person singular verbs for function descriptions in `Tests_Sitemaps_wpSitemapsPosts`, as per docblock standards.
noreply at wordpress.org
- [wp-svn] [53551] trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php: Docs: Add missing `@since` mention in `get_posts_query_args()`.
noreply at wordpress.org
- [wp-svn] [53552] trunk: Build/Test Tools: Configure Xdebug modes in the local Docker environment.
noreply at wordpress.org
- [wp-svn] [53553] trunk/.github/workflows/test-coverage.yml: Build/Test Tools: Allow changes to the code coverage workflow to run on pull request.
noreply at wordpress.org
- [wp-svn] [53554] trunk/.github/workflows/test-coverage.yml: Build/Test Tools: Return an error when uploading a test coverage report fails.
noreply at wordpress.org
- [wp-svn] [53555] trunk/src/wp-admin/includes/plugin.php: Code Modernization: Use the integer portion of an item position in `add_submenu_page()`.
noreply at wordpress.org
- [wp-svn] [53556] trunk/tests/phpunit/tests/sitemaps/wpSitemapsPosts.php: Tests: Improve the test for sticky posts not being moved to the front in sitemaps.
noreply at wordpress.org
- [wp-svn] [53557] trunk/tests/phpunit/tests: Code Modernization: Remove dynamic properties in `Tests_*_Slashes`.
noreply at wordpress.org
- [wp-svn] [53558] trunk/tests/phpunit/tests/media.php: Code Modernization: Remove dynamic properties in `Tests_Media`.
noreply at wordpress.org
- [wp-svn] [53559] trunk: Editor: Universalize functions for checking block editor status.
noreply at wordpress.org
- [wp-svn] [53560] trunk/src/wp-includes/template.php: Themes: Add actions to template loading to assist with collecting debug info.
noreply at wordpress.org
- [wp-svn] [53561] trunk/tests/phpunit/tests/ajax: Build/Test Tools: Add missing @covers tags for the AJAX test group.
noreply at wordpress.org
- [wp-svn] [53562] trunk/tests/phpunit/tests/formatting: Build/Test Tools, Formatting group:
noreply at wordpress.org
- [wp-svn] [53563] trunk/tests/phpunit/tests/formatting: Build/Test Tools: Fix erroneous file name, from `convertInvalidEntries.php` to `convertInvalidEntities.php`.
noreply at wordpress.org
- [wp-svn] [53564] trunk/tests/phpunit/tests: Build/Test Tools: Add missing @covers tags and fix the docs for the Cron test group.
noreply at wordpress.org
- [wp-svn] [53565] trunk/tests/phpunit/tests/ajax/ReplytoComment.php: Tests: Correct the expected result for `wp_ajax_replyto_comment()` test with a draft post.
noreply at wordpress.org
- [wp-svn] [53566] trunk/src/wp-includes: Docs: Use third-person singular verbs for function descriptions in Bookmark related files, as per docblock standards.
noreply at wordpress.org
- [wp-svn] [53567] trunk/src/wp-admin/css/forms.css: Application Passwords: Ensure long passwords don't break the "new password" notice.
noreply at wordpress.org
- [wp-svn] [53568] trunk/src/wp-includes/block-supports/layout.php: Editor: Add utility classnames back to blocks that have layout attributes specified.
noreply at wordpress.org
- [wp-svn] [53569] Editor: Add utility classnames back to blocks that have layout attributes specified.
noreply at wordpress.org
- [wp-svn] [53570] trunk/src/wp-admin/includes/media.php: Media: Use correct escaping function for URLs in some legacy media functions.
noreply at wordpress.org
- [wp-svn] [53571] trunk/tests/phpunit/tests: Tests: Put `@covers` tags before `@params` in Ajax and Formatting groups.
noreply at wordpress.org
- [wp-svn] [53572] trunk/tests/phpunit/tests: Tests: Give the tests for adding empty post meta values more consistent names.
noreply at wordpress.org
- [wp-svn] [53573] trunk/tests/phpunit/tests: Tests: Use more consistent wording when referring to PHP deprecation notices.
noreply at wordpress.org
- [wp-svn] [53574] trunk/tests/phpunit/tests/formatting/escUrl.php: Tests: Replace `esc_url_raw()` calls with `sanitize_url()`.
noreply at wordpress.org
- [wp-svn] [53575] trunk: Database: Add `%i` placeholder support to `$wpdb->prepare` to escape table and column names.
noreply at wordpress.org
- [wp-svn] [53576] trunk/src/wp-includes/comment-template.php: Comments: Add contextual `autocomplete` attributes to comment form fields.
noreply at wordpress.org
- [wp-svn] [53577] trunk/tests/phpunit/tests/db.php: Tests: Remove multiple `$wpdb::placeholder_escape()` calls in `wpdb` tests.
noreply at wordpress.org
- [wp-svn] [53578] trunk/src/wp-admin/includes/class-wp-upgrader.php: Upgrade/Install: Add a conditional to facilitate testing of the Rollbacks feature project.
noreply at wordpress.org
- [wp-svn] [53579] trunk/src/index.php: General: Revert an earlier define of the `WPINC` constant in `src/index.php`.
noreply at wordpress.org
- [wp-svn] [53580] trunk: Build/Test Tools: Update NPM `devDependencies` to their latest versions.
noreply at wordpress.org
- [wp-svn] [53581] trunk/.github/workflows: Build/Test Tools: Update 3rd party GitHub Actions.
noreply at wordpress.org
- [wp-svn] [53582] trunk/.github/workflows: Build/Test Tools: Update the `actions/cache` action.
noreply at wordpress.org
- [wp-svn] [53583] Build/Test Tools: Specify NodeJS version `14.x` in the `.nvmrc` file.
noreply at wordpress.org
- [wp-svn] [53584] trunk/src/wp-includes/wp-db.php: Docs: Adjust some DocBlocks in `wpdb` per the documentation standards.
noreply at wordpress.org
- [wp-svn] [53585] trunk/src/wp-includes/shortcodes.php: Docs: Misc fixes in Shortcode API function and hook descriptions, as per documentation standards.
noreply at wordpress.org
- [wp-svn] [53586] trunk/src/wp-admin/upload.php: Help/About: Add help tab info for available row actions in the Media Library.
noreply at wordpress.org
- [wp-svn] [53587] trunk/src/wp-admin/upload.php: Help/About: Typo correction in the Media Library help tab text.
noreply at wordpress.org
- [wp-svn] [53588] trunk: REST API: Add missing options to the settings endpoint.
noreply at wordpress.org
- [wp-svn] [53589] trunk: REST API: Use the `integer` type for `page_on_front` and `page_for_posts` options.
noreply at wordpress.org
- [wp-svn] [53590] branches/6.0/tests: REST API: Add missing options to the settings endpoint.
noreply at wordpress.org
- [wp-svn] [53591] trunk/.github/workflows/slack-notifications.yml: Build/Test Tools: Remove the `workflow_run` event from the Slack notification workflow.
noreply at wordpress.org
- [wp-svn] [53592] trunk/.github/workflows: Build/Test Tools: Correct some GitHub Action workflow inline documentation.
noreply at wordpress.org
- [wp-svn] [53593] trunk/src/wp-includes/block-template.php: Editor: Ensure only the main query is modified when resolving template for new posts.
noreply at wordpress.org
- [wp-svn] [53594] Editor: Ensure only the main query is modified when resolving template for new posts.
noreply at wordpress.org
- [wp-svn] [53595] branches/6.0/.github/workflows: Build/Test Tools: Update 3rd party GitHub Actions.
noreply at wordpress.org
- [wp-svn] [53596] branches/5.9/.github/workflows: Build/Test Tools: Update 3rd party GitHub Actions.
noreply at wordpress.org
- [wp-svn] [53597] branches/5.8/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53598] branches/5.7/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53599] branches/5.6/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53600] branches/5.5/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53601] branches/5.4/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53602] branches/5.3/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53603] branches/5.2/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53604] branches/5.1/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53605] branches/5.7/.github/workflows/php-compatibility.yml: Build/Test Tools: Merges typo fix from [51511] missed in previous commit.
noreply at wordpress.org
- [wp-svn] [53606] branches/5.6/.github/workflows/php-compatibility.yml: Build/Test Tools: Merges typo fix from [51511] missed in previous commit.
noreply at wordpress.org
- [wp-svn] [53607] branches/5.5/.github/workflows/php-compatibility.yml: Build/Test Tools: Merges typo fix from [51511] missed in previous commit.
noreply at wordpress.org
- [wp-svn] [53608] branches/5.0/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53609] branches/4.9/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53610] branches/4.8/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53611] branches/5.0/.github/workflows/coding-standards.yml: Build/Test Tools: Remove `phpcs` job related checks.
noreply at wordpress.org
- [wp-svn] [53612] branches/4.9/.github/workflows/coding-standards.yml: Build/Test Tools: Remove `phpcs` job related checks.
noreply at wordpress.org
- [wp-svn] [53613] branches/4.8/.github/workflows/coding-standards.yml: Build/Test Tools: Remove `phpcs` job related checks.
noreply at wordpress.org
- [wp-svn] [53614] branches/4.7/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53615] branches/4.6/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53616] branches/4.5/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53617] branches/4.4/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53618] branches/4.3/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53619] branches/4.2/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53620] branches/4.1/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53621] branches/4.0/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53622] branches/3.9/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53623] branches/3.8/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53624] branches/3.7/.github/workflows: Build/Test Tools: Use the Slack notifications workflow as a reusable one.
noreply at wordpress.org
- [wp-svn] [53625] branches/5.6/: Build/Test Tools: Correct `svn:mergeinfo` after [53599].
noreply at wordpress.org
Last message date:
Thu Jun 30 17:32:32 UTC 2022
Archived on: Thu Jun 30 17:32:33 UTC 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).