January 2021 Archives by subject
Starting: Fri Jan 1 00:17:10 UTC 2021
Ending: Sun Jan 31 23:13:51 UTC 2021
Messages: 202
- [wp-svn] [49915] trunk/src: Happy New Year!
noreply at wordpress.org
- [wp-svn] [49916] trunk/tests/phpunit/includes/abstract-testcase.php: Build/Test Tools: Check if Travis/GitHub Actions environment variables are defined.
noreply at wordpress.org
- [wp-svn] [49917] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Use a front-end URL for loopback tests.
noreply at wordpress.org
- [wp-svn] [49918] trunk/src/wp-includes/rest-api/class-wp-rest-server.php: REST API: Properly display JSON encoding errors.
noreply at wordpress.org
- [wp-svn] [49919] trunk: App Passwords: Only attempt auth if the username and password are set.
noreply at wordpress.org
- [wp-svn] [49920] trunk/src: App Passwords: Correct authorize app action names and signatures.
noreply at wordpress.org
- [wp-svn] [49921] trunk/src/wp-admin/css/forms.css: App Passwords: Ensure the Add New button isn't hidden on mobile.
noreply at wordpress.org
- [wp-svn] [49922] trunk: REST API: Only include the controller's own taxonomy in it's schema.
noreply at wordpress.org
- [wp-svn] [49923] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php: REST API: Move the `WP_Query` args filter after the `tax_query` is setup.
noreply at wordpress.org
- [wp-svn] [49924] trunk/src/wp-includes/canonical.php: Canonical: Check if the post type exists when attempting a canonical redirect.
noreply at wordpress.org
- [wp-svn] [49925] trunk: REST API: Expose all themes in the themes controller.
noreply at wordpress.org
- [wp-svn] [49926] trunk/src: Docs: Various docblock corrections particularly relating to boolean types.
noreply at wordpress.org
- [wp-svn] [49927] trunk/src: Docs: Promote many `bool` types to `true` or `false` where only that value is used.
noreply at wordpress.org
- [wp-svn] [49928] trunk/src/wp-includes: Docs: Synchronize and correct documentation for `has_filter()` and `WP_Hook::has_filter()`.
noreply at wordpress.org
- [wp-svn] [49929] trunk/src: Docs: In various `@return` tags, list the expected type first, instead of `false` or `WP_Error`.
noreply at wordpress.org
- [wp-svn] [49930] trunk/src/wp-content/themes/twentytwentyone/inc/template-functions.php: Twenty Twenty-One: Make sure filtering attachment image attributes only affects front end and not the admin area.
noreply at wordpress.org
- [wp-svn] [49931] trunk/.github/workflows/test-coverage.yml: Build/Test Tools: Change the frequency of code coverage reporting.
noreply at wordpress.org
- [wp-svn] [49932] trunk/tests/phpunit/tests/user: Tests: Increase use of shared fixtures in capability checks.
noreply at wordpress.org
- [wp-svn] [49933] trunk: Build/Test Tools: Update several NPM packages.
noreply at wordpress.org
- [wp-svn] [49934] trunk/src/wp-includes/comment.php: Docs: Fix typo in `wp_set_comment_status` filter DocBlock.
noreply at wordpress.org
- [wp-svn] [49935] trunk/src: Docs: Use more consistent descriptions for `void|false` return values.
noreply at wordpress.org
- [wp-svn] [49936] trunk/src: Docs: Corrections and improvements to types used in various docblocks.
noreply at wordpress.org
- [wp-svn] [49937] trunk: Build/Test Tools: Update some NPM packages.
noreply at wordpress.org
- [wp-svn] [49938] trunk/.github/workflows: Build/Test Tools: Simplify Composer package caching.
noreply at wordpress.org
- [wp-svn] [49939] trunk: Build/Test Tools: Update several NPM packages.
noreply at wordpress.org
- [wp-svn] [49940] trunk: Build/Test Tools: Update UglifyJS to the latest version.
noreply at wordpress.org
- [wp-svn] [49941] trunk/src/wp-includes/functions.php: Docs: Correct description for `wp_parse_list()`.
noreply at wordpress.org
- [wp-svn] [49942] trunk/src: Docs: Miscellaneous docblock corrections and improvements.
noreply at wordpress.org
- [wp-svn] [49943] trunk/src/wp-admin/privacy.php: Accessibility: Help/About: Use more descriptive link text for the Privacy Policy link on the Privacy screen.
noreply at wordpress.org
- [wp-svn] [49944] trunk/src: Quick/Bulk Edit: By the power vested in me, I hereby declare the top bulk actions and the bottom bulk actions joined forever in MatrimonyScript.
noreply at wordpress.org
- [wp-svn] [49945] trunk/src/wp-login.php: Login and Registration: Introduce the `lostpassword_user_data` filter which allows for the user data object during a password reset request to be filtered.
noreply at wordpress.org
- [wp-svn] [49946] trunk/src: Plugins: Replace usage of `$this` in action and filter parameter docblocks with more appropriate variable names.
noreply at wordpress.org
- [wp-svn] [49947] trunk: Taxonomy: Correct and clarify documentation for the return types of term query functions.
noreply at wordpress.org
- [wp-svn] [49948] trunk: Editor: Support filtering arguments in block type registration from metadata
noreply at wordpress.org
- [wp-svn] [49949] trunk/src/wp-includes/general-template.php: Accessibility: Customize: Add an empty `alt` attribute to the `<img>` tag used as a hidden placeholder in the Customizer preview when no logo is chosen.
noreply at wordpress.org
- [wp-svn] [49950] trunk/src/wp-admin/includes/class-wp-posts-list-table.php: Posts, Post Types: Introduce the `wp_list_table_show_post_checkbox` filter which allows the visibility of the bulk edit checkbox on the post list table to be controlled separately from the `edit_post` capability of the current user.
noreply at wordpress.org
- [wp-svn] [49951] trunk/tests/phpunit/tests/rest-api/rest-plugins-controller.php: Tests: Set up the plugin download in multisite plugin tests to come locally.
noreply at wordpress.org
- [wp-svn] [49952] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php: REST API: Fix fatal error on multisite when calling the single item plugin routes.
noreply at wordpress.org
- [wp-svn] [49953] trunk/src/wp-load.php: Bootstrap/Load: Add missing `<p>` tags to error message in `wp-load.php`.
noreply at wordpress.org
- [wp-svn] [49954] trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php: Themes: Add missing `<p>` tags to error message in `WP_Theme_Install_List_Table::prepare_items()`.
noreply at wordpress.org
- [wp-svn] [49955] trunk/src/wp-includes/rest-api: REST API: Corrections and improvements to docblocks for REST API filters.
noreply at wordpress.org
- [wp-svn] [49956] trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php: Privacy: Clarify the "Contact information" heading in default privacy policy content.
noreply at wordpress.org
- [wp-svn] [49957] trunk/README.md: Docs: Clarify the instructions on starting the local environment for the first time.
noreply at wordpress.org
- [wp-svn] [49958] trunk/src/wp-admin: Accessibility: Administration: Remove `<strong>` tags from labels on plugin/theme editor screens.
noreply at wordpress.org
- [wp-svn] [49959] trunk/src/wp-includes/assets/script-loader-packages.php: Build/Test Tools: Update script loader following [49933].
noreply at wordpress.org
- [wp-svn] [49960] trunk/src/wp-content/themes/twentytwentyone/package.json: Twenty Twenty-One: Remove leftover file from `build:rtl` task.
noreply at wordpress.org
- [wp-svn] [49961] trunk/src/wp-admin/css/admin-menu.css: Administration: Update hover and focus states in admin menu.
noreply at wordpress.org
- [wp-svn] [49962] trunk/src/wp-admin/network/site-info.php: I18N: Add context for the `Public` string in site attributes list on Edit Site screen.
noreply at wordpress.org
- [wp-svn] [49963] trunk/src/wp-includes: Docs: In various `@return` tags, list the expected type first, instead of `false`.
noreply at wordpress.org
- [wp-svn] [49964] trunk/src/wp-admin/css/nav-menus.css: Menus: Fix minor UI issues on Edit Menus screen on smaller viewports.
noreply at wordpress.org
- [wp-svn] [49965] trunk/src/wp-includes/post.php: Coding Standards: Fix WPCS issue in [49963].
noreply at wordpress.org
- [wp-svn] [49966] trunk: REST API: Allow sending an empty array to delete multi meta keys.
noreply at wordpress.org
- [wp-svn] [49967] trunk/src/wp-includes/formatting.php: I18N: Add support for German (Austria) locale in `remove_accents()`.
noreply at wordpress.org
- [wp-svn] [49968] trunk/src/wp-includes/formatting.php: Docs: Correct description for `wp_slash()` and `wp_unslash()`.
noreply at wordpress.org
- [wp-svn] [49969] trunk/src/wp-admin/themes.php: Customize: Update button label reference in themes help text to reflect the label introduced in [41626].
noreply at wordpress.org
- [wp-svn] [49970] trunk/src: Privacy: Use more consistent wording for strings related to personal data requests.
noreply at wordpress.org
- [wp-svn] [49971] trunk/tests/phpunit/tests/privacy: Privacy: Update unit test files missed in [49970].
noreply at wordpress.org
- [wp-svn] [49972] trunk/src/js/_enqueues/wp/a11y.js: Script Loader: Remove unused source file for `wp-a11y.js` which was replaced with the `@wordpress/a11y` package.
noreply at wordpress.org
- [wp-svn] [49973] trunk/src/js/_enqueues/wp/widgets/text.js: Widgets: Implement TinyMCE on text widgets in Accessibility Mode
noreply at wordpress.org
- [wp-svn] [49974] trunk/tests/phpunit/tests: Tests: Remove references to post status `public`.
noreply at wordpress.org
- [wp-svn] [49975] trunk/src/wp-admin/includes/class-wp-media-list-table.php: Coding Standards: Improve code layout in `wp-admin/includes/class-wp-media-list-table.php`.
noreply at wordpress.org
- [wp-svn] [49976] trunk/src/wp-includes/general-template.php: Posts, Post Types: Introduce a filter `paginate_links()` output.
noreply at wordpress.org
- [wp-svn] [49977] trunk/src/wp-includes: Docs: Link to the parent function for accepted arguments in some filters for HTML output.
noreply at wordpress.org
- [wp-svn] [49978] U trunk: General: Set `svn:eol-style` for some more files in the root directory.
noreply at wordpress.org
- [wp-svn] [49979] trunk/src: Media: Use consistent method for instantiating an attachment author object in Media Library.
noreply at wordpress.org
- [wp-svn] [49980] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Remove duplicate CSS rules.
noreply at wordpress.org
- [wp-svn] [49981] trunk: Blocks: Add i18n support to register_block_type_from_metadata
noreply at wordpress.org
- [wp-svn] [49982] trunk: Blocks: Add automatic RTL handlind for block styles registered from metadata
noreply at wordpress.org
- [wp-svn] [49983] trunk: Build/Test Tools: Update the `webpack-dev-server` package.
noreply at wordpress.org
- [wp-svn] [49984] trunk/src/wp-admin: Upgrade/Install: Display version number on the "Re-install now" button on WordPress Updates screen.
noreply at wordpress.org
- [wp-svn] [49985] trunk: Media: Ensure `get_post_status()` returns correct result for attachments.
noreply at wordpress.org
- [wp-svn] [49986] trunk/src/wp-includes/post.php: Media: Ensure `get_post_status()` does not contain half a comment.
noreply at wordpress.org
- [wp-svn] [49987] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Clean up Button styles.
noreply at wordpress.org
- [wp-svn] [49988] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Add missing styles for `<button>` element.
noreply at wordpress.org
- [wp-svn] [49989] trunk: Build/Test Tools: Update the `uglify-js` package.
noreply at wordpress.org
- [wp-svn] [49990] trunk: Build/Test Tools: Update more NPM packages
noreply at wordpress.org
- [wp-svn] [49991] trunk/src: Build/Test Tools: Update CSS files after `grunt precommit:css`.
noreply at wordpress.org
- [wp-svn] [49992] trunk: Robots: Introduce Robots API.
noreply at wordpress.org
- [wp-svn] [49993] trunk/src/wp-content/themes/twentytwentyone/template-parts/content: Twenty Twenty-One: Add missing HTML comments for `</header>` tag.
noreply at wordpress.org
- [wp-svn] [49994] trunk/src/wp-content/themes/twentytwentyone/template-parts/header: Twenty Twenty-One: Consistently use Yoda condition for `display_title_and_tagline` setting.
noreply at wordpress.org
- [wp-svn] [49995] branches/5.6/src/wp-includes/media.php: Media: Use consistent method for instantiating an attachment author object in Media Library.
noreply at wordpress.org
- [wp-svn] [49996] Editor: Trigger the `tinymce-editor-init` custom jQuery event on DOM ready.
noreply at wordpress.org
- [wp-svn] [49997] Site Health: Use a front-end URL for loopback tests.
noreply at wordpress.org
- [wp-svn] [49998] branches/5.6/src/wp-admin/authorize-application.php: App Passwords: Correct authorize app action names and signatures.
noreply at wordpress.org
- [wp-svn] [49999] App Passwords: Ensure the Add New button isn't hidden on mobile.
noreply at wordpress.org
- [wp-svn] [50000] trunk: 5.7-alpha-50000 {U+01F389}{U+01F64C}{U+2764}
noreply at wordpress.org
- [wp-svn] [50001] trunk/src: External Libraries: First pass at fixing jQuery deprecations in WordPress core and bundled themes.
noreply at wordpress.org
- [wp-svn] [50002] trunk/src/wp-admin/includes/class-wp-links-list-table.php: Docs: Fix typo in `WP_Links_List_Table` DocBlock.
noreply at wordpress.org
- [wp-svn] [50003] trunk/src/wp-admin/authorize-application.php: App Passwords: Use correct translation function for a heading on Authorize Application screen.
noreply at wordpress.org
- [wp-svn] [50004] App Passwords: Use correct translation function for a heading on Authorize Application screen.
noreply at wordpress.org
- [wp-svn] [50005] trunk: REST API: Support embedding links in `rest_preload_api_request()`.
noreply at wordpress.org
- [wp-svn] [50006] trunk/src: App Passwords: Extract Basic Auth check into a reusable filterable function.
noreply at wordpress.org
- [wp-svn] [50007] trunk: REST API: Add more specific error codes for schema validation.
noreply at wordpress.org
- [wp-svn] [50008] trunk/src/wp-admin/includes/deprecated.php: Docs: Document globals in `dropdown_categories()` and `dropdown_link_categories()`.
noreply at wordpress.org
- [wp-svn] [50009] trunk/src/wp-includes/category-template.php: Docs: Correct default value for the `number` argument of `wp_tag_cloud()`.
noreply at wordpress.org
- [wp-svn] [50010] trunk: REST API: Support type coercion when validating the `enum` JSON Schema keyword.
noreply at wordpress.org
- [wp-svn] [50011] trunk/src/wp-admin/includes/export.php: Export: Create an export-specific filter for post titles.
noreply at wordpress.org
- [wp-svn] [50012] trunk: Posts: Create a new function for resolving the post date.
noreply at wordpress.org
- [wp-svn] [50013] trunk: Menus: Make use of `wp_resolve_post_date()` when updating menu items.
noreply at wordpress.org
- [wp-svn] [50014] trunk/tests/phpunit/tests/post/nav-menu.php: Menus: Fix linting errors introduced in [50013].
noreply at wordpress.org
- [wp-svn] [50015] trunk/src/wp-includes/admin-bar.php: Toolbar: Update Documentation and Support links.
noreply at wordpress.org
- [wp-svn] [50016] trunk: Build/Test Tools: Update `sinon` dependency.
noreply at wordpress.org
- [wp-svn] [50017] trunk: Build/Test Tools: Update `autoprefixer` dependency.
noreply at wordpress.org
- [wp-svn] [50018] branches/4.4/src/wp-includes/js: Build/Test Tools: Correct JavaScript files in the 4.4 branch.
noreply at wordpress.org
- [wp-svn] [50019] branches/4.3/src/wp-includes/js/media-views.js: Build/Test Tools: Correct JavaScript file in the 4.3 branch.
noreply at wordpress.org
- [wp-svn] [50020] branches/4.2/src/wp-includes/js: Build/Test Tools: Correct JavaScript files in the 4.2 branch.
noreply at wordpress.org
- [wp-svn] [50021] trunk/src/js/media/models/query.js: Media: Remove caching from filter by date in media library.
noreply at wordpress.org
- [wp-svn] [50022] trunk/src/wp-includes/class-smtp.php: Mail: Make sure the `SMTP` class is only required once if a plugin requires `wp-includes/class-smtp.php` directly.
noreply at wordpress.org
- [wp-svn] [50023] branches/5.6: Build/Test Tools: Update several dependencies in the 5.6 branch.
noreply at wordpress.org
- [wp-svn] [50024] trunk: REST API: Introduce `modified_before` and `modified_after` query parameters for the posts endpoints.
noreply at wordpress.org
- [wp-svn] [50025] trunk/src: Administration: Standardize colors used in CSS to a single palette.
noreply at wordpress.org
- [wp-svn] [50026] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Correct colors for the Menu button.
noreply at wordpress.org
- [wp-svn] [50027] trunk/src: Plugins: Rotate the Updates icon in the admin bar when performing inline updates on the Plugins screen.
noreply at wordpress.org
- [wp-svn] [50028] trunk/src: Accessibility: Administration: Respect the `prefers-reduced-motion` media query for update icon spinner animations.
noreply at wordpress.org
- [wp-svn] [50029] trunk/src/js/media/models/query.js: Media: Reintroduce caching for Media Library query.
noreply at wordpress.org
- [wp-svn] [50030] trunk: App Passwords: Improve validation and sanitization of the application name.
noreply at wordpress.org
- [wp-svn] [50031] branches/5.6/src/js/_enqueues/wp/autosave.js: Editor: Fix improper triggering of the "Are you sure" prompt when navigating away from the old, "classic" Edit Post screen and there are no changes.
noreply at wordpress.org
- [wp-svn] [50032] trunk: Administration: Remove italic text to improve readability.
noreply at wordpress.org
- [wp-svn] [50033] trunk/src/wp-content/themes/twentytwenty: Twenty Twenty: Remove aria-expanded on search modal close button.
noreply at wordpress.org
- [wp-svn] [50034] trunk/src: Revisions: Generate correct number of columns in wp_text_diff.
noreply at wordpress.org
- [wp-svn] [50035] trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php: Site Health: Only run the version checks on the main site.
noreply at wordpress.org
- [wp-svn] [50036] Site Health: Only run the version checks on the main site.
noreply at wordpress.org
- [wp-svn] [50037] trunk: Privacy: Ensure that exported user data reports can't be found with directory listings.
noreply at wordpress.org
- [wp-svn] [50038] branches/5.6: Privacy: Ensure that exported user data reports can't be found with directory listings.
noreply at wordpress.org
- [wp-svn] [50039] trunk/src/wp-includes/post.php: Media: Ensure that `wp_get_attachment_metadata` can return values from the global `$post`, if avaiable.
noreply at wordpress.org
- [wp-svn] [50040] Media: Ensure that wp_get_attachment_metadata can return values from the global $post, if avaiable.
noreply at wordpress.org
- [wp-svn] [50041] trunk/src/wp-admin/includes: Site Health: Update php update strings to not overpromise performance.
noreply at wordpress.org
- [wp-svn] [50042] branches/5.6/src/wp-admin/includes/dashboard.php: Site Health: Update php update strings to not overpromise performance.
noreply at wordpress.org
- [wp-svn] [50043] Twenty Twenty-One: Make sure filtering attachment image attributes only affects front end and not the admin area.
noreply at wordpress.org
- [wp-svn] [50044] branches/5.6/src: App Passwords: Extract Basic Auth check into a reusable filterable function.
noreply at wordpress.org
- [wp-svn] [50045] branches/5.6/tests/phpunit/tests/auth.php: App Passwords: Only attempt auth if the username and password are set.
noreply at wordpress.org
- [wp-svn] [50046] REST API: Fix fatal error on multisite when calling the single item plugin routes.
noreply at wordpress.org
- [wp-svn] [50047] branches/5.6/tests/phpunit/tests/rest-api: REST API: Only include the controller's own taxonomy in it's schema.
noreply at wordpress.org
- [wp-svn] [50048] trunk: Editor: Update @wordpress npm packages
noreply at wordpress.org
- [wp-svn] [50049] trunk/src/wp-admin/includes/class-wp-site-health-auto-updates.php: Coding Standards: Simplify a long condition in `WP_Site_Health_Auto_Updates::test_wp_version_check_attached()` for better readability.
noreply at wordpress.org
- [wp-svn] [50050] Coding Standards: Simplify a long condition in `WP_Site_Health_Auto_Updates::test_wp_version_check_attached()` for better readability.
noreply at wordpress.org
- [wp-svn] [50051] trunk/src/wp-includes/post.php: Docs: Revert documentation change for `wp_get_attachment_metadata()`.
noreply at wordpress.org
- [wp-svn] [50052] Docs: Revert documentation change for `wp_get_attachment_metadata()`.
noreply at wordpress.org
- [wp-svn] [50053] trunk/src/wp-includes/load.php: Docs: Update documentation for `wp_is_site_protected_by_basic_auth()` per the documentation standards.
noreply at wordpress.org
- [wp-svn] [50054] Docs: Update documentation for `wp_is_site_protected_by_basic_auth()` per the documentation standards.
noreply at wordpress.org
- [wp-svn] [50055] trunk/src/wp-admin/includes/privacy-tools.php: Privacy: Add newlines to the `index.php` file in `wp-personal-data-exports` directory, for consistency with other similar files.
noreply at wordpress.org
- [wp-svn] [50056] Privacy: Add newlines to the `index.php` file in `wp-personal-data-exports` directory, for consistency with other similar files.
noreply at wordpress.org
- [wp-svn] [50057] trunk/src/wp-includes/class-wp-application-passwords.php: Docs: Update documentation for `WP_Application_Passwords::application_name_exists_for_user()` per the documentation standards.
noreply at wordpress.org
- [wp-svn] [50058] trunk/src/wp-admin/includes/dashboard.php: Site Health: Update the language around how PHP should be updated.
noreply at wordpress.org
- [wp-svn] [50059] Site Health: Update the language around how PHP should be updated.
noreply at wordpress.org
- [wp-svn] [50060] trunk/src/wp-includes/rest-api.php: REST API: Refactor `rest_validate_value_from_schema` into separate validation functions per-type.
noreply at wordpress.org
- [wp-svn] [50061] branches/5.6: Editor: Update WordPress editor npm packages.
noreply at wordpress.org
- [wp-svn] [50062] Twenty Twenty-One: Revert [50043] from the 5.6 branch.
noreply at wordpress.org
- [wp-svn] [50063] branches/5.6/src/wp-includes/version.php: WordPress 5.6.1 RC1.
noreply at wordpress.org
- [wp-svn] [50064] branches/5.6/src/wp-includes/version.php: Post WordPress 5.6.1 RC1 version bump.
noreply at wordpress.org
- [wp-svn] [50065] trunk: App Passwords: Introduce introspection endpoint.
noreply at wordpress.org
- [wp-svn] [50066] trunk/src/wp-includes/blocks: Editor: Move blocks/classic -> blocks/freeform
noreply at wordpress.org
- [wp-svn] [50067] trunk/src/js/media/models: Media: Remove caching from filter by date in media library.
noreply at wordpress.org
- [wp-svn] [50068] trunk/src/js/media/models/attachments.js: Media: Remove unused `refresh` from _requery.
noreply at wordpress.org
- [wp-svn] [50069] trunk/src/wp-admin/edit-form-blocks.php: Block Editor: Add defaultEditorStyles
noreply at wordpress.org
- [wp-svn] [50070] trunk/src/wp-admin/edit-form-blocks.php: Block Editor: Add enableCustomSpacing
noreply at wordpress.org
- [wp-svn] [50071] trunk/src/wp-admin/includes/class-wp-media-list-table.php: Docs: Switch a comment in `WP_Media_List_Table::prepare_items()` to multi-line format, per the documentation standards.
noreply at wordpress.org
- [wp-svn] [50072] trunk: Security, Site Health: Improve accuracy in messaging about HTTPS support.
noreply at wordpress.org
- [wp-svn] [50073] trunk/src/wp-content/themes/twentytwentyone: Twenty Twenty-One: Update several `devDependencies`.
noreply at wordpress.org
- [wp-svn] [50074] branches/5.2: Editor: Package bumps for Gutenberg.
noreply at wordpress.org
- [wp-svn] [50075] trunk: Security: Allow short-circuiting the `wp_update_https_detection_errors()` process.
noreply at wordpress.org
- [wp-svn] [50076] trunk/src/wp-content/themes/twentytwenty/style-rtl.css: Twenty Twenty: Update the RTL stylesheet with the `block-patterns` tag.
noreply at wordpress.org
- [wp-svn] [50077] trunk/src/wp-content/themes/twentytwenty: Twenty Twenty: Update several dependencies.
noreply at wordpress.org
- [wp-svn] [50078] trunk: Robots: Add `max-image-preview:large` directive by default.
noreply at wordpress.org
- [wp-svn] [50079] trunk/src/wp-content/themes/twentytwenty: Twenty Twenty: Update `@wordpress/scripts` to the latest version.
noreply at wordpress.org
- [wp-svn] [50080] trunk/src/wp-content/themes/twentynineteen/style-rtl.css: Twenty Nineteen: Update the RTL stylesheet with the `block-patterns` tag.
noreply at wordpress.org
- [wp-svn] [50081] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Update several `devDependencies`.
noreply at wordpress.org
- [wp-svn] [50082] trunk/src: Upgrade/Install: Allow WordPress sites to opt-in to development releases.
noreply at wordpress.org
- [wp-svn] [50083] Tests: Disable update checks while running REST API plugin installation tests.
noreply at wordpress.org
- [wp-svn] [50084] Tests: Disable update checks while running REST API plugin installation tests.
noreply at wordpress.org
- [wp-svn] [50085] Tests: Set up the plugin download in multisite plugin tests to come locally.
noreply at wordpress.org
- [wp-svn] [50086] Tests: Set up the plugin download in multisite plugin tests to come locally.
noreply at wordpress.org
- [wp-svn] [50087] branches/4.8/tests/phpunit/tests: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50088] branches/4.7/tests/phpunit/tests: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50089] branches/4.6/tests/phpunit/tests: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50090] branches/4.5/tests/phpunit/tests: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50091] branches/4.4/tests/phpunit/tests: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50092] branches/5.3/tests/phpunit/tests: Tests: Skip `test_readme()` if the HTTP request to `secure.php.net` or `dev.mysql.com` failed on timeout.
noreply at wordpress.org
- [wp-svn] [50093] branches/5.2/tests/phpunit/tests: Tests: Skip `test_readme()` if the HTTP request to `secure.php.net` or `dev.mysql.com` failed on timeout.
noreply at wordpress.org
- [wp-svn] [50094] branches/5.1/tests/phpunit/tests: Tests: Skip `test_readme()` if the HTTP request to `secure.php.net` or `dev.mysql.com` failed on timeout.
noreply at wordpress.org
- [wp-svn] [50095] branches/5.0/tests/phpunit/tests: Tests: Skip `test_readme()` if the HTTP request to `secure.php.net` or `dev.mysql.com` failed on timeout.
noreply at wordpress.org
- [wp-svn] [50096] branches/4.9/tests/phpunit/tests: Tests: Skip `test_readme()` if the HTTP request to `secure.php.net` or `dev.mysql.com` failed on timeout.
noreply at wordpress.org
- [wp-svn] [50097] branches/4.7/tests/phpunit/includes/testcase.php: Tests: Move `skipTestOnTimeout()` to a more appropriate location, for consistency with other branches.
noreply at wordpress.org
- [wp-svn] [50098] branches/4.6/tests/phpunit/includes/testcase.php: Tests: Move `skipTestOnTimeout()` to a more appropriate location, for consistency with other branches.
noreply at wordpress.org
- [wp-svn] [50099] branches/4.5/tests/phpunit/includes/testcase.php: Tests: Move `skipTestOnTimeout()` to a more appropriate location, for consistency with other branches.
noreply at wordpress.org
- [wp-svn] [50100] branches/4.4/tests/phpunit/includes/testcase.php: Tests: Move `skipTestOnTimeout()` to a more appropriate location, for consistency with other branches.
noreply at wordpress.org
- [wp-svn] [50101] branches/4.3/tests/phpunit/tests/http: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50102] branches/4.2/tests/phpunit/tests/http: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50103] branches/4.1/tests/phpunit/tests/http: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50104] branches/4.0/tests/phpunit/tests/http: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50105] branches/4.0/tests/phpunit/includes/testcase.php: Tests: Reorder `WP_UnitTestCase` methods for consistency with other branches.
noreply at wordpress.org
- [wp-svn] [50106] branches/3.9/tests/phpunit/tests/http: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50107] branches/3.8/tests/phpunit/tests/http: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50108] branches/3.7/tests/phpunit/tests/http: Tests: Use `skipTestOnTimeout()` in more HTTP tests.
noreply at wordpress.org
- [wp-svn] [50109] trunk: Comments: Introduce a method for commenters to opt-in to receiving an email notification when their moderated comment gets approved.
noreply at wordpress.org
- [wp-svn] [50110] trunk/.gitignore: Bundled Theme: Add Twenty Twenty to the list of ignored themes in `.gitignore`.
noreply at wordpress.org
- [wp-svn] [50111] trunk/src/wp-admin/css/list-tables.css: Administration: Accommodate long translations of user roles in the "Role" list table column.
noreply at wordpress.org
- [wp-svn] [50112] trunk/src/wp-includes/comment.php: I18N: Correct placeholders in translator comments in `wp_new_comment_notify_comment_author()`.
noreply at wordpress.org
- [wp-svn] [50113] trunk/tests/phpunit/tests/comment.php: Comments: Fix a coding standards issue introduced in [50109].
noreply at wordpress.org
- [wp-svn] [50114] trunk: App Passwords: Introduce fine grained capabilities.
noreply at wordpress.org
- [wp-svn] [50115] trunk/src: Menus: Add sticky footer to avoid duplicate save buttons.
noreply at wordpress.org
- [wp-svn] [50116] trunk/src/wp-includes: Taxonomy: Declare and document the `sort` and `args` properties of the `WP_Taxonomy` class.
noreply at wordpress.org
Last message date:
Sun Jan 31 23:13:51 UTC 2021
Archived on: Sun Jan 31 23:13:52 UTC 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).