Commit Graph

  • 8e091f6156 Embeds: Add oEmbed support for crowdsignal.net surveys. Jb Audras 2023-02-01 21:43:27 +00:00
  • 8edf0e8900 Editor: Add 'wp-polyfill' to _wp_get_iframed_editor_assets() for inert attribute in Firefox. Tonya Mork 2023-02-01 20:42:23 +00:00
  • 4c81af47fa Media: Remove meta data after restoring w/IMAGE_EDIT_OVERWRITE. Joe Dolson 2023-02-01 20:29:56 +00:00
  • bd0ab0cddf Editor: Separate content styles for iframe in __wp_get_iframed_editor_assets() and wp_default_styles(). Tonya Mork 2023-02-01 20:15:38 +00:00
  • 58bc356fb0 Media: Fix upload not visible if added after deleting media. Joe Dolson 2023-02-01 19:45:53 +00:00
  • 36da826901 REST API: Declare 'edit_css' capability in links within WP_REST_Global_Styles_Controller. Tonya Mork 2023-02-01 18:36:08 +00:00
  • 7374cdeb74 Themes: Add shadow presets support for theme.json. Tonya Mork 2023-02-01 18:05:44 +00:00
  • f3b858cb98 Editor: Introduce minimum height dimensions block support. Tonya Mork 2023-02-01 16:13:49 +00:00
  • 8604838832 Docs: Document the inserter property in WP_Block_Patterns_Registry::register(). Sergey Biryukov 2023-02-01 15:27:14 +00:00
  • d2f6c417ff Docs: Improve documentation for block pattern properties. Sergey Biryukov 2023-02-01 15:00:19 +00:00
  • 52e5e065b3 Editor: Add support for editing block style variations in global styles. Tonya Mork 2023-02-01 13:41:16 +00:00
  • 6036ee03af Media: Allow to omit decoding="async" on tags from wp_get_attachment_image(). Felix Arntz 2023-01-31 19:39:51 +00:00
  • a4d42f09d9 Cron API: Improve the docs for some cron event and cron schedule related functions. John Blackbourn 2023-01-31 17:48:45 +00:00
  • 4ca85e7528 Query: Use WP_Query in get_page_by_path. Jonny Harris 2023-01-31 16:54:22 +00:00
  • 620760e1c1 Add: Template types to the patterns API. Jorge Costa 2023-01-31 16:47:58 +00:00
  • aaf0a3366c Update: Improve performance of gutenberg_render_layout_support_flag. Jorge Costa 2023-01-31 15:22:33 +00:00
  • 3ed5f38a4d Docs: Fix typo in the send_auth_cookies filter DocBlock. Sergey Biryukov 2023-01-31 12:18:52 +00:00
  • 4c926bf77c Docs: Remove a duplicate line in the send_auth_cookies filter DocBlock. Sergey Biryukov 2023-01-31 12:16:23 +00:00
  • 186abb264d Users: Add context to the send_auth_cookies filter. Jb Audras 2023-01-31 08:44:58 +00:00
  • b74cfa8dd9 Code Modernization: Allow some parameters with reserved keywords in wp-includes/class-wp-text-diff-renderer-*.php. Sergey Biryukov 2023-01-30 15:22:17 +00:00
  • 51e9aed3b7 Code Modernization: Rename parameters that use reserved keywords in wp-includes/formatting.php. Sergey Biryukov 2023-01-30 14:13:49 +00:00
  • bce2a0a534 I18N: Introduce switch_to_user_locale(). Pascal Birchler 2023-01-30 10:25:53 +00:00
  • 3b4132d6c0 Build/Test Tools: Back up and restore the $wp_filters global when running tests. Sergey Biryukov 2023-01-29 16:24:02 +00:00
  • 533b9b10de Media: Deprecate unused method WP_Media_List_Table::column_desc(). Jb Audras 2023-01-28 22:15:16 +00:00
  • fcea1a91c8 Database: Replace substr_compare() usage with substr() in wpdb::prepare(). Sergey Biryukov 2023-01-28 20:56:10 +00:00
  • d64680e98d Database: Replace str_ends_with() usage in wpdb::prepare(). Sergey Biryukov 2023-01-28 13:46:16 +00:00
  • 999f02218b Media: Add download link to media modal and attachment details. Joe Dolson 2023-01-27 23:05:35 +00:00
  • 1b1fa72384 Editor: Use a non-persistent object cache in wp_get_global_settings(). Felix Arntz 2023-01-27 22:12:37 +00:00
  • 30175c97ac Revisions: only create autosave when content changed. Adam Silverstein 2023-01-27 22:01:59 +00:00
  • ece2e850ca Tests: Resolve some line endings issues in blocks/renderCommentTemplate.php on Windows machines. David Baumwald 2023-01-27 20:49:15 +00:00
  • b6f9fff7c3 Build/Test Tools: Update third-party GitHub Actions. Jonathan Desrosiers 2023-01-27 19:23:20 +00:00
  • ab7f91562d Database: Add %i placeholder support to $wpdb->prepare to escape table and column names, take 2. David Baumwald 2023-01-27 18:47:53 +00:00
  • 94ea12b60c Build/Test Tools: Update PostCSS to version 8. Jonathan Desrosiers 2023-01-27 15:53:15 +00:00
  • c86eb190ab Themes: Add "Style Variations" to the list of WordPress theme features. Sergey Biryukov 2023-01-27 15:52:56 +00:00
  • dd33e32767 Editor: Use a non-persistent object cache instead of transient in wp_get_global_stylesheet(). Felix Arntz 2023-01-26 23:01:10 +00:00
  • e2b5177e7c Editor: Add is block theme setting to get_block_editor_settings(). Tonya Mork 2023-01-26 19:59:16 +00:00
  • 1df9b8acf4 Themes: Avoid unnecessary database queries from get_default_block_editor_settings() in WP_Theme_JSON_Resolver::get_theme_data(). Felix Arntz 2023-01-26 18:37:47 +00:00
  • d1f3f85f0f Coding Standards: Bring some consistency to the order of attributes in password fields. Sergey Biryukov 2023-01-26 18:10:54 +00:00
  • 8ca206a849 Docs: Update $types param for wp_get_global_stylesheet(). Tonya Mork 2023-01-26 17:21:41 +00:00
  • bce22ebbf8 Bootstrap/Load: Avoid initializing WP_Recovery_Mode when fatal error handler is disabled. Felix Arntz 2023-01-26 00:05:05 +00:00
  • 9356d97222 Editor: Fix undefined variable following [54805]. Felix Arntz 2023-01-25 22:07:47 +00:00
  • ca90afc1f8 Editor: Remove WP_DEBUG defined check in wp_tinycolor_hue_to_rgb(). Tonya Mork 2023-01-25 21:54:43 +00:00
  • 616f0bca52 Editor: Use in/decrementors in wp_tinycolor_hue_to_rgb(). Tonya Mork 2023-01-25 21:41:00 +00:00
  • 0c8c4f89a3 Build/Test Tools: Revert [55137]. Jonathan Desrosiers 2023-01-25 20:20:15 +00:00
  • f8bdacb6fc Themes: Add static cache variable to wp_theme_has_theme_json(). Tonya Mork 2023-01-25 19:36:58 +00:00
  • 26ca958e2a Build/Test Tools: Update caniuse-lite to the latest version. Jonathan Desrosiers 2023-01-25 19:13:35 +00:00
  • 01623b164c Coding Standards: Allow some parameters with reserved keywords in wp-includes/compat.php. Sergey Biryukov 2023-01-25 01:38:59 +00:00
  • cb5d5be4ca Menus: Add missing escaping function in Admin Menu walker. Jb Audras 2023-01-24 21:30:42 +00:00
  • 4643bb45e0 Code Modernization: Fix a JS error in wpdialog. Jb Audras 2023-01-24 21:11:47 +00:00
  • e4ccebf2d7 Editor: Adds 'settings.typography.fluid.minFontSize' support to wp_get_typography_font_size_value(). Tonya Mork 2023-01-24 20:38:25 +00:00
  • 119ec3240e Editor: Adds pagination and ordering support to WP_REST_Pattern_Directory_Controller. Tonya Mork 2023-01-24 16:52:42 +00:00
  • 1f28106a14 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/kses.php. Sergey Biryukov 2023-01-24 16:03:26 +00:00
  • b1363cc7fe Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/functions/wpRefererField.php. Sergey Biryukov 2023-01-24 15:53:46 +00:00
  • 662b151d44 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-theme-json.php. Sergey Biryukov 2023-01-24 15:43:53 +00:00
  • 29c6bca953 Docs: Add missing @since tag for WP_Theme_JSON_Resolver::remove_json_comments(). Sergey Biryukov 2023-01-24 15:39:31 +00:00
  • 0ab59b1bdb Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-theme-json-resolver.php. Sergey Biryukov 2023-01-24 15:35:59 +00:00
  • 6bb9cf4751 Code Modernization: Rename parameters that use reserved keywords in wp-includes/blocks.php. Sergey Biryukov 2023-01-24 14:40:47 +00:00
  • 2bcd6390b2 Editor: Migrate old to the new pattern categories. Tonya Mork 2023-01-24 14:34:10 +00:00
  • f7de6aa943 Twenty Twenty-One: Refine primary-navigation.js behavior for anchor links. Jb Audras 2023-01-24 12:56:13 +00:00
  • ac2ddd82f2 Docs: Various improvements in ms-blogs.php function descriptions, as per docblocks standards. Jb Audras 2023-01-24 12:55:14 +00:00
  • 7db8ca56de Twenty Twenty-Two: Remove color reference from pattern names. Jb Audras 2023-01-24 08:49:47 +00:00
  • 0ed98f98f2 Themes: Support additional link related pseudo classes in theme.json. Jb Audras 2023-01-24 08:09:21 +00:00
  • 0ab4ae8b4c Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/widgets/wpWidgetMedia.php. Sergey Biryukov 2023-01-23 16:52:36 +00:00
  • 698c003a64 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/shortcode.php. Sergey Biryukov 2023-01-23 16:33:57 +00:00
  • 1433b636d1 Tests: Use wp_recursive_ksort() in WP_Theme_JSON_Resolver tests. Sergey Biryukov 2023-01-23 16:01:07 +00:00
  • 005cfdbf4e Code Modernization: Rename parameters that use reserved keywords in wp-includes/functions.php. Sergey Biryukov 2023-01-23 15:52:18 +00:00
  • 1e608be8c5 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/rest-api.php. Sergey Biryukov 2023-01-23 12:10:28 +00:00
  • e8dd182661 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/post.php. Sergey Biryukov 2023-01-23 11:07:13 +00:00
  • c6f3ee4fd9 Bundled Themes: Fix Separator block "Dots" style variation on various themes. Jb Audras 2023-01-22 20:05:38 +00:00
  • 9bbef09035 Posts, Post Types: Increase the input field's width in the Slug metabox. Jb Audras 2023-01-22 11:10:00 +00:00
  • ea08277674 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/pluggable/signatures.php. Sergey Biryukov 2023-01-22 00:15:14 +00:00
  • 9822010bb8 Docs: Further clarify the wp_ajax_save_attachment filter parameters description. Sergey Biryukov 2023-01-21 15:56:09 +00:00
  • 02a08585ae Upgrade/Install: Disable spellcheck for password field on Setup screen. Jb Audras 2023-01-21 09:05:14 +00:00
  • d8368e7e0a Menus: Hide the "Remove selected item" from Menus screen when no item is selected. Jb Audras 2023-01-20 22:04:12 +00:00
  • 9705e4e72e Quick/Bulk Edit: Add an action hook on bulk_edit_posts(). Jb Audras 2023-01-20 21:41:26 +00:00
  • 2ff0e8a3c2 Plugins: Add visible focus on plugin modal close button. Joe Dolson 2023-01-20 21:26:44 +00:00
  • c12992dc9a Media: Add an action hook on wp_ajax_save_attachment(). Jb Audras 2023-01-20 14:15:42 +00:00
  • 675fe390b9 Code Modernization: Use correct property in IXR_Message::tag_open(). Sergey Biryukov 2023-01-20 01:34:41 +00:00
  • d6afa281b6 Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/rest-api/rest-*-controller.php. Sergey Biryukov 2023-01-20 00:19:09 +00:00
  • b0f853f580 Permalinks: Remove floating on Permalinks settings screen. Jb Audras 2023-01-19 22:55:10 +00:00
  • e4e15d1d8b Tests: Correct additional_field_get_callback() parameters in some REST API tests. Sergey Biryukov 2023-01-19 21:46:58 +00:00
  • a9bd7719db Twenty Twenty-One: Fix obsolete navigation block styles for better Global Styles support. Jb Audras 2023-01-19 17:39:10 +00:00
  • e229ac401d Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/option/themeMods.php. Sergey Biryukov 2023-01-19 17:07:22 +00:00
  • 157a23382d I18N: Allow installing new translations when changing the user locale on the profile page. Pascal Birchler 2023-01-19 14:11:08 +00:00
  • 9599b39a5a Editor: Updated the bundled block pattern categories. Riad Benguella 2023-01-19 12:19:51 +00:00
  • 48342a279d Editor: Allow block pattern categories to have descriptions. Riad Benguella 2023-01-19 12:11:57 +00:00
  • 134c05d698 Application Passwords: Disable spellcheck for password field. Jb Audras 2023-01-19 11:46:47 +00:00
  • adc62118f7 Twenty Twenty-One: Disable spellcheck for post password field. Jb Audras 2023-01-19 09:10:19 +00:00
  • 2b831ffa1f Login and Registration: Disable spellcheck for password fields. Jb Audras 2023-01-19 08:51:41 +00:00
  • 65caf62944 Media: Allow for customization of lazy-loading featured images. Felix Arntz 2023-01-19 07:32:28 +00:00
  • 84bb54d618 Themes: Revert caching from r55086. Tonya Mork 2023-01-18 21:58:00 +00:00
  • e57e0e80b9 Media: Prevent hidden overflow on uploaded image names. Joe Dolson 2023-01-18 18:49:19 +00:00
  • d54b686c8d Code Modernization: Rename parameters that use reserved keywords in phpunit/tests/kses.php. Sergey Biryukov 2023-01-18 16:17:41 +00:00
  • 8d56405c59 Twenty Twenty-One: Revert [55088]. Jb Audras 2023-01-18 14:50:29 +00:00
  • 27cf88122d Twenty Twenty-One: Fix obsolete navigation block styles for better Global Styles support. Jb Audras 2023-01-18 13:31:16 +00:00
  • 308dd0ae53 Tests: Add unique messages to assertions for attachment filenames in wp_mail(). Sergey Biryukov 2023-01-18 12:58:05 +00:00
  • 6a9e92dc76 Themes: Introduce wp_theme_has_theme_json() for public consumption. Tonya Mork 2023-01-18 11:38:16 +00:00
  • 410889469f Posts, Post Types: Use persistent caching in get_adjacent_post function. Jonny Harris 2023-01-18 11:18:36 +00:00
  • 15b5159d49 Editor: Add inert attribute polyfill. Riad Benguella 2023-01-18 11:14:33 +00:00
  • ec6b2f2045 Taxonomy: Remove placeholder from WP_Term_Query cache key. Jonny Harris 2023-01-18 09:56:55 +00:00