Commit Graph

  • 5b483bfe4f Twenty Twenty: Remove various unused function parameters and variables. Jb Audras 2023-06-26 21:31:30 +00:00
  • d8409a205a Editor: Register core block styles in one place. Jonny Harris 2023-06-26 21:15:21 +00:00
  • c1a3975367 Posts, Post Types: Add a $previous_status parameter to wp_trash_post() related hooks. Jb Audras 2023-06-26 20:55:04 +00:00
  • 4a16702090 General: Introduce WP_DEVELOPMENT_MODE constant to signify context-specific development mode. Felix Arntz 2023-06-26 19:55:28 +00:00
  • 88de9a9d8e Editor: Add a description key to theme.json style variations. Jb Audras 2023-06-26 18:13:04 +00:00
  • d638b012e8 Twenty Twenty: Revert [56034] pending further investigation. Jb Audras 2023-06-26 17:27:55 +00:00
  • 902353c4a0 Twenty Twenty: Fix an RTL style issue leading to failed Test Default Themes & Create ZIPs workflow. Jb Audras 2023-06-26 16:58:43 +00:00
  • c7597fa62f Editor: Use static closures to avoid memory leaks. Weston Ruter 2023-06-26 16:58:38 +00:00
  • b6fde03ef7 Media: Automatically add fetchpriority="high" to hero image to improve load time performance. Felix Arntz 2023-06-26 16:15:12 +00:00
  • fb9929cc26 Twenty Nineteen: Ensure Separator block supports theme colors in editor. Jb Audras 2023-06-26 15:48:23 +00:00
  • fbc337d7b2 Tools: Fix unresolvable conflicts computation in package sync script. Bernie Reiter 2023-06-26 15:41:25 +00:00
  • 7e6cd72166 Twenty Twenty: Fix left margin in Latest Posts & Latest Comments blocks. Jb Audras 2023-06-26 15:04:22 +00:00
  • 613b0e7dc9 Script Loader: Add support for HTML 5 "async" and "defer" attributes. Joe McGill 2023-06-26 13:40:31 +00:00
  • 4d6c6eefae Code Modernization: Use str_contains() in a few more places. Sergey Biryukov 2023-06-26 10:42:54 +00:00
  • 997abf4009 Code Modernization: Use str_contains() in a few more places. Sergey Biryukov 2023-06-26 10:15:04 +00:00
  • b524268be4 Editor: rename reusable blocks to patterns. Isabel Brison 2023-06-26 08:55:31 +00:00
  • 9d4f4a9b9a Editor: fix site editor layout bug. Isabel Brison 2023-06-26 04:46:39 +00:00
  • f571f4519b Editor: add support for block-level link hover colors. Isabel Brison 2023-06-26 01:13:56 +00:00
  • 3381afd631 Upgrade/Install: Update 'show details' button change. Joe Dolson 2023-06-25 22:55:34 +00:00
  • c5a7371545 Administration: Fix visual regression in media search input. Joe Dolson 2023-06-25 21:11:51 +00:00
  • aef1cb9847 Editor: Add no-js fallback for site editor. Joe Dolson 2023-06-25 19:52:43 +00:00
  • ba4ada5d0b Upgrade/Install: Add aria-describedby for input descriptions. Joe Dolson 2023-06-25 18:42:56 +00:00
  • ced07754fa Administration: Consistent positioning and size of search form. Joe Dolson 2023-06-25 17:20:01 +00:00
  • ed54bb7444 Quick/Bulk Edit: Don't set publish date when editing drafts. Joe Dolson 2023-06-25 15:18:12 +00:00
  • 7a6bff44fc Code Modernization: Use str_contains() in a few more places. Sergey Biryukov 2023-06-25 10:48:28 +00:00
  • 89676d88a2 Code Modernization: Use str_starts_with() and str_ends_with() in a few more places. Sergey Biryukov 2023-06-24 17:15:06 +00:00
  • c226fa18f0 Code Modernization: Use str_starts_with() and str_ends_with() in a few more places. Sergey Biryukov 2023-06-24 16:48:25 +00:00
  • d932659aba Editor: Improve accessibility of new custom field UI. Joe Dolson 2023-06-24 14:30:31 +00:00
  • ffc386bfbd Coding Standards: Use Yoda condition in str_ends_with(). Sergey Biryukov 2023-06-24 13:52:11 +00:00
  • 0fd9ee91ec General: Return early from str_ends_with() polyfill if both haystack and needle are empty. Sergey Biryukov 2023-06-24 13:38:44 +00:00
  • 0783feeeca General: Replace substr_compare() usage in the str_ends_with() polyfill. Sergey Biryukov 2023-06-24 13:00:15 +00:00
  • b1ebb813bf Code Modernization: Use str_ends_with() in a few more places. Sergey Biryukov 2023-06-24 09:50:34 +00:00
  • e628c736c8 Administration: Reduce translation calls after [55969]. Jb Audras 2023-06-24 05:28:15 +00:00
  • ef6c0b7e42 Twenty Seventeen: Make twentyseventeen_is_static_front_page() an alias of twentyseventeen_is_frontpage(). Jb Audras 2023-06-24 05:12:28 +00:00
  • eb9f60f605 Coding Standards: Fix undeclared variable issue. Jb Audras 2023-06-24 04:20:55 +00:00
  • a259766796 Coding Standards: Fix missing semicolon after [56009]. Jb Audras 2023-06-24 04:08:43 +00:00
  • 37494b0a4f Upgrade/Install: Prevent users from sending multiple bulk plugin updates. Jb Audras 2023-06-24 03:58:37 +00:00
  • e97a67e7b8 Upgrade/Install: Show/hide toggle on password fields. Joe Dolson 2023-06-23 23:07:10 +00:00
  • e5be84482e Bootstrap/Load: Require wp-includes/compat.php earlier in wp-settings.php. Sergey Biryukov 2023-06-23 20:04:30 +00:00
  • 3fe8ea0c0c Bootstrap/Load: Require wp-includes/compat.php in wp-load.php. Sergey Biryukov 2023-06-23 19:52:31 +00:00
  • 915db312ab Editor: Fix block editor styles being registered with frontend stylesheets. Felix Arntz 2023-06-23 18:59:53 +00:00
  • 15a9bcad35 Administration: Backwards compatibility for new sortable keys. Joe Dolson 2023-06-23 17:47:34 +00:00
  • 85e6518189 I18N: Ensure determine_locale() does not potentially return an empty string. Pascal Birchler 2023-06-23 16:01:08 +00:00
  • 44e89612d0 Script Loader: Replace str_contains() usage in wp-includes/script-loader.php. Sergey Biryukov 2023-06-23 15:43:31 +00:00
  • 3a340b69ca Upgrade/Install: Move location of $upgrade_notice for better consistency. Jb Audras 2023-06-23 15:01:28 +00:00
  • d51e1e66d0 Twenty Twenty: Fix Letter Case implementation. Jb Audras 2023-06-23 14:51:44 +00:00
  • 92fc4b261c Twenty Sixteen: Fix Letter Case implementation. Jb Audras 2023-06-23 14:43:14 +00:00
  • 4a81e71627 Twenty Fifteen: Fix Letter Case implementation. Jb Audras 2023-06-23 14:40:31 +00:00
  • 898a98b8a3 Twenty Fourteen: Fix Letter Case implementation. Jb Audras 2023-06-23 14:38:19 +00:00
  • 97be53bbce Themes: Allow non-block themes to add theme support for link color settings. Jb Audras 2023-06-23 13:48:49 +00:00
  • 43e382ba7e Themes: Allow non-block themes to add theme support for border settings. Jb Audras 2023-06-23 13:35:32 +00:00
  • 11df92738b Database: Replace str_contains() and str_ends_with() usage in wpdb methods. Sergey Biryukov 2023-06-23 12:15:06 +00:00
  • d25a8d62f7 Fix block template utils test: use template part instead of template object. André 2023-06-23 09:28:10 +00:00
  • 09a7c6835b REST API: return post modified datetime for Templates. Isabel Brison 2023-06-23 06:27:45 +00:00
  • 151621661b Build/Test Tools: Store artefacts of failing E2E test runs. Peter Wilson 2023-06-22 22:35:44 +00:00
  • 66674fbfd9 Code Modernization: Replace usage of substr() with str_starts_with() and str_ends_with(). Sergey Biryukov 2023-06-22 14:55:47 +00:00
  • 38950d24c3 Administration: Fix password layout for RTL and mobile. Joe Dolson 2023-06-22 14:35:23 +00:00
  • 9e9887d8b8 Code Modernization: Replace usage of strpos() with str_contains(). Sergey Biryukov 2023-06-22 14:34:56 +00:00
  • fdbd29eaba Code Modernization: Use str_starts_with() in WP_Theme_JSON class methods. Sergey Biryukov 2023-06-22 14:12:09 +00:00
  • fe3645519a wp_get_global_styles: allow transforming the CSS Custom Properties into the values they represent. André 2023-06-22 08:42:42 +00:00
  • 9a9a672a83 Editor: add text columns to typography support. Isabel Brison 2023-06-22 08:16:05 +00:00
  • 3c365e55dc Help/About: Improve Dashboard screen options behavior on small screens. Jb Audras 2023-06-22 07:52:24 +00:00
  • 2a233f7143 Rename wp_get_remote_patterns to wp_get_theme_directory_pattern_slugs. André 2023-06-22 07:14:46 +00:00
  • 23f73f8430 Twenty Thirteen: Remove IE specific resources. Jb Audras 2023-06-22 06:20:19 +00:00
  • 0f1e555c91 Twenty Fifteen: Remove IE specific resources. Jb Audras 2023-06-22 06:09:37 +00:00
  • e751bfb505 Twenty Seventeen: Remove IE specific resources. Jb Audras 2023-06-22 05:59:43 +00:00
  • d9d0498254 Tests: Update the test for pre_wp_setup_nav_menu_item filter. Sergey Biryukov 2023-06-22 05:53:05 +00:00
  • c34aba767f Twenty Ten: Improve Pullquote block line height for better readability. Jb Audras 2023-06-22 05:33:50 +00:00
  • 57ca656fea Administration: Replace contracted verb forms for better consistency. Jb Audras 2023-06-22 05:23:18 +00:00
  • b638c20014 Build/Test Tools: Update URL of theme unit test data. Peter Wilson 2023-06-22 04:19:59 +00:00
  • 6188537427 Editor: add grid layout type Isabel Brison 2023-06-22 04:04:50 +00:00
  • 04aeddce8c Administration: Hide password in options/writing. Joe Dolson 2023-06-22 00:30:41 +00:00
  • 64ef31dae7 Twenty Thirteen: Remove an unnecessary border from Table block. Jb Audras 2023-06-21 22:53:02 +00:00
  • 4e33de0f08 Twenty Nineteen: Fix a JS coding standard issue found after [55970]. Jb Audras 2023-06-21 21:52:46 +00:00
  • 09fb3ea03e Administration: Set accessible state for list table headers. Joe Dolson 2023-06-21 21:45:52 +00:00
  • 5e347c1c52 Twenty Nineteen: Prevent a console error related to the main navigation on Firefox. Jb Audras 2023-06-21 21:30:26 +00:00
  • ffcf68b2de Administration: Replace Tagline option placeholder with a description. Jb Audras 2023-06-21 20:48:31 +00:00
  • 8d702842ce Administration: Add the no-store and private directives to the Cache-Control header when preventing caching for logged in users. John Blackbourn 2023-06-21 18:25:40 +00:00
  • 881f566d4e Twenty Twenty: Inherit Quote block's paragraph custom letter spacing in the editor. Jb Audras 2023-06-21 17:44:40 +00:00
  • be0edc0560 Twenty Sixteen: Fix List block padding in the editor. Jb Audras 2023-06-21 15:05:57 +00:00
  • ae118cc14b Twenty Twenty-Two: Add missing subject tags and feature tags. Sergey Biryukov 2023-06-21 13:22:59 +00:00
  • 04c8d77855 Twenty Nineteen: Revert [55960]. Jb Audras 2023-06-21 12:02:22 +00:00
  • 97c1b44bce Twenty Nineteen: Remove unused function parameters and variables. Jb Audras 2023-06-21 11:49:14 +00:00
  • ec46470e2c Docs: Add missing param description to update_menu_item_cache in wp_get_nav_menu_items(). Jb Audras 2023-06-21 08:16:34 +00:00
  • d3a3f019d6 Embeds: Add Anghami as a trusted oEmbed provider. Pascal Birchler 2023-06-21 08:12:22 +00:00
  • 042aeb58a0 Twenty Nineteen: Always set background color and foreground color together. Jb Audras 2023-06-21 07:56:06 +00:00
  • 3b34f3a30e wp_get_global_styles: return the standard format for CSS Custom Properties. André 2023-06-21 07:54:01 +00:00
  • bd76e7bf5c Editor: revert add grid layout type Isabel Brison 2023-06-21 06:56:18 +00:00
  • c95db6bf0e Editor: add grid layout type Isabel Brison 2023-06-21 05:54:27 +00:00
  • cfe8ab9b20 Editor: update layout classnames and specificity. Isabel Brison 2023-06-21 05:30:24 +00:00
  • b35b1fcc86 Editor: add Post Content attributes to block editor settings. Isabel Brison 2023-06-21 04:21:04 +00:00
  • 0b6911113b Administration: Make checkbox column clickable. Joe Dolson 2023-06-21 01:52:16 +00:00
  • c71fad7e48 Login and Registration: Add required to Username/password inputs. Joe Dolson 2023-06-20 22:46:52 +00:00
  • 962e8d1a31 Docs: register_block_style() docblock improvement. Jb Audras 2023-06-20 22:40:27 +00:00
  • 1e8b61bd4d REST API: Indicate when a theme supports the Site editor in the Themes REST API response. Jb Audras 2023-06-20 22:15:57 +00:00
  • 9bc6b0a060 Editor: Introduce WP_Theme_JSON::prepend_to_selector() to improve code quality and performance. Felix Arntz 2023-06-20 17:52:32 +00:00
  • b17064a082 Media: Display the “Copy URL” and “Download file” row actions when the “Unattached” filter is applied. Sergey Biryukov 2023-06-20 15:45:23 +00:00
  • 76376fdbc3 Coding Standards: Use strict comparison in wp-includes/pomo/translations.php. Sergey Biryukov 2023-06-20 08:19:51 +00:00
  • 787de79119 Editor: use logarithmic scale for fluid typography. Isabel Brison 2023-06-20 07:58:03 +00:00
  • c790ae481b Editor: use layout.wideSize as max viewport width. Isabel Brison 2023-06-20 05:26:47 +00:00