Commit Graph

  • d8e532f388 Built from https://develop.svn.wordpress.org/trunk@59087 czapla 2024-09-25 15:57:15 +00:00
  • 9178c75ac6 Build/Test Tools: Only require the WordPress Importer plugin when running core tests. Sergey Biryukov 2024-09-24 19:17:13 +00:00
  • 970609c393 Build/Test Tools: Check if the WordPress Importer plugin is installed in test bootstrap. Sergey Biryukov 2024-09-24 18:11:16 +00:00
  • e612354728 App Passwords: Don't prevent non-unique App Password names. TimothyBlynJacobs 2024-09-24 16:40:17 +00:00
  • 0dd5a7eb4e Build: Prepare for more Script Modules gziolo 2024-09-24 07:35:17 +00:00
  • 682c23179a Build/Test Tools: Prevent Composer lock file from being created. Sergey Biryukov 2024-09-23 22:17:17 +00:00
  • 24ca39bf89 Comments: Pass $page as argument to comments functions gziolo 2024-09-23 12:50:15 +00:00
  • 71a4092291 Block Bindings: Adds context needed by sources during its processing gziolo 2024-09-23 12:35:15 +00:00
  • 3bb03c7654 Editor: Update packages for 6.7 Beta 1. noisysocks 2024-09-23 06:52:26 +00:00
  • 82c0168bbd Editor: Respect show_avatars option in block editor and Customizer. Sergey Biryukov 2024-09-22 22:50:18 +00:00
  • d2c835af27 Editor: Optimize is_callable() checks in traverse_and_serialize_blocks(). Sergey Biryukov 2024-09-21 14:41:17 +00:00
  • 5b3b3f7df2 HTML API: Add normalize() to give us the HTML we always wanted. dmsnell 2024-09-20 22:32:17 +00:00
  • 00dd23da6a HTML API: Add get_full_comment_text() method. dmsnell 2024-09-20 20:23:15 +00:00
  • 5959fb256f Editor: Restore the merging of TinyMCE settings in wp_tinymce_inline_scripts(). Sergey Biryukov 2024-09-20 14:09:18 +00:00
  • ef2b22c001 Editor: Add plugin template registration API and improve theme overrides for plugin-registered templates noisysocks 2024-09-20 02:07:12 +00:00
  • f6df3fba16 Editor: Update packages for 6.7 Beta 1. noisysocks 2024-09-20 01:55:35 +00:00
  • 2086230339 External Libraries: Test registered script versions match package.json. Peter Wilson 2024-09-20 00:52:20 +00:00
  • 4ab4b38ecd External Libraries: Skip instanceof check when null in Text_Diff::_check(). hellofromTonya 2024-09-19 20:22:15 +00:00
  • b58cc4d2b0 Code Modernization: handle mysqli_ping() deprecation in wpdb::check_connection(). hellofromTonya 2024-09-19 18:56:16 +00:00
  • 854e55b852 Tests: Remove use of E_STRICT. hellofromTonya 2024-09-19 18:14:14 +00:00
  • 4b9dc0d225 Coding Standards: Update PHPCS to version 3.10.3. Sergey Biryukov 2024-09-19 12:40:14 +00:00
  • 345ff42a6a Coding Standards: Remove unused return value for WP_Object_Cache::__set(). Sergey Biryukov 2024-09-19 12:12:16 +00:00
  • ec7041f1c2 Bundled Themes: Make text strings translatable. poena 2024-09-19 10:34:13 +00:00
  • 2cc6bb80ef Date/Time, PHP Compat: Prevent type errors using GMT offset option. Peter Wilson 2024-09-18 22:37:15 +00:00
  • abe6e87596 Code Modernization: Remove xml_set_object() in MagpieRSS::__construct(). hellofromTonya 2024-09-18 21:40:12 +00:00
  • 7b0af151b6 Code Modernization: Remove xml_set_object() in AtomParser::parse(). hellofromTonya 2024-09-18 21:20:15 +00:00
  • ef383d7a78 Tests: Use file paths independent of OS-specifics assertion or helper. hellofromTonya 2024-09-18 21:06:15 +00:00
  • e7040022b8 WP_Debug_Data: Extract wp-media data into separate method. dmsnell 2024-09-18 19:12:06 +00:00
  • adf9b988e2 Docs: The $feedname parameter in add_feed() should not start with an underscore. Drew Jaynes 2024-09-18 19:08:11 +00:00
  • 25b40364d6 Code Modernization: Explicitly declare all properties in AtomParser. hellofromTonya 2024-09-18 18:46:15 +00:00
  • dce18de151 Tests: Introduce assertion for comparing file paths independent of OS-specifics. hellofromTonya 2024-09-18 18:22:15 +00:00
  • 2fa3d5a56f Code Modernization: Remove xml_set_object() in IXR_Message::parse(). hellofromTonya 2024-09-18 18:04:14 +00:00
  • 9846d9ce8e Tests: Remove use of xml_set_object() in TestXMLParser. hellofromTonya 2024-09-18 17:26:16 +00:00
  • 71996c82e7 Tests: Fix Tests_Theme tests to run (and pass) cross-OS. hellofromTonya 2024-09-18 16:18:15 +00:00
  • 37e081e8dc Code Modernization: Fix implicitly nullable parameter in WP_HTML_Processor. hellofromTonya 2024-09-18 15:04:14 +00:00
  • 800e34d2e4 Tests: Fix implicitly nullable parameters in Tests_HtmlApi_WpHtmlProcessorComments. hellofromTonya 2024-09-18 14:55:15 +00:00
  • 11a4dc8aba Script Loader: Restore user-profile.js dependencies after an accidental revert. Sergey Biryukov 2024-09-18 14:24:17 +00:00
  • dbc9df26db Docs: Add missing @since and @param annotations for the edit_post_{$field} hook doc. Drew Jaynes 2024-09-18 06:04:10 +00:00
  • b863c8320c Build/Test Tools: Submit host test results for each PHP version. desrosj 2024-09-18 05:44:12 +00:00
  • 840f0fc053 Global Styles: allow read access to users with edit_posts capabilities ramonopoly 2024-09-18 05:19:14 +00:00
  • 0ec15861c7 Script Loader: Revert removing unused array_merge. davidbaumwald 2024-09-18 00:48:14 +00:00
  • 3c85d540d4 Application Passwords: Add copy button when adding new password. Jeremy Felt 2024-09-18 00:14:13 +00:00
  • c9c2f41ab4 Docs: Add possible filter names to the hook docs for the following filters in sanitize_post_field(): Drew Jaynes 2024-09-18 00:02:13 +00:00
  • 2597c1b946 Bootstrap/Load: Add documentation warning about updating $table_prefix. Aaron Jorbin 2024-09-17 23:58:13 +00:00
  • d5206419d7 Bootstrap/Load: Give more context and warning about editing compat.php. Helen Hou-Sandí 2024-09-17 23:50:12 +00:00
  • d10887c93d Media: improve speed of AVIF image generation. Adam Silverstein 2024-09-17 23:29:29 +00:00
  • 549f626d96 Accessibility: Add border around menus and submenus in high contrast mode. joedolson 2024-09-17 23:28:15 +00:00
  • 24a4ba8885 REST API: Allow posts to be published with a publication date of midnight 1970-01-01. K. Adam White 2024-09-17 23:24:12 +00:00
  • 723d01e3e1 Bootstrap/Load: Ensure uses of set_time_limit are documented why. Aaron Jorbin 2024-09-17 22:41:13 +00:00
  • d598d459ac Build Tools: Allow easier customization of the .env file. TimothyBlynJacobs 2024-09-17 22:28:18 +00:00
  • f92af0238e Coding Standards: Avoid using confusing ! condition in Media Library selection check. antpb 2024-09-17 22:26:17 +00:00
  • c418ba0205 REST API: Only check password value in query parameters while checking post permissions. K. Adam White 2024-09-17 22:19:14 +00:00
  • 2bc0e28dfe Media: Add Ctrl/Command + Enter shortcut to insert selected Media Library items. antpb 2024-09-17 21:59:24 +00:00
  • 1da67e31b5 REST API: Support exact search in the REST API posts endpoint. Felix Arntz 2024-09-17 21:58:14 +00:00
  • 90d4f10e74 Script Loader: Remove unused array_merge. davidbaumwald 2024-09-17 21:54:13 +00:00
  • b4acb10706 REST API: Automatically populate targetHints for the Allow header. TimothyBlynJacobs 2024-09-17 21:52:20 +00:00
  • 757729e878 Plugins: Correct the item schema for the plugins REST API endpoint. John Blackbourn 2024-09-17 21:33:14 +00:00
  • 7629bd782d External Libraries: Update PHPass library. desrosj 2024-09-17 21:08:16 +00:00
  • 56eb5c22d8 I18N: Add a new way to determine whether a translation is available. Pascal Birchler 2024-09-17 20:58:15 +00:00
  • 90673b9066 Taxonomy: Remove redundant $taxonomies value from cache keys used for WP_Term_Query. Felix Arntz 2024-09-17 17:00:14 +00:00
  • 3cd067ee34 General: Add missing initial-scale value in viewport meta tags. Sergey Biryukov 2024-09-17 00:03:54 +00:00
  • 7a04eb9b86 Bundled Themes: Add missing initial-scale value in viewport meta tag. Sergey Biryukov 2024-09-16 22:18:35 +00:00
  • 747bda52eb HTML API: Update html5lib test runner to support new features. dmsnell 2024-09-16 20:17:44 +00:00
  • 3aeb2980f0 HTML API: Prevent infinite loop in foreign content reprocessing step. dmsnell 2024-09-16 17:57:13 +00:00
  • 6b56a33bfa Meta: Add label argument to register_meta function gziolo 2024-09-16 11:33:38 +00:00
  • c0350f64a0 Themes: Improve the alignment of feature filters and inputs on Add Themes screen. Sergey Biryukov 2024-09-15 13:49:15 +00:00
  • 21142e7279 Tests: Add tests to ensure that the WP_Network::$blog_id property is a string. Sergey Biryukov 2024-09-14 21:31:15 +00:00
  • 997455c982 Networks and Sites: Set WP_Network properties via setters upon creation. Sergey Biryukov 2024-09-13 22:12:15 +00:00
  • bd4c40b4c2 Editor: Deprecate "Social links with a shared background color" pattern. Peter Wilson 2024-09-13 05:37:16 +00:00
  • 81de03f277 Upgrade/Install: Indicate HEIC support when checking upgrades. Peter Wilson 2024-09-13 05:23:22 +00:00
  • 5c52d270ec Tests: Restore the environment before performing assertions in some canonical tests. Sergey Biryukov 2024-09-12 21:41:15 +00:00
  • 5d3a6274b4 Administration: Increase frequency of heartbeat API requests. Peter Wilson 2024-09-11 23:09:16 +00:00
  • e296eeb012 Taxonomy: Test inserting a child term flushes queries by term ID. Peter Wilson 2024-09-11 22:41:18 +00:00
  • 7d9bb7efd3 HTML API: Make WP_HTML_Processor::get_tag() namespace aware. dmsnell 2024-09-11 16:13:17 +00:00
  • 1d71540320 Comments: Reinstate original since annotation on get_edit_comment_link filter. Felix Arntz 2024-09-11 15:44:13 +00:00
  • f8a7a22bee Comments: Ensure $comment_id parameter on get_edit_comment_link filter is always a comment ID. Felix Arntz 2024-09-11 15:40:17 +00:00
  • ee69ec404e WP_Debug_Data: Extract wp-mu-plugins data into separate method. dmsnell 2024-09-11 14:47:20 +00:00
  • 3c03500cea Docs: Remove the @ignore tag for _wp_render_title_tag(). Sergey Biryukov 2024-09-11 13:27:12 +00:00
  • 87fd392188 Docs: Various docblock improvements and corrections. John Blackbourn 2024-09-11 12:08:19 +00:00
  • 2f943897c9 Media: Add auto sizes for lazy-loaded images. Joe McGill 2024-09-11 00:01:23 +00:00
  • 7215ea4eb1 Docs: Fix typo in a comment in get_block_templates(). Sergey Biryukov 2024-09-10 09:47:18 +00:00
  • 3293d9ba89 WP_Debug_Data: Extract wp-server data into separate method. dmsnell 2024-09-10 00:04:19 +00:00
  • 011d45abbc HTML API: Add sentinels for unreachable code. dmsnell 2024-09-09 22:12:15 +00:00
  • 7f0a5f518b Docs: Correct parameter reference for manage_posts_columns and related filters. Sergey Biryukov 2024-09-09 14:37:17 +00:00
  • 911d37b465 Users: Remove obsolete conditional in wp-admin/user-new.php. Sergey Biryukov 2024-09-09 10:17:15 +00:00
  • 11f8d8ec2b Coding Standards: Use strict comparison in wp-includes/capabilities.php. Sergey Biryukov 2024-09-08 19:18:17 +00:00
  • 35b7340af9 Administration: Remove old IE9 code from wp-admin/js/svg-painter.js. Sergey Biryukov 2024-09-07 22:44:17 +00:00
  • 76c06eb274 Debug Data: Encode section ordering in debug info. dmsnell 2024-09-06 19:50:19 +00:00
  • c311a9de36 Docs: Correct the order of @since and @var annotations. Sergey Biryukov 2024-09-06 14:36:19 +00:00
  • 68ed51f937 Coding Standards: Use strict comparison in wp-admin/includes/upgrade.php. Sergey Biryukov 2024-09-05 14:59:14 +00:00
  • 3bf2de3ad2 Docs: Correct the first parameter name for the pre_site_option_{$option} filter. Sergey Biryukov 2024-09-04 21:10:14 +00:00
  • 72bc81c048 HTML API: Only examine HTML nodes in pop_until() instack of open elements. dmsnell 2024-09-04 19:25:14 +00:00
  • 699ea88e6c Editor: Update packages for 6.6.2 RC1. hellofromTonya 2024-09-04 16:25:19 +00:00
  • d0d8ba24d8 HTML API: Respect document compat mode when handling CSS class names. dmsnell 2024-09-04 04:34:15 +00:00
  • 1e6b860630 Editor: Update preloaded paths for the site editor Mamaduka 2024-09-04 04:17:14 +00:00
  • d65e65cd6c Posts, Post Types: Check if the post type exists in _admin_notice_post_locked(). Sergey Biryukov 2024-09-03 22:43:14 +00:00
  • 02d2fa959a Comments: Limit comments shortcut to not execute on links. joedolson 2024-09-03 20:36:10 +00:00
  • 7b2eb3f79b Docs: Add changing existing items recommendations to 'admin_bar_menu' action. hellofromTonya 2024-09-03 19:58:11 +00:00
  • 2ce04ceab9 HTML API: Ensure that NULL and whitespace-only CDATA sections don't forbid FRAMESET. dmsnell 2024-09-03 19:50:14 +00:00
  • 8d1fb4e25a Help/About: Fix text wrapping on non-English locales. ryelle 2024-09-03 18:51:12 +00:00