May 2021 Archives by author
Starting: Sat May 1 18:12:22 UTC 2021
Ending: Mon May 31 23:59:16 UTC 2021
Messages: 249
- [wp-svn] [50802] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Display page title as the H1 heading when a static page is selected as the "Posts page".
noreply at wordpress.org
- [wp-svn] [50803] trunk/src/wp-admin/update-core.php: Upgrade/Install: Display plugin and theme update counts on WordPress Updates screen.
noreply at wordpress.org
- [wp-svn] [50804] trunk/src/wp-admin/includes: Coding Standards: Use strict comparison in `wp-admin/includes/class-wp-posts-list-table.php`.
noreply at wordpress.org
- [wp-svn] [50805] trunk/src/wp-admin/includes/class-wp-comments-list-table.php: Coding Standards: Fix a whitespace at end of line issue in `wp-admin/includes/class-wp-comments-list-table.php`.
noreply at wordpress.org
- [wp-svn] [50806] trunk/src/wp-content/themes/twentytwentyone/index.php: Twenty Twenty-One: Fix "Opening PHP tag must be on a line by itself" WPCS issue.
noreply at wordpress.org
- [wp-svn] [50807] trunk/src/wp-includes: Plugins: Standardize the terminology used for actions, filters, and callback functions.
noreply at wordpress.org
- [wp-svn] [50808] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php: General: Use correct escaping function for the plugin icon URL.
noreply at wordpress.org
- [wp-svn] [50809] trunk/src/wp-admin/includes/post.php: General: Use correct escaping function for form `action` attributes.
noreply at wordpress.org
- [wp-svn] [50810] trunk: Images: enable WebP support.
noreply at wordpress.org
- [wp-svn] [50811] trunk/src/wp-includes: Docs: Further synchronize documentation for some Plugin API functions.
noreply at wordpress.org
- [wp-svn] [50812] trunk/tests/phpunit/tests/formatting/IsEmail.php: Formatting: Verify emails with `+` characters are valid.
noreply at wordpress.org
- [wp-svn] [50813] trunk/src: Themes: Remove the "Featured" tab on Add Themes screen.
noreply at wordpress.org
- [wp-svn] [50814] trunk: Media: Some documentation and test improvements for WebP support:
noreply at wordpress.org
- [wp-svn] [50815] trunk/src: Media: Move retrieving WebP image size information into `wp_getimagesize()`.
noreply at wordpress.org
- [wp-svn] [50816] trunk/src/wp-includes/class-walker-comment.php: Comments: Remove fourth parameter on `remove_filter` call.
noreply at wordpress.org
- [wp-svn] [50817] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Include more ImageMagick/Imagick information in the Media Handling section.
noreply at wordpress.org
- [wp-svn] [50818] trunk/src/wp-includes/media.php: Media: Correct an early return condition in `wp_get_webp_info()`.
noreply at wordpress.org
- [wp-svn] [50819] trunk/src/wp-includes: Media: Remove `_wp_webp_is_lossy()` for now.
noreply at wordpress.org
- [wp-svn] [50820] trunk/src/wp-includes/media.php: Docs: Correct documentation for `wp_get_webp_info()` return results.
noreply at wordpress.org
- [wp-svn] [50821] trunk/src/wp-includes/class-wp-image-editor-imagick.php: Media: Remove an extra variable and a redundant check in `WP_Image_Editor_Imagick::set_quality()`.
noreply at wordpress.org
- [wp-svn] [50822] trunk/src/wp-includes/functions.php: Media: Avoid an infinite loop between `wp_getimagesize()` and `wp_get_image_mime()`.
noreply at wordpress.org
- [wp-svn] [50823] trunk/src/wp-includes: Docs: Correct the `aria-current` array key in the documentation for two widget filters.
noreply at wordpress.org
- [wp-svn] [50824] trunk: Editor: Update WordPress packages from Gutenberg 10.5
noreply at wordpress.org
- [wp-svn] [50825] trunk/src/wp-admin/includes/plugin-install.php: Plugins: Escape the currently installed version number on Add Plugins screen.
noreply at wordpress.org
- [wp-svn] [50826] trunk/src/wp-admin/includes/theme.php: Themes: Introduce the `delete_theme` and `deleted_theme` action hooks.
noreply at wordpress.org
- [wp-svn] [50827] trunk/src/wp-admin/includes/theme.php: Docs: Use correct `@since` tag notation.
noreply at wordpress.org
- [wp-svn] [50828] trunk/src: Docs: Miscellaneous docblock updates.
noreply at wordpress.org
- [wp-svn] [50829] trunk/src: Media: Remove infinite scroll from media library and modal.
noreply at wordpress.org
- [wp-svn] [50830] trunk/src/wp-admin/options-permalink.php: Permalinks: Add labels for permalink configuration fields.
noreply at wordpress.org
- [wp-svn] [50831] trunk/src: Docs: Correct `@since` tags for new properties and functions related to infinite scrolling in Media Library.
noreply at wordpress.org
- [wp-svn] [50832] trunk/src/wp-admin/includes/screen.php: Coding Standards: Use strict comparison in `wp-admin/includes/screen.php`.
noreply at wordpress.org
- [wp-svn] [50833] trunk/src/wp-admin: Site Health: Improve the appearance of Site Health Status dashboard widget.
noreply at wordpress.org
- [wp-svn] [50834] trunk/src/wp-includes: Network and Sites: Display site icons in the My Sites menu.
noreply at wordpress.org
- [wp-svn] [50835] trunk: Posts, Post Types: Enable revisions for the `wp_block` post type.
noreply at wordpress.org
- [wp-svn] [50836] trunk: Editor: Enqueue script and style assets only for blocks present on the page
noreply at wordpress.org
- [wp-svn] [50837] trunk/src/wp-includes: Editor: Fix regression introduced with loading separate block assets
noreply at wordpress.org
- [wp-svn] [50838] trunk: Editor: Some documentation and test improvements for loading separate assets for core blocks:
noreply at wordpress.org
- [wp-svn] [50839] trunk/src/wp-admin/includes/network.php: Coding Standards: Adds spacing so `define()` statements displayed when creating a network.
noreply at wordpress.org
- [wp-svn] [50840] trunk/src/wp-includes/rest-api/class-wp-rest-server.php: Docs: Update `help` key documentation link in REST API response.
noreply at wordpress.org
- [wp-svn] [50841] trunk/src/wp-content/themes/twentytwentyone/inc/template-functions.php: Bundled Theme: Update `twenty_twenty_one_password_form` function to actually use a `$post` parameter.
noreply at wordpress.org
- [wp-svn] [50842] trunk/src/wp-includes: External Libraries: Update the Requests library to version `1.8.0`.
noreply at wordpress.org
- [wp-svn] [50843] trunk: Build/Test Tools: Update the several dependencies.
noreply at wordpress.org
- [wp-svn] [50844] trunk/src/wp-admin/css/common.css: Post Thumbnails: Display the "Remove featured image" link in the classic editor in red color.
noreply at wordpress.org
- [wp-svn] [50845] trunk/src/wp-admin/css/site-health.css: Site Health: Remove status text indentation.
noreply at wordpress.org
- [wp-svn] [50846] trunk/src/wp-admin/css: Login, Users: Use a monospace font to display passwords.
noreply at wordpress.org
- [wp-svn] [50847] trunk/src/wp-includes/css/admin-bar.css: Toolbar: Reset box-shadow on links.
noreply at wordpress.org
- [wp-svn] [50848] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50849] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50850] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50851] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50852] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50853] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50854] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50855] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50856] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50857] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50858] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50859] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50860] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50861] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50862] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50863] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50864] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50865] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50866] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50867] External libraries: Improve attachment handling in PHPMailer
noreply at wordpress.org
- [wp-svn] [50868] branches/5.7/src/wp-admin/about.php: About page for WordPress 5.7.2.
noreply at wordpress.org
- [wp-svn] [50869] branches/5.7/src/wp-includes/version.php: WordPress 5.7.2.
noreply at wordpress.org
- [wp-svn] [50870] branches/5.6: WordPress 5.6.4.
noreply at wordpress.org
- [wp-svn] [50871] branches/5.5: WordPress 5.5.5
noreply at wordpress.org
- [wp-svn] [50872] branches/5.4: WordPress 5.4.6.
noreply at wordpress.org
- [wp-svn] [50873] branches/5.3: WordPress 5.3.8.
noreply at wordpress.org
- [wp-svn] [50874] branches/5.2: WordPress 5.2.11.
noreply at wordpress.org
- [wp-svn] [50875] branches/5.1: WordPress 5.1.10.
noreply at wordpress.org
- [wp-svn] [50876] branches/5.0: WordPress 5.0.13.
noreply at wordpress.org
- [wp-svn] [50877] branches/4.9: WordPress 4.9.18.
noreply at wordpress.org
- [wp-svn] [50878] branches/4.8: WordPress 4.8.17.
noreply at wordpress.org
- [wp-svn] [50879] branches/4.7: WordPress 4.7.21.
noreply at wordpress.org
- [wp-svn] [50880] branches/4.6: WordPress 4.6.21.
noreply at wordpress.org
- [wp-svn] [50881] branches/4.5: WordPress 4.5.24.
noreply at wordpress.org
- [wp-svn] [50882] branches/4.4: WordPress 4.4.25.
noreply at wordpress.org
- [wp-svn] [50883] branches/4.3: WordPress 4.3.26.
noreply at wordpress.org
- [wp-svn] [50884] branches/4.2: WordPress 4.2.30.
noreply at wordpress.org
- [wp-svn] [50885] branches/4.1: WordPress 4.1.33.
noreply at wordpress.org
- [wp-svn] [50886] branches/4.0: WordPress 4.0.33.
noreply at wordpress.org
- [wp-svn] [50887] branches/3.9: WordPress 3.9.34.
noreply at wordpress.org
- [wp-svn] [50888] branches/3.8: WordPress 3.8.36.
noreply at wordpress.org
- [wp-svn] [50889] branches/3.7: WordPress 3.7.36.
noreply at wordpress.org
- [wp-svn] [50890] tags/5.7.2/: Tag 5.7.2
noreply at wordpress.org
- [wp-svn] [50891] tags/5.6.4/: Tag 5.6.4
noreply at wordpress.org
- [wp-svn] [50892] tags/5.5.5/: Tag 5.5.5
noreply at wordpress.org
- [wp-svn] [50893] tags/5.4.6/: Tag 5.4.6
noreply at wordpress.org
- [wp-svn] [50894] tags/5.3.8/: Tag 5.3.8
noreply at wordpress.org
- [wp-svn] [50895] tags/5.2.11/: Tag 5.2.11
noreply at wordpress.org
- [wp-svn] [50896] tags/5.1.10/: Tag 5.1.10
noreply at wordpress.org
- [wp-svn] [50897] tags/5.0.13/: Tag 5.0.13
noreply at wordpress.org
- [wp-svn] [50898] tags/4.9.18/: Tag 4.9.18
noreply at wordpress.org
- [wp-svn] [50899] tags/4.8.17/: Tag 4.8.17
noreply at wordpress.org
- [wp-svn] [50900] tags/4.7.21/: Tag 4.7.21
noreply at wordpress.org
- [wp-svn] [50901] tags/4.6.21/: Tag 4.6.21
noreply at wordpress.org
- [wp-svn] [50902] tags/4.5.24/: Tag 4.5.24
noreply at wordpress.org
- [wp-svn] [50903] tags/4.4.25/: Tag 4.4.25
noreply at wordpress.org
- [wp-svn] [50904] tags/4.3.26/: Tag 4.3.26
noreply at wordpress.org
- [wp-svn] [50905] tags/4.2.30/: Tag 4.2.30
noreply at wordpress.org
- [wp-svn] [50906] tags/4.1.33/: Tag 4.1.33
noreply at wordpress.org
- [wp-svn] [50907] tags/4.0.33/: Tag 4.0.33
noreply at wordpress.org
- [wp-svn] [50908] tags/3.9.34/: Tag 3.9.34
noreply at wordpress.org
- [wp-svn] [50909] tags/3.8.36/: Tag 3.8.36
noreply at wordpress.org
- [wp-svn] [50910] tags/3.7.36/: Tag 3.7.36
noreply at wordpress.org
- [wp-svn] [50911] branches/5.7: WordPress 5.7.2 post-release version bump.
noreply at wordpress.org
- [wp-svn] [50912] trunk/src/wp-includes/general-template.php: Docs: Clarify the `@since` note for `unlink-homepage-logo` in `get_custom_logo()`.
noreply at wordpress.org
- [wp-svn] [50913] trunk/tests/phpunit/includes/abstract-testcase.php: Docs: Update documentation in `phpunit/includes/abstract-testcase.php` per the documentation standards.
noreply at wordpress.org
- [wp-svn] [50914] trunk/src/wp-load.php: Bootstrap/Load: Improve docs for error reporting
noreply at wordpress.org
- [wp-svn] [50915] trunk/wp-config-sample.php: Boostrap/Load: Strengthen language in wp-config-sample.php
noreply at wordpress.org
- [wp-svn] [50916] trunk: Docs: Miscellaneous DocBlock corrections.
noreply at wordpress.org
- [wp-svn] [50917] trunk/wp-config-sample.php: Boostrap/Load: Have language in wp-config-sample.php better match install instructions.
noreply at wordpress.org
- [wp-svn] [50918] trunk/wp-config-sample.php: Docs: Update documentation in `wp-config-sample.php` per the documentation standards.
noreply at wordpress.org
- [wp-svn] [50919] trunk: Editor: Rename `should_load_separate_core_block_assets` for consistency
noreply at wordpress.org
- [wp-svn] [50920] trunk: Editor: Remove editor type specific filters for block editor configuration
noreply at wordpress.org
- [wp-svn] [50921] trunk/src: Plugins: Add support for `Update URI` header.
noreply at wordpress.org
- [wp-svn] [50922] trunk/src/wp-includes/kses.php: KSES: Remove duplicate `object-position` property.
noreply at wordpress.org
- [wp-svn] [50923] trunk: KSES: Allow `calc()` and `var()` values to be used in inline CSS.
noreply at wordpress.org
- [wp-svn] [50924] trunk/src/wp-content/themes/twentytwenty/package.json: Twenty Twenty: Update theme information in the `package.json` file.
noreply at wordpress.org
- [wp-svn] [50925] trunk/src/wp-content/themes/twentynineteen/package.json: Twenty Nineteen: Update theme information in the `package.json` file.
noreply at wordpress.org
- [wp-svn] [50926] trunk/tests/phpunit/tests: Tests: Use `assertInstanceOf()` instead of `assertTrue()` in some tests.
noreply at wordpress.org
- [wp-svn] [50927] trunk: Editor: Extend `register_block_type` to accept the path file or folder with `block.json`
noreply at wordpress.org
- [wp-svn] [50928] trunk/src/wp-includes/blocks.php: Docs: Include `@since` in `register_block_type` definition
noreply at wordpress.org
- [wp-svn] [50929] trunk: Editor: Update WordPress packages published for Gutenberg 10.6
noreply at wordpress.org
- [wp-svn] [50930] trunk/.github/workflows: Build/Test Tools: Use the new `concurrency` setting for GitHub Actions.
noreply at wordpress.org
- [wp-svn] [50931] trunk/src/wp-admin: I18N: Combine escaping and translation functions.
noreply at wordpress.org
- [wp-svn] [50932] trunk/src/wp-admin: App Passwords: Use "sites" terminology instead of "blogs" in application passwords help text.
noreply at wordpress.org
- [wp-svn] [50933] trunk/src/wp-content/themes/twentytwenty: Twenty Twenty: Correct `label` attribute references to `aria_label` in `get_search_form`.
noreply at wordpress.org
- [wp-svn] [50934] trunk: Script Loader: Stop loading polyfills specific to Internet Explorer
noreply at wordpress.org
- [wp-svn] [50935] trunk: General: Ensure consistent type for integer properties of `WP_Post`, `WP_Term`, and `WP_User`.
noreply at wordpress.org
- [wp-svn] [50936] trunk: General: Ensure consistent type for integer properties of a bookmark object.
noreply at wordpress.org
- [wp-svn] [50937] branches/5.7/src/wp-admin/about.php: Help/About: Reduce space below minor release log.
noreply at wordpress.org
- [wp-svn] [50938] trunk/src/wp-admin/nav-menus.php: Menus: Do not auto-set locations for new menus.
noreply at wordpress.org
- [wp-svn] [50939] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Skip REST tests during scheduled events.
noreply at wordpress.org
- [wp-svn] [50940] trunk/tools/webpack/packages.js: Build: Use hashed/deterministic moduleIDs in webpack config
noreply at wordpress.org
- [wp-svn] [50941] trunk: Editor: Update `lodash` to the latest version 4.17.21
noreply at wordpress.org
- [wp-svn] [50942] trunk/src/wp-admin/css/common.css: Administration: List Tables: Wrap long search terms onto a new line.
noreply at wordpress.org
- [wp-svn] [50943] trunk: Media: Introduces `image_editor_output_format` filter for setting default MIME type of sub size image output.
noreply at wordpress.org
- [wp-svn] [50944] trunk/tests/phpunit/tests/blocks/block.php: Editor: Add missing unit tests for `construct_wp_query_args`
noreply at wordpress.org
- [wp-svn] [50945] trunk: Block Editor: Updated the WordPress packages from Gutenberg 10.7.0 RC.
noreply at wordpress.org
- [wp-svn] [50946] trunk/wp-config-sample.php: Boostrap/Load: Further update the language in `wp-config-sample.php`.
noreply at wordpress.org
- [wp-svn] [50947] trunk/src/wp-includes: Text Changes: Improve the wording of some error messages.
noreply at wordpress.org
- [wp-svn] [50948] trunk/src/wp-includes: Block Patterns: Include the Query and Social Icons block patterns from Gutenberg 10.7.0.
noreply at wordpress.org
- [wp-svn] [50949] trunk: Revisions: add a new filter for revisions to keep by post type.
noreply at wordpress.org
- [wp-svn] [50950] trunk/src/wp-includes/blocks.php: Block Editor: Removed useless block editor render context value.
noreply at wordpress.org
- [wp-svn] [50951] trunk: Media: Some documentation and test improvements for the `image_editor_output_format` filter:
noreply at wordpress.org
- [wp-svn] [50952] trunk/src/wp-includes: Docs: Use 3-digit, x.x.x-style semantic versioning for two `_doing_it_wrong()` calls.
noreply at wordpress.org
- [wp-svn] [50953] trunk: Widgets: Make sure `WP_Widget` constructor creates a correct `id_base` value for a namespaced widget class.
noreply at wordpress.org
- [wp-svn] [50954] trunk: XML-RPC: Set HTTP status code in accordance with the spec.
noreply at wordpress.org
- [wp-svn] [50955] trunk/tests/phpunit/tests/blocks/block.php:
noreply at wordpress.org
- [wp-svn] [50956] trunk: Editor: Extract `block_editor_rest_api_preload` method for use with different editor screens
noreply at wordpress.org
- [wp-svn] [50957] trunk/src/wp-includes/class-wp-block-editor-context.php: Editor: Add missing class WP_Block_Editor_Context
noreply at wordpress.org
- [wp-svn] [50958] trunk: General: Add _wp_array_set function.
noreply at wordpress.org
- [wp-svn] [50959] trunk: Block Editor: Add Global Settings support using theme.json file.
noreply at wordpress.org
- [wp-svn] [50960] trunk/tests/phpunit: Editor: Fix failing unit test for i18n support in `theme.json`
noreply at wordpress.org
- [wp-svn] [50961] trunk: Widgets: Make sure `WP_Widget` constructor creates a correct `classname` value for a namespaced widget class.
noreply at wordpress.org
- [wp-svn] [50962] trunk/tests/phpunit/tests: Editor: Rename the unit test file for `_wp_array_set` function
noreply at wordpress.org
- [wp-svn] [50963] trunk/src/wp-includes/block-editor.php: Editor: Remove unused param in `get_default_block_editor_settings`
noreply at wordpress.org
- [wp-svn] [50964] trunk/tests/phpunit/tests/functions/wpArrayGet.php: Tests: Add missing tests for the `_wp_array_get()` function.
noreply at wordpress.org
- [wp-svn] [50965] trunk: General: Some documentation and test improvements for the `_wp_array_set()`:
noreply at wordpress.org
- [wp-svn] [50966] trunk/tests/phpunit/tests/functions/wpArraySet.php: Tests: Correct description for the `Tests_Functions_wpArraySet` class.
noreply at wordpress.org
- [wp-svn] [50967] trunk: Docs: Some documentation and test improvements for `WP_Theme_JSON` and `WP_Theme_JSON_Resolver` classes:
noreply at wordpress.org
- [wp-svn] [50968] trunk/tests/phpunit/tests/theme: Tests: Rename some classes in `phpunit/tests/theme/` per the naming conventions.
noreply at wordpress.org
- [wp-svn] [50969] trunk/tests/phpunit/tests: Tests: Rename classes in `phpunit/tests/privacy/` per the naming conventions.
noreply at wordpress.org
- [wp-svn] [50970] trunk/tests/phpunit/tests/functions/wpArrayGet.php: Tests: Remove trailing commas in function calls in `_wp_array_get()` tests.
noreply at wordpress.org
- [wp-svn] [50971] trunk/src/wp-includes/block-patterns: Editor: Remove `gutenberg` text domain from Query and Social Links block patterns.
noreply at wordpress.org
- [wp-svn] [50972] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Update `devDependencies`.
noreply at wordpress.org
- [wp-svn] [50973] trunk: Block Editor: Add Global Styles support using theme.json file.
noreply at wordpress.org
- [wp-svn] [50974] trunk/src/wp-content/themes: Bundled Themes: Update `devDependencies` for default themes.
noreply at wordpress.org
- [wp-svn] [50975] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Re-add `px` unit to the admin bar height custom property.
noreply at wordpress.org
- [wp-svn] [50976] trunk/src/wp-content/themes/twentytwenty/print.css: Twenty Twenty: Hide some elements for print that are not useful in that context.
noreply at wordpress.org
- [wp-svn] [50977] trunk: Block Editor: Update color merging algorithm.
noreply at wordpress.org
- [wp-svn] [50978] trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php: Themes: Add an indication of whether a theme is a child theme on network admin Themes screen.
noreply at wordpress.org
- [wp-svn] [50979] trunk/src/wp-admin/includes: Site Health: Make sure the `submit_button()` function is available in `request_filesystem_credentials()`.
noreply at wordpress.org
- [wp-svn] [50980] trunk/src/wp-includes/class-wp-editor.php: Editor: Hide the quicktags toolbar when JavaScript is disabled.
noreply at wordpress.org
- [wp-svn] [50981] trunk/src: General: Avoid unnecessary calls to `update_user_option()`.
noreply at wordpress.org
- [wp-svn] [50982] trunk/tests/phpunit/includes/functions.php: Tests: Improve PHPUnit version retrieval.
noreply at wordpress.org
- [wp-svn] [50983] trunk: Editor: Use the block editor context in filters that used the editor name
noreply at wordpress.org
- [wp-svn] [50984] trunk/tools/webpack/media.js: Build: Use deterministic module ids in webpack for media
noreply at wordpress.org
- [wp-svn] [50985] trunk/tools/webpack/media.js: Build: Use deterministic module ids in webpack for media.
noreply at wordpress.org
- [wp-svn] [50986] trunk/tests/phpunit/includes: Tests: Minimize the chances of signature conflicts for `assertEqualsWithDelta()`.
noreply at wordpress.org
- [wp-svn] [50987] trunk: Formatting: Add 'main' tag to kses
noreply at wordpress.org
- [wp-svn] [50988] Menus: Do not auto-set locations for new menus.
noreply at wordpress.org
- [wp-svn] [50989] branches/5.7: XML-RPC: Set HTTP status code in accordance with the spec.
noreply at wordpress.org
- [wp-svn] [50990] Build: Use hashed/deterministic moduleIDs in webpack config
noreply at wordpress.org
- [wp-svn] [50991] trunk/src: Block Editor: Add the layout block support.
noreply at wordpress.org
- [wp-svn] [50992] trunk/src/wp-includes/script-loader.php: Block Editor: Load the classic layout stylesheet conditionallty.
noreply at wordpress.org
- [wp-svn] [50993] trunk: REST API: Add widget endpoints
noreply at wordpress.org
- [wp-svn] [50994] trunk: REST API: Revert widget endpoints
noreply at wordpress.org
- [wp-svn] [50995] trunk: REST API: Add widget endpoints
noreply at wordpress.org
- [wp-svn] [50996] trunk: Adds the widgets block editor to widgets.php and customize.php
noreply at wordpress.org
- [wp-svn] [50997] trunk/src: Adds the widgets block editor to widgets.php and customize.php
noreply at wordpress.org
- [wp-svn] [50998] trunk/tests/phpunit/includes/speed-trap-listener.php: Coding Standards: Move assignment out of condition in `phpunit/includes/speed-trap-listener.php`.
noreply at wordpress.org
- [wp-svn] [50999] trunk/src/wp-admin/edit-comments.php: Comments: Include a "View Post" link on the Comments screen for a single post.
noreply at wordpress.org
- [wp-svn] [51000] trunk/src/wp-includes/rest-api: REST API: Update {U+201C}object{U+201D} strings to use the appropriate nouns.
noreply at wordpress.org
- [wp-svn] [51001] trunk/src: Block Editor: Load theme resolver class in script loader.
noreply at wordpress.org
- [wp-svn] [51002] trunk/src/wp-includes/sodium_compat: Upgrade/Install: Update sodium_compat to v1.16.1.
noreply at wordpress.org
- [wp-svn] [51003] trunk: Block Editor: Introduce block templates for classic themes.
noreply at wordpress.org
- [wp-svn] [51004] trunk/src/wp-includes/css/admin-bar.css: Toolbar: Prevent username from wrapping when avatars are disabled.
noreply at wordpress.org
- [wp-svn] [51005] trunk/src/wp-includes/user.php: Users: Pass on the user data received by `wp_insert_user()` to related hooks.
noreply at wordpress.org
- [wp-svn] [51006] trunk/src: Menus: Add bulk delete for menu items.
noreply at wordpress.org
- [wp-svn] [51007] trunk/src/wp-includes: Coding Standards: Apply some minor coding standards adjustments.
noreply at wordpress.org
- [wp-svn] [51008] trunk/src/wp-includes/class-phpass.php: External Libraries: Update the phpass library to version `0.5`.
noreply at wordpress.org
- [wp-svn] [51009] trunk/src: Coding Standards: Apply some minor coding standards fixes.
noreply at wordpress.org
- [wp-svn] [51010] trunk/src: Coding Standards: Further update the code for bulk menu items deletion to better follow WordPress coding standards.
noreply at wordpress.org
- [wp-svn] [51011] trunk/src/wp-admin/includes: Administration: Improve the message about installing the Link Manager plugin to use legacy Links screen.
noreply at wordpress.org
- [wp-svn] [51012] trunk/src/wp-content/themes/twentythirteen: Bundled Themes: Introduce block patterns for Twenty Thirteen.
noreply at wordpress.org
- [wp-svn] [51013] trunk/src: Block Editor: Only load the `WP_Theme_JSON_Resolver` class once.
noreply at wordpress.org
- [wp-svn] [51014] trunk/src/wp-includes/post.php: Block Editor: Declare the `wp_template` post type as built-in.
noreply at wordpress.org
- [wp-svn] [51015] trunk/src/wp-includes/post.php: Posts, Post Types: Remove some unused strings from built-in post type declarations.
noreply at wordpress.org
- [wp-svn] [51016] trunk/Gruntfile.js: Build/Test Tools: Use the Composer-installed version of PHPUnit for Grunt tasks.
noreply at wordpress.org
- [wp-svn] [51017] trunk: External Libraries: Update two polyfill libraries to their latest versions.
noreply at wordpress.org
- [wp-svn] [51018] trunk/src/wp-includes/post.php: Posts, Post Types: Speed cached `get_pages()` calls.
noreply at wordpress.org
- [wp-svn] [51019] trunk/src/wp-includes: Formatting: Introduce the `document_title` filter.
noreply at wordpress.org
- [wp-svn] [51020] trunk/tests/phpunit/tests/rest-api/rest-widgets-controller.php: REST API: Remove `WP_Test_REST_Widgets_Controller` tests.
noreply at wordpress.org
- [wp-svn] [51021] trunk: Block Editor: Add support for the pattern directory.
noreply at wordpress.org
- [wp-svn] [51022] trunk/src/wp-admin/menu.php: Themes: Display the number of available theme updates in the admin menu.
noreply at wordpress.org
- [wp-svn] [51023] trunk/src: Media: Add button in media upload page for copying the media url.
noreply at wordpress.org
- [wp-svn] [51024] trunk/src/wp-includes/link-template.php: General: Pass the scheme to the `*_url` filters.
noreply at wordpress.org
- [wp-svn] [51025] trunk/src/wp-admin: Site Health, Privacy: Combine shared CSS for Site Health & Privacy Settings
noreply at wordpress.org
- [wp-svn] [51026] trunk: REST API: Add support for modifying the term relation when querying posts.
noreply at wordpress.org
- [wp-svn] [51027] trunk: Posts, Post Types: Improve `post_exists()` query.
noreply at wordpress.org
- [wp-svn] [51028] trunk/src/wp-includes/blocks/legacy-widget/: Widgets: Ignore CSS files in legacy widgets block.
noreply at wordpress.org
- [wp-svn] [51029] trunk/tests/phpunit/tests/rest-api/rest-widgets-controller.php: REST API: Re-introduce `WP_Test_REST_Widgets_Controller` tests.
noreply at wordpress.org
- [wp-svn] [51030] trunk/src: Media: Replace `basename()` usage on media upload screen with `wp_basename()` for better multibyte filenames support.
noreply at wordpress.org
- [wp-svn] [51031] trunk/src/wp-includes/block-editor.php: Block Editor: Fix logic to enable custom colors, gradients, and font sizes.
noreply at wordpress.org
- [wp-svn] [51032] trunk/src/wp-includes: General: Avoid a PHP warning when checking the `mbstring.func_overload` PHP value.
noreply at wordpress.org
- [wp-svn] [51033] trunk/src/wp-content/themes/twentytwelve: Bundled Themes: Introduce block patterns for Twenty Twelve.
noreply at wordpress.org
- [wp-svn] [51034] trunk/src/wp-content/themes/twentythirteen: Twenty Thirteen: Fix missing translations in block patterns, add image credits.
noreply at wordpress.org
- [wp-svn] [51035] trunk/tools/webpack/packages.js: Build tools: Use hashed module IDs for minified files.
noreply at wordpress.org
- [wp-svn] [51036] Build tools: Use hashed module IDs for minified files.
noreply at wordpress.org
- [wp-svn] [51037] trunk/src: Widgets: Remove unnecessary enqueue of 'format-library' assets
noreply at wordpress.org
- [wp-svn] [51038] trunk/src/wp-admin/widgets-form-blocks.php: Widgets: Perform 'widgets_admin_page' action in block widget editor
noreply at wordpress.org
- [wp-svn] [51039] trunk/src/wp-admin/widgets-form-blocks.php: Docs: Use a duplicate hook reference for `widgets_admin_page` in `wp-admin/widgets-form-blocks.php`.
noreply at wordpress.org
- [wp-svn] [51040] trunk: Build/Test Tools: Update the several dependencies.
noreply at wordpress.org
- [wp-svn] [51041] trunk/src/wp-includes/functions.php: General: Correct the inline code examples for `_wp_array_get()` and `_wp_array_set().
noreply at wordpress.org
- [wp-svn] [51042] trunk/src/wp-content/themes: Bundled Themes: Update the "Tested up to" value.
noreply at wordpress.org
- [wp-svn] [51043] trunk/src/wp-content/themes/twentyfifteen: Bundled Themes: Introduce block patterns for Twenty Fifteen.
noreply at wordpress.org
- [wp-svn] [51044] trunk/src/wp-includes: Docs: Improve documentation for `wp_list_filter()` and `wp_filter_object_list()`.
noreply at wordpress.org
- [wp-svn] [51045] trunk/src/wp-content/themes/twentyfourteen: Bundled Themes: Introduce block patterns for Twenty Fourteen.
noreply at wordpress.org
- [wp-svn] [51046] trunk/src/wp-includes/blocks.php: Docs: Document that `has_block()` does not check reusable blocks.
noreply at wordpress.org
- [wp-svn] [51047] trunk/src/wp-includes/class-wp-customize-nav-menus.php: Coding Standards: Use strict comparison in `wp-includes/class-wp-customize-nav-menus.php`.
noreply at wordpress.org
- [wp-svn] [51048] trunk/src/wp-includes/general-template.php: Docs: Improve documentation for the `wp_resource_hints` filter.
noreply at wordpress.org
- [wp-svn] [51049] trunk: REST API: Remove duplicates in the widget types endpoint.
noreply at wordpress.org
- [wp-svn] [51050] trunk/src/wp-includes/option.php: Docs: Improve documentation for `get_option()`.
noreply at wordpress.org
Last message date:
Mon May 31 23:59:16 UTC 2021
Archived on: Mon May 31 23:59:18 UTC 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).