August 2019 Archives by subject
Starting: Thu Aug 1 02:24:08 UTC 2019
Ending: Sat Aug 31 20:52:07 UTC 2019
Messages: 217
- [wp-svn] [45707] trunk/src/wp-includes/wp-db.php: Database: Use a strict comparison for `has_filter()` check in `wpdb::placeholder_escape()`.
noreply at wordpress.org
- [wp-svn] [45708] trunk: Users: Deprecate `update_user_status()` in favor of `wp_update_user()`.
noreply at wordpress.org
- [wp-svn] [45709] trunk/tests/phpunit/tests/user: Coding Standards: Fix WPCS violations after [45708].
noreply at wordpress.org
- [wp-svn] [45710] trunk/src/wp-includes/taxonomy.php: Coding Standards: Use strict comparison in `wp-includes/taxonomy.php`.
noreply at wordpress.org
- [wp-svn] [45711] trunk/src/wp-includes/taxonomy.php: Taxonomy: Correct some strict comparisons after [45710].
noreply at wordpress.org
- [wp-svn] [45712] trunk/src/wp-includes/pluggable.php: Users: Use `get_password_reset_key()` in `wp_new_user_notification()`.
noreply at wordpress.org
- [wp-svn] [45713] trunk/src/wp-includes/user.php: Users: Reorganize `user_nicename`, `user_url`, `user_registered` setting in `wp_insert_user()` for consistency with the order or fields in the database.
noreply at wordpress.org
- [wp-svn] [45714] trunk: Users: Use `wp_update_user()` in `get_password_reset_key()`.
noreply at wordpress.org
- [wp-svn] [45715] trunk/src/wp-includes: Users: Use `clean_user_cache()` in `wp_insert_user()`, `wp_update_user()`, `wp_set_password()`, `add_user_to_blog()`.
noreply at wordpress.org
- [wp-svn] [45716] trunk/src/wp-includes/user.php: Users: Replace raw SQL query in `check_password_reset_key()` with `get_user_by()`.
noreply at wordpress.org
- [wp-svn] [45717] trunk/tests/phpunit/tests/auth.php: Users: Clean user cache in `check_password_reset_key()` tests.
noreply at wordpress.org
- [wp-svn] [45718] trunk/src/wp-content/themes/twentyfifteen/functions.php: Twenty Fifteen: Prevent `author-bio.php` partial template from interfering with rendering an author archive of a user with the `bio` username.
noreply at wordpress.org
- [wp-svn] [45719] trunk/src/wp-content/themes/twentythirteen/functions.php: Twenty Thirteen: Prevent `author-bio.php` partial template from interfering with rendering an author archive of a user with the `bio` username.
noreply at wordpress.org
- [wp-svn] [45720] trunk/src/wp-content/themes/twentyfifteen/functions.php: Twenty Fifteen: Make `twentyfifteen_author_bio_template()` use author templates if exist, fall back to regular template hierarchy otherwise.
noreply at wordpress.org
- [wp-svn] [45721] trunk/src/wp-content/themes/twentythirteen/functions.php: Twenty Thirteen: Make `twentythirteen_author_bio_template()` use author templates if exist, fall back to regular template hierarchy otherwise.
noreply at wordpress.org
- [wp-svn] [45722] trunk/src/wp-admin/css/color-picker.css: Customize: Make the color picker close when clicking on the empty area on the right.
noreply at wordpress.org
- [wp-svn] [45723] trunk/src: Taxonomy: Fix deprecated calls to `get_terms()`.
noreply at wordpress.org
- [wp-svn] [45724] trunk/src/wp-includes/post.php: Posts, Post Types: Check the result of `wp_update_post()` in `wp_trash_post()` and `wp_untrash_post()`.
noreply at wordpress.org
- [wp-svn] [45725] trunk/src/wp-includes/media-template.php: Accessibility: Fix the `alt` attribute of the Gallery images within the Classic Editor.
noreply at wordpress.org
- [wp-svn] [45726] trunk/src/js/_enqueues/wp/emoji.js: Accessibility: Improve the way emojis are announced by screen readers.
noreply at wordpress.org
- [wp-svn] [45727] trunk/src/wp-admin/includes/ajax-actions.php: Menus: Fix the Custom Links text fallback.
noreply at wordpress.org
- [wp-svn] [45728] trunk/src/wp-includes/widgets/class-wp-widget-meta.php: Accessibility: Remove title attributes from the Meta widget.
noreply at wordpress.org
- [wp-svn] [45729] trunk/src: Accessibility: Improve the differences between revisions.
noreply at wordpress.org
- [wp-svn] [45730] trunk/src: PHP 7.4 compatibility fix / accessing arrays/string using curly brace syntax
noreply at wordpress.org
- [wp-svn] [45731] trunk/src/wp-admin: Script Loader: Send a 400 Bad Request status code in `load-scripts.php` and `load-styles.php` if the required `load[]` parameter is not set.
noreply at wordpress.org
- [wp-svn] [45732] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health: If `WP_DEFAULT_THEME` doesn't exist, use `WP_Theme::get_core_default_theme()` as a fallback.
noreply at wordpress.org
- [wp-svn] [45733] trunk/src/wp-admin/includes/class-wp-site-health.php: Docs: Fix typo in a comment in `WP_Site_Health::get_test_theme_version()`.
noreply at wordpress.org
- [wp-svn] [45734] trunk/src: Docs: Add missing description for `$wpdb`, `$wp_db_version`, and `$wp_current_db_version` globals.
noreply at wordpress.org
- [wp-svn] [45735] trunk/src: Docs: Add missing description for `$wp_rewrite` global.
noreply at wordpress.org
- [wp-svn] [45736] trunk/src: Docs: Add missing description for `$wp` global.
noreply at wordpress.org
- [wp-svn] [45737] trunk/src: Docs: Add missing description for `$wp_locale` global.
noreply at wordpress.org
- [wp-svn] [45738] trunk/src/wp-includes/l10n.php: Docs: Add missing description for `$wp_locale_switcher` global.
noreply at wordpress.org
- [wp-svn] [45739] trunk/src: Docs: Add missing description for `$wp_query` and `$wp_the_query` globals.
noreply at wordpress.org
- [wp-svn] [45740] trunk/src: Docs: Add missing description for `$current_screen` global.
noreply at wordpress.org
- [wp-svn] [45741] trunk/src/wp-includes/comment-template.php: Docs: Remove incorrect `@return` tags in `comment_reply_link()` and `post_reply_link()` DocBlocks.
noreply at wordpress.org
- [wp-svn] [45742] trunk/src: Docs: Add missing description for `$post` global.
noreply at wordpress.org
- [wp-svn] [45743] trunk/src/wp-admin/options.php: Administration: Display a warning at the top of "All Settings" screen.
noreply at wordpress.org
- [wp-svn] [45744] trunk/src/wp-includes/post.php: Posts, Post Types: Revert unintended change from [45742].
noreply at wordpress.org
- [wp-svn] [45745] trunk: Build Tools: Add a WordPress Development Environment.
noreply at wordpress.org
- [wp-svn] [45746] trunk/src/wp-includes/post.php: Posts, Post Types: Update, not delete the `page_for_posts` option in `_reset_front_page_settings_for_post()` when a linked page is deleted or trashed.
noreply at wordpress.org
- [wp-svn] [45747] trunk/src/wp-admin/includes/upgrade.php: Upgrade/Install: Make sure `translate_level_to_role()` always returns a value.
noreply at wordpress.org
- [wp-svn] [45748] trunk/src/wp-includes/class-wp-http-cookie.php: Docs: Correct `@type` annotation for `WP_HTTP_Cookie::$expires`.
noreply at wordpress.org
- [wp-svn] [45749] trunk/src/wp-includes/class-wp-http-curl.php: Docs: Correct `@type` annotation for `WP_Http_Curl` properties.
noreply at wordpress.org
- [wp-svn] [45750] trunk/src/wp-admin/includes/class-wp-plugins-list-table.php: Site Health: Use correct variable when checking PHP requirements for a plugin update in `WP_Plugins_List_Table::single_row()`.
noreply at wordpress.org
- [wp-svn] [45751] trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php: Plugins: Use `include_once` for `wp-admin/includes/plugin-install.php` in `WP_Plugin_Install_List_Table::prepare_items()`.
noreply at wordpress.org
- [wp-svn] [45752] trunk/src/wp-admin/options-reading.php: Coding Standards: Use strict comparison in `wp-admin/options-reading.php`.
noreply at wordpress.org
- [wp-svn] [45753] trunk/src/wp-includes/feed.php: Feeds: Escape `&` characters in `atom_site_icon()` for XML, for consistency with `rss2_site_icon()`.
noreply at wordpress.org
- [wp-svn] [45754] trunk: General: Correctly detect large floats in `is_serialized()`.
noreply at wordpress.org
- [wp-svn] [45755] trunk/tests/phpunit/tests/functions.php: Coding Standards: Fix WPCS violation in [45754].
noreply at wordpress.org
- [wp-svn] [45756] trunk/src/wp-admin/css/list-tables.css: Administration: Correct "Quick Edit" link height in list tables for consistency with other action links.
noreply at wordpress.org
- [wp-svn] [45757] trunk/src: Add admin email verification screen.
noreply at wordpress.org
- [wp-svn] [45758] trunk/src/wp-admin/includes/upgrade.php: Remove trailing white space in upgrade.php after [45757].
noreply at wordpress.org
- [wp-svn] [45759] trunk/src/wp-admin/edit.php: Coding Standards: Use strict comparison in `wp-admin/edit.php`.
noreply at wordpress.org
- [wp-svn] [45760] trunk/src/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php: Twenty Nineteen: Remove duplicate `height` and `width` attributes from SVG icons.
noreply at wordpress.org
- [wp-svn] [45761] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Revise Latest Posts block styles to support post content options.
noreply at wordpress.org
- [wp-svn] [45762] trunk: Build Tools: Switch all Travis PHPUnit jobs over to Docker-based PHP.
noreply at wordpress.org
- [wp-svn] [45763] trunk/src/wp-content/themes/twentyeleven/editor-blocks.css: Twenty Eleven: Correct height for a Button block without text.
noreply at wordpress.org
- [wp-svn] [45764] trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css: Twenty Seventeen: Correct height for a Button block without text.
noreply at wordpress.org
- [wp-svn] [45765] trunk/package.json: Bump grunt-patch-wordpress to 2.0.0
noreply at wordpress.org
- [wp-svn] [45766] trunk/src/wp-admin/options-reading.php: Administration: Show a warning in Reading Settings when a Privacy Policy page is accidentally set as a Homepage or Posts page.
noreply at wordpress.org
- [wp-svn] [45767] trunk/src/wp-content/themes: Bundled Themes: Audit and update version numbers passed to `wp_enqueue_style()` to ensure proper cache busting.
noreply at wordpress.org
- [wp-svn] [45768] trunk/src/wp-content/themes: Bundled Themes: Audit and update version numbers passed to `wp_enqueue_script()` to ensure proper cache busting.
noreply at wordpress.org
- [wp-svn] [45769] trunk: Emoji: Upgrade Twemoji to 12.1.2.
noreply at wordpress.org
- [wp-svn] [45770] trunk/src: Bootstrap/Load: Change "Insufficient Requirements" `wp_die()` heading to "Requirements Not Met", which is more appropriate for the context it's used in.
noreply at wordpress.org
- [wp-svn] [45771] trunk/src/wp-includes/rest-api.php: REST API: In `get_rest_url()`, check if `$_SERVER['SERVER_NAME']` is set to avoid a PHP warning in CLI context.
noreply at wordpress.org
- [wp-svn] [45772] trunk/src/wp-includes/feed.php: Feeds: Introduce the `get_self_link()` function.
noreply at wordpress.org
- [wp-svn] [45773] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Correct license URI.
noreply at wordpress.org
- [wp-svn] [45774] trunk/src/wp-content/themes/twentynineteen/readme.txt: Twenty Nineteen: Add missing copyright information.
noreply at wordpress.org
- [wp-svn] [45775] trunk/src/wp-content/themes/twentynineteen/readme.txt: Twenty Nineteen: Add missing `Installation` section to `readme.txt`, for consistency with other themes.
noreply at wordpress.org
- [wp-svn] [45776] trunk/src/wp-content/themes/twentysixteen/readme.txt: Twenty Sixteen: Correct HelpHub URL in `readme.txt`.
noreply at wordpress.org
- [wp-svn] [45777] trunk/src/wp-includes/widgets/class-wp-widget-media-image.php: Widgets: Replace http with https in the link placeholder widget image
noreply at wordpress.org
- [wp-svn] [45778] trunk/src/wp-includes/pluggable.php: Docs: Document the `show_split_view` argument for `wp_text_diff()`.
noreply at wordpress.org
- [wp-svn] [45779] trunk/src/wp-includes/post.php: Docs: Improve documentation for `get_page_by_title()`.
noreply at wordpress.org
- [wp-svn] [45780] trunk/src/wp-includes/ms-blogs.php: Docs: Improve documentation for `get_last_updated()`.
noreply at wordpress.org
- [wp-svn] [45781] trunk/src/wp-includes: Docs: Improve documentation for various feed link functions and filters.
noreply at wordpress.org
- [wp-svn] [45782] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Add database charset and collation information to debug info.
noreply at wordpress.org
- [wp-svn] [45783] trunk: Build Tools: Miscellaneous `local-env` improvements.
noreply at wordpress.org
- [wp-svn] [45784] trunk/docker-compose.yml: Build Tools: Add the `docker-compose.yml` file, missed in [45783].
noreply at wordpress.org
- [wp-svn] [45785] trunk/tools/local-env/docker-compose.yml: Build Tools: Remove the old `docker-compose.yml` file, now no longer used.
noreply at wordpress.org
- [wp-svn] [45786] trunk/src/wp-includes/meta.php: Docs: Clarify custom-fields support requirement for viewing custom post meta in REST API.
noreply at wordpress.org
- [wp-svn] [45787] trunk: Comments: Include post permalink in comment reply link.
noreply at wordpress.org
- [wp-svn] [45788] trunk/src: Admin email verification:
noreply at wordpress.org
- [wp-svn] [45789] trunk/src/wp-admin/includes/upgrade.php: Remove trailing white space in upgrade.php.
noreply at wordpress.org
- [wp-svn] [45790] trunk/src/js/_enqueues/lib/comment-reply.js: Comments: enable typing cmd/ctrl-enter to submit comment forms.
noreply at wordpress.org
- [wp-svn] [45791] trunk/src/wp-admin/site-health-info.php: Site Health: Simplify the language in Status Health Info page introduction, add a link to Status page.
noreply at wordpress.org
- [wp-svn] [45792] trunk/src/js/_enqueues/lib/comment-reply.js: Coding Standards: Fix JSHint error in [45790].
noreply at wordpress.org
- [wp-svn] [45793] trunk/src/js/_enqueues/wp/updates.js: Plugins: Adjust the pause before running plugin search AJAX request on "Add Plugins" screen to allow more time for using browser's autocomplete.
noreply at wordpress.org
- [wp-svn] [45794] trunk/src/wp-includes/ms-blogs.php: Networks and Sites: Improve documentation and variable naming in `switch_to_blog()` and `restore_current_blog()`.
noreply at wordpress.org
- [wp-svn] [45795] trunk/tests/phpunit/tests/user/listAuthors.php: Users: Make `wp_list_authors()` unit tests more readable.
noreply at wordpress.org
- [wp-svn] [45796] trunk: Posts, Post Types: In `wp_trim_words()` make sure the `$num_words` parameter is always an integer, as documented, to avoid a PHP warning.
noreply at wordpress.org
- [wp-svn] [45797] trunk/src/wp-includes/taxonomy.php: Docs: Correct type for `query_var` argument of `register_taxonomy()`.
noreply at wordpress.org
- [wp-svn] [45798] trunk: Widgets: Allow for short-circuiting widget output in `the_widget()` using the `widget_display_callback` filter, for consistency with output via a registered sidebar.
noreply at wordpress.org
- [wp-svn] [45799] trunk/.travis.yml: Build Tools: Run `composer` commands in a Docker container on Travis.
noreply at wordpress.org
- [wp-svn] [45800] trunk/docker-compose.yml: Build Tools: Change the PHPUnit Docker image's working directory to match the other images.
noreply at wordpress.org
- [wp-svn] [45801] trunk/src/wp-admin/includes/class-wp-site-health.php: Site Health Check: Increase time allowance for cron checks.
noreply at wordpress.org
- [wp-svn] [45802] trunk/tests/phpunit/tests/site-health.php: Site Health Check: New tests file missed in [45801].
noreply at wordpress.org
- [wp-svn] [45803] trunk/src/wp-admin/includes/class-wp-site-health.php: Docs: Add missing `@since` tag for `WP_Site_Health::has_late_cron()`.
noreply at wordpress.org
- [wp-svn] [45804] trunk/src/wp-admin/network/site-new.php: Networks and Sites: Trim site domain when creating a new site on Add New Site screen before further validation.
noreply at wordpress.org
- [wp-svn] [45805] trunk/src: Schema: Add an index to `wp_options.autoload`.
noreply at wordpress.org
- [wp-svn] [45806] trunk/src/wp-admin/users.php: Users: When deleting users, exclude the current user from the content existence check.
noreply at wordpress.org
- [wp-svn] [45807] trunk: REST API: Support 'object' and 'array' types in register_meta() schemas.
noreply at wordpress.org
- [wp-svn] [45808] trunk/tests/phpunit/includes/class-jsonserializable-object.php: REST API: Add test class file incorrectly omitted from [45807].
noreply at wordpress.org
- [wp-svn] [45809] trunk: REST API: Do not send response body if status is 204 or body is null.
noreply at wordpress.org
- [wp-svn] [45810] trunk/src/wp-includes: REST API: Clarify arguments passed to rest route get & update callbacks.
noreply at wordpress.org
- [wp-svn] [45811] trunk: REST API: Cache results of get_item_schema on controller instances for performance.
noreply at wordpress.org
- [wp-svn] [45812] trunk: REST API: Prevent deletion of post revisions.
noreply at wordpress.org
- [wp-svn] [45813] trunk: REST API: Always return post types list in taxonomies endpoint response as an array.
noreply at wordpress.org
- [wp-svn] [45814] trunk/src/wp-admin/includes/template.php: Administration: In `add_settings_error()`, add `warning` and `info` as possible values for message type.
noreply at wordpress.org
- [wp-svn] [45815] trunk/tests/phpunit/tests/rest-api/rest-taxonomies-controller.php: REST API: Add @ticket annotation to test from [45813].
noreply at wordpress.org
- [wp-svn] [45816] trunk/src/wp-includes/general-template.php: Coding Standards: In `wlwmanifest_link()`, use concatenation instead of commas for `echo`, for consistency with `rsd_link()` and the rest of core.
noreply at wordpress.org
- [wp-svn] [45817] trunk/src/wp-includes/general-template.php: Taxonomy: In `feed_links_extra()` and `get_the_archive_title()`, make sure the queried taxonomy term exists before accessing its properties.
noreply at wordpress.org
- [wp-svn] [45818] trunk/src/wp-admin: Administration: Replace legacy `updated` message type in `add_settings_error()` calls with `success`.
noreply at wordpress.org
- [wp-svn] [45819] trunk/tools/local-env/scripts/start.js: Build Tools: Improve `local-env` start behaviour under Docker Toolbox.
noreply at wordpress.org
- [wp-svn] [45820] trunk/tests/phpunit/tests/rest-api/rest-revisions-controller.php: Add @ticket annotations for [45812].
noreply at wordpress.org
- [wp-svn] [45821] trunk/src/wp-includes/class-wp-admin-bar.php: Docs: Add a missing return type.
noreply at wordpress.org
- [wp-svn] [45822] trunk/src/wp-includes/pluggable.php: Docs: Improve documentation for `wp_set_auth_cookie()` and related functions.
noreply at wordpress.org
- [wp-svn] [45823] trunk/src/wp-includes/class-wp-xmlrpc-server.php: Pings/Trackbacks: In `wp_xmlrpc_server::pingback_ping()`, strip inline JS and CSS while trying to figure out the pingback context.
noreply at wordpress.org
- [wp-svn] [45824] trunk/src/wp-admin/css/list-tables.css: Plugins: Adjust margin for plugin headings on "Add Plugins" screen to avoid overlapping with "Network Activate" button.
noreply at wordpress.org
- [wp-svn] [45825] trunk: Privacy: Add descriptions for sections in a personal data export file.
noreply at wordpress.org
- [wp-svn] [45826] trunk: Multisite: Remove truncation to allow clearers identification of longer site names
noreply at wordpress.org
- [wp-svn] [45827] trunk: Tests: Add an xdebug group for tests that require xdebug.
noreply at wordpress.org
- [wp-svn] [45828] Menus: Fix the Custom Links text fallback.
noreply at wordpress.org
- [wp-svn] [45829] Block Editor: Avoid a PHP warning when a theme adds an editor style with an empty filename.
noreply at wordpress.org
- [wp-svn] [45830] Customize: Fix text direction for color picker in RTL.
noreply at wordpress.org
- [wp-svn] [45831] Editor: Fix undefined `$locked` var in edit-form-blocks.php when the `show_post_locked_dialog` filter is used to disable displaying of the dialog.
noreply at wordpress.org
- [wp-svn] [45832] branches/5.2/tests/phpunit/tests/post/nav-menu.php: Menus: Trim whitespace from custom link URLs.
noreply at wordpress.org
- [wp-svn] [45833] Site Health: Use correct variable when checking PHP requirements for a plugin update in `WP_Plugins_List_Table::single_row()`.
noreply at wordpress.org
- [wp-svn] [45834] branches/5.2/src/wp-admin: Accessibility: Make sure layout tables across the admin are correctly linearized.
noreply at wordpress.org
- [wp-svn] [45835] branches/5.2/src/wp-admin: Accessibility: Improve settings tables and forms after [45403].
noreply at wordpress.org
- [wp-svn] [45836] Editor: Correct `since` annotation for the `excerpt_allowed_blocks` filter.
noreply at wordpress.org
- [wp-svn] [45837] branches/5.2/tests/phpunit/tests/formatting/Smilies.php: Formatting: Don't convert smilies in ignored tags that have attributes.
noreply at wordpress.org
- [wp-svn] [45838] Media: Make sure the bottom media toolbar content is fully visible with Internet Explorer 11.
noreply at wordpress.org
- [wp-svn] [45839] branches/5.2/src/wp-admin/custom-header.php: Accessibility: Fix the headings hierarchy in the legacy Custom Background and Custom Header pages.
noreply at wordpress.org
- [wp-svn] [45840] branches/5.2/src: Accessibility: Improve the media views upload Dismiss Errors button.
noreply at wordpress.org
- [wp-svn] [45841] branches/5.2/src: Media: Reduces the bulk media options to have one primary button.
noreply at wordpress.org
- [wp-svn] [45842] Accessibility: Toolbar: Make the `min-width` value for `#wpadminbar` at `782px` breakpoint consistent with that of `<body>`.
noreply at wordpress.org
- [wp-svn] [45843] Customize: Make the color picker close when clicking on the empty area on the right.
noreply at wordpress.org
- [wp-svn] [45844] branches/5.2/src: Upgrade/Install: Bring some consistency to installation screen styles.
noreply at wordpress.org
- [wp-svn] [45845] branches/5.2/src/wp-content/themes/twentynineteen: Twenty Nineteen: Revise Latest Posts block styles to support post content options.
noreply at wordpress.org
- [wp-svn] [45846] Twenty Seventeen: Accessibility: Add missing focus state for native audio and video embeds.
noreply at wordpress.org
- [wp-svn] [45847] branches/5.2/src/wp-content/themes/twentyseventeen: Twenty Seventeen: Correct the CSS selectors intended to fix hover colors for MediaElement controls.
noreply at wordpress.org
- [wp-svn] [45848] Block Editor: Fix the link to the classic editor when incompatible meta boxen are detected.
noreply at wordpress.org
- [wp-svn] [45849] branches/5.2/src: Accessibility: Fix the order of the Previous, Next, and Close buttons in the Attachment Details modal.
noreply at wordpress.org
- [wp-svn] [45850] trunk/src/wp-includes/class-wp-date-query.php: Date/Time: In `WP_Date_Query::__construct()`, return early if `$date_query` is empty or not an array.
noreply at wordpress.org
- [wp-svn] [45851] trunk: Date/Time: In `wp_insert_post()`, when checking the post date to set `future` or `publish` status, use string comparison to work around far future dates (year 2038+) on 32-bit systems.
noreply at wordpress.org
- [wp-svn] [45852] trunk/tests/phpunit/tests/post/wpInsertPost.php: Coding Standards: Fix WPCS violations in [45851].
noreply at wordpress.org
- [wp-svn] [45853] trunk: Date/Time: Introduce `wp_timezone_string()` and `wp_timezone()` for unified timezone retrieval.
noreply at wordpress.org
- [wp-svn] [45854] trunk/src/wp-includes/functions.php: Coding Standards: Use `KB_IN_BYTES` in `get_file_data()`.
noreply at wordpress.org
- [wp-svn] [45855] trunk/tests/phpunit/tests/date/wpTimezone.php: Coding Standards: Use long array syntax in `Tests_WP_Timezone::timezone_offset_provider()`.
noreply at wordpress.org
- [wp-svn] [45856] trunk: Date/Time: Use PHP `DateTime` class API in `current_time()`.
noreply at wordpress.org
- [wp-svn] [45857] trunk/tests/phpunit/tests/date/currentTime.php: Date/Time: Fix race conditions in `current_time()` tests.
noreply at wordpress.org
- [wp-svn] [45858] trunk: Users: In `wp_insert_user()`, account for the `wp_pre_insert_user_data` filter returning empty data.
noreply at wordpress.org
- [wp-svn] [45859] trunk/tests/phpunit/tests/user.php: Tests: Remove `$wpdb` global reference from `test_wp_insert_user_with_empty_data()`.
noreply at wordpress.org
- [wp-svn] [45860] trunk/src/wp-content/themes/twentyeleven/editor-blocks.css: Twenty Eleven: Adjust [45763] to conform to CSS Coding Standards.
noreply at wordpress.org
- [wp-svn] [45861] trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css: Twenty Seventeen: Adjust [45764] to conform to CSS Coding Standards.
noreply at wordpress.org
- [wp-svn] [45862] trunk/src/wp-content/themes/twentyeleven/editor-blocks.css: Twenty Eleven: Fix tabs vs.
noreply at wordpress.org
- [wp-svn] [45863] trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css: Twenty Seventeen: Fix tabs vs.
noreply at wordpress.org
- [wp-svn] [45864] Twenty Seventeen: Correct height for a Button block without text.
noreply at wordpress.org
- [wp-svn] [45865] Accessibility: Fix the `alt` attribute of the Gallery images within the Classic Editor.
noreply at wordpress.org
- [wp-svn] [45866] branches/5.2/src: Accessibility: Make the Media modal an ARIA modal dialog.
noreply at wordpress.org
- [wp-svn] [45867] trunk/src/js/media/views/focus-manager.js: Docs: Update `@since` tag for new JS functions and variables introduced in [45572].
noreply at wordpress.org
- [wp-svn] [45868] Docs: Update `@since` tag for new JS functions and variables introduced in [45572].
noreply at wordpress.org
- [wp-svn] [45869] trunk/src/js/_enqueues: Customizer: Trim whitespace from custom link URLs.
noreply at wordpress.org
- [wp-svn] [45870] branches/5.2/src/js/_enqueues/wp/customize/nav-menus.js: Customizer: Trim whitespace from custom link URLs.
noreply at wordpress.org
- [wp-svn] [45871] trunk/src/wp-admin/includes/image.php: Docs: Fix typo in `_wp_make_subsizes()` DocBlock.
noreply at wordpress.org
- [wp-svn] [45872] trunk/src/wp-includes/taxonomy.php: Docs: Correct type for the `$deprecated` argument of `get_terms()`.
noreply at wordpress.org
- [wp-svn] [45873] trunk: Administration: Adjust [45814] to address a backward compatibility issue for plugins passing multiple CSS classes to `add_settings_error()`.
noreply at wordpress.org
- [wp-svn] [45874] trunk: Users: Adjust [45708] to make sure `wp_update_user()` does not issue a `WP_Error` if a single site was previously set up as Multisite and there's still a `spam` field in the user table.
noreply at wordpress.org
- [wp-svn] [45875] trunk: Build Tools: Don't use git for package installs.
noreply at wordpress.org
- [wp-svn] [45876] trunk: Date/Time: Use `wp_timezone()` in `WP_Date_Query::build_mysql_datetime()` to address timezone issues.
noreply at wordpress.org
- [wp-svn] [45877] trunk/src/wp-includes/functions.php: Coding Standards: Add missing `break` for the default case in `wp_privacy_anonymize_data()`.
noreply at wordpress.org
- [wp-svn] [45878] branches/5.2/src/wp-includes/version.php: WordPress 5.2.3 Release Candidate 1
noreply at wordpress.org
- [wp-svn] [45879] branches/5.2/src/wp-includes/version.php: WordPress 5.2.3 Release Candidate 2
noreply at wordpress.org
- [wp-svn] [45880] branches/5.2/src/wp-includes/version.php: WordPress 5.2.3 Release Candidate 1 version bump.
noreply at wordpress.org
- [wp-svn] [45881] trunk/src: Coding Standards: Dynamic hooks should be named using interpolation not concatenation.
noreply at wordpress.org
- [wp-svn] [45882] trunk: Date/Time: Rewrite and simplify `date_i18n()` using `wp_timezone()` to address multiple issues with certain date formats and timezones, while preserving some extra handling for legacy use cases.
noreply at wordpress.org
- [wp-svn] [45883] trunk/src: Date/Time: Introduce `current_datetime()` for better time operations.
noreply at wordpress.org
- [wp-svn] [45884] trunk/src/wp-includes/functions.php: Date/Time: Revert unintended changes from [45882].
noreply at wordpress.org
- [wp-svn] [45885] trunk/docker-compose.yml: Build Tools: Pass the LOCAL_DIR environment variable through to the phpunit Docker container.
noreply at wordpress.org
- [wp-svn] [45886] trunk/src/wp-admin/includes/class-wp-community-events.php: Date/Time: Simplify the date comparing logic in `WP_Community_Events::trim_events()`.
noreply at wordpress.org
- [wp-svn] [45887] trunk: Date/Time: Rewrite and simplify `get_gmt_from_date()`, `get_date_from_gmt()`, and `iso8601_to_datetime()` using `wp_timezone()`.
noreply at wordpress.org
- [wp-svn] [45888] trunk: Taxonomy: Ensure consistency of `hide_empty` in term queries when `taxonomy` is excluded.
noreply at wordpress.org
- [wp-svn] [45889] trunk/src/wp-admin/includes/class-wp-debug-data.php: Site Health: Add timezone to Site Health Info page.
noreply at wordpress.org
- [wp-svn] [45890] trunk/src/wp-admin/users.php: Users: Adjust [45806] to make sure `$all_userids` is always defined.
noreply at wordpress.org
- [wp-svn] [45891] trunk/src: Menus: In `wp_setup_nav_menu_item()` and `Walker_Nav_Menu_Edit::start_el()`, check if the post or term associated with the menu item still exists to avoid a PHP notice.
noreply at wordpress.org
- [wp-svn] [45892] trunk/src/wp-includes: Docs: Improve and update the description of `multi_resize()` to explain changes and expected use.
noreply at wordpress.org
- [wp-svn] [45893] trunk: Taxonomy: Fix unique-slug check for terms with parents.
noreply at wordpress.org
- [wp-svn] [45894] trunk/src/wp-includes/category-template.php: Taxonomy: Standardize docs for `wp_list_categories()`.
noreply at wordpress.org
- [wp-svn] [45895] trunk/src/wp-includes/category-template.php: Docs: Reference `WP_Term_Query::__construct()` in `wp_list_categories()` DocBlock for additional accepted arguments.
noreply at wordpress.org
- [wp-svn] [45896] trunk/src/wp-content/themes/twentynineteen/style-rtl.css: Twenty Nineteen: Update `style-rtl.css` after [45773].
noreply at wordpress.org
- [wp-svn] [45897] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Make sure center-aligned images in columns do not break beyond the column boundaries.
noreply at wordpress.org
- [wp-svn] [45898] trunk/src/wp-includes/functions.php: Docs: Remove a clarification from `do_robots()` description that doesn't really clarify anything.
noreply at wordpress.org
- [wp-svn] [45899] trunk/src/wp-includes/option.php: Docs: Clarify that `$name` and `$value` parameters of `set_user_setting()` can contain hyphens.
noreply at wordpress.org
- [wp-svn] [45900] trunk/src/wp-includes/post-template.php: Date/Time: Remove the last remaining `current_time( 'timestamp' )` instance in `wp_post_revision_title_expanded()`.
noreply at wordpress.org
- [wp-svn] [45901] trunk/src/wp-includes: Date/Time: Introduce `wp_date()` to retrieve the date in localized format.
noreply at wordpress.org
- [wp-svn] [45902] trunk/tests/phpunit/tests/date/dateI18n.php: Date/Time: Correct delta comparison in `test_should_return_wp_timestamp()`.
noreply at wordpress.org
- [wp-svn] [45903] trunk: REST API: Only cast scalar types to string when comparing new & old meta values.
noreply at wordpress.org
- [wp-svn] [45904] trunk/src/wp-admin/includes: Site Health: Standardize on `SELECT VERSION()` query for checking the database server version, due to the MariaDB version declaration potentially causing issues in production environments.
noreply at wordpress.org
- [wp-svn] [45905] trunk/src/wp-admin/includes: Site Health: Merge two similar strings explaining what drop-in plugins are.
noreply at wordpress.org
- [wp-svn] [45906] trunk: XML-RPC: Make sure editing a draft post with `wp.editPost` does not unintentionally cause its published date to be set.
noreply at wordpress.org
- [wp-svn] [45907] trunk/tests/phpunit/tests/xmlrpc/wp/editPost.php: Coding Standards: Fix WPCS issue in [45906].
noreply at wordpress.org
- [wp-svn] [45908] trunk: Date/Time: Revamp `mysql2date()` to use `wp_date()` and handle invalid input in a consistent manner.
noreply at wordpress.org
- [wp-svn] [45909] trunk/src: Administration: Output valid HTML when `wp_die()` is called.
noreply at wordpress.org
- [wp-svn] [45910] trunk: Multisite: Improve performance by caching not found lookups for sites and networks.
noreply at wordpress.org
- [wp-svn] [45911] trunk/tests/phpunit/tests/xmlrpc/wp/newPost.php: Date/Time: Update XML-RPC tests for invalid date input to account for a more consistent `mysql2date()` error handling in [45908].
noreply at wordpress.org
- [wp-svn] [45912] trunk/src/wp-admin/options-reading.php: Administration: Add a note to "For each post in a feed, include [Full text / Summary]" option that how content is displayed in browsers depends on the theme.
noreply at wordpress.org
- [wp-svn] [45913] trunk/src/wp-admin/options-reading.php: I18N: Add missing translator comment in help text on Reading Settings screen.
noreply at wordpress.org
- [wp-svn] [45914] trunk: Date/Time: Restore the previous behavior of `date_i18n()` where invalid input would result in current time.
noreply at wordpress.org
- [wp-svn] [45915] trunk/src: Docs: Correct and improve inline docs relating to caching, terms, meta, and some misc tweaks.
noreply at wordpress.org
- [wp-svn] [45916] trunk/src/wp-admin/includes/plugin.php: Docs: Update plugin headers example in `get_plugin_data()` to clarify that `Version` is not a required field.
noreply at wordpress.org
- [wp-svn] [45917] trunk/src: Docs: Simplify `get_plugin_data()` and `get_file_data()` description.
noreply at wordpress.org
- [wp-svn] [45918] trunk/src/js/_enqueues/admin/edit-comments.js: Comments: In AJAX response when deleting a comment, account for ` ` as a thousands separator in `total_items_i18n` and `total_pages_i18n` numbers.
noreply at wordpress.org
- [wp-svn] [45919] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Remove Baskerville Old Face from the font stack due to several shortcomings:
noreply at wordpress.org
- [wp-svn] [45920] trunk/src/wp-content/themes/twentynineteen: Twenty Nineteen: Improve compatibility with custom colors in the separator block.
noreply at wordpress.org
- [wp-svn] [45921] trunk/src/wp-content/themes/twentynineteen/js: Twenty Nineteen: Correct file name in JS DocBlocks.
noreply at wordpress.org
- [wp-svn] [45922] trunk/src/wp-content/themes/twentyseventeen/assets/js/customize-controls.js: Twenty Seventeen: Remove unused jQuery argument passed to an IIFE that accepts no arguments.
noreply at wordpress.org
- [wp-svn] [45923] trunk/src/wp-content/themes/twentynineteen/js/customize-controls.js: Twenty Nineteen: Remove unused jQuery argument passed to an IIFE that accepts no arguments.
noreply at wordpress.org
Last message date:
Sat Aug 31 20:52:07 UTC 2019
Archived on: Sat Aug 31 20:52:08 UTC 2019
This archive was generated by
Pipermail 0.09 (Mailman edition).