Commit Graph

  • d8ef0cd52e Script Loader: Explain why i18n prevents concatenation. Peter Wilson 2022-05-08 23:57:19 +00:00
  • 91fe405d61 Code Modernization: Rename parameters to match native PHP functions in wp-includes/compat.php. Sergey Biryukov 2022-05-08 00:27:41 +00:00
  • e4fbdea354 Code Modernization: Rename parameters that use reserved keywords in wp-admin/includes/template.php. Sergey Biryukov 2022-05-07 17:14:20 +00:00
  • 3f7cfd9ac6 Coding Standards: Remove extra space in wp-admin/admin-ajax.php. Sergey Biryukov 2022-05-07 16:19:53 +00:00
  • e17a83df22 Users: Allow any DB field to be returned by WP_User_Query. Peter Wilson 2022-05-07 03:30:51 +00:00
  • 09923cc040 Script Loader: Fix i18n edge case breaking dependencies. Peter Wilson 2022-05-07 02:51:54 +00:00
  • 5751ac9ffc Build/Test Tools: Allow the local development environment to run on Apple M1 machines without requiring local configuration changes. John Blackbourn 2022-05-06 17:14:10 +00:00
  • 7f0758ec02 Tests: Improve the logic of the SECURITY.md test to check all supported versions. Sergey Biryukov 2022-05-06 11:09:54 +00:00
  • 62040b8b9d Site Health: Remove unused variables in WP_Site_Health::get_test_plugin_version(). Sergey Biryukov 2022-05-05 16:27:30 +00:00
  • 94e4dfdb23 Help/About: Add link to 6.0 Field Guide, fix missing placeholder in string. Kelly Choyce-Dwan 2022-05-05 15:33:07 +00:00
  • 4f2a98929e Editor: Add unit test for Comment Template block. hellofromTonya 2022-05-05 15:27:01 +00:00
  • b27069117e Quick/Bulk Edit: Remove duplicate HTML IDs. Peter Wilson 2022-05-05 03:24:33 +00:00
  • 04e9728701 Build/Test Tools: Pass GitHub Actions environment variables to the Docker container. Sergey Biryukov 2022-05-04 00:38:18 +00:00
  • 546114eca8 Build/Test Tools: Ensure version number is in 'X.X' format after float math: Tests_Basic::test_security_md(). Tonya Mork 2022-05-03 18:55:45 +00:00
  • ad835148ff Tests: Temporarily disable the test for "Supported Versions" section of GitHub Security Policy. Sergey Biryukov 2022-05-03 18:14:33 +00:00
  • 9b97edabe5 Build/Test Tools: Add the 6.0 branch to the workflow for testing branches. Sergey Biryukov 2022-05-03 17:42:22 +00:00
  • ae9e0bb74f Trunk is now 6.1-alpha. Sergey Biryukov 2022-05-03 17:38:14 +00:00
  • 469bcedbcc Security: Update the Security Policy to include WordPress 6.0. Sergey Biryukov 2022-05-03 17:32:25 +00:00
  • 64025d0abe Post WordPress 6.0 RC1 version bump. Sergey Biryukov 2022-05-03 17:13:20 +00:00
  • 6d93192ee9 WordPress 6.0 RC1 Sergey Biryukov 2022-05-03 16:44:39 +00:00
  • 2b17e69e72 Help/About: Update the About section for 6.0. Kelly Choyce-Dwan 2022-05-03 16:26:53 +00:00
  • 4023853156 Editor: Update WordPress packages for 6.0 RC1. Tonya Mork 2022-05-03 14:58:54 +00:00
  • 929e4e4f9e General: Add missing strong tag to some error messages. Jb Audras 2022-05-03 14:51:41 +00:00
  • 6dab53e93b Editor: Sets 'paged' query arg only when there are comments: build_comment_query_vars_from_block(). Tonya Mork 2022-05-03 14:31:12 +00:00
  • 4558de543c Post WordPress 6.0 Beta 4 version bump. Sergey Biryukov 2022-05-02 16:42:03 +00:00
  • 74dd0397fc WordPress 6.0 Beta 4. Sergey Biryukov 2022-05-02 16:08:37 +00:00
  • dc3204ec1d REST API: Fixes /wp/v2/pattern-directory/patterns endpoint response for slug parameter. Tonya Mork 2022-05-02 13:58:48 +00:00
  • 9e6e4b5893 Docs: Correct parameter types for serialize_block() and serialize_blocks(). Jb Audras 2022-05-02 13:30:47 +00:00
  • 50f2d7da7d Docs: Remove @return void from various DocBlocks. Sergey Biryukov 2022-05-02 13:11:07 +00:00
  • a913b7312d Docs: Improve plugin_install_action_links filter's docs. Sergey Biryukov 2022-05-02 13:05:53 +00:00
  • e0837a8b18 Editor: Update WordPress packages for 6.0 Beta 4 Greg Ziółkowski 2022-05-02 10:36:45 +00:00
  • 1b9551de27 Plugins: Improve plugin_install_description filter's docs. Peter Wilson 2022-05-02 02:44:04 +00:00
  • 63f3914e51 Users: Validate WP_User_Query's fields argument. Peter Wilson 2022-05-02 00:11:48 +00:00
  • 36f34cf58d Tests: Add unit tests for some XML-RPC functions: Sergey Biryukov 2022-05-02 00:11:35 +00:00
  • a6afe726b9 Coding standards: Remove extra spaces in docblocks of the Walker_PageDropdown class. Jb Audras 2022-05-01 21:59:49 +00:00
  • 50add1e31b Docs: Clarify the name and description of some parameters in the Walker class. Jb Audras 2022-05-01 21:45:56 +00:00
  • 4cfee4c129 Docs: Docblock adjustements in the Walker class. Jb Audras 2022-05-01 21:39:02 +00:00
  • fe01209090 Coding Standards: Remove extra alignment level in the data provider for wp_validate_boolean() tests. Sergey Biryukov 2022-05-01 16:22:58 +00:00
  • 4d7e8125ae Tests: Add unit tests for wp_fuzzy_number_match(). Sergey Biryukov 2022-05-01 16:11:24 +00:00
  • 6eeaa587e7 Tests: Ignore EOL differences in Webfonts API tests. Sergey Biryukov 2022-04-30 11:33:30 +00:00
  • 84be1644cd Docs: Improve documentation of the walker argument for various functions. John Blackbourn 2022-04-29 19:27:00 +00:00
  • 09cdb9a9bf Docs: Formatting corrections for various docblocks. John Blackbourn 2022-04-29 19:22:56 +00:00
  • 08fb48315a Docs: Corrections and improvements to docblocks for function and hooks relating to fatal error handling. John Blackbourn 2022-04-29 19:15:57 +00:00
  • 5612331504 REST API: Correct the schema for the wp/v2/block-directory/search endpoint. John Blackbourn 2022-04-29 16:53:55 +00:00
  • f4416e018d Docs: Adjust comments in Gruntfile.js per the documentation standards. Sergey Biryukov 2022-04-29 14:44:15 +00:00
  • b840fb84ee Docs: Further clarify a comment for the main part of wp-login.php. Sergey Biryukov 2022-04-29 14:35:01 +00:00
  • 2b0a984227 Editor: Fix core 'Featured' pattern category registration Greg Ziółkowski 2022-04-29 14:08:44 +00:00
  • 6a1f7d02f8 Tools: Further automate backporting from Gutenberg to Core Greg Ziółkowski 2022-04-29 13:59:49 +00:00
  • c72ab8fa00 Docs: Remove double spaces in tests/phpunit/README.txt. Sergey Biryukov 2022-04-29 13:31:48 +00:00
  • 5866165adf Taxonomy: Increase cache hits in WP_Term_Query when using include and exclude parameters. Jonny Harris 2022-04-29 12:34:35 +00:00
  • 34ecbc808c Bundled Themes: Note visually hidden text for translators. Peter Wilson 2022-04-29 05:01:22 +00:00
  • a010239714 Media: Validate track number ID3 tags before use. Peter Wilson 2022-04-29 04:48:13 +00:00
  • c70c7ad811 Install: Prevent DB errors caused by web fonts API. Peter Wilson 2022-04-29 03:48:48 +00:00
  • 613cac5a2d Docs: Make the @return tag for Translation_Entry::key() more precise. Sergey Biryukov 2022-04-28 16:51:12 +00:00
  • 37c08a07f0 Bootstrap/Load: Move some more administration-related hooks to admin-filters.php. Sergey Biryukov 2022-04-28 16:37:29 +00:00
  • ebc3417c2d Media: Ensure wp_read_image_metadata filter returns array for $iptc and $exif. Mike Schroder 2022-04-28 10:58:48 +00:00
  • 1cffa3f82b Docs: Various docblock corrections and improvements for changes introduced in 6.0. John Blackbourn 2022-04-28 09:57:51 +00:00
  • bca354c96c Mail: Improve the docblocks for actions and functions related to the parsing of authentication cookies. John Blackbourn 2022-04-28 09:52:56 +00:00
  • 81eb65fd9e Docs: Various docblock corrections. John Blackbourn 2022-04-28 09:47:19 +00:00
  • 33c08f16d1 Docs: Various docblock improvements. John Blackbourn 2022-04-28 09:44:12 +00:00
  • 832429e9b2 Editor: Show comment previews in the Comment Query Loop. Peter Wilson 2022-04-28 01:16:18 +00:00
  • 47e10bee2a Build/Test Tools: Update the NPM dependencies to the latest versions. Jonathan Desrosiers 2022-04-27 17:19:38 +00:00
  • 65a2a4fac7 External Libraries: Update the underscore library to version 1.13.3. Jonathan Desrosiers 2022-04-27 14:37:09 +00:00
  • 731b6e18b8 Bundled Themes: Update NPM dependencies for default themes. Jonathan Desrosiers 2022-04-27 14:23:47 +00:00
  • 37f91b71c6 Bootstrap/Load: Avoid a PHP warning when setting the $pagenow global in wp-includes/vars.php. Sergey Biryukov 2022-04-27 13:45:57 +00:00
  • d47a44ab68 Built tools: Reduce file size of About page texture. Peter Wilson 2022-04-27 05:35:14 +00:00
  • 6ff649472b Media: Ensure wp_crop_image() returns correct file type. Peter Wilson 2022-04-27 05:19:52 +00:00
  • 2b16e7fc01 Comments: Avoid DB error in comment meta queries. Peter Wilson 2022-04-27 04:08:16 +00:00
  • 4bc07ccb43 Post WordPress 6.0 Beta 3 version bump. Sergey Biryukov 2022-04-26 16:36:59 +00:00
  • c70f640e3a WordPress 6.0 Beta 3. Sergey Biryukov 2022-04-26 16:14:15 +00:00
  • 12d8066d39 Themes: Remove 'gutenberg' as translation context in _wp_theme_json_webfonts_handler(). Tonya Mork 2022-04-26 15:35:13 +00:00
  • 60e13f468c Code Modernization: Rename parameters that use reserved keywords in wp-includes/deprecated.php. Sergey Biryukov 2022-04-26 15:26:17 +00:00
  • f6bea00143 Twenty Twenty-Two: Add three style variations. Jeff Ong 2022-04-26 15:25:01 +00:00
  • 5aed8f3b5b Code Modernization: Rename parameters that use reserved keywords in wp-includes/comment-template.php. Sergey Biryukov 2022-04-26 15:06:32 +00:00
  • e86772db78 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class.wp-styles.php. Sergey Biryukov 2022-04-26 14:57:41 +00:00
  • 09237efb34 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class.wp-scripts.php. Sergey Biryukov 2022-04-26 14:54:37 +00:00
  • 02414638ce Themes: Add internal-only theme.json's webfonts handler (stopgap). Tonya Mork 2022-04-26 14:46:37 +00:00
  • 60cb20c4cc Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-query.php. Sergey Biryukov 2022-04-26 14:26:38 +00:00
  • 47c2d0ff83 Docs: Add missing documentation for WP_*_Query::get_search_sql() method parameters. Sergey Biryukov 2022-04-26 14:02:14 +00:00
  • ffc17842c7 Docs: Correct alignment for the customize_nav_menu_available_items filter DocBlock. Sergey Biryukov 2022-04-26 13:42:55 +00:00
  • 26413556c9 Editor: Update WordPress packages for 6.0 Beta 3 Greg Ziółkowski 2022-04-26 13:39:57 +00:00
  • c43014f87f Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-query.php. Sergey Biryukov 2022-04-26 13:30:47 +00:00
  • 4fcfb40223 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-user-query.php. Sergey Biryukov 2022-04-26 11:44:23 +00:00
  • 911c65dec1 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-term-query.php. Sergey Biryukov 2022-04-26 11:42:37 +00:00
  • e9e06fa154 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-site-query.php. Sergey Biryukov 2022-04-26 11:41:27 +00:00
  • 1de43d9035 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-network-query.php. Sergey Biryukov 2022-04-26 11:40:29 +00:00
  • fdd5d681c0 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-comment-query.php. Sergey Biryukov 2022-04-26 11:39:17 +00:00
  • a32bf120f4 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-image-editor.php. Sergey Biryukov 2022-04-26 11:29:49 +00:00
  • 8ef9e78699 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-image-editor-gd.php. Sergey Biryukov 2022-04-26 11:23:59 +00:00
  • 180bab6f43 Code Modernization: Rename parameters that use reserved keywords in wp-includes/class-wp-embed.php. Sergey Biryukov 2022-04-26 09:58:23 +00:00
  • c88553d076 Editor: Register 'lock' attribute for every block on the server Greg Ziółkowski 2022-04-26 09:48:20 +00:00
  • e53a3ea0c0 Widgets: Fix Classic Widgets screen toggle response on small screens. Jb Audras 2022-04-26 06:52:30 +00:00
  • 325d8bab0a Bootstrap/load: Move administration related hooks to admin-filters.php. Jb Audras 2022-04-26 06:30:24 +00:00
  • f338d4dd56 Docs: Use third-person singular verbs for function descriptions in Core Comment API and Comment template functions. Jb Audras 2022-04-26 06:18:30 +00:00
  • 79c8fbe3dc Administration: Trigger a notice for incorrect add_menu_page() parameter. Peter Wilson 2022-04-26 02:57:22 +00:00
  • 9eb6c11755 Twenty Twenty-One: Make translator comments referencing the post title consistent. David Baumwald 2022-04-25 23:09:57 +00:00
  • eb0d801267 Build: Update the constant used to remove experimental Gutenberg code Greg Ziółkowski 2022-04-25 17:01:40 +00:00
  • 3cc94be23b Tests: Update Gallery block unit tests to new gallery format Greg Ziółkowski 2022-04-25 16:55:45 +00:00
  • 0cb3193616 Editor: Fix styles for nested elements (link color) Greg Ziółkowski 2022-04-25 16:35:16 +00:00
  • dea44459da Editor: Add default comment status to discussion settings Greg Ziółkowski 2022-04-25 16:14:46 +00:00