February 2020 Archives by author
Starting: Sat Feb 1 00:37:15 UTC 2020
Ending: Sat Feb 29 23:43:58 UTC 2020
Messages: 247
- [wp-svn] [47149] trunk/src: Site Health: Rename `WP_Site_Health::initialize()` introduced in [47063] to `::get_instance()`, for clarity and consistency with other core classes.
noreply at wordpress.org
- [wp-svn] [47150] trunk/src/wp-admin/includes/privacy-tools.php: Docs: Document the addition of `$json_report_pathname` parameter to the `wp_privacy_personal_data_export_file_created` action.
noreply at wordpress.org
- [wp-svn] [47151] trunk/src/wp-admin/css/forms.css: Networks and Sites: Reduce `max-width` for user and site search inputs on Dashboard screen in Network Admin.
noreply at wordpress.org
- [wp-svn] [47152] trunk/src/wp-admin/edit-comments.php: Text Changes: Add missing periods to comment status update notices, for consistency.
noreply at wordpress.org
- [wp-svn] [47153] trunk/src: Text Changes: Add missing periods to some error messages, for consistency.
noreply at wordpress.org
- [wp-svn] [47154] trunk/src: Text Changes: Capitalize error messages consistently.
noreply at wordpress.org
- [wp-svn] [47155] trunk/tests/phpunit/tests/ajax/ReplytoComment.php: Tests: Update the expected message in `test_with_draft_post()`.
noreply at wordpress.org
- [wp-svn] [47156] trunk: Accessibility: Text Changes: Use sentence case for the word `Error` in various error messages, instead of all caps.
noreply at wordpress.org
- [wp-svn] [47157] trunk/src: Docs: Correct DocBlock formatting for `register_setting()`.
noreply at wordpress.org
- [wp-svn] [47158] trunk/src/wp-admin/options.php: Administration: Include options page name in the "Options page not found" error message to provide better context for plugin developers.
noreply at wordpress.org
- [wp-svn] [47159] trunk/src/wp-admin/options.php: Docs: Improve inline comments in `wp-admin/options.php` per the documentation standards.
noreply at wordpress.org
- [wp-svn] [47160] trunk: Post Thumbnails: Make sure `get_post_thumbnail_id()` returns an integer, to match the documented return value.
noreply at wordpress.org
- [wp-svn] [47161] trunk/src/wp-includes/class-http.php: Docs: Add more specific description for `WP_Http::processResponse()` return value.
noreply at wordpress.org
- [wp-svn] [47162] trunk/tests/phpunit/tests/xmlrpc/mw/getPost.php: Tests: Adjust XML-RPC unit tests for [47160].
noreply at wordpress.org
- [wp-svn] [47163] trunk/tests/phpunit/tests/xmlrpc/mw/getPost.php: Tests: Adjust XML-RPC unit tests for [47160].
noreply at wordpress.org
- [wp-svn] [47164] trunk/src: Editor: Remove back-compat stub for Classic Editor's old distraction-free writing mode.
noreply at wordpress.org
- [wp-svn] [47165] trunk/src/wp-includes/default-constants.php: Docs: Fix typo in a comment with `WP_DEBUG_DISPLAY` description.
noreply at wordpress.org
- [wp-svn] [47166] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php: REST API: Merge "not allowed to create new terms" permission error message with an existing string.
noreply at wordpress.org
- [wp-svn] [47167] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Plugins: Remove obsolete `plugin_slugs` transient from `WP_Plugins_List_Table::prepare_items()`.
noreply at wordpress.org
- [wp-svn] [47168] trunk/tools/webpack/packages.js: Build: Copy block metadata files for dynamic blocks.
noreply at wordpress.org
- [wp-svn] [47169] trunk: Canonical: When removing trailing punctuation from query string arguments, match the whole query var name.
noreply at wordpress.org
- [wp-svn] [47170] trunk/src/wp-includes: Docs: Improve documentation for `WP_Dependencies`, `WP_Scripts`, and `WP_Styles` methods.
noreply at wordpress.org
- [wp-svn] [47171] trunk/src/wp-includes/wp-db.php: Database: Add `ANSI` to the list of incompatible SQL modes.
noreply at wordpress.org
- [wp-svn] [47172] trunk/src/js/_enqueues/vendor/tinymce/langs/wp-langs-en.js: TinyMCE: Remove duplicate keys and strings from `langs/wp-langs-en.js`.
noreply at wordpress.org
- [wp-svn] [47173] trunk/src: Users: In `remove_user_from_blog()`:
noreply at wordpress.org
- [wp-svn] [47174] trunk/src/wp-includes/ms-functions.php: Docs: Improve description for `add_user_to_blog()` and `remove_user_from_blog()` parameters.
noreply at wordpress.org
- [wp-svn] [47175] trunk/src/wp-includes/ms-functions.php: Users: Pass the `$reassign` parameter to the `remove_user_from_blog` action.
noreply at wordpress.org
- [wp-svn] [47176] trunk: Block Editor: Include navigation block server logic.
noreply at wordpress.org
- [wp-svn] [47177] trunk/src/wp-includes/ms-functions.php: Coding Standards: Fix WPCS issues in [47175].
noreply at wordpress.org
- [wp-svn] [47178] trunk: Posts, Post Types: Fail gracefully when checking mapped cap against unregistered post status.
noreply at wordpress.org
- [wp-svn] [47179] trunk/src/wp-includes/class-wp-query.php: Posts, Post Types: Fail gracefully when checking whether the post should be displayed in `WP_Query::get_posts()` against unregistered post status.
noreply at wordpress.org
- [wp-svn] [47180] trunk/src/wp-includes/class-wp-query.php: Posts, Post Types: Revert [47179] pending test failures investigation.
noreply at wordpress.org
- [wp-svn] [47181] trunk: Posts, Post Types: Fail gracefully when checking whether a single post with an unregistered post status should be displayed in `WP_Query::get_posts()`.
noreply at wordpress.org
- [wp-svn] [47182] trunk/src/wp-includes/post-template.php: Docs: Clarify that `is_page_template()` accepts a template filename, not the `Template Name` file header.
noreply at wordpress.org
- [wp-svn] [47183] trunk/tests/phpunit/tests/db.php: Tests: Allow `wpdb::set_sql_mode()` tests to run on MySQL 8.0.11+.
noreply at wordpress.org
- [wp-svn] [47184] trunk/tests/phpunit/tests/dbdelta.php: Tests: Allow `dbDelta()` tests to (mostly) run on MySQL 8.0.11+.
noreply at wordpress.org
- [wp-svn] [47185] trunk/tests/phpunit/tests/dbdelta.php: Coding Standards: Fix WPCS issue in [47184].
noreply at wordpress.org
- [wp-svn] [47186] trunk: Taxonomy: In `register_taxonomy()`, return the registered taxonomy object on success, for consistency with `register_post_type()`.
noreply at wordpress.org
- [wp-svn] [47187] trunk/src/wp-includes/taxonomy.php: Docs: Add a `@since` note for [47186].
noreply at wordpress.org
- [wp-svn] [47188] trunk/src/wp-admin/css/site-health.css: Site Health: Improve focus style for accordion items on Site Health screens.
noreply at wordpress.org
- [wp-svn] [47189] trunk/src/wp-admin/includes: Docs: Correct type for `$item` and $args` parameters in `Walker_Nav_Menu_Checklist` and `Walker_Nav_Menu_Edit` to match the parent `Walker_Nav_Menu` class.
noreply at wordpress.org
- [wp-svn] [47190] trunk/src/wp-admin/includes/class-walker-nav-menu-edit.php: Menus: Introduce `wp_nav_menu_item_custom_fields` action that fires just before the move buttons of a nav menu item in the menu editor.
noreply at wordpress.org
- [wp-svn] [47191] trunk/src/wp-admin/post.php: Posts, Post Types: Wrap text submitted via Quick Draft dashboard widget in the Paragraph block.
noreply at wordpress.org
- [wp-svn] [47192] trunk/src/wp-content/themes/twentytwenty: Bundled Themes: Twenty Twenty Menu rendering problem Unicode (Bangla).
noreply at wordpress.org
- [wp-svn] [47193] trunk/tests/phpunit/tests/dbdelta.php: Tests: In `Tests_dbDelta::setUp()`, only force MyISAM database engine on MySQL versions older than 5.7.
noreply at wordpress.org
- [wp-svn] [47194] trunk: Posts, Post Types: Change "Featured Image" post label to use sentence case: "Featured image".
noreply at wordpress.org
- [wp-svn] [47195] trunk/tests/phpunit/tests/dbdelta.php: Tests: In `Tests_dbDelta`, only force MyISAM database engine on MySQL versions older than 5.7.
noreply at wordpress.org
- [wp-svn] [47196] trunk: Posts, Post Types: Add default `menu_icon` values for built-in post types.
noreply at wordpress.org
- [wp-svn] [47197] trunk/src/wp-includes: Coding Standards: Move `WP_Object_Cache` to `wp-includes/class-wp-object-cache.php`.
noreply at wordpress.org
- [wp-svn] [47198] trunk: Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant.
noreply at wordpress.org
- [wp-svn] [47199] trunk: Block Editor: Update WordPress Packages.
noreply at wordpress.org
- [wp-svn] [47200] trunk/tests/phpunit/tests: Tests: Change a few remaining `include_once` statements to `require_once`, for consistency.
noreply at wordpress.org
- [wp-svn] [47201] trunk/wp-tests-config-sample.php: Tests: Revert the `dirname( __FILE__ )` replacement in `wp-tests-config-sample.php` for now, to avoid breaking unit tests created with WP-CLI `scaffold` command.
noreply at wordpress.org
- [wp-svn] [47202] trunk/src: Media: Add link to the original image in the image properties if it was scaled or rotated after uploading.
noreply at wordpress.org
- [wp-svn] [47203] trunk/src/wp-includes/post.php: Posts, Post Types: Introduce a filter which allows the addition of `__trashed` suffixes on post slugs to be skipped.
noreply at wordpress.org
- [wp-svn] [47204] trunk/src/wp-includes/functions.wp-styles.php: Script Loader: Fix a docblock so it points to the correct page on the developer reference.
noreply at wordpress.org
- [wp-svn] [47205] trunk/src/wp-includes/taxonomy.php: Taxonomy: Clarify the docs for the return values of the `term_exists()` function.
noreply at wordpress.org
- [wp-svn] [47206] trunk/src/wp-admin/includes/post.php: Posts, Post Types: Add a parameter to the `post_locked_dialog` action which contains a reference to the user who holds the lock.
noreply at wordpress.org
- [wp-svn] [47207] trunk: Coding Standards: Adjust coding standards to always omit parentheses for `include`/`require` statements.
noreply at wordpress.org
- [wp-svn] [47208] trunk/src/wp-admin/css: Accessibility: Customize: Improve focus styles for color picker and media upload button in Customizer.
noreply at wordpress.org
- [wp-svn] [47209] trunk/src/wp-admin: Accessibility: Menus: Make tab panels in `Add menu items` section more accessible for keyboard users.
noreply at wordpress.org
- [wp-svn] [47210] trunk/src/wp-includes: Docs: Improve description for the `$editor_id` parameter of `wp_editor()` and `_WP_Editors::editor()`.
noreply at wordpress.org
- [wp-svn] [47211] trunk/src/wp-includes/nav-menu.php: Menus: Use `get_post_states()` to denote special pages on the added menu item accordions.
noreply at wordpress.org
- [wp-svn] [47212] trunk: Tests: Add a basic test for `wp()` function.
noreply at wordpress.org
- [wp-svn] [47213] trunk/src/wp-includes/nav-menu.php: Menus: When adding a label for special pages in `wp_setup_nav_menu_item()`, check if `get_post_states()` is available, to avoid fatal errors on front end.
noreply at wordpress.org
- [wp-svn] [47214] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Improve code organization in `template-functions.php` by moving helper functions into their own file.
noreply at wordpress.org
- [wp-svn] [47215] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Only get MySQL server information in tests where it's actually needed.
noreply at wordpress.org
- [wp-svn] [47216] trunk/src/wp-includes/class-wp-oembed.php: Embeds: Add support for TikTok.
noreply at wordpress.org
- [wp-svn] [47217] trunk/src/js/media/views/attachments/browser.js: Accessibility: Media: Make the toolbar and inline uploader visual order always match the DOM order.
noreply at wordpress.org
- [wp-svn] [47218] trunk/src/wp-admin: Coding Standards: Use Yoda conditions in some `wp-admin` files.
noreply at wordpress.org
- [wp-svn] [47219] trunk/src: Coding Standards: Use Yoda conditions where appropriate.
noreply at wordpress.org
- [wp-svn] [47220] trunk/src/wp-admin/admin.php: Coding Standards: Correct the `get_plugin_page_hook()` check in `wp-admin/admin.php`.
noreply at wordpress.org
- [wp-svn] [47221] trunk: Toolbar: Load toolbar in `wp_body_open` when available.
noreply at wordpress.org
- [wp-svn] [47222] trunk/src: Editor: Fix incorrect usage of ID attributes on custom fields.
noreply at wordpress.org
- [wp-svn] [47223] trunk/src/wp-includes/general-template.php: General: Fix HTML for get_calendar()
noreply at wordpress.org
- [wp-svn] [47224] trunk: REST API: Introduce selective link embedding.
noreply at wordpress.org
- [wp-svn] [47225] trunk/docker-compose.yml: Build/Test Tools: Expose port 3306 of MySQL container.
noreply at wordpress.org
- [wp-svn] [47226] trunk/src: Login and Registration: Use CSS animation instead of old JavaScript code for "shake" animation on login failure.
noreply at wordpress.org
- [wp-svn] [47227] trunk/src/wp-admin/includes/import.php: Import: Remove "Blogroll" import option (for links in OPML format) from the list of popular importer plugins.
noreply at wordpress.org
- [wp-svn] [47228] trunk/src/wp-admin/includes/meta-boxes.php: Editor: Add unique classes to `.post-attributes-label-wrapper` paragraphs for easier JS or CSS targeting.
noreply at wordpress.org
- [wp-svn] [47229] trunk/src/js/_enqueues/lib/image-edit.js: Media: Ensure imgareaselect.js is not initialized twice for the same image.
noreply at wordpress.org
- [wp-svn] [47230] trunk/src: Docs: Add descriptions for some globals:
noreply at wordpress.org
- [wp-svn] [47231] trunk/src/wp-settings.php: Docs: Add documentation for globals in `wp-settings.php`.
noreply at wordpress.org
- [wp-svn] [47232] trunk/src/wp-login.php: Login and Registration: Clarify the message on "Lost Password" screen.
noreply at wordpress.org
- [wp-svn] [47233] trunk: Administration: Capitalize `Trash` consistently in various messages and comments.
noreply at wordpress.org
- [wp-svn] [47234] trunk/src/wp-admin/includes: Administration: Standardize "found in Trash" messages.
noreply at wordpress.org
- [wp-svn] [47235] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Move the warning about `WP_DEBUG_LOG` being publicly accessible from "critical issues" to "recommended improvements" if the error log is outside of the WordPress directory.
noreply at wordpress.org
- [wp-svn] [47236] trunk: Privacy: Include `community-events-location` user meta value in Personal Data Export.
noreply at wordpress.org
- [wp-svn] [47237] trunk: Privacy: Include session tokens in Personal Data Export.
noreply at wordpress.org
- [wp-svn] [47238] trunk: Script Loader: Add polyfill for window.URL, window.DOMRect.
noreply at wordpress.org
- [wp-svn] [47239] trunk: REST API: Add support for the REDIRECT_HTTP_AUTHORIZATION header.
noreply at wordpress.org
- [wp-svn] [47240] trunk/src/wp-admin/edit-form-blocks.php: Block Editor: Backport inclusion of new editor settings to the core.
noreply at wordpress.org
- [wp-svn] [47241] trunk/src/wp-content/themes/twentytwenty: Bundled Themes: Twenty Twenty Author Bio/Post Meta Width in Cover Template in Mobile.
noreply at wordpress.org
- [wp-svn] [47242] trunk/src/wp-content/themes/twentynineteen/inc/helper-functions.php: Twenty Nineteen: Add the missing `inc/helper-functions.php` file.
noreply at wordpress.org
- [wp-svn] [47243] trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-svg-icons.php: Bundled Themes: Twenty Twenty add WhatsApp to the social icon menu.
noreply at wordpress.org
- [wp-svn] [47244] trunk/src/wp-content/themes/twentytwenty: Bundled Themes: Twenty Twenty post navigation links outside of the container.
noreply at wordpress.org
- [wp-svn] [47245] trunk: Privacy: Rename `wp_get_user_request_data()` to `wp_get_user_request()` for clarity; deprecate the old function.
noreply at wordpress.org
- [wp-svn] [47246] trunk: Privacy: Give progress indication for export and erasure.
noreply at wordpress.org
- [wp-svn] [47247] trunk/src/wp-admin/includes: Privacy: Convert buttons to links visually in Privacy Export/Erasure "Next Steps" column.
noreply at wordpress.org
- [wp-svn] [47248] trunk/src/js/_enqueues/admin/privacy-tools.js: Coding Standards: Fix JSHint issues in [47246].
noreply at wordpress.org
- [wp-svn] [47249] trunk/src/wp-includes/media.php: Docs: Improve documentation for the `$attr` parameter of `wp_get_attachment_image()`.
noreply at wordpress.org
- [wp-svn] [47250] trunk: Block Editor: Update WordPress Packages; Remove navigation block; Add social links block
noreply at wordpress.org
- [wp-svn] [47251] trunk/src/wp-admin/includes/media.php: Media: In `media_sideload_image()`, store the original attachment URL in the `_source_url` post meta value.
noreply at wordpress.org
- [wp-svn] [47252] trunk/src/wp-admin: Comments: Improve the appearance of the Status box on Edit Comment screen.
noreply at wordpress.org
- [wp-svn] [47253] trunk/tests/phpunit/includes/spy-rest-server.php: Docs: Improve documentation for `tests/phpunit/includes/spy-rest-server.php`.
noreply at wordpress.org
- [wp-svn] [47254] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Improve the wording for PHP update recommendations.
noreply at wordpress.org
- [wp-svn] [47255] trunk/src/wp-admin: Administration: Remove a blank space in the Recent Comments dashboard widget if avatars are disabled on Discussion Settings screen.
noreply at wordpress.org
- [wp-svn] [47256] trunk/src/wp-admin/includes/dashboard.php: Administration: Move `.has-row-actions` class in Recent Comments dashboard widget next to `.dashboard-comment-wrap`, for consistency.
noreply at wordpress.org
- [wp-svn] [47257] trunk/src/wp-admin/css/widgets.css: Media: Improve the preview of transparent images in Image widget by using CSS3 to show a checkered background.
noreply at wordpress.org
- [wp-svn] [47258] trunk: REST API: List all core theme feature support details in /themes endpoint response.
noreply at wordpress.org
- [wp-svn] [47259] trunk/src/wp-includes/script-loader.php: Media: Improve wording for error message on failed post-processing of uploaded images.
noreply at wordpress.org
- [wp-svn] [47260] trunk: REST API: Match REST API routes on namespace before performing regex checks.
noreply at wordpress.org
- [wp-svn] [47261] trunk: REST API: Allow meta to be set when creating a new media record via REST.
noreply at wordpress.org
- [wp-svn] [47262] trunk/src/js/_enqueues/lib/image-edit.js: Media: Reset aspect ratio constraints when width and height fields fail numeric validation.
noreply at wordpress.org
- [wp-svn] [47263] trunk/src: Widgets: Prevent currently active wide widget controls from being partially covered by another widget's controls.
noreply at wordpress.org
- [wp-svn] [47264] trunk/src/wp-content/themes/twentytwenty/assets/css: Bundled Themes: Twenty Twenty property border-style is overwritten - coding standard.
noreply at wordpress.org
- [wp-svn] [47265] trunk: REST API: Introduce rest_{$this->post_type}_item_schema filter to enable manipulation of schema values.
noreply at wordpress.org
- [wp-svn] [47266] trunk/src: Media: Fix bottom spacing on various Media Modal elements for non-webkit browsers.
noreply at wordpress.org
- [wp-svn] [47267] trunk/src/wp-includes/theme.php: Customize: Avoid unnecessary `get_theme_mod()` call and premature escaping in `get_header_video_url()`.
noreply at wordpress.org
- [wp-svn] [47268] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Adjust "Database username" and "Table prefix" strings for consistency with the same strings in `wp-admin/setup-config.php`.
noreply at wordpress.org
- [wp-svn] [47269] trunk: Privacy: Un-map privacy capabilities to make them available to be assigned for custom roles:
noreply at wordpress.org
- [wp-svn] [47270] trunk: Privacy: Introduce `wp_privacy_additional_user_data` filter to make it easier to include additional user meta in a personal data export.
noreply at wordpress.org
- [wp-svn] [47271] trunk/src/wp-admin/css/themes.css: Upload: Fix Plugin and Theme upload form are misaligned.
noreply at wordpress.org
- [wp-svn] [47272] trunk/src/wp-admin/export.php: Export: Use correct context for the `Posts` label on the Export screen.
noreply at wordpress.org
- [wp-svn] [47273] trunk/src/wp-content/themes/twentysixteen/css: Bundled Themes: Twenty Sixteen text color setting in pullquote block not applied.
noreply at wordpress.org
- [wp-svn] [47274] trunk/src/wp-includes/post.php: Media: Pass through the `$unfiltered` param to `get_attached_file()` in `wp_get_original_image_path()`.
noreply at wordpress.org
- [wp-svn] [47275] trunk/src/wp-admin/includes/class-plugin-upgrader.php: Upgrade/Install: Enable maintenance mode when plugins are auto-updated.
noreply at wordpress.org
- [wp-svn] [47276] trunk: Comments: Add a `$post_id` parameter to `get_comments_number_text()` and `comments_number()`.
noreply at wordpress.org
- [wp-svn] [47277] trunk/src/wp-includes/user.php: Coding Standards: Use a strict `in_array()` check for reserved names of user data items in `wp_user_personal_data_exporter()`.
noreply at wordpress.org
- [wp-svn] [47278] trunk: Privacy: Add a table of contents to Personal Data Export report for easier navigation.
noreply at wordpress.org
- [wp-svn] [47279] trunk: Privacy: Introduce filters for the headers of all the privacy-related e-mails:
noreply at wordpress.org
- [wp-svn] [47280] trunk: Privacy: Revert [47269] for now to address side effects on Multisite installations.
noreply at wordpress.org
- [wp-svn] [47281] trunk/src/wp-includes/version.php: WordPress 5.4 Beta 1.
noreply at wordpress.org
- [wp-svn] [47282] trunk/src/wp-includes/version.php: Post WordPress 5.4 Beta 1 version bump.
noreply at wordpress.org
- [wp-svn] [47283] trunk/src/wp-admin/css/forms.css: Privacy: Improve the appearance of privacy request email inputs on mobile.
noreply at wordpress.org
- [wp-svn] [47284] trunk/src/wp-admin/includes/class-wp-privacy-policy-content.php: Privacy: Only show the Privacy Policy page notice when editing the page, not on drafts list.
noreply at wordpress.org
- [wp-svn] [47285] trunk/src/license.txt: General: Update Michel Valdrighi's website in `license.txt`.
noreply at wordpress.org
- [wp-svn] [47286] trunk/src/wp-includes/comment.php: Docs: Update `@return` tag for `wp_allow_comment()` with `trash` as a possible return value.
noreply at wordpress.org
- [wp-svn] [47287] trunk/src: Coding Standards: Rename `$d` parameter in various date/time functions to `$format` for clarity.
noreply at wordpress.org
- [wp-svn] [47288] trunk/tests/phpunit/tests/general/template.php: Tests: Rename `$d` variable in some date/time tests to `$format` for clarity.
noreply at wordpress.org
- [wp-svn] [47289] trunk/src/wp-admin/css/forms.css: Administration: Correct alignment of form controls inside custom meta boxes.
noreply at wordpress.org
- [wp-svn] [47290] Administration: Correct alignment of form controls inside custom meta boxes.
noreply at wordpress.org
- [wp-svn] [47291] trunk/src/wp-admin/includes/bookmark.php: Administration: Allow `wp_update_link()` to update the `link_owner` field, for consistency with other link fields.
noreply at wordpress.org
- [wp-svn] [47292] trunk/src/wp-admin/css/widgets.css: Widgets: Hide the "Align" legend in Image Widget display settings, since the associated controls are also hidden.
noreply at wordpress.org
- [wp-svn] [47293] trunk/src/wp-admin/css: Themes: Correct the height of theme actions button container on various screen sizes.
noreply at wordpress.org
- [wp-svn] [47294] trunk/src/js/_enqueues/lib/nav-menu.js: Menus: Restore the title of the currently active/expanded menu item when clicking "Cancel" after editing.
noreply at wordpress.org
- [wp-svn] [47295] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php: Docs: Improve inline comments for `require_once()` calls in `WP_REST_Attachments_Controller`.
noreply at wordpress.org
- [wp-svn] [47296] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php: REST API: Restore `wp-admin/includes/image.php` requirement in `WP_REST_Attachments_Controller::create_item()`.
noreply at wordpress.org
- [wp-svn] [47297] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php: Docs: Fix typo in a comment in `WP_REST_Attachments_Controller::create_item()`.
noreply at wordpress.org
- [wp-svn] [47298] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php: Docs: Improve inline comments for `require_once` calls in `WP_REST_Users_Controller` per the documentation standards.
noreply at wordpress.org
- [wp-svn] [47299] trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php: Users: Limit the scope of admin files required in `WP_REST_Users_Controller`.
noreply at wordpress.org
- [wp-svn] [47300] trunk/src/wp-admin/includes/dashboard.php: Site Health: Prevent the Site Health Status dashboard widget from loading on network admin screen for now.
noreply at wordpress.org
- [wp-svn] [47301] trunk/tools/webpack/packages.js: Block Editor: Add missing package to the default export array.
noreply at wordpress.org
- [wp-svn] [47302] trunk: Block Editor: Update WordPress Packages WordPress 5.4 beta 2.
noreply at wordpress.org
- [wp-svn] [47303] trunk/Gruntfile.js: Build/Test Tools: Keep `wp-config.php` file in the `build` directory on rebuild.
noreply at wordpress.org
- [wp-svn] [47304] trunk/src/wp-admin: Accessibility: Improve readability by removing unnecessary italic font style.
noreply at wordpress.org
- [wp-svn] [47305] trunk/src/wp-includes/general-template.php: Theme Editor: Disable CodeMirror CSS linting.
noreply at wordpress.org
- [wp-svn] [47306] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: Display the REST API test error codes correctly.
noreply at wordpress.org
- [wp-svn] [47307] trunk/src/wp-includes/widgets/class-wp-widget-media-video.php: Widgets: Remove unnecessary redundant conditional.
noreply at wordpress.org
- [wp-svn] [47308] trunk/src/wp-includes/widgets/class-wp-widget-media-video.php: Widgets: Revert [47307].
noreply at wordpress.org
- [wp-svn] [47309] trunk/src/wp-includes/version.php: Bump version number to beta 2
noreply at wordpress.org
- [wp-svn] [47310] trunk/src/wp-includes/version.php: Bump version number to beta 2-47310
noreply at wordpress.org
- [wp-svn] [47311] trunk/tests/phpunit/tests/post/objects.php: Tests: Remove an irrelevant `tags_input` property assertion from `test_get_page_template_property()`.
noreply at wordpress.org
- [wp-svn] [47312] trunk/Gruntfile.js: Build/Test Tools: Keep `wp-config.php` file in the `build` directory on rebuild, but still copy it over from `src` if it also exists there.
noreply at wordpress.org
- [wp-svn] [47313] trunk/tests/phpunit/tests/multisite/site.php: Tests: Use delta comparison in `test_site_dates_are_gmt()` to avoid race conditions.
noreply at wordpress.org
- [wp-svn] [47314] Tests: Use delta comparison in `test_site_dates_are_gmt()` to avoid race conditions.
noreply at wordpress.org
- [wp-svn] [47315] Tests: Use delta comparison in `test_site_dates_are_gmt()` to avoid race conditions.
noreply at wordpress.org
- [wp-svn] [47316] Tests: Use delta comparison in `test_site_dates_are_gmt()` to avoid race conditions.
noreply at wordpress.org
- [wp-svn] [47317] trunk: Posts, Post Types: Discard `tags_input` parameter in `wp_update_post()` if it's the same as existing post tags.
noreply at wordpress.org
- [wp-svn] [47318] trunk/tests/phpunit/tests/multisite/site.php: Tests: Correct assertions in `test_site_dates_are_gmt()`.
noreply at wordpress.org
- [wp-svn] [47319] Tests: Correct assertions in `test_site_dates_are_gmt()`.
noreply at wordpress.org
- [wp-svn] [47320] Tests: Correct assertions in `test_site_dates_are_gmt()`.
noreply at wordpress.org
- [wp-svn] [47321] Tests: Correct assertions in `test_site_dates_are_gmt()`.
noreply at wordpress.org
- [wp-svn] [47322] branches/5.1/.travis.yml: Build/Test Tools: Trim the test matrix on Travis in order to speed up the 5.1 branch build.
noreply at wordpress.org
- [wp-svn] [47323] branches/5.0/.travis.yml: Build/Test Tools: Move the PHP 7.3 Travis job in 5.0 branch after the JS tests, for consistency with other branches.
noreply at wordpress.org
- [wp-svn] [47324] trunk/src/wp-includes/comment.php: Docs: Add missing quote to `{@see 'comment_$old_status_to_$new_status'}` hook reference in `wp_transition_comment_status()` DocBlock.
noreply at wordpress.org
- [wp-svn] [47325] trunk: REST API: Warn if registering array settings without an items schema.
noreply at wordpress.org
- [wp-svn] [47326] trunk: REST API: Fix links format in OPTIONS requests for non-variable routes.
noreply at wordpress.org
- [wp-svn] [47327] trunk/src/wp-content/themes/twentynineteen: Bundled Themes: Twenty Nineteen Update margins in editor styles to address upcoming block editor margin changes.
noreply at wordpress.org
- [wp-svn] [47328] trunk: REST API: Don't assume all item schemas have properties.
noreply at wordpress.org
- [wp-svn] [47329] branches/3.9: Build/Test Tools: Fix the Travis CI build for the 3.9 branch.
noreply at wordpress.org
- [wp-svn] [47330] trunk/src/wp-admin/includes/file.php: I18N: Replace `upload_max_filesize`, `php.ini`, `MAX_FILE_SIZE` with placeholders in upload error strings.
noreply at wordpress.org
- [wp-svn] [47331] branches/4.0/tests/phpunit/tests: Build/Test Tools: Merge some test fixes to the 4.0 branch, for consistency with other branches.
noreply at wordpress.org
- [wp-svn] [47332] branches/4.1/tests/phpunit/tests: Build/Test Tools: Merge some test fixes to the 4.1 branch, for consistency with other branches.
noreply at wordpress.org
- [wp-svn] [47333] Build/Test Tools: Improve Travis CI configuration for better performance on 3.9 branch.
noreply at wordpress.org
- [wp-svn] [47334] branches/3.8/src/wp-admin/includes/post.php: Posts, Post Types: Ensure `edit_post()` promotes an auto-draft to draft.
noreply at wordpress.org
- [wp-svn] [47335] branches/3.7/src/wp-admin/includes/post.php: Posts, Post Types: Ensure `edit_post()` promotes an auto-draft to draft.
noreply at wordpress.org
- [wp-svn] [47336] branches/5.2/.travis.yml: Build/Test Tools: Display PHPUnit information for PHP tests only (for 5.2 branch).
noreply at wordpress.org
- [wp-svn] [47337] branches/5.1/.travis.yml: Build/Test Tools: Display PHPUnit information for PHP tests only (for 5.1 branch).
noreply at wordpress.org
- [wp-svn] [47338] branches/3.8: Build/Test Tools: Fix the Travis CI build for the 3.8 branch.
noreply at wordpress.org
- [wp-svn] [47339] trunk/src/wp-content/themes/twentynineteen: Bundled Themes: Twenty Nineteen text color setting in pullquote block not applied.
noreply at wordpress.org
- [wp-svn] [47340] trunk/src/wp-admin/css/list-tables.css: Comments: improve styling on mobile for comments marked as spam.
noreply at wordpress.org
- [wp-svn] [47341] trunk/tests/phpunit/tests/term.php: Build/Test Tools: Remove unused `::assertPostHasTerms()` method from `tests/term.php`.
noreply at wordpress.org
- [wp-svn] [47342] trunk/.github: General: Introduce a pull request template.
noreply at wordpress.org
- [wp-svn] [47343] branches/3.7: Build/Test Tools: Fix the Travis CI build for the 3.7 branch.
noreply at wordpress.org
- [wp-svn] [47344] trunk/src/wp-admin/setup-config.php: I18N: Use a consistent wording for "Unable to write to file" strings.
noreply at wordpress.org
- [wp-svn] [47345] trunk/src/wp-admin/includes/class-wp-debug-data.php: I18N: Replace `.htaccess` with placeholders in the strings for Site Health custom rules check.
noreply at wordpress.org
- [wp-svn] [47346] trunk/src/wp-includes/class-http.php: Docs: Add a `@staticvar` entry for `$transports` in `WP_Http::_dispatch_request()`.
noreply at wordpress.org
- [wp-svn] [47347] trunk/src/wp-includes/option.php: Docs: Use third-person singular verbs for function descriptions in `wp-includes/option.php`, per the documentation standards.
noreply at wordpress.org
- [wp-svn] [47348] trunk/Gruntfile.js: Built/Test Tools: Ignore the `node_modules` folder in Twenty Nineteen when running `grunt jshint:themes`.
noreply at wordpress.org
- [wp-svn] [47349] trunk/src/js/_enqueues/wp/media/editor.js: Coding Standards: Add missing braces to `if` conditions and use strict comparison in `js/_enqueues/wp/media/editor.js`.
noreply at wordpress.org
- [wp-svn] [47350] trunk/src/wp-includes/customize/class-wp-customize-nav-menu-item-control.php: Menus: Introduce `wp_nav_menu_item_custom_fields_customize_template` action that fires at the end of the form field template for nav menu items in the customizer.
noreply at wordpress.org
- [wp-svn] [47351] trunk: REST API: Fix namespace shadowing issue in route matching logic.
noreply at wordpress.org
- [wp-svn] [47352] trunk: Build Tools:
noreply at wordpress.org
- [wp-svn] [47353] trunk/src/wp-includes/script-loader.php: Accessibility: Widgets: Restore missing string in script loader.
noreply at wordpress.org
- [wp-svn] [47354] trunk: Block Editor: Update WordPress Packages WordPress 5.4 Beta 3.
noreply at wordpress.org
- [wp-svn] [47355] trunk/src/wp-includes/script-loader.php: Script Loader: Remove unnecessary reference sign from function definitions in script loader.
noreply at wordpress.org
- [wp-svn] [47356] trunk/src/js/_enqueues/wp/customize/nav-menus.js: Customize: When a menu item is removed from the menu, uncheck its source item on the available items panel.
noreply at wordpress.org
- [wp-svn] [47357] trunk: Posts, Post Types: Ensure `delete_posts` is included in default post type capabilities regardless of `map_meta_cap` value.
noreply at wordpress.org
- [wp-svn] [47358] trunk/src/wp-includes/post.php: Docs: Add a `@since` note for including `delete_posts` in default capabilities in `get_post_type_capabilities()`.
noreply at wordpress.org
- [wp-svn] [47359] trunk/src/wp-includes/class.wp-dependencies.php: Script Loader: Improve performance of `wp_script_is()` for scripts registered with complex dependencies.
noreply at wordpress.org
- [wp-svn] [47360] trunk: REST API: Apply all relevant block rendering filters when rendering block previews.
noreply at wordpress.org
- [wp-svn] [47361] trunk: REST API: Permit access to the themes controller if user can edit any post type.
noreply at wordpress.org
- [wp-svn] [47362] trunk: REST API: Correctly infer empty objects passed via query parameters.
noreply at wordpress.org
- [wp-svn] [47363] trunk/src/wp-includes/customize: Docs: Add a reference to `WP_Customize_Control::__construct()` for information on accepted arguments to override class property defaults in child classes.
noreply at wordpress.org
- [wp-svn] [47364] trunk/src/wp-includes: Docs: Add a reference to `WP_Customize_Control::__construct()` for information on accepted arguments in `WP_Customize_Manager::add_control()`.
noreply at wordpress.org
- [wp-svn] [47365] trunk/src/wp-admin/css/widgets.css: Widgets: Avoid an overflow issue in widget controls that include `<select>` form fields.
noreply at wordpress.org
- [wp-svn] [47366] trunk: Comments: Restore the fourth parameter of `comments_number()` as `$post_id`, for consistency with `get_comments_number_text()`.
noreply at wordpress.org
- [wp-svn] [47367] trunk/src/wp-includes/class-wp-customize-manager.php: Docs: Clarify in `WP_Customize_Manager::remove_*()` methods that removing a setting, panel, section, or control does not destroy the class instance or remove its filters.
noreply at wordpress.org
- [wp-svn] [47368] trunk/src/wp-includes/user.php: Docs: In `wp_insert_user()`, clarify that `rich_editing`, `syntax_highlighting`, `comment_shortcuts`, and `show_admin_bar_front` arguments accept `true` or `false` as a string literal, not boolean.
noreply at wordpress.org
- [wp-svn] [47369] trunk/src/wp-includes/user.php: Docs: In `wp_insert_user()`, correct `@type` for `rich_editing`, `syntax_highlighting`, `comment_shortcuts`, and `show_admin_bar_front` arguments.
noreply at wordpress.org
- [wp-svn] [47370] trunk/src/wp-includes/load.php: Bootstrap/Load: In `wp_magic_quotes()`, revert the type change to string for `REQUEST_TIME` and `REQUEST_TIME_FLOAT` values, which should retain their proper type.
noreply at wordpress.org
- [wp-svn] [47371] trunk/src/wp-includes/widgets: Widgets: Create a unique HTML ID for the `<ul>` element of Recent Comments widget if more than one instance is displayed on the page.
noreply at wordpress.org
- [wp-svn] [47372] trunk/src: Coding Standards: Use strict comparison for `normalize_whitespace()` checks when comparing revisions or autosaves.
noreply at wordpress.org
- [wp-svn] [47373] trunk/src/wp-includes/option.php: Docs: In `update_option()`, remove an inaccurate statement about the `$autoload` value for new options.
noreply at wordpress.org
- [wp-svn] [47374] trunk/src/wp-includes/general-template.php: General: Introduce HTML classes in `get_calendar()` for easier CSS targeting:
noreply at wordpress.org
- [wp-svn] [47375] trunk/src/wp-includes/css/media-views.css: Accessibility: Media: Hide the invisible "file upload button" on media views from assistive technologies.
noreply at wordpress.org
- [wp-svn] [47376] trunk/src/wp-admin/css/forms.css: Privacy: Switch buttons in Next Steps column of privacy request tables to `break-word` for better legibility on various screen sizes.
noreply at wordpress.org
- [wp-svn] [47377] trunk/src/wp-includes/assets/script-loader-packages.php: Block Editor: Update `wp-includes/assets/script-loader-packages.php`.
noreply at wordpress.org
- [wp-svn] [47378] trunk/src/wp-includes/version.php: WordPress 5.4 Beta 3.
noreply at wordpress.org
- [wp-svn] [47379] trunk/src/wp-includes/version.php: Post WordPress 5.4 Beta 3 version bump.
noreply at wordpress.org
- [wp-svn] [47380] trunk: Build Tools: Do not delete the (now committed) `script-loader-packages.php` file when running `clean:js` and copy it to /build.
noreply at wordpress.org
- [wp-svn] [47381] trunk/tests/phpunit/tests/post/types.php: Build/Test Tools: Remove redundant `Tests_Post_Types::register_post_type()` helper method, use `register_post_type()` directly.
noreply at wordpress.org
- [wp-svn] [47382] trunk/src/wp-includes: Docs: Add a `@see` reference to `WP_Customize_Control::__construct()` in child class constructors.
noreply at wordpress.org
- [wp-svn] [47383] trunk/src/wp-includes: Docs: Use a consistent description for the `$manager` parameter in various Customizer class constructions.
noreply at wordpress.org
- [wp-svn] [47384] trunk/src/wp-includes: Docs: Add a reference to `WP_Customize_Setting::__construct()` for information on accepted arguments in `WP_Customize_Manager::add_setting()`.
noreply at wordpress.org
- [wp-svn] [47385] trunk/src/wp-includes: Docs: Clarify the type of `theme_supports` argument in various Customizer classes.
noreply at wordpress.org
- [wp-svn] [47386] trunk/src/wp-includes: Docs: Add a reference to `WP_Customize_Section::__construct()` for information on accepted arguments in `WP_Customize_Manager::add_section()`.
noreply at wordpress.org
- [wp-svn] [47387] trunk/src/wp-includes: Docs: Add a reference to `WP_Customize_Panel::__construct()` for information on accepted arguments in `WP_Customize_Manager::add_panel()`.
noreply at wordpress.org
- [wp-svn] [47388] trunk/src/wp-content/themes/twentytwenty/inc/starter-content.php: Twenty Twenty: Replace quotation marks in starter content with HTML entities.
noreply at wordpress.org
- [wp-svn] [47389] trunk/composer.json: Coding Standards: Update PHPCS Composer plugin to v0.6.0.
noreply at wordpress.org
- [wp-svn] [47390] trunk/src/wp-includes/meta.php: Docs: Improve documentation for various metadata functions.
noreply at wordpress.org
- [wp-svn] [47391] trunk/src/wp-includes/rest-api/endpoints: Docs: Improve documentation for `WP_REST_Attachments_Controller`.
noreply at wordpress.org
- [wp-svn] [47392] trunk/src/wp-content/themes/twentythirteen/style.css: Bundled Themes: Twenty Thirteen update calendar widget styles for 5.4 markup.
noreply at wordpress.org
- [wp-svn] [47393] trunk/src/wp-content/themes/twentytwenty/searchform.php: Bundled Themes: Twenty Twenty searchform.php error.
noreply at wordpress.org
- [wp-svn] [47394] trunk/src/wp-includes: Docs: Correct and improve the docs for some media related functions.
noreply at wordpress.org
- [wp-svn] [47395] trunk/src: Privacy: Make the progress indicator for export and erasure visible even if not hovered over.
noreply at wordpress.org
Last message date:
Sat Feb 29 23:43:58 UTC 2020
Archived on: Sat Feb 29 23:43:59 UTC 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).