Commit Graph

  • a8edf650dd Administration: Move more table strings to sentence casing. Jake Spurlock 2020-07-06 21:50:23 +00:00
  • aad703799a I18N: Fix typo in [48348]. Dominik Schilling 2020-07-06 21:32:15 +00:00
  • 7a59fefb21 I18N: Use wp.i18n for translatable strings in wp-admin/js/tags-box.js and wp-admin/js/tags-suggest.js. Dominik Schilling 2020-07-06 20:58:06 +00:00
  • 9e29ffdd33 Accessibility: Widgets: Add theme support to make widgets output list of links wrapped within a <nav> element. Andrea Fercia 2020-07-06 20:42:14 +00:00
  • 538ba85172 I18N: Use wp.i18n for translatable strings in wp-admin/js/edit-comments.js. Dominik Schilling 2020-07-06 20:15:46 +00:00
  • 0d00b776ec I18N: Use wp.i18n for translatable strings in wp-admin/js/tags.js. Dominik Schilling 2020-07-06 19:45:04 +00:00
  • 70cb267fde I18N: Use wp.i18n for translatable strings in wp-admin/js/theme-plugin-editor.js. Dominik Schilling 2020-07-06 19:33:54 +00:00
  • b84d8e4d09 Coding Standards: Correct two coding standards issues introduced in [48277] and [48334]. Jonathan Desrosiers 2020-07-06 19:21:33 +00:00
  • bf7ba4dc5b Docs: Correct instances of “auto update” with “auto-update” for consistency. Jonathan Desrosiers 2020-07-06 19:13:26 +00:00
  • b9d9968ae9 Docs: Correct typo introduced in [48288]. Jonathan Desrosiers 2020-07-06 19:08:22 +00:00
  • fcad7cfb90 Administration: Adapts the secondary buttons colors to the admin schemes. Riad Benguella 2020-07-06 18:58:52 +00:00
  • 708e6de8ea Tests: Temporarily skip PDF tests if they fail due to ImageMagick permission errors. Sergey Biryukov 2020-07-06 18:20:32 +00:00
  • 0fa6c2190a Accessibility: Administration: Improve the sortable postboxes areas on the Dashboard and Classic Editor pages. Andrea Fercia 2020-07-06 18:01:55 +00:00
  • b0039629b3 Coding Standards: Fix JSHint issue in js/_enqueues/lib/auth-check.js Sergey Biryukov 2020-07-06 16:25:24 +00:00
  • a45a4f98ef Tests: Add some assertions to PDF tests for better debugging. Sergey Biryukov 2020-07-06 16:13:26 +00:00
  • 9f8a9a3239 Heartbeat: Do not disable the login prompts when the user needs to log in again but has closed the log in modal. Add a 5 minutes timeout before asking them to log in again. Andrew Ozz 2020-07-06 16:12:24 +00:00
  • 46971a83ec Block Editor: Requires title and content when registering block patterns. Riad Benguella 2020-07-06 12:02:45 +00:00
  • 454ef1f091 Block Editor: Remove the Testimonials block pattern. Riad Benguella 2020-07-06 11:17:45 +00:00
  • 388dd08736 Block Editor: Add the initial set of block patterns. Riad Benguella 2020-07-06 10:48:35 +00:00
  • b82c472f24 Tests: Correct hardcoded "3 months ago" assertion in tests/rest-api/rest-block-directory-controller.php. Sergey Biryukov 2020-07-06 09:49:07 +00:00
  • 8119c5ed77 Administration: Fix link colors for admin schemes that personalize it using the $link SASS variable. Riad Benguella 2020-07-06 09:23:04 +00:00
  • 818de7d83e Coding Standards: Fix WPCS issues in tests/media.php. Sergey Biryukov 2020-07-06 09:17:15 +00:00
  • 13dee8f174 Privacy: Simplify the logic for updating the meta values for personal data export requests from absolute to relative paths. Sergey Biryukov 2020-07-06 00:32:15 +00:00
  • 27ccafd0e9 Media: - Introduce wp_image_file_matches_image_meta() utility function to check whether the image meta (retrieved by attachment ID) matches an image path or URI. A mismatch may happen in some cases, for example after the posts have been exported from one website and imported in another. - Add unit tests for the new function. - Improve wp_image_src_get_dimensions() a bit and use the new function to prevent these edge cases. Andrew Ozz 2020-07-05 23:30:36 +00:00
  • 530eedb538 Query: Make sure the found_posts property of WP_Query is always an integer, to match the documented type. Sergey Biryukov 2020-07-05 21:32:26 +00:00
  • 09921a5283 Plugins: Consistently use an empty string as the default value for $replacement and $message parameters in: Sergey Biryukov 2020-07-05 21:07:48 +00:00
  • b1b1b08e43 Plugins: Use include_once instead of include in uninstall_plugin(), in case the plugin file is already included. Sergey Biryukov 2020-07-05 20:30:18 +00:00
  • 5c41e3af90 Docs: Fix typos in comments in tests/dependencies/jquery.php. Sergey Biryukov 2020-07-05 20:27:52 +00:00
  • 1c8ebd5da6 Build/Test Tools: update PHPUnit tests after [48323]. Disable and keep the specific jQuery Migrate dependency tests for use in WP 5.6. Andrew Ozz 2020-07-05 19:22:24 +00:00
  • ca54987591 External Libraries: First step of updating jQuery. Disable jQuery Migrate 1.4.1, keep jQuery at 1.12.4-wp, and UI at 1.11.4. Also keep the jquery-core script handle for full backwards compatibility. Andrew Ozz 2020-07-05 18:26:24 +00:00
  • b5b613f8bb XML-RPC: Explicitly unset the reference to the parser resource after calling xml_parser_free() to avoid memory leaks in PHP 7.0.0 or higher. Sergey Biryukov 2020-07-05 15:20:16 +00:00
  • e3df130089 Options, Meta APIs: Introduce register_setting and unregister_setting actions. Sergey Biryukov 2020-07-05 15:05:02 +00:00
  • fcafa02a04 Docs: Improve documentation for various option functions. Sergey Biryukov 2020-07-05 14:44:37 +00:00
  • 0df921c96d Administration: Add delete_count to wp_removable_query_args(). Dominik Schilling 2020-07-05 13:55:46 +00:00
  • d65c0a770c Posts: Provide a HiDPI version for the avatar used in post locked dialogs. Dominik Schilling 2020-07-05 12:58:20 +00:00
  • 42d51e4e2e Tests: Remove ja_JP locale from Tests_DB::test_locale_floats(). Sergey Biryukov 2020-07-05 12:50:47 +00:00
  • ff1bf05b69 Administration: Bring the update nag in line with other admin notices. Sergey Biryukov 2020-07-05 11:55:14 +00:00
  • 2a22dcf8a6 Multisite: Delete the signup entry when a user is deleted from the database. Dominik Schilling 2020-07-05 11:19:35 +00:00
  • f5dcde26e5 Taxonomy: Introduce saved_term and saved_{$taxonomy} actions to complement created_term and created_{$taxonomy}. Sergey Biryukov 2020-07-05 11:11:46 +00:00
  • d0f4f20df5 Users: Pass the WP_User object to the wpmu_delete_user, delete_user, and deleted_user actions. Dominik Schilling 2020-07-05 10:55:18 +00:00
  • 2fba7f5a68 Posts, Post Types: Clarify some "Error in deleting" messages, use more specific strings for attachments. Sergey Biryukov 2020-07-05 10:38:24 +00:00
  • 16dc354833 Administration: Make all color schemes available when running from /src. Dominik Schilling 2020-07-05 10:38:18 +00:00
  • 34730d2ea0 Post Thumbnails: Change the return value of get_post_thumbnail_id() for a non-existing post to false instead of an empty string. Sergey Biryukov 2020-07-05 10:15:40 +00:00
  • 2d36a7640a Docs: Replace @returns tag in media/views/attachment/details.js with @return. Andrea Fercia 2020-07-05 08:01:51 +00:00
  • 8082c60b5f REST API: Remove specific multi-type schema handling from the themes controller. Timothy Jacobs 2020-07-05 01:04:30 +00:00
  • 798cd1e20b REST API: Correct the return type of rest_sanitize_value_from_schema. Timothy Jacobs 2020-07-05 00:17:54 +00:00
  • 205eb1abc9 REST API: Make multi-typed schemas more robust. Timothy Jacobs 2020-07-05 00:13:37 +00:00
  • 83f8654283 Login and Registration: Set a more appropriate page title for the "check your email" step of new user registration or password reset. Sergey Biryukov 2020-07-04 22:01:08 +00:00
  • 319f864625 Login and Registration: Hide the login form on the "check your email" step of new user registration or password reset. Sergey Biryukov 2020-07-04 21:56:54 +00:00
  • 6dda17adbe Login and Registration: Remove newpass value handling in wp-login.php. Sergey Biryukov 2020-07-04 21:13:56 +00:00
  • c9b4885dc8 Docs: Correct spelling of "backward compatibility" per the Core Contributor Handbook glossary. Sergey Biryukov 2020-07-04 20:40:21 +00:00
  • 719cf5650a Coding Standards: Wrap some long lines in wp-admin/js/site-health.js per the JS coding standards for better readability. Sergey Biryukov 2020-07-04 19:54:39 +00:00
  • fe2ceeada4 REST API: Only validate the format keyword if the type is a string. Timothy Jacobs 2020-07-04 19:51:10 +00:00
  • ee57798a7f Customize: Correct the check for rendered widgets in WP_Customize_Widgets::is_widget_rendered(). Sergey Biryukov 2020-07-04 19:33:06 +00:00
  • 48df288566 Docs: Replace @returns tag in wp-admin/js/post.js with @return. Sergey Biryukov 2020-07-04 19:07:38 +00:00
  • 39d4214826 Coding Standards: Rename functions in wp-admin/js/site-health.js per the JS coding standards. Sergey Biryukov 2020-07-04 19:07:10 +00:00
  • 480dbc89c6 Media: Add heic extension to wp_get_ext_types(), for consistency with wp_get_mime_types(). Sergey Biryukov 2020-07-04 17:07:34 +00:00
  • d241ab3b55 Script Loader: Add id attributes to script assets. Timothy Jacobs 2020-07-04 16:52:49 +00:00
  • 6d3cedcc61 Themes: Introduce get_the_archive_title_prefix filter for changing the prefix used for archive titles. Dominik Schilling 2020-07-04 14:43:32 +00:00
  • 70f1b3c10c Accessibility: Improve the focus style for Windows High Contrast mode in various parts of the admin interface. Andrea Fercia 2020-07-04 10:42:41 +00:00
  • 8720355f87 Administration: Use HTTPS for XHTML Friends Network URL. Sergey Biryukov 2020-07-04 09:31:43 +00:00
  • e51a554f5d REST API: Introduce endpoint for editing images. Timothy Jacobs 2020-07-04 04:13:17 +00:00
  • c2d5f9515d Bundled Themes: Use HTTPS for XHTML Friends Network URL. Sergey Biryukov 2020-07-03 23:40:45 +00:00
  • 7d149b678b General: Use HTTPS for the Web Address field example on Edit Link screen. Sergey Biryukov 2020-07-03 23:34:56 +00:00
  • 1285255381 Media: Show an error message when a .heic file is uploaded that this type of files cannot be displayed in a web browser and suggesting to convert to JPEG. The message is shown by using filters, plugins that want to handle uploading of .heic files can remove it. Andrew Ozz 2020-07-03 23:13:30 +00:00
  • ce09e3c87b Text Changes: Remove use of "normal" in user-facing output. Sergey Biryukov 2020-07-03 21:57:51 +00:00
  • 200383f36a Build tools: After [48277], ignore CSS files in src/wp-admin/css/colors/modern when building WordPress to src. Dominik Schilling 2020-07-03 19:16:14 +00:00
  • 5b270df345 I18N: Use wp.i18n for translatable strings in wp-includes/js/wp-auth-check.js. Dominik Schilling 2020-07-03 19:03:23 +00:00
  • a0891d732e Privacy: Hide views that have a count of 0 on privacy request tables, for consistency with other list tables. Sergey Biryukov 2020-07-03 16:26:57 +00:00
  • 88c91eeaa6 Accessibility: Themes: Use a default empty alt attribute for the non-linked custom logo on the home page. Andrea Fercia 2020-07-03 12:56:43 +00:00
  • 65a6412681 Sitemaps: Do not unnecessarily call WP_Query::get_posts() in posts provider. Pascal Birchler 2020-07-03 12:01:46 +00:00
  • 950b6ed272 Accessibility: Plugins: Accessibility and CSS improvements for the Plugins pages. Andrea Fercia 2020-07-03 08:49:23 +00:00
  • 3785439c8b Tests: Further fix some issues with indeterminate sort ordering in Tests_List_Pages: Sergey Biryukov 2020-07-02 18:21:43 +00:00
  • 3439a14e57 Editor: Move core blocks registration to init hook Greg Ziółkowski 2020-07-02 17:20:28 +00:00
  • 3acf97a7ce External Libraries: Update getID3 to version 1.9.20. Jonathan Desrosiers 2020-07-02 15:46:17 +00:00
  • 73dc1a0854 Color schemes: Add new modern color scheme option. Riad Benguella 2020-07-02 14:53:37 +00:00
  • 9459335d1b Script Loader: Restore correct versions for Masonry and imagesLoaded. Sergey Biryukov 2020-07-02 13:08:04 +00:00
  • c5e620f6ef Docs: Spell "falsey" in a consistent way. Sergey Biryukov 2020-07-02 11:28:13 +00:00
  • 5714ef31c0 I18N: Use wp.i18n for translatable strings in wp-admin/js/privacy-tools.js. Sergey Biryukov 2020-07-02 11:09:23 +00:00
  • 6cc0063ba6 REST API: Link to the REST route for the currently queried resource. Timothy Jacobs 2020-07-02 05:55:04 +00:00
  • 284b92b122 Media: Improve support for opting out of lazy-loading for template images. Felix Arntz 2020-07-02 02:01:28 +00:00
  • 46f51c4bc1 Bundled Themes: Update latest version for Tested up to: in readme.txt file. Jake Spurlock 2020-07-01 22:04:25 +00:00
  • 75b61d650a I18N: Use wp.i18n for translatable strings in wp-admin/js/user-profile.js. Dominik Schilling 2020-07-01 20:36:32 +00:00
  • ebc856482e External Libraries: Update Moment.js to version 2.27.0. Jonathan Desrosiers 2020-07-01 20:27:51 +00:00
  • 35e7658df8 Media: Enable JavaScript translations for the media-views script after [48232]. Andrea Fercia 2020-07-01 20:19:39 +00:00
  • 06f788f622 I18N: Use wp.i18n for translatable strings in wp-admin/js/common.js. Dominik Schilling 2020-07-01 19:48:30 +00:00
  • ad03cf3f72 I18N: Use wp.i18n for translatable strings in wp-includes/js/wp-pointer.js. Dominik Schilling 2020-07-01 19:28:14 +00:00
  • f3f7b77522 Accessibility: Media: Fix the Image Editor mismatching keyboard focus order and visual reading order. Andrea Fercia 2020-07-01 14:27:18 +00:00
  • 28cb0c2049 Docs: Bundled Themes: Correct DocBlock placement for custom header and background argument filters. Sergey Biryukov 2020-07-01 13:50:28 +00:00
  • a425f15dd7 Editor: Support filtering arguments in block type registration Greg Ziółkowski 2020-07-01 13:08:11 +00:00
  • f7d617cfb8 Editor: Register core blocks on the server Greg Ziółkowski 2020-07-01 12:27:10 +00:00
  • ac7c4e270b Editor: More strict checks for globals in render_block Greg Ziółkowski 2020-07-01 06:06:39 +00:00
  • b2cc1dfd70 REST API: Introduce plugin management and block directory endpoints. Timothy Jacobs 2020-07-01 04:22:25 +00:00
  • 48f0e74279 Administration: Pass the result of set-screen-option filter to the new set_screen_option_{$option} filter to ensure backward compatibility. Sergey Biryukov 2020-06-30 21:51:47 +00:00
  • b9871a67cb Administration: Always show the filters on media and post list tables. Sergey Biryukov 2020-06-30 20:33:32 +00:00
  • 9ab408d9f6 Media: Only add loading attribute to img tags using double quotes. Felix Arntz 2020-06-30 20:32:44 +00:00
  • a21b3b7d36 Code Modernization: Introduce the spread operator in WP_HTTP_IXR_Client. Sergey Biryukov 2020-06-30 19:48:48 +00:00
  • d8af0369e3 Media: Introduce wp_img_tag_add_width_and_height_attr() to add dimension attributes to images. Felix Arntz 2020-06-30 19:28:07 +00:00
  • e85b141183 Fix Privacy tests after [48234]. See #50335. Andrea Fercia 2020-06-30 14:20:37 +00:00
  • 90e840f9db Comments: Make wp_update_comment() return false instead of 0 for an invalid comment or post ID. Sergey Biryukov 2020-06-30 14:11:00 +00:00