Commit Graph

  • 2c77ef11d2 Coding Standards: Use strict comparison in wp_new_comment_notify_postauthor(). Sergey Biryukov 2025-02-20 03:19:24 +00:00
  • 5f01118b48 Coding Standards: Use strict comparison in wp_new_comment_notify_moderator(). Sergey Biryukov 2025-02-19 19:29:22 +00:00
  • 21ba106dfb Block Hooks: Remove WP_Post type hint. johnjamesjacoby 2025-02-19 17:14:23 +00:00
  • c5f7803d64 Block Hooks: Add function to encapsulate wrapping in ad-hoc parent. Bernhard Reiter 2025-02-19 14:52:22 +00:00
  • 7529466125 General: Add speculative loading support via the Speculation Rules API. Felix Arntz 2025-02-18 22:32:22 +00:00
  • bbb8734811 Docs: Correct the type for the_modified_date filter parameter. Sergey Biryukov 2025-02-18 08:04:23 +00:00
  • 5c501993ef Uploads: Use the word-wrap-break-word instead of specific CSS on .upload-error-filename. audrasjb 2025-02-17 22:58:23 +00:00
  • 8b93b4e988 Uploads: Fix media uploader styling issue for long filenames. audrasjb 2025-02-17 22:01:24 +00:00
  • 5c8414f797 Build/Test Tools: Update 3rd party actions in new workflow files. desrosj 2025-02-17 21:08:22 +00:00
  • 9d1b85ac74 Accessibility: Globally update .screen-reader-text class. joedolson 2025-02-17 17:49:20 +00:00
  • 732c732e5f Security: Remove use of innerHTML in the the_block_template_skip_link() function. John Blackbourn 2025-02-17 16:25:19 +00:00
  • 1d6b7d6fe8 General: Fix force_ssl_admin() to always return bool. Pascal Birchler 2025-02-17 15:32:22 +00:00
  • 2eb7a359e3 Docs: Correct formatting for get_the_date and get_the_time DocBlocks. Sergey Biryukov 2025-02-17 13:13:22 +00:00
  • 05770e25c3 Security: Switch to using bcrypt for hashing user passwords and BLAKE2b for hashing application passwords and security keys. John Blackbourn 2025-02-17 11:24:21 +00:00
  • 1422cf9d49 Coding Standards: Use strict comparison in pingback(). Sergey Biryukov 2025-02-16 18:35:24 +00:00
  • 6c1001fb95 Coding Standards: Use strict comparison in wp_get_comment_status(). Sergey Biryukov 2025-02-15 02:33:23 +00:00
  • 2a72568db4 Customize: Accessibility: Restore heading semantics in sections. joedolson 2025-02-14 20:34:21 +00:00
  • 3e096ce984 Cron API: Introduce the wp_next_scheduled filter which allows overriding the timestamp for the next scheduled event for the given hook. John Blackbourn 2025-02-14 19:37:24 +00:00
  • 47efd20a71 Editor: Introduce wp_should_load_block_assets_on_demand() with filter 'should_load_block_assets_on_demand'. Felix Arntz 2025-02-14 18:38:21 +00:00
  • c5cc9402b4 Tests: Correct failure messages for some tests. Sergey Biryukov 2025-02-14 10:36:22 +00:00
  • 1a94942585 Themes: Allow use of sidebar submenus when theme details open. joedolson 2025-02-13 23:52:17 +00:00
  • ef3aea6dff Tests: Rename rest-api group to restapi for consistency. Peter Wilson 2025-02-13 23:44:23 +00:00
  • 7244fe456e Editor: Add title and description to post format archive block templates. Sergey Biryukov 2025-02-13 20:31:28 +00:00
  • 19f101215e Pings/Trackbacks: Add return value to pingback(). Felix Arntz 2025-02-12 23:45:25 +00:00
  • ec604f4ae0 Users: Add caching to count_user_posts function spacedmonkey 2025-02-12 21:50:28 +00:00
  • 9724765081 Coding Standards: Correct default values in WP_Post to match the documented type. Sergey Biryukov 2025-02-12 18:11:25 +00:00
  • 936cc23ca5 Build/Test Tools: Add a workflow that tests the process of upgrading WordPress to a build of the current branch. John Blackbourn 2025-02-12 15:01:24 +00:00
  • 2766df98d2 Editor: Fix complex variation selectors when using selectors API. Peter Wilson 2025-02-12 03:40:23 +00:00
  • 737185823f Themes: Avoid double hashed value for background-color in custom backgrounds. audrasjb 2025-02-11 21:06:25 +00:00
  • 08c4498647 HTML API: Stop counting no-op seek operations against the max seek count. Weston Ruter 2025-02-11 20:04:23 +00:00
  • 5f79466650 Bundled Themes: Bump version of Twenty Twenty-Five to 1.1. desrosj 2025-02-11 16:56:24 +00:00
  • 40d50ca185 General: Remove duplicate type="button" attribute from the "Change|Choose Site Icon" button. davidbaumwald 2025-02-11 15:57:21 +00:00
  • 0909a94115 Coding Standards: Correct default values in WP_Comment to match the documented type. Sergey Biryukov 2025-02-11 13:40:30 +00:00
  • 47fe3123b4 Security: Delete a test file that was missed in [59803]. John Blackbourn 2025-02-11 12:18:23 +00:00
  • bb832dcfef Security: Explicitly require the hash PHP extension and add requirement checks during installation and upgrade. John Blackbourn 2025-02-11 11:14:21 +00:00
  • 9f83001243 Global Styles: Improve sanitization of block variation styles. Peter Wilson 2025-02-10 22:29:22 +00:00
  • d4822bd3c5 REST API: Add support for the ignore_sticky_posts argument. Peter Wilson 2025-02-10 22:23:23 +00:00
  • 0ac2a96887 Administration: Correct the capitalisation of "site administrator" for consistency with other instances within WordPress. John Blackbourn 2025-02-10 17:06:23 +00:00
  • e1c2d3f420 Administration: Remove a potentially incorrect addressee and improve the phrasing used in the confirmation email when a user attempts to change the administration email address. John Blackbourn 2025-02-10 15:31:22 +00:00
  • cf4686e4b6 Cron API: Clear the recovery_mode_clean_expired_keys cron event when converting a single site installation to Multisite. John Blackbourn 2025-02-10 15:01:23 +00:00
  • caaf76b11e Build/Test Tools: Remove matchdep as a dependency. desrosj 2025-02-10 14:30:26 +00:00
  • b87e7301ad Coding Standards: Use strict comparison in WP_Query::the_comment() and ::have_comments(). Sergey Biryukov 2025-02-10 10:51:25 +00:00
  • 096c95390c Editor: Preload Global Styles REST requests based on user permissions. Peter Wilson 2025-02-10 03:56:23 +00:00
  • e92abc0735 Site Editor: Redirect deprecated URLs to path based routing. Peter Wilson 2025-02-10 02:40:23 +00:00
  • c101e1b5b2 Editor: Update enqueued styles in the editor. Peter Wilson 2025-02-09 22:34:23 +00:00
  • 770eb818a4 Coding Standards: Use strict comparison in WP_Query::the_post() and ::have_posts(). Sergey Biryukov 2025-02-09 18:51:21 +00:00
  • fdb545356c Administration: Replace missed references of "Add New" in WP_Post_Type class. audrasjb 2025-02-09 11:09:21 +00:00
  • 6309ca8f17 General: Error messages improvements in /wp-includes files. audrasjb 2025-02-08 16:00:19 +00:00
  • c5293a0be9 Administration: Error messages improvements in WP Admin. audrasjb 2025-02-08 15:53:17 +00:00
  • d76c427a42 Coding Standards: Use strict comparison in WP_Query::is_page() and ::is_single(). Sergey Biryukov 2025-02-08 15:32:24 +00:00
  • 342c3037df Docs: Fix Docblock parameters indentation for wp_determine_option_autoload_value(), as per WP Docs standards. audrasjb 2025-02-08 15:11:20 +00:00
  • 22549e4550 Bundled Themes: Replace references to "Add New" theme screen in bundled themes readme files. audrasjb 2025-02-08 12:14:19 +00:00
  • ad6af7aaa9 Docs: Various Docblock fixes in wp-includes/class-wp-customize-control.php, as per WP Docs standards; audrasjb 2025-02-08 12:00:19 +00:00
  • 1498d000ba Administration: Replace "Add New {Item}" wording with "Add {Item}" across the administration. audrasjb 2025-02-08 11:44:24 +00:00
  • 065a43f68d General: Introduce polyfills for new array related functions in PHP 8.4. desrosj 2025-02-07 18:54:22 +00:00
  • da8fd1d079 Editor: Add remaining query block file. Joe McGill 2025-02-07 16:06:20 +00:00
  • da78d523ec Editor: Add query-total block files. Joe McGill 2025-02-07 15:58:19 +00:00
  • abb9c19aae Editor: Update packages for 6.8 pre-Betas. Joe McGill 2025-02-07 15:46:48 +00:00
  • aa804df692 Coding Standards: Use strict comparison in wp_get_archives(). Sergey Biryukov 2025-02-07 15:08:23 +00:00
  • c7db6678d7 Post Thumbnails: Fix squashed featured image in wp-admin. Joe McGill 2025-02-07 14:36:23 +00:00
  • dd3d84dfbc General: Add styles for extender usage of do_accordion_section(). joedolson 2025-02-06 22:26:24 +00:00
  • 55f06e4f34 Query: Add since annotation to WP_Query::$query_cache_key. Peter Wilson 2025-02-06 20:58:23 +00:00
  • 16bc9210d6 External Libraries: Remove stray Unicode character in moxie.js desrosj 2025-02-06 18:29:22 +00:00
  • da65b76f52 Import: Remove Importer plugin related unit tests. desrosj 2025-02-06 17:53:20 +00:00
  • 1da5ba567f Build/Test Tools: Configure UglifyJS to preserve previous behavior. desrosj 2025-02-06 17:27:26 +00:00
  • f548f56548 Coding Standards: Use strict comparison in media_upload_library_form(). Sergey Biryukov 2025-02-06 12:24:24 +00:00
  • 38025026ac Query: Increase WP_Query cache hits for equivalent arguments. Peter Wilson 2025-02-06 05:04:24 +00:00
  • 99ef157227 Docs: Update comments in wp-includes/formatting.php per the documentation standards. Sergey Biryukov 2025-02-05 23:53:25 +00:00
  • 5b8a20d134 Editor: Fix parents argument validation for Query block. Mamaduka 2025-02-04 09:01:17 +00:00
  • e1877c1c42 Editor: Add a fallback to WP_Block_Styles_Registry if the label is missing. audrasjb 2025-02-04 08:42:25 +00:00
  • 7975d2c6c3 Docs: Correct DocBlock formatting for the_password_form filter. Sergey Biryukov 2025-02-04 00:32:23 +00:00
  • 6e0285406d Coding Standards: Use a more meaningful variable name in WP_List_Table::months_dropdown(). Sergey Biryukov 2025-02-03 23:43:21 +00:00
  • b765f8b44c Security: Add the SensitiveParameter attribute to sensitive parameters. John Blackbourn 2025-02-03 19:52:24 +00:00
  • ec037b17fa Posts, Post Types: Explicitly pass a redirect URL for the post permalink when submitting the post password form. John Blackbourn 2025-02-03 16:55:23 +00:00
  • b39c7d7b4b Build/Test Tools: Fix the source code path handling when installing the local development environment. John Blackbourn 2025-02-03 13:37:25 +00:00
  • d78ac132af Coding Standards: Use strict comparison in get_media_item(). Sergey Biryukov 2025-02-02 11:17:24 +00:00
  • 6e26ca2648 Coding Standards: Use strict comparison in some legacy media functions. Sergey Biryukov 2025-02-01 20:52:19 +00:00
  • fc294e0fed Build/Test Tools: Parallelise the performance tests. John Blackbourn 2025-02-01 20:17:22 +00:00
  • dc2513850f Coding Standards: Replace loose comparison in wp_xmlrpc_server::wp_setOptions(). Sergey Biryukov 2025-01-31 21:54:23 +00:00
  • 4be161e473 Documentation: Update @since to reflect version this might ship in. Aaron Jorbin 2025-01-31 02:22:23 +00:00
  • 2b1dffc900 Administration: Fix undefined element JS error in pagination handler. joedolson 2025-01-30 23:38:23 +00:00
  • e8064c7478 Editor: Fix block template registration failing for custom post types containing underscore characters. Felix Arntz 2025-01-30 21:19:25 +00:00
  • 6db739937a Security: Introduce Grunt task for updating Root Certificates. desrosj 2025-01-30 18:53:27 +00:00
  • a7824e772c Build/Test: Update assertions in AtomParser_Parse_Test::test_parse_sets_handlers Aaron Jorbin 2025-01-30 17:54:24 +00:00
  • 96f36e1c34 Coding Standards: Use strict comparison in wp_xmlrpc_server::wp_getUsersBlogs(). Sergey Biryukov 2025-01-30 11:22:22 +00:00
  • bd502b5d96 Docs: Add missing $text filter argument. joedolson 2025-01-30 04:08:22 +00:00
  • 6def2dc42c Accessibility: Add invalid password message for post passwords. joedolson 2025-01-30 03:56:26 +00:00
  • 3bc4da6267 Options/Meta APIs: Rename setted_(site_)_transient to set_.... Peter Wilson 2025-01-30 00:02:18 +00:00
  • ac5aaad84e Docs: Improve docblock for rest_menu_read_access filter. audrasjb 2025-01-29 23:15:23 +00:00
  • 34458b5bca Coding standards: Remove unused variables from privacy_policy_guide() function. audrasjb 2025-01-29 21:54:23 +00:00
  • 6376a8f6f7 Privacy: Replace Policy Name with an auto increment to avoid internationalized plugin name issues. audrasjb 2025-01-29 21:35:19 +00:00
  • 49e835dd8a Editor: Relax restrictions around registration of block metadata collections. Felix Arntz 2025-01-29 19:41:23 +00:00
  • 6b9fffb369 Build/Test Tools: Add a retry mechanism for tests that perform external HTTP requests. John Blackbourn 2025-01-29 18:19:21 +00:00
  • 87d88ab387 Posts, Post Types: Add no-cache headers to password protected posts. John Blackbourn 2025-01-29 18:12:25 +00:00
  • 7b5f5f727a Administration: Fix pagination in categories, tags, and plugins tables. joedolson 2025-01-29 17:40:21 +00:00
  • 16a13a7f40 Coding Standards: Use strict comparison in wp_xmlrpc_server::set_custom_fields(). Sergey Biryukov 2025-01-29 14:46:23 +00:00
  • ea9c114c98 Build/Test Tools: Add some more paths restrictions to GitHub Actions workflow files to minimise unnecessary workflow runs. John Blackbourn 2025-01-28 23:49:30 +00:00
  • 31c811c962 Security: Always include the no-store and private directives in the Cache-Control header when setting headers that prevent caching. John Blackbourn 2025-01-28 23:22:22 +00:00
  • 5d4148c10d Coding Standards: Use strict comparison in wp_xmlrpc_server::mw_editPost(). Sergey Biryukov 2025-01-28 22:45:21 +00:00
  • c8f766843f Build/Test Tools: Adjust the check for runner type when creating a ZIP file. desrosj 2025-01-28 16:20:23 +00:00