Commit Graph

  • 9ec0161373 Twenty Fourteen: Replace overly broad float-clearing selectors with more specific ones, to avoid unintentionally targeting elements generated by plugins. Sergey Biryukov 2019-10-08 02:00:24 +00:00
  • 683309fc44 Twenty Fourteen: Ensure the content after the Read More tag is visible and has the appropriate padding. Sergey Biryukov 2019-10-08 01:52:26 +00:00
  • f257bdfbb2 Pings/Trackbacks: Remove a failing test that won't pass as long as WP_IMPORTING gets set during tests. John Blackbourn 2019-10-07 22:17:22 +00:00
  • 385983f8d6 Pings/Trackbacks: Fix processing of posts with pending enclosures. John Blackbourn 2019-10-07 21:35:54 +00:00
  • 16b45f08a9 Pings/Trackbacks: Avoid adding multiple _pingme and _encloseme meta entries to a post when it gets updated prior to pings being done. John Blackbourn 2019-10-07 20:27:20 +00:00
  • 5e943fad4a Accessibility: Improve and modernize user interface controls: Revert the new links focus style. Andrea Fercia 2019-10-07 19:55:58 +00:00
  • 86b0faf219 Docs: Miscellaneous inline docs corrections and improvements. John Blackbourn 2019-10-07 19:06:41 +00:00
  • ae8bef6419 Accessibility: Improve and modernize user interface controls: Improve the buttons active CSS class. Andrea Fercia 2019-10-07 18:45:45 +00:00
  • 4848b1e3aa REST API: Add support for continuing the post-processing of images after upload. Flow: 1. POST /wp/v2/media. 2. If the upload failed (HTTP 500 error), look for a response header with X-WP-Upload-Attachment-ID header that contains the newly created attachment ID. 3. POST /wp/v2/media/{id}/post-process with { "action": "create-image-subsizes" }. This request may still fail, but it will save its progress. 4. On continued failure, DELETE /wp/v2/media/{id} to give up on the upload and instruct the user to resize their image before uploading. Andrew Ozz 2019-10-07 17:04:49 +00:00
  • 022119d1a6 Upload: Set custom header with the attachment ID for all uploads from media_handle_upload(). Let the REST API endpoint set it separately. Andrew Ozz 2019-10-07 15:28:29 +00:00
  • fd7240cab0 Coding Standards: Fix WPCS issues in wp-includes/ms-deprecated.php. Sergey Biryukov 2019-10-07 15:16:44 +00:00
  • c2ffe16248 Accessibility: Improve and modernize user interface controls for better contrast: Further improvements to input heights and alignments. Andrea Fercia 2019-10-07 13:18:19 +00:00
  • 42ef147e5d Accessibility: Media: Improve the search media field labelling. Andrea Fercia 2019-10-07 12:41:50 +00:00
  • 5c91f0d75b Accessibility: Login and Registration: Improve the invalid username and invalid email messages. Andrea Fercia 2019-10-07 11:52:32 +00:00
  • 2215a9bbb3 External Libraries: Fix PHP 7.4 compatibility issue in the Requests library. Aaron Jorbin 2019-10-06 17:12:23 +00:00
  • a59b9dd39e Coding Standards: Fix WPCS issues in WP_Widget_Links and WP_Widget_Pages. Sergey Biryukov 2019-10-06 15:26:42 +00:00
  • 3a06234fe4 Tests: Use a consistent group for nav menu tests. Sergey Biryukov 2019-10-06 15:12:42 +00:00
  • f6267a04ee Menus: In Walker_Nav_Menu, Walker_Category, and Walker_Page, properly output link attributes having a legitimate "empty" value, for example an HTML data attribute with a value of zero (0). Sergey Biryukov 2019-10-06 15:04:18 +00:00
  • ed1a53588f Privacy: Ensure that sending email, and remove data follow the same user experience. Jake Spurlock 2019-10-06 06:54:13 +00:00
  • de0efbb825 Administration: Add a max-width to the Privacy Policy Page dropdown. Jake Spurlock 2019-10-06 06:40:36 +00:00
  • e2b7892a3e Docs: Format comments in wp-admin/includes/plugin.php as per the documentation standards. Sergey Biryukov 2019-10-06 02:21:42 +00:00
  • 2c5032e29d Build/Test: Update Grunt Uglify options Aaron Jorbin 2019-10-05 21:59:32 +00:00
  • 3f9927d3ab Build/Test: Bump devDependencies for WordPress 5.3 Aaron Jorbin 2019-10-05 19:47:04 +00:00
  • f6357458f4 Taxonomy: Prevent Parent Category dropdown and field descriptions on Categories and Edit Category screens from extending beyond the other fields. Sergey Biryukov 2019-10-05 15:40:31 +00:00
  • e963c18719 Build/Test tools: Update grunt-contrib-imagemin and run it Aaron Jorbin 2019-10-05 14:19:20 +00:00
  • 269c8baa33 Build/Test Tools: Fork and Update grunt-replace Aaron Jorbin 2019-10-05 13:47:52 +00:00
  • 04293be9e8 Site Health: Improve the wording for UTF8MB4 test description. Sergey Biryukov 2019-10-05 02:38:14 +00:00
  • 21de64fc34 Customize: Remove duplicate attr_title assignment in api.Menus.MenuItemControl.renderContent(). Sergey Biryukov 2019-10-05 02:31:14 +00:00
  • e99e14570e Filesystem API: Use strict type check in the in_array() call for the $skip_list parameter in copy_dir() and _copy_dir(). Sergey Biryukov 2019-10-05 02:15:13 +00:00
  • ef942c65bb Docs: Correct formatting of the @return value description in _wp_handle_upload(). SergeyBiryukov 2019-10-05 02:08:01 +00:00
  • 840a03335f Docs: Add missing documentation for the first parameter of the big_image_size_threshold filter. Sergey Biryukov 2019-10-05 01:30:00 +00:00
  • c3c0007121 Emoji: Revert [46393] pending test failure investigation. Sergey Biryukov 2019-10-05 00:59:50 +00:00
  • 0200a429c7 Comments: Remove a one-time variable in wp_rel_nofollow() and wp_rel_ugc(). Sergey Biryukov 2019-10-05 00:55:48 +00:00
  • 56b6b1e803 Themes: In get_theme_mod(), only run the sprintf() replacement on the default value if there's a string format pattern found in the value. Sergey Biryukov 2019-10-05 00:53:39 +00:00
  • 1be6c41ada Docs: Improve documentation for get_theme_mod() and set_theme_mod(). Sergey Biryukov 2019-10-05 00:39:04 +00:00
  • c411aad31b Emoji: Stop emoji replacement from happening inside CodeMirror instances, and clean up some logic in the MutationObserver. Sergey Biryukov 2019-10-04 23:28:22 +00:00
  • 0e2b212b57 Themes: Bring default values for get_theme_root(), get_theme_root_uri(), wp_get_theme(), and wp_customize_url() in line with the documentation. Sergey Biryukov 2019-10-04 23:20:01 +00:00
  • c2bcdea8c9 Docs: Add missing description for $comment global. Sergey Biryukov 2019-10-04 22:18:11 +00:00
  • 08ff597054 I18N: Add missing comma in a translator comment. Sergey Biryukov 2019-10-04 22:08:34 +00:00
  • 84dc68a77f Customize: Prevent breaking the customizer when site title contains templating syntax. Dominik Schilling 2019-10-04 21:58:48 +00:00
  • 25ba9074cc QUnit: Include script dependencies for wp-a11y script to fix a TypeError. Dominik Schilling 2019-10-04 21:19:17 +00:00
  • a468719eb9 I18N: Fix translator comment for a themes list table string with numbered placeholders. Dominik Schilling 2019-10-04 20:19:11 +00:00
  • 0b3bc89aba Docs: Convert 'Block Editor' to lowercase. Dominik Schilling 2019-10-04 20:11:20 +00:00
  • c7bd227390 Networks and Sites: Improve newly added strings for i18n. Dominik Schilling 2019-10-04 19:57:08 +00:00
  • f183dd84f1 Networks and Sites: Fix issues processing additional fields displayed for the Sites list table. Jonathan Desrosiers 2019-10-04 14:31:05 +00:00
  • 17765e9e76 Docs: Clarify default value for the $link parameter in edit_tag_link(), edit_term_link(), and edit_bookmark_link(). Sergey Biryukov 2019-10-03 23:11:20 +00:00
  • 5e0904cf67 Upload: Fix the method used to create image sub-sizes when uploading fails with a PHP fatal error. Use a custom header to send the new attachment post ID even in HTTP 500 responses instead of an upload reference sent by the client. Also add another cap check and remove the action when deleting an attachment post during a failed upload cleanup. Andrew Ozz 2019-10-03 21:00:10 +00:00
  • 7c1662cba0 Docs: Fix code example for removing internal pointers. Jonathan Desrosiers 2019-10-03 20:38:08 +00:00
  • 271fc0d151 Menus: Fix typo in the class attribute for the hidden title field in Walker_Nav_Menu_Checklist. Jonathan Desrosiers 2019-10-03 20:02:28 +00:00
  • 5a2c04c7a8 Media: Ensure medialement scripts are loaded in the footer. Joe McGill 2019-10-03 16:05:14 +00:00
  • f13714d9d1 General: Patch PHMailer for PHP 7.4 compatibility. Jonathan Desrosiers 2019-10-03 15:44:36 +00:00
  • 80b4dbf0d0 Docs: Add missing @deprecated tags. Jonathan Desrosiers 2019-10-03 14:47:17 +00:00
  • 0c66e65b42 Media: Improve documentation for add_image_size() Joe McGill 2019-10-03 14:46:46 +00:00
  • 37cdffd3cc Accessibility: Media: Add more headings in the Media Modal. Andrea Fercia 2019-10-03 12:09:31 +00:00
  • ee03b05605 Privacy: Remove unused $wpdb global in WP_Privacy_Requests_Table::prepare_items(). Sergey Biryukov 2019-10-02 23:21:17 +00:00
  • 65c94d5cd8 Accessibility: Media: Allow users to set a proper language for Video subtitles. Andrea Fercia 2019-10-01 22:04:43 +00:00
  • dc0b9dc2d3 Login and Registration: Hide the Edge browser "Reveal password" native button. Andrea Fercia 2019-10-01 17:59:18 +00:00
  • 5ddfa37db0 Accessibility: Improve and modernize user interface controls for better contrast: Login screen improvements. Andrea Fercia 2019-10-01 15:54:39 +00:00
  • 02cf7f526e Shortcodes: Improve handling from shortcode_parse_attts(). Jake Spurlock 2019-10-01 04:12:15 +00:00
  • 1f5525d2ff Shortcodes: Improve handling from shortcode_parse_attts(). Jake Spurlock 2019-10-01 03:41:58 +00:00
  • 4b93e1eff3 Docs: Fix typo in wp_get_missing_image_subsizes() DocBlock. Sergey Biryukov 2019-10-01 01:18:03 +00:00
  • 38ea9f486f Docs: Remove obsolete comment in wpmu_signup_blog_notification() and wpmu_signup_user_notification(). Sergey Biryukov 2019-10-01 00:45:20 +00:00
  • 796f012ddc Post WordPress 5.3 Beta 2 version bump. Jonathan Desrosiers 2019-09-30 21:08:00 +00:00
  • 6de28b0b81 WordPress 5.3 Beta 2. Jonathan Desrosiers 2019-09-30 20:50:17 +00:00
  • 08b757ec9e Block Editor: Update WordPress packages to include the latest bug fixes. Jonathan Desrosiers 2019-09-30 20:05:51 +00:00
  • 6013fa1240 Accessibility: Media: Use the ARIA tabs pattern for the media modal menus. Andrea Fercia 2019-09-30 19:36:42 +00:00
  • da73b95dd9 Media: Fix the media modal "Insert from URL" field height after [46356]. Andrea Fercia 2019-09-30 19:19:06 +00:00
  • dc07c1f52f Site Health: Revert [46323-46325] for further discussion of how the admin email verification should be filtered. Jonathan Desrosiers 2019-09-30 18:51:30 +00:00
  • 74f9cf79a0 Accessibility: Improve and modernize user interface controls: Improve new styles for the color picker. Andrea Fercia 2019-09-30 18:04:59 +00:00
  • 4b152de517 Media: Prevents clipping of text when scaling image edit screen. Anthony Burchell 2019-09-30 17:55:07 +00:00
  • d65349005c Site Health: Improve the message displayed to sites not utilizing HTTPS. Jonathan Desrosiers 2019-09-30 17:53:53 +00:00
  • f905d80e77 Bundled Themes: Update Twenty Twenty. Jonathan Desrosiers 2019-09-30 17:40:14 +00:00
  • f93cd8ceea Accessibility: Improve and modernize user interface controls: Improve the new form controls styles and heights. Andrea Fercia 2019-09-30 17:23:06 +00:00
  • 48564fa823 Media: Revert [46354] preventing bad clipping of text in image details page. Anthony Burchell 2019-09-30 17:11:14 +00:00
  • 32b7a5e076 Media: Prevents clipping of text when scaling image edit screen. Anthony Burchell 2019-09-30 16:33:39 +00:00
  • ba2d023bad Media: Move wp_get_original_image_path() to wp-content/post.php to make it easier to access from plugins. Andrew Ozz 2019-09-30 16:27:11 +00:00
  • e9e1c4c30d Built/Test Tools: Ignore the node_modules folder in Twenty Twenty. Jonathan Desrosiers 2019-09-30 15:57:21 +00:00
  • 14d0316b3c Docs: Correct WP_Styles_Registry documentation. Jonathan Desrosiers 2019-09-30 15:43:36 +00:00
  • 9288beb7b5 Accessibility: Improve and modernize user interface controls: Remove the CSS transform 1 pixel shift from the buttons active state. Andrea Fercia 2019-09-30 10:52:36 +00:00
  • 0e26adbaea Comments: Add rel="nofollow ugc" attribute to links in comments. Sergey Biryukov 2019-09-30 01:29:10 +00:00
  • 1504804b7c Upgrade/Install: Fix the Install Now button in the plugin overlay when running WordPress on a specific port. Jonathan Desrosiers 2019-09-30 00:04:46 +00:00
  • d6aa801691 Twenty Nineteen: Remove trailing comma after selector in sass/site/primary/_posts-and-pages.scss. Sergey Biryukov 2019-09-29 22:39:20 +00:00
  • 679b6a09e6 REST API: Combine array and object cases in WP_REST_Meta_Fields::get_default_for_type() to remove duplicated line. Sergey Biryukov 2019-09-29 22:33:35 +00:00
  • f00bceaa86 Accessibility: Improve and modernize user interface controls: Improve the radio buttons blue dot alignment. Andrea Fercia 2019-09-29 21:55:51 +00:00
  • ef206a787f Accessibility: Improve and modernize user interface controls: Make the secondary buttons border blue. Andrea Fercia 2019-09-29 21:52:38 +00:00
  • 47643f7621 Coding Standards: Remove inline assignments and extra whitespace in tests/multisite/network.php. Sergey Biryukov 2019-09-29 12:21:29 +00:00
  • c3dfdf84af Docs: Improve comments in tests/multisite/network.php per the documentation standards. Sergey Biryukov 2019-09-29 12:18:48 +00:00
  • 65ec343e0b Docs: Improve documentation for ::display() methods in various list tables. Sergey Biryukov 2019-09-29 11:03:14 +00:00
  • d020b72508 Accessibility: After [46337]: make the select elements background white also on hover, active, and focus states. Andrea Fercia 2019-09-28 16:44:09 +00:00
  • 8408e42de9 Accessibility: Improve and modernize user interface controls. Style the select elements disabled state. Andrea Fercia 2019-09-28 16:34:43 +00:00
  • d47627d555 Fix the context (right-click) menu when clicking the placeholder for the post title field on the classic Edit Post screen. Andrew Ozz 2019-09-28 16:19:49 +00:00
  • 91f5592886 Accessibility: Improve and modernize user interface controls. Make the select elements background white. Andrea Fercia 2019-09-28 16:14:50 +00:00
  • ab8c873323 Docs: Add documentation for WP_Comments_List_Table::display(). Sergey Biryukov 2019-09-27 23:02:29 +00:00
  • 4ffefc2574 Comments: Avoid PHP notice in get_comment_reply_link() for null comment. Jake Spurlock 2019-09-27 14:45:49 +00:00
  • 9e59d26200 Login and Registration: Revert divs and restore paragraphs after [46256]. Andrea Fercia 2019-09-26 22:19:14 +00:00
  • ea1d3b13cc Options: register_uninstall_hook() causes large amounts of unnecessary option updates. Jake Spurlock 2019-09-26 22:07:05 +00:00
  • f2e9aa79f5 Administration: Ensure visual consistency with large titles in the sidebar. Jake Spurlock 2019-09-26 21:50:10 +00:00
  • 4369b82732 Media: Restore the original Image Editor columns layout after [46326]. Andrea Fercia 2019-09-26 20:37:01 +00:00
  • 2ff8e68e15 Menus: Replace http with https in placeholders. Jake Spurlock 2019-09-26 20:30:59 +00:00
  • d9e6a5dd68 Tests: Correct ::assertArrayHasKey() capitalization in [46252]. Sergey Biryukov 2019-09-26 20:30:35 +00:00