Commit Graph

  • 00e8b60dd6 Post WordPress 6.7.2 RC1 version bump. 6.7-branch Aaron Jorbin 2025-02-04 18:20:18 +0000
  • 2b2e3ea59c WordPress 6.7.2 RC1 Aaron Jorbin 2025-02-04 17:47:23 +0000
  • 7c8ee53ae9 Editor: update npm packages for 6.7.1. Aaron Jorbin 2025-02-04 17:28:33 +0000
  • 5b8a20d134 Editor: Fix `parents` argument validation for Query block. master Mamaduka 2025-02-04 09:01:17 +0000
  • 1480b758fe
    Merge branch 'WordPress:master' into kiscica ccorn-it 2025-02-04 09:56:16 +0100
  • e1877c1c42 Editor: Add a fallback to `WP_Block_Styles_Registry` if the label is missing. audrasjb 2025-02-04 08:42:25 +0000
  • aa123cf26a
    Create jekyll-gh-pages.yml ccorn-it 2025-02-04 09:36:45 +0100
  • 1a47005704 Administration: Fix pagination in categories, tags, and plugins tables. Aaron Jorbin 2025-02-04 03:26:20 +0000
  • 407857c066 Customizer: Allow custom accordion items with obsolete structure. Aaron Jorbin 2025-02-04 03:03:15 +0000
  • f08889ff98 HTML API: Fix extensibility of WP_HTML_Processor::next_token(). Aaron Jorbin 2025-02-04 02:49:18 +0000
  • 7975d2c6c3 Docs: Correct DocBlock formatting for `the_password_form` filter. Sergey Biryukov 2025-02-04 00:32:23 +0000
  • 6e0285406d Coding Standards: Use a more meaningful variable name in `WP_List_Table::months_dropdown()`. Sergey Biryukov 2025-02-03 23:43:21 +0000
  • b765f8b44c Security: Add the `SensitiveParameter` attribute to sensitive parameters. John Blackbourn 2025-02-03 19:52:24 +0000
  • 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 +0000
  • b39c7d7b4b Build/Test Tools: Fix the source code path handling when installing the local development environment. John Blackbourn 2025-02-03 13:37:25 +0000
  • d78ac132af Coding Standards: Use strict comparison in `get_media_item()`. Sergey Biryukov 2025-02-02 11:17:24 +0000
  • 6e26ca2648 Coding Standards: Use strict comparison in some legacy media functions. Sergey Biryukov 2025-02-01 20:52:19 +0000
  • fc294e0fed Build/Test Tools: Parallelise the performance tests. John Blackbourn 2025-02-01 20:17:22 +0000
  • dc2513850f Coding Standards: Replace loose comparison in `wp_xmlrpc_server::wp_setOptions()`. Sergey Biryukov 2025-01-31 21:54:23 +0000
  • 4be161e473 Documentation: Update `@since` to reflect version this might ship in. Aaron Jorbin 2025-01-31 02:22:23 +0000
  • 2b1dffc900 Administration: Fix undefined element JS error in pagination handler. joedolson 2025-01-30 23:38:23 +0000
  • 69510095d9 Build/Test: Update assertions in AtomParser_Parse_Test::test_parse_sets_handlers Aaron Jorbin 2025-01-30 23:01:15 +0000
  • eb38224f75 REST API: Protect against fatal error for post types without format support. Peter Wilson 2025-01-30 22:50:16 +0000
  • b50b64bf38 Editor: Fix block template registration failing for custom post types containing underscore characters. Felix Arntz 2025-01-30 22:32:17 +0000
  • e8064c7478 Editor: Fix block template registration failing for custom post types containing underscore characters. Felix Arntz 2025-01-30 21:19:25 +0000
  • 7bf145d081 External Libraries: Append .1 to react/react-dom versions. Aaron Jorbin 2025-01-30 20:44:17 +0000
  • 6db739937a Security: Introduce Grunt task for updating Root Certificates. desrosj 2025-01-30 18:53:27 +0000
  • a7824e772c Build/Test: Update assertions in AtomParser_Parse_Test::test_parse_sets_handlers Aaron Jorbin 2025-01-30 17:54:24 +0000
  • 96f36e1c34 Coding Standards: Use strict comparison in `wp_xmlrpc_server::wp_getUsersBlogs()`. Sergey Biryukov 2025-01-30 11:22:22 +0000
  • bd502b5d96 Docs: Add missing `$text` filter argument. joedolson 2025-01-30 04:08:22 +0000
  • 6def2dc42c Accessibility: Add invalid password message for post passwords. joedolson 2025-01-30 03:56:26 +0000
  • 3bc4da6267 Options/Meta APIs: Rename `setted_(site_)_transient` to `set_...`. Peter Wilson 2025-01-30 00:02:18 +0000
  • ac5aaad84e Docs: Improve docblock for `rest_menu_read_access` filter. audrasjb 2025-01-29 23:15:23 +0000
  • 34458b5bca Coding standards: Remove unused variables from `privacy_policy_guide()` function. audrasjb 2025-01-29 21:54:23 +0000
  • 6376a8f6f7 Privacy: Replace Policy Name with an auto increment to avoid internationalized plugin name issues. audrasjb 2025-01-29 21:35:19 +0000
  • 10c9401224 Editor: Relax restrictions around registration of block metadata collections. Felix Arntz 2025-01-29 21:16:20 +0000
  • 49e835dd8a Editor: Relax restrictions around registration of block metadata collections. Felix Arntz 2025-01-29 19:41:23 +0000
  • 6b9fffb369 Build/Test Tools: Add a retry mechanism for tests that perform external HTTP requests. John Blackbourn 2025-01-29 18:19:21 +0000
  • 87d88ab387 Posts, Post Types: Add no-cache headers to password protected posts. John Blackbourn 2025-01-29 18:12:25 +0000
  • 7b5f5f727a Administration: Fix pagination in categories, tags, and plugins tables. joedolson 2025-01-29 17:40:21 +0000
  • 16a13a7f40 Coding Standards: Use strict comparison in `wp_xmlrpc_server::set_custom_fields()`. Sergey Biryukov 2025-01-29 14:46:23 +0000
  • 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 +0000
  • 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 +0000
  • 5d4148c10d Coding Standards: Use strict comparison in `wp_xmlrpc_server::mw_editPost()`. Sergey Biryukov 2025-01-28 22:45:21 +0000
  • c8f766843f Build/Test Tools: Adjust the check for runner type when creating a ZIP file. desrosj 2025-01-28 16:20:23 +0000
  • da7659ba0b HTML API: Ensure that full processor can seek to earlier bookmarks. Aaron Jorbin 2025-01-28 14:48:18 +0000
  • 484c43a0b8 Build/Test Tools: Avoid using `*-latest` tags for runner images. desrosj 2025-01-28 14:02:27 +0000
  • 5e389c179e Coding Standards: Add missing global variable in `determine_locale()` docblock. audrasjb 2025-01-28 09:46:29 +0000
  • 12a2275de7 REST API: Introduce filter for controlling menu read access. spacedmonkey 2025-01-28 04:09:22 +0000
  • 1b151183d5 Build/Test Tools: Correct input name for Code Coverage reports. desrosj 2025-01-28 03:50:23 +0000
  • 316d28f0a5 Build/Test Tools: Update 3rd-party GitHub Actions. desrosj 2025-01-28 00:45:24 +0000
  • c32b20fa60 Revisions: Use WP_Query in wp_get_post_autosave. spacedmonkey 2025-01-27 23:07:23 +0000
  • 2011617834 Administration: Fix typo in code documentation in `wp/sanitize.js`. joedolson 2025-01-27 19:25:25 +0000
  • 16ee06cba1 Coding Standards: Use strict comparison in `wp_xmlrpc_server::mw_newPost()`. Sergey Biryukov 2025-01-27 15:45:23 +0000
  • b7a73d6a45 Security: Enable the referrer policy header on the login screen. John Blackbourn 2025-01-27 14:41:22 +0000
  • 48ed5b3159 General: Get rid of `title` attributes used by `get_calendar()`. audrasjb 2025-01-26 22:22:24 +0000
  • 906810c2db Coding Standards: Use strict comparison in `wp_xmlrpc_server::_prepare_comment()`. Sergey Biryukov 2025-01-26 18:53:23 +0000
  • cf2aebff7f Administration: Use a lighter `font-weight` value for settings labels. audrasjb 2025-01-25 23:51:24 +0000
  • ffa50f3c7b Themes: Improve theme count behavior in the Add Themes screen. audrasjb 2025-01-25 17:11:23 +0000
  • b74968d542 Coding Standards: Use strict comparison in `wp_xmlrpc_server::_insert_post()`. Sergey Biryukov 2025-01-25 14:34:20 +0000
  • 130a7a8567 Plugins: Improve search box margin behavior in the Add Plugins screen. audrasjb 2025-01-25 14:12:19 +0000
  • 471cffffcc Administration: Introduce a lighter background for WP Admin. audrasjb 2025-01-25 14:07:23 +0000
  • e4229833fe Docs: Improve @return docblock section for `get_category()`. audrasjb 2025-01-24 23:28:23 +0000
  • b7a285e101 Posts, Post Types: Remove `title` attribute from `the_shortlink()`. audrasjb 2025-01-24 23:00:22 +0000
  • 5a26f1452c Docs: Various Docblock fixes in `wp-includes/widgets.php`, as per WP Docs standards; audrasjb 2025-01-24 21:20:23 +0000
  • 492dd1ba34 Import: Add the `import_filters` action hook to the Import screen. audrasjb 2025-01-24 14:02:21 +0000
  • 6a84867ba3 Posts, Post Types: Embeds: Add new `embeddable` argument to post types. Pascal Birchler 2025-01-24 13:32:21 +0000
  • e28810b49b XML-RPC: Correctly pass the `ID` value to `wp_update_post()` in `::mw_editPost()`. Sergey Biryukov 2025-01-24 12:30:24 +0000
  • 4de28b054d Themes: Add `wp-theme-<name>` and `wp-child-theme-<name>` classes to `body_class`. audrasjb 2025-01-24 10:58:24 +0000
  • 9b1fa5c2d6 Coding Standards: Rename the `$ID` variable in `wp_xmlrpc_server` methods. Sergey Biryukov 2025-01-24 00:04:22 +0000
  • a429f0e6c2 Editor: Change the `Text` editor label to `Code`. joedolson 2025-01-23 23:54:23 +0000
  • e3ae09cc69 Editor: Remove option to disable the visual editor. joedolson 2025-01-23 22:49:23 +0000
  • 40f1fb870e HTML API: Expect closer on foreign content void lookalike elements. Aaron Jorbin 2025-01-23 18:37:18 +0000
  • de74a2bbad Build/Test Tools: Correct the usage of the conclusion of the previous run within the Slack notifications workflow. John Blackbourn 2025-01-23 17:14:22 +0000
  • 0fc515b005 Docs: Correct description for `the_time()`, `get_the_time()`, and `get_post_time()`. Sergey Biryukov 2025-01-23 00:47:22 +0000
  • 98657c10d5 Docs: Clarify the purpose of post date/time functions. audrasjb 2025-01-22 23:31:24 +0000
  • b863373e3c Administration: Remove useless arrow icon from WordPress admin menu. audrasjb 2025-01-22 22:33:22 +0000
  • c72b77f1ee Themes: Add `wp-singular` to the list of `body` classes when viewing a single post object. audrasjb 2025-01-22 21:18:23 +0000
  • 692f6d4b9e General: Stop direct loading of files in `/wp-includes` that should only be included. audrasjb 2025-01-22 19:48:25 +0000
  • 67b029cbc1 Build/Test Tools: Coerce the `run_id` input to a string before passing it to the "Failed Workflow" workflow. John Blackbourn 2025-01-22 19:26:26 +0000
  • 9cc4a7106b Build/Test Tools: Update `@playwright/test`. 6.5-branch desrosj 2025-01-22 17:58:16 +0000
  • 8c5d40a342 Build/Test Tools: Update `@playwright/test`. 6.6-branch desrosj 2025-01-22 17:56:22 +0000
  • 0e7e24543d Build/Test Tools: Update `@playwright/test`. desrosj 2025-01-22 17:54:24 +0000
  • 3012d6ea80 Build/Test Tools: Update `@playwright/test`. desrosj 2025-01-22 17:51:31 +0000
  • efaefdc79d Build/Test Tools: Fix Slack message payload generation. desrosj 2025-01-22 17:05:25 +0000
  • 60f95c14fd Coding Standards: Rename `$thisEnclosure` variable in `wp_xmlrpc_server` methods. Sergey Biryukov 2025-01-22 15:40:20 +0000
  • 140cfa6d5d Build/Test Tools: Improve the security and correctness of the GitHub Actions workflows files. John Blackbourn 2025-01-22 15:15:21 +0000
  • 0619c6d95a General: Stop direct loading of files in `/wp-admin` that should only be included. audrasjb 2025-01-22 14:06:22 +0000
  • a79b4ef4c9 Formatting: Preserve `target="_blank"` in Biographical Info and Category Description. audrasjb 2025-01-21 22:59:18 +0000
  • c84a324ab2 Customize: Show sidebar's description below its name in Customizer Widgets sidebar list. audrasjb 2025-01-21 22:38:23 +0000
  • 37e2744105 Themes: Remove title attributes from theme list tables. audrasjb 2025-01-21 21:49:22 +0000
  • 091d5e460e Menus: Improve performance by calling `get_privacy_policy_url()` once per `Walker_Nav_Menu` instance rather than for every nav menu item. Weston Ruter 2025-01-21 21:26:23 +0000
  • 1cd758d2ee Build/Test Tools: Switch to using local references for reusable workflows. John Blackbourn 2025-01-21 15:42:21 +0000
  • 0f51cfd3b4 Coding Standards: Rename the `$errorString` variable in `wp_xmlrpc_server` methods. Sergey Biryukov 2025-01-21 15:34:20 +0000
  • 783c6905dd Security: Set the HttpOnly flag for the test cookie and the `wp_lang` cookie on the login screen. John Blackbourn 2025-01-21 13:19:21 +0000
  • 78c401da14 I18N: Set textdomain registry information before loading plugins/theme. Pascal Birchler 2025-01-21 11:44:21 +0000
  • f036ffa43a Build/Test Tools: Do not download extra browsers in performance tests. Pascal Birchler 2025-01-21 08:34:21 +0000
  • 6fb84ace49 Build/Test Tools: Pass the working directory path from the host to the dev environment containers. John Blackbourn 2025-01-20 22:08:19 +0000
  • d93f38e360 Administration: Clarify some references to "we" and "our" in the administration area. John Blackbourn 2025-01-20 22:04:28 +0000
  • 33729cf0db Build/Test Tools: Instruct git and svn to ignore SQLite files John Blackbourn 2025-01-20 21:51:25 +0000