Commit Graph

  • 611d953e15 Block Editor: Add the Site Logo block's server implementation. Riad Benguella 2021-06-08 08:26:23 +00:00
  • 900367bc7a Block Editor: Add a type property to allow Core to identify the source of the editor styles. Riad Benguella 2021-06-08 08:14:59 +00:00
  • 377c88d462 Block Editor: Package updates for 5.8 beta 1. Riad Benguella 2021-06-08 08:07:15 +00:00
  • 8add05ff15 Make new WordPress installations use blocks in widget areas instead of widgets Robert Anderson 2021-06-08 01:54:27 +00:00
  • 880a308485 Boostrap/Load: Add filter to allow disabling of object cache Aaron Jorbin 2021-06-08 01:44:26 +00:00
  • bad2471fa9 Application Passwords: Allow enter key to submit profile form. Joe Dolson 2021-06-07 23:48:18 +00:00
  • 494f3644fd TinyMCE: Don't attempt to initialize the same instance twice. Follow up to [51082]. Andrew Ozz 2021-06-07 23:20:57 +00:00
  • 009e4748bc Coding Standards: Extraneous white space at end of line. Joe Dolson 2021-06-07 23:14:54 +00:00
  • e31b25ed4d Themes: Fix accessibility issues with controls in themes screen. Joe Dolson 2021-06-07 23:09:56 +00:00
  • 6213114f49 TinyMCE: Fix initialization when the editor is in a postbox by delaying it until document.readyState === 'complete'. Andrew Ozz 2021-06-07 23:06:48 +00:00
  • 40a61e6c14 Comments: Return valid comment reply link if comments are paginated. Joe Dolson 2021-06-07 21:48:29 +00:00
  • bcefcefb58 Comments: Escape comment author's email in the Edit Comment form. Sergey Biryukov 2021-06-07 18:45:56 +00:00
  • 37a4faa7ed Tests: Use assertSame() in some newly introduced tests. Sergey Biryukov 2021-06-07 11:16:29 +00:00
  • b61653f944 External Libraries: Update the Requests library to version 1.8.1. Sergey Biryukov 2021-06-06 14:04:52 +00:00
  • 76ba012707 Users: Add user’s locale to password reset link to ensure login screen matches the language of the email. Dominik Schilling 2021-06-06 12:39:06 +00:00
  • aea1ccbab4 Booststrap/Load: Only reference recovery mode email when it can be sent. Aaron Jorbin 2021-06-05 15:45:10 +00:00
  • b495611a35 Coding Standards: Use strict comparison in wp-admin/options-media.php. Sergey Biryukov 2021-06-05 13:56:49 +00:00
  • d935e0c94a REST API: Restore the $creating parameter of rest_after_save_widget action. Sergey Biryukov 2021-06-04 23:12:56 +00:00
  • 8aecdaaec9 List Tables: Update spacing in action items on small screens. Kelly Choyce-Dwan 2021-06-04 18:13:52 +00:00
  • a08bbbadd8 Twenty Twenty-One: Check for navigation element before using it. Kelly Choyce-Dwan 2021-06-04 17:06:15 +00:00
  • e7ac82157e REST API: Rename the $creating parameter of rest_after_save_widget action to $update. Sergey Biryukov 2021-06-04 10:47:01 +00:00
  • 794a136dd2 Coding Standards: Simplify the logic in WP_Widget::get_field_name() and ::get_field_id(). Sergey Biryukov 2021-06-04 10:46:22 +00:00
  • 176da85be9 Fix failing block editor test Robert Anderson 2021-06-04 05:25:31 +00:00
  • efd163e566 REST API: Delete fresh_site option when updating widgets via REST API Robert Anderson 2021-06-04 00:44:41 +00:00
  • e46ffeb5b1 Enable Meta and Nav Menu widgets in Legacy Widget block Robert Anderson 2021-06-04 00:39:57 +00:00
  • abb27bc8da Site Health: Remove unnecessary function_exists() checks from WP_Site_Health::get_tests(). Sergey Biryukov 2021-06-03 11:13:14 +00:00
  • ad0a55559a Editor: Correct some docblocks added in [50836]. John Blackbourn 2021-06-03 00:21:35 +00:00
  • e37b85fcd7 Plugins: Make sure Hello Dolly translations are deleted when the plugin is deleted. Sergey Biryukov 2021-06-02 15:11:54 +00:00
  • 39043f8799 Docs: Correct type for the $widget parameter of the widget_block_content filter. Sergey Biryukov 2021-06-02 10:56:17 +00:00
  • 66469efa99 Block Editor: Update script versions. Peter Wilson 2021-06-02 02:27:21 +00:00
  • 7e3b648d74 Widgets: Add missing actions to widgets block editor Robert Anderson 2021-06-02 01:56:35 +00:00
  • a46baca60e REST API: Add 'delete_widget' action to delete widget endpoint Robert Anderson 2021-06-02 01:39:34 +00:00
  • 08d48b9e21 REST API: Fix delete widget endpoint Robert Anderson 2021-06-02 01:21:17 +00:00
  • cf60c451b0 Widget block: Add widget_block_content filter Robert Anderson 2021-06-02 01:17:37 +00:00
  • 9991a80cca Site Health: Conditionally run Authorization header test. Marius L. J 2021-06-02 00:50:53 +00:00
  • 6857f8449c Block Editor: Load the WP_Theme_JSON_Resolver class in wp-admin/load-styles.php. Sergey Biryukov 2021-06-01 23:08:29 +00:00
  • 052550fca4 Docs: Add a @since note to wp_parse_id_list() and wp_parse_slug_list() about using wp_parse_list(). Sergey Biryukov 2021-06-01 21:20:52 +00:00
  • f5ca52c617 Tests: Remove the ::append_to_selector() method from Tests_Theme_wpThemeJson. Sergey Biryukov 2021-06-01 11:30:05 +00:00
  • d8c4ba3fa7 Coding Standards: Simplify a condition in wp-admin/admin-footer.php. Sergey Biryukov 2021-06-01 11:29:36 +00:00
  • f166ac5b8f Block Editor: Update the Gutenberg branch used to launch Gutenberg e2e tests. Riad Benguella 2021-06-01 09:21:36 +00:00
  • 80957a6179 Block Editor: Update packages and backport the latest Gutenberg fixes. Riad Benguella 2021-06-01 08:07:07 +00:00
  • f71eadf33b Docs: Improve documentation for get_option(). Clean up, clarify the returned types and the exceptions, and add few examples. Andrew Ozz 2021-05-31 23:59:16 +00:00
  • 8edfb80800 REST API: Remove duplicates in the widget types endpoint. Timothy Jacobs 2021-05-31 20:56:22 +00:00
  • 712ca22293 Docs: Improve documentation for the wp_resource_hints filter. Sergey Biryukov 2021-05-31 15:38:46 +00:00
  • b06ec69cfd Coding Standards: Use strict comparison in wp-includes/class-wp-customize-nav-menus.php. Sergey Biryukov 2021-05-30 19:16:30 +00:00
  • 59e55af520 Docs: Document that has_block() does not check reusable blocks. Sergey Biryukov 2021-05-29 18:41:09 +00:00
  • 24a70204db Bundled Themes: Introduce block patterns for Twenty Fourteen. Kelly Choyce-Dwan 2021-05-28 18:16:37 +00:00
  • 57f47bcf1f Docs: Improve documentation for wp_list_filter() and wp_filter_object_list(). Sergey Biryukov 2021-05-28 18:03:06 +00:00
  • 5f92bb725b Bundled Themes: Introduce block patterns for Twenty Fifteen. Kelly Choyce-Dwan 2021-05-28 17:19:46 +00:00
  • 777a9678a3 Bundled Themes: Update the "Tested up to" value. Sergey Biryukov 2021-05-27 20:43:37 +00:00
  • 445fe00ea9 General: Correct the inline code examples for _wp_array_get() and `_wp_array_set(). Jonathan Desrosiers 2021-05-27 19:35:12 +00:00
  • f2b7039707 Build/Test Tools: Update the several dependencies. Jonathan Desrosiers 2021-05-27 19:31:51 +00:00
  • 01191de574 Docs: Use a duplicate hook reference for widgets_admin_page in wp-admin/widgets-form-blocks.php. Sergey Biryukov 2021-05-27 09:05:05 +00:00
  • d270b29f15 Widgets: Perform 'widgets_admin_page' action in block widget editor Robert Anderson 2021-05-27 01:51:49 +00:00
  • 9ba06a2cbe Widgets: Remove unnecessary enqueue of 'format-library' assets Robert Anderson 2021-05-27 01:49:27 +00:00
  • c5ac9983b2 Build tools: Use hashed module IDs for minified files. Peter Wilson 2021-05-27 00:15:19 +00:00
  • 8045d9407d Twenty Thirteen: Fix missing translations in block patterns, add image credits. Kelly Choyce-Dwan 2021-05-26 16:54:39 +00:00
  • 73e1b2e064 Bundled Themes: Introduce block patterns for Twenty Twelve. Kelly Choyce-Dwan 2021-05-26 16:38:53 +00:00
  • ba505963fb General: Avoid a PHP warning when checking the mbstring.func_overload PHP value. Sergey Biryukov 2021-05-26 16:04:50 +00:00
  • 6945095a3e Block Editor: Fix logic to enable custom colors, gradients, and font sizes. Jorge Costa 2021-05-26 14:24:17 +00:00
  • d7f99f31e6 Media: Replace basename() usage on media upload screen with wp_basename() for better multibyte filenames support. Sergey Biryukov 2021-05-26 14:23:11 +00:00
  • 41513c2d0f REST API: Re-introduce WP_Test_REST_Widgets_Controller tests. Peter Wilson 2021-05-26 06:14:08 +00:00
  • 5538bd8b01 Widgets: Ignore CSS files in legacy widgets block. Peter Wilson 2021-05-26 02:59:32 +00:00
  • 55db8c73a3 Posts, Post Types: Improve post_exists() query. Peter Wilson 2021-05-26 02:16:01 +00:00
  • 852a2c216c REST API: Add support for modifying the term relation when querying posts. Timothy Jacobs 2021-05-26 02:15:51 +00:00
  • 9d3e32ecbf Site Health, Privacy: Combine shared CSS for Site Health & Privacy Settings Kelly Choyce-Dwan 2021-05-26 01:52:26 +00:00
  • 80874f280e General: Pass the scheme to the *_url filters. Jonathan Desrosiers 2021-05-26 01:46:10 +00:00
  • ba7684417a Media: Add button in media upload page for copying the media url. Anthony Burchell 2021-05-26 01:39:47 +00:00
  • 7ec2c1dec8 Themes: Display the number of available theme updates in the admin menu. Sergey Biryukov 2021-05-26 01:16:51 +00:00
  • 849c811396 Block Editor: Add support for the pattern directory. Kelly Choyce-Dwan 2021-05-26 01:10:57 +00:00
  • 6476ee7f78 REST API: Remove WP_Test_REST_Widgets_Controller tests. Peter Wilson 2021-05-26 00:28:50 +00:00
  • bc5f6d9170 Formatting: Introduce the document_title filter. Jonathan Desrosiers 2021-05-25 23:42:15 +00:00
  • 2d2a9c4715 Posts, Post Types: Speed cached get_pages() calls. Sergey Biryukov 2021-05-25 23:40:12 +00:00
  • 32f405b182 External Libraries: Update two polyfill libraries to their latest versions. Jonathan Desrosiers 2021-05-25 23:26:14 +00:00
  • b146e9ae59 Build/Test Tools: Use the Composer-installed version of PHPUnit for Grunt tasks. Sergey Biryukov 2021-05-25 23:14:15 +00:00
  • cb5a19f8c1 Posts, Post Types: Remove some unused strings from built-in post type declarations. SergeyBiryukov 2021-05-25 22:48:02 +00:00
  • 304715ae99 Block Editor: Declare the wp_template post type as built-in. Sergey Biryukov 2021-05-25 22:27:20 +00:00
  • a2200dda81 Block Editor: Only load the WP_Theme_JSON_Resolver class once. Sergey Biryukov 2021-05-25 21:39:38 +00:00
  • 55d7ce34f4 Bundled Themes: Introduce block patterns for Twenty Thirteen. Kelly Choyce-Dwan 2021-05-25 20:25:59 +00:00
  • 9768edfead Administration: Improve the message about installing the Link Manager plugin to use legacy Links screen. Sergey Biryukov 2021-05-25 20:13:02 +00:00
  • f6de89eede Coding Standards: Further update the code for bulk menu items deletion to better follow WordPress coding standards. Sergey Biryukov 2021-05-25 19:13:38 +00:00
  • 0011fb52de Coding Standards: Apply some minor coding standards fixes. Joe Dolson 2021-05-25 18:52:28 +00:00
  • 639e1b232b External Libraries: Update the phpass library to version 0.5. Jonathan Desrosiers 2021-05-25 18:46:39 +00:00
  • c622c4badd Coding Standards: Apply some minor coding standards adjustments. Jonathan Desrosiers 2021-05-25 17:42:58 +00:00
  • 333f10ba1c Menus: Add bulk delete for menu items. Joe Dolson 2021-05-25 17:41:11 +00:00
  • cdd7080e80 Users: Pass on the user data received by wp_insert_user() to related hooks. Jonathan Desrosiers 2021-05-25 17:38:30 +00:00
  • 4bd73e1b9c Toolbar: Prevent username from wrapping when avatars are disabled. Kelly Choyce-Dwan 2021-05-25 17:09:40 +00:00
  • ea49625d59 Block Editor: Introduce block templates for classic themes. Riad Benguella 2021-05-25 14:19:14 +00:00
  • 0ddb25467f Upgrade/Install: Update sodium_compat to v1.16.1. Sergey Biryukov 2021-05-25 13:54:12 +00:00
  • d66ccc0061 Block Editor: Load theme resolver class in script loader. Riad Benguella 2021-05-25 13:41:30 +00:00
  • 3d5a37a9bc REST API: Update “object” strings to use the appropriate nouns. Sergey Biryukov 2021-05-25 13:11:55 +00:00
  • 55572ad664 Comments: Include a "View Post" link on the Comments screen for a single post. Sergey Biryukov 2021-05-25 12:25:14 +00:00
  • 645813bc57 Coding Standards: Move assignment out of condition in phpunit/includes/speed-trap-listener.php. Sergey Biryukov 2021-05-25 11:54:28 +00:00
  • 16d50f16ed Adds the widgets block editor to widgets.php and customize.php Robert Anderson 2021-05-25 08:51:09 +00:00
  • 00bc227eb8 Adds the widgets block editor to widgets.php and customize.php Robert Anderson 2021-05-25 08:38:04 +00:00
  • bc48d7ae09 REST API: Add widget endpoints Robert Anderson 2021-05-25 08:26:21 +00:00
  • 1b05374ddd REST API: Revert widget endpoints Robert Anderson 2021-05-25 08:21:03 +00:00
  • 909bd7fad0 REST API: Add widget endpoints Robert Anderson 2021-05-25 07:51:14 +00:00
  • 5f1cf9db57 Block Editor: Load the classic layout stylesheet conditionallty. Riad Benguella 2021-05-25 07:39:30 +00:00
  • b31d07e05e Block Editor: Add the layout block support. Riad Benguella 2021-05-25 07:35:56 +00:00