Commit Graph

  • daf168c088 Upgrade/Install: Use wp_strip_all_tags() for the fields in the compare table on the "Update theme/plugin from uploaded zip" screen. Some may contain HTML. Andrew Ozz 2020-07-12 19:59:00 +00:00
  • adcf3d88b4 REST API: Add Content-Disposition, Content-MD5 and X-WP-Nonce as allowed cors headers. Timothy Jacobs 2020-07-12 19:35:55 +00:00
  • 26c296c397 Plugins: Make delete plugin message less scary. Sergey Biryukov 2020-07-12 13:20:58 +00:00
  • cece47bd39 Administration: Restore the excerpt key for the Extended view mode for backward compatibility for now. Sergey Biryukov 2020-07-12 11:34:18 +00:00
  • f051ed3ffb Docs: Add a @since entry for the $hook_extra parameter added to WP_Upgrader::download_package(). Sergey Biryukov 2020-07-12 11:00:16 +00:00
  • 51e92ced21 Upgrade/Install: Use is_php_version_compatible() and is_wp_version_compatible() in plugin and theme requirement checks. Sergey Biryukov 2020-07-12 10:53:36 +00:00
  • b161e126a0 I18N: Move the "WordPress Backups" support URL to its own translatable string. Sergey Biryukov 2020-07-12 10:32:57 +00:00
  • 8c2443d171 Docs: Miscellaneous DocBlock corrections for plugin and theme updates. Sergey Biryukov 2020-07-12 01:17:51 +00:00
  • 9d30b02ed1 Administration: Handle the result of Plugin_Upgrader::bulk_upgrade() for a plugin that is already at the latest version in the same way it is handled for themes. SergeyBiryukov 2020-07-12 01:14:01 +00:00
  • 7cf1e60543 Docs: Improve documentation for sanitize_user(), sanitize_title(), sanitize_title_with_dashes(). Sergey Biryukov 2020-07-12 01:11:35 +00:00
  • 43c193f58b Tests: Ignore EOL differences in email tests using multiline string assertions. Sergey Biryukov 2020-07-11 23:27:51 +00:00
  • accf884aac Docs: Correct comments in tests/formatting/WPSlash.php per the documentation standards. Sergey Biryukov 2020-07-11 22:50:36 +00:00
  • 4d964a8cf2 Docs: Synchronize @since notes for add_magic_quotes() and wp_slash(). Sergey Biryukov 2020-07-11 22:46:27 +00:00
  • 7137014901 Bootstrap/Load: Adjust the logic in add_magic_quotes() for better readability. Sergey Biryukov 2020-07-11 22:42:35 +00:00
  • a9368a89e5 Menus: Simplify the test for wp_update_nav_menu_item() with special characters in category name. Sergey Biryukov 2020-07-11 21:46:29 +00:00
  • d5cfd5c63c Revisions: Restore the return value of wp_get_post_autosave() to the documented type of WP_Post for backward compatibility. Sergey Biryukov 2020-07-11 21:13:56 +00:00
  • 8f39f8ebb7 REST API: Sanitize block renderer attributes. Timothy Jacobs 2020-07-11 20:32:19 +00:00
  • c42b6b5ddb Revisions: Replace array_shift() with reset() in register_and_do_post_meta_boxes() for better performance. Sergey Biryukov 2020-07-11 12:28:07 +00:00
  • b4232b7de7 Coding Standards: Use strict type check for in_array() in wp-includes/feed.php. Sergey Biryukov 2020-07-11 12:12:46 +00:00
  • 8dc7f1c348 Build/Test Tools: Bump lodash as part of an npm audit. Jake Spurlock 2020-07-11 00:34:59 +00:00
  • 21273c3c49 Formatting: Prevent wp_slash from returning non-strings as strings. Jake Spurlock 2020-07-11 00:11:57 +00:00
  • d42bdcb877 Formatting: Improve the docblock for sanitize_title(). Jake Spurlock 2020-07-10 23:26:31 +00:00
  • 7c1ff0845f Coding Standards: Ensure strict type check. Jake Spurlock 2020-07-10 23:13:16 +00:00
  • 5d85a53292 Media: Tiny logic fix in wp_image_file_matches_image_meta() after [48329]. No need to look in sizes if the full size image path/URL matches. Andrew Ozz 2020-07-10 23:04:08 +00:00
  • 4337c258dc Feeds: Ensure that enclosures produce valid XML. Jake Spurlock 2020-07-10 22:21:22 +00:00
  • 99499966cf Themes: Correct closing tag for the "Enable auto-updates" button in the JS template for theme auto-update setting. Sergey Biryukov 2020-07-10 22:01:57 +00:00
  • d0b6778654 Docs: Improve description for the JS function that hides the update button for expired plugin or theme uploads. Sergey Biryukov 2020-07-10 21:13:25 +00:00
  • 72d5862069 Docs: Improve @return tags for various conditional tags. Sergey Biryukov 2020-07-10 20:21:01 +00:00
  • a7a91ba8dc Sitemaps: Remove some extra space from WP_Sitemaps_Stylesheet::get_stylesheet_css(). Sergey Biryukov 2020-07-10 16:10:07 +00:00
  • 5e160ea4a9 Administration: Bring some consistency to handling list table view modes. Sergey Biryukov 2020-07-10 16:02:00 +00:00
  • 6c4f6693e5 Administration: Make some adjustments to WP_Screen::render_view_mode(): Sergey Biryukov 2020-07-10 16:00:42 +00:00
  • 4adb926ce8 Revisions: optimize performance when post has large number of revisions. Adam Silverstein 2020-07-10 15:12:00 +00:00
  • 73d3e9cfd9 Coding Standards: Use strict comparison in WP_List_Util::filter(). Sergey Biryukov 2020-07-10 12:44:38 +00:00
  • 7b27f3f00a Docs: Correct documentation for customize_controls_head hook and _customizer_mobile_viewport_meta() function. Sergey Biryukov 2020-07-10 11:34:41 +00:00
  • 26e29a513a Administration: Better align labels on the discussion options page. Jake Spurlock 2020-07-10 06:46:03 +00:00
  • 1b251feeec Upgrade/Install: Use ARIA button class on plugin and theme auto-updates action links Jake Spurlock 2020-07-10 06:16:06 +00:00
  • bf93e9699f Upgrade/Install: Ensure cleanup after canceled update. Jake Spurlock 2020-07-10 06:06:46 +00:00
  • 3667d18943 Menus: Ensure that category menus with special characters can be updated. Jake Spurlock 2020-07-10 05:58:49 +00:00
  • 80e2a20c53 Coding Standards: Some missed code formatting. Jake Spurlock 2020-07-10 00:59:58 +00:00
  • 36f9f6c70d Sitemaps: Add better support for RTL sites. Jake Spurlock 2020-07-10 00:48:54 +00:00
  • 0802e754a2 Formatting: Ensure that wp_filter_object_list() will return an array when being passed an object with magic methods. Jake Spurlock 2020-07-10 00:29:48 +00:00
  • 0999a01956 Administration: Remove multiple viewport meta tags from mobile pages. Jake Spurlock 2020-07-09 23:27:28 +00:00
  • 9683101398 Docs: Synchronize and correct documentation for various metadata functions and filters. Sergey Biryukov 2020-07-09 11:24:43 +00:00
  • c3993eb19d Widgets: Adjust formatting for displaying the closing </nav> tag in widgets for consistency with the opening tag. Sergey Biryukov 2020-07-08 13:42:30 +00:00
  • c66bdb8b5a Widgets: Correct the logic for displaying the after_widget parameter of the Archives widget. Sergey Biryukov 2020-07-08 13:26:20 +00:00
  • 8b89be2676 Docs: Miscellaneous DocBlock corrections. Sergey Biryukov 2020-07-08 13:13:50 +00:00
  • de37c09c7b Docs: Further improve documentation for have_posts() and have_comments(). Sergey Biryukov 2020-07-08 11:13:22 +00:00
  • 3dc074ed1d Docs: Improve documentation for have_posts(), have_comments(), and their WP_Query counterparts. Sergey Biryukov 2020-07-08 11:09:08 +00:00
  • e76307655d Upgrade/Install: Prevent the upgrade routine for updating the comment_type field in the comments table from running twice. Sergey Biryukov 2020-07-08 10:56:22 +00:00
  • 660fc1703d Post WordPress 5.5 Beta 1 version bump. Sergey Biryukov 2020-07-07 21:51:26 +00:00
  • a99e0fd425 WordPress 5.5 Beta 1. Sergey Biryukov 2020-07-07 20:59:16 +00:00
  • 612eeb92a8 REST API, Meta: Introduce support for default metadata values. Timothy Jacobs 2020-07-07 20:45:55 +00:00
  • dd64c95f65 Administration: Fix failing tests as a result of [48397]. Jonathan Desrosiers 2020-07-07 20:36:41 +00:00
  • 7d3b647a16 Upgrade/Install: Prevent some 5.5.0 upgrade routines from running twice. Jonathan Desrosiers 2020-07-07 19:19:03 +00:00
  • 61803a37a4 Upgrade/Install: Add hook_extra parameter to the upgrader_pre_download filter. Jonathan Desrosiers 2020-07-07 19:13:30 +00:00
  • 86ffb51a33 Administration: Introduce extensibility to posts and comments list table views, for accessibility purposes. Jake Spurlock 2020-07-07 19:10:46 +00:00
  • bfb896ce08 Administration: Prevent repeat emails for identical plugin or theme auto-update attempt failures. Jonathan Desrosiers 2020-07-07 18:58:32 +00:00
  • a7dc1bbef1 I18N: Use wp.i18n for translatable strings in wp-admin/js/set-post-thumbnail.js. Dominik Schilling 2020-07-07 18:53:50 +00:00
  • 25417b5d49 I18N: Use wp.i18n for translatable strings in wp-admin/js/comment.js. Dominik Schilling 2020-07-07 18:38:20 +00:00
  • 189f23fd27 I18N: Use wp.i18n for translatable strings in wp-admin/js/nav-menu.js. Dominik Schilling 2020-07-07 18:28:41 +00:00
  • 3591f4eba9 Comments: Allow passing a custom class to the form container element in comment_form(). Sergey Biryukov 2020-07-07 18:27:03 +00:00
  • f0c4b2c12e I18N: Use wp.i18n for translatable strings in wp-admin/js/plugin-install.js. Dominik Schilling 2020-07-07 18:13:14 +00:00
  • 849e7bfdc8 I18N: Use wp.i18n for translatable strings in wp-admin/js/inline-edit-post.js and wp-admin/js/inline-edit-tax.js. Dominik Schilling 2020-07-07 18:00:37 +00:00
  • 289c28637c Upgrade/install: Allow plugin and theme updates from a uploaded .zip file. Andrew Ozz 2020-07-07 17:47:37 +00:00
  • 2bdd712204 Accessibility: Widgets: Further improve spacing between Widgets checkboxes and radio buttons in the admin interface. Andrea Fercia 2020-07-07 17:27:38 +00:00
  • 233dc322bf Docs: Reference the documentation of the new navigation_widgets_format filter instead of repeating it. Andrea Fercia 2020-07-07 17:04:05 +00:00
  • 8c42273b7a I18N: Use wp.i18n for translatable strings in wp-admin/js/widgets.js. Dominik Schilling 2020-07-07 16:59:22 +00:00
  • 7377c28728 Media, REST API: Allow media edit endpoint to find remote files. Andrew Ozz 2020-07-07 16:49:30 +00:00
  • dd353bf815 I18N: Use wp.i18n for translatable strings in wp-admin/js/post.js. Dominik Schilling 2020-07-07 16:47:14 +00:00
  • b24fbd088b I18N: Use wp.i18n for translatable strings in wp-admin/js/media.js. Dominik Schilling 2020-07-07 16:12:14 +00:00
  • e39812fe53 I18N: Use wp.i18n for translatable strings in wp-admin/js/color-picker.js. Dominik Schilling 2020-07-07 16:07:25 +00:00
  • e16565b2d4 Block Editor: Add a script to run Gutenberg end 2 end tests on Core. Riad Benguella 2020-07-07 16:06:43 +00:00
  • 9c4288687e REST API: Use new rest_get_route_for_post() in the post search handler. Timothy Jacobs 2020-07-07 15:29:22 +00:00
  • f4b381b640 Administration: Reinstate the description for the admin_xml_ns hook which was accidentally removed in [47771]. John Blackbourn 2020-07-07 14:55:51 +00:00
  • 84d3fe2b67 Editor: update packages Ella van Durpe 2020-07-07 14:41:35 +00:00
  • d2ec3ab82d Themes: Allow passing a custom class to post and comment pagination functions. Sergey Biryukov 2020-07-07 14:13:37 +00:00
  • 5f88132794 Docs: Correct some @since entries added in 5.5. John Blackbourn 2020-07-07 14:12:38 +00:00
  • 286aae8b64 Administration: Fix remove links color. Riad Benguella 2020-07-07 13:45:30 +00:00
  • ab3ce946c9 Accessibility: Media: Improve accessibility of the status and error messages in the Image Editor. Andrea Fercia 2020-07-07 13:43:43 +00:00
  • 41e572858d Plugins: Make sure the HTML ID attributes in plugin action links are unique. Sergey Biryukov 2020-07-07 13:41:30 +00:00
  • 337b3295fe Accessibility: Allow post boxes on the Dashboard and Classic Editor pages to be reordered by using the keyboard. Andrea Fercia 2020-07-07 12:58:10 +00:00
  • 30201a396f Bootstrap/Load: Set WP_DEBUG to true by default on development environments. Sergey Biryukov 2020-07-07 12:55:26 +00:00
  • f3d3e1df31 Customizer: Adapt the colors to the selected admin scheme colors. Riad Benguella 2020-07-07 11:28:12 +00:00
  • 4e78b0acd9 Themes: Allow template loading functions to pass additional arguments to the template via the $args parameter. Sergey Biryukov 2020-07-07 11:00:21 +00:00
  • 3eb2bd9f5b Upload: Introduce pre_wp_unique_filename_file_list filter to allow for short-circuiting the scandir() call in wp_unique_filename(). Sergey Biryukov 2020-07-07 10:18:25 +00:00
  • 7348112444 Accessibility: Improve color contrast for the blue links :hover state. Andrea Fercia 2020-07-07 10:09:23 +00:00
  • 6bc5b06d20 REST API: Correct the check for $version argument in rest_handle_doing_it_wrong(). Sergey Biryukov 2020-07-07 09:54:27 +00:00
  • b88a906e5e Docs: Miscellaneous DocBlock corrections. Sergey Biryukov 2020-07-07 09:28:19 +00:00
  • 67a72d98d9 Docs: Improve DocBlocks in wp-includes/nav-menu-template.php per the documentation standards. Sergey Biryukov 2020-07-07 09:26:16 +00:00
  • 2784518869 Site Health: Correct translator comment for the message displayed after clicking "remind me later" on the admin email confirmation. Sergey Biryukov 2020-07-07 09:19:00 +00:00
  • f76d103e0f Administration: Fix typo in forms.css after [46866]. Andrea Fercia 2020-07-07 07:03:30 +00:00
  • 7166def7ec REST API: Trigger _doing_it_wrong() if wp_send_json() is used on a REST API request Jake Spurlock 2020-07-07 04:59:51 +00:00
  • bbe94ef0fd Administration: Ensure that disabled buttons look disabled. Jake Spurlock 2020-07-07 04:19:38 +00:00
  • f86dd5c6ce Site Health: Ensure that the user will be notified after a successful snooze action. Jake Spurlock 2020-07-07 03:57:17 +00:00
  • 0dcbb5b02d Coding standards: Fix a few phpcs errors to get tests passing. Jake Spurlock 2020-07-07 03:53:14 +00:00
  • 41912bcece REST API: Add support for the uniqueItems keyword. Timothy Jacobs 2020-07-07 03:20:34 +00:00
  • abfd9441b7 Taxonomy: Add support for default terms for custom taxonomies. Jake Spurlock 2020-07-07 00:53:41 +00:00
  • 4736a74c48 Bundled theme: Ensure appropriate title for author archives for that don't have posts. Jake Spurlock 2020-07-06 23:10:45 +00:00
  • 56f5be4984 Coding Standards: Add newlines to package files. Jake Spurlock 2020-07-06 23:01:18 +00:00
  • 49c3d8e33f Coding standards: Revert the changes from [48352] to package.json and package-lock.json. Jake Spurlock 2020-07-06 22:07:47 +00:00