Make WordPress Core

{8} Future Releases, Workflow Oriented (7972 matches)

Create a new ticket
  • Active tickets slated for future releases or with no assigned milestone, workflow oriented
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (801 - 900 of 7972)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19

Has Patch / Needs Testing (100 matches)

Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
#34525 Use wp_parse_id_list() in the WP_Query class Query normal normal enhancement has-patch 06/04/2019
#52167 WP_Query: always convert `any` post type values to public values. Query normal normal Awaiting Review enhancement has-patch 12/24/2020
#55630 add array input to meta_query key Query normal normal Awaiting Review enhancement has-patch 04/27/2022
#27094 get_boundary_post() doesn't work for custom post types Query normal normal enhancement has-patch 06/04/2019
#43842 get_children() function enhancement. Query normal normal Awaiting Review enhancement has-patch 01/16/2019
#14477 get_pages with child_of only works with uninterrupted hierarchies wonderboymusic Query high normal Future Release enhancement has-patch 01/15/2021
#14368 make the 'orderby' argument in get_posts() accept all "post" fields Query normal normal enhancement has-patch 08/01/2022
#41797 max_num_pages for WP_User_Query Query normal normal Awaiting Review enhancement has-patch 09/05/2017
#44602 meta_query to support FIND_IN_SET Query normal normal Awaiting Review enhancement has-patch 07/18/2018
#63614 pre_get_lastpostdate filter Query normal minor Awaiting Review enhancement has-patch 06/24/2025
#18897 query_posts / WP_query parameter 'offset' should play nicely with 'paged' wonderboymusic Query normal normal enhancement has-patch 06/04/2019
#57303 wp_get_posts() for post_type="any" + post__in creates not optimized database query Query normal normal Awaiting Review enhancement has-patch 09/10/2025
#35546 AllPosts page UI: "Edit" name in "Bulk Actions" does not match with "Bulk Edit" group box Quick/Bulk Edit normal minor Future Release enhancement has-patch 09/21/2025
#37296 Bulk edit category labels are slightly misleading Quick/Bulk Edit normal normal enhancement has-patch 06/04/2019
#31634 Minor UI improvements to bulk editing joedolson* Quick/Bulk Edit normal normal Future Release enhancement has-patch 01/23/2025
#63198 Post Quick Edit section Date and Author Stylings audrasjb Quick/Bulk Edit normal normal Awaiting Review enhancement has-patch 08/31/2025
#53063 Add batch support to core REST resources TimothyBlynJacobs REST API normal normal Future Release enhancement has-patch 04/05/2024
#63130 Add comment_count Support to REST API for Enhanced Sorting and Gutenberg Integration REST API normal blocker Awaiting Review enhancement has-patch 05/26/2025
#55961 Add embed to WP_REST_Request class REST API normal normal Awaiting Review enhancement has-patch 07/20/2023
#50074 Add filter on post/etc action links in the REST API REST API normal normal Future Release enhancement has-patch 09/08/2021
#54513 Add meta support to template REST API REST API normal normal Future Release enhancement has-patch 11/25/2021
#63231 Add support for batching GET REST API Requests REST API normal normal Future Release enhancement has-patch 04/04/2025
#63670 Add trashability to REST API posts controller REST API normal normal Awaiting Review enhancement has-patch 07/29/2025
#59903 Add user pattern categories to the pattern categories API response REST API normal normal Awaiting Review enhancement has-patch 12/21/2023
#47962 Allow apiRequest to do requests on external WordPress sites REST API normal normal Awaiting Review enhancement has-patch 09/02/2019
#64073 Attachments REST API: extend to support ordering by `mime_type`. REST API normal normal Awaiting Review enhancement has-patch 10/20/2025
#41735 Include titles for JSON Schema properties REST API normal normal Awaiting Review enhancement has-patch 12/03/2017
#43681 Incorrect HTTP status code in 'posts' query. REST API normal normal Future Release enhancement close 07/07/2025
#63946 Introduce a mechanism for lazy-loading REST routes and handlers REST API normal normal Awaiting Review enhancement has-patch 09/29/2025
#62604 Prevent false-positive in validate_callback() in REST API REST API normal normal Awaiting Review enhancement has-patch 05/26/2025
#53860 REST API returns special characters as Unicode Decimal Code REST API normal minor Awaiting Review enhancement has-patch 02/10/2025
#54247 REST API: Add block editor settings endpoint REST API normal normal Future Release enhancement has-patch 10/21/2021
#51757 REST API: Add const validation REST API normal normal Awaiting Review enhancement has-patch 01/25/2021
#40556 REST API: Allow for server generating a user's password REST API normal normal Awaiting Review enhancement has-patch 04/27/2017
#41616 REST API: Expose old slugs REST API normal normal Future Release enhancement has-patch 07/22/2024
#63092 REST API: Support preloading 'HEAD' requests Mamaduka REST API normal normal Awaiting Review enhancement has-patch 03/13/2025
#38813 REST API: Test schema registration for required fields. REST API normal normal Future Release enhancement has-patch 06/05/2025
#41554 REST API: Use `wp.apiRequest` helper to build URLs for media embed requests REST API normal normal Awaiting Review enhancement has-patch 09/25/2019
#61308 Return `post_types` field in templates REST API oandregal REST API normal normal Future Release enhancement has-patch 01/14/2025
#59635 Revise the regular expressions defining endpoints for template revisions, template autosaves, template part revisions, and template part autosaves endpoints antonvlasenko REST API normal normal Awaiting Review enhancement has-patch 12/04/2023
#39037 Should REST API support multiple orderby values? REST API normal normal Awaiting Review enhancement has-patch 03/27/2025
#62333 Simplify code structure and optimize conditional logic in REST API controllers REST API normal minor Awaiting Review enhancement has-patch 11/21/2024
#63253 Theme REST API: expose "has_theme_json" field REST API normal normal Awaiting Review enhancement has-patch 05/05/2025
#23314 Allow published posts to be revised without being updated immediately Revisions normal normal Future Release enhancement has-patch 01/10/2020
#57395 Improve wp_die message when previewing post revision with expired nonce and unauthenticated requests Revisions normal normal Awaiting Review enhancement has-patch 12/29/2022
#43678 Add indents to default .htaccess rules Rewrite Rules normal normal Awaiting Review enhancement has-patch 04/02/2018
#46283 Allow filtering post-type archive rewrites Rewrite Rules normal normal Awaiting Review enhancement has-patch 09/04/2025
#35983 Better support for "singular" endpoints Rewrite Rules normal normal enhancement has-patch 06/04/2019
#12779 Better support for custom post types in WP_Rewrite Rewrite Rules normal normal enhancement has-patch 06/04/2019
#18877 DRY up rewrite rule matching ericlewis Rewrite Rules normal normal Future Release enhancement has-patch 10/10/2022
#34776 Introduced the `$site_root` and `$home_root` parameter in `mod_rewrite_rules` Rewrite Rules normal normal Awaiting Review enhancement has-patch 04/01/2018
#29118 Registering rewrite rules is hard, so let's introduce remove_rewrite_rule. Rewrite Rules normal normal Awaiting Review enhancement has-patch 08/14/2024
#62959 Ensure wp_roles() returns an instance of WP_Roles Role/Capability normal minor Awaiting Review enhancement has-patch 02/13/2025
#44468 Introduce infrastructure for testing primitive capabilities granted via `user_has_cap` Role/Capability normal normal Future Release enhancement has-patch 09/20/2019
#52465 Allow a relation type in resource hints to be used multiple times Script Loader normal normal Future Release enhancement has-patch 11/10/2021
#54018 Allow scripts registered via block.json to be enqueued in the footer Script Loader normal normal Future Release enhancement has-patch 10/16/2025
#40602 Implement immutable cache headers pbearne Script Loader normal normal Future Release enhancement has-patch 02/12/2025
#63793 Parser-blocking scripts should render last in all cases to speed up page load Script Loader normal normal Future Release enhancement has-patch 08/18/2025
#60597 Script Modules API: Allow list of enqueued module data to be exposed westonruter Script Loader normal normal Future Release enhancement has-patch 10/27/2025
#61500 Script Modules: Allow scripts to depend on modules Script Loader normal normal Awaiting Review enhancement has-patch 10/01/2025
#36791 Set load order when enqueuing scripts and styles Script Loader normal normal enhancement has-patch 06/04/2019
#23165 Admin validation errors on form nonce element IDs (_wpnonce) Security normal normal Awaiting Review enhancement has-patch 02/08/2021
#63329 Use check_ajax_referer() instead of check_admin_referer() for AJAX requests in media form handling. Security normal normal Awaiting Review enhancement has-patch 04/22/2025
#54289 Improve get_shortcode_regex performance Shortcodes normal normal Future Release enhancement has-patch 10/14/2025
#50683 Parse content for shortcodes instead of using regex Shortcodes normal normal Future Release enhancement has-patch 06/11/2025
#54505 Add "Temp Directory" to site health info Site Health normal normal Awaiting Review enhancement has-patch 11/24/2021
#63697 Add OPCache to Site Health SergeyBiryukov Site Health normal normal 7.0 enhancement has-patch 10/21/2025
#62101 Add a filter to customize the URL for page caching check in Site Health Site Health normal normal Future Release enhancement has-patch 02/25/2025
#57440 Add filter to customize the "rest_availability" test URL Site Health normal normal Awaiting Review enhancement has-patch 01/10/2023
#62631 Add plugin dependencies to Site Health Site Health normal normal Awaiting Review enhancement has-patch 12/03/2024
#47192 Allow users to enter recovery mode via their registered email Site Health normal normal Awaiting Review enhancement has-patch 04/22/2020
#52429 Combine/globalize the CSS/JS between Site Health & Privacy Settings pbearne* Site Health normal normal Future Release enhancement has-patch 11/08/2021
#56199 Make the warnings about critical Site Health issues more prominent Site Health normal normal Future Release enhancement has-patch 05/22/2024
#47085 Site Health appear on individual sites in Multisite Site Health low minor Future Release enhancement has-patch 10/19/2020
#55814 WebP support under Site Health status tab Site Health normal normal Future Release enhancement has-patch 05/26/2022
#60670 [Site Health] Add current mysql version to update recommendation Site Health normal normal Future Release enhancement has-patch 03/02/2024
#59070 child theme should not be counted as additional theme Site Health normal normal Awaiting Review enhancement has-patch 06/20/2025
#61293 Display an empty sitemap instead of 404 Sitemaps normal normal Awaiting Review enhancement has-patch 09/27/2025
#51211 Implement a consistent function to obtain the sitemap location Sitemaps normal trivial Awaiting Review enhancement has-patch 12/28/2023
#35385 Able to get raw content by calling get_the_archive_description Taxonomy normal normal enhancement has-patch 06/07/2020
#26268 Add UI to Category page to indicate default category helen Taxonomy normal normal Future Release enhancement has-patch 05/06/2019
#60532 Add a `pre_set_object_terms` action Taxonomy normal normal Awaiting Review enhancement has-patch 10/29/2024
#53642 Add class to get_the_term_list links Taxonomy normal normal Future Release enhancement has-patch 05/05/2024
#63890 Add multiple order conditions to WP_Term_Query Taxonomy normal normal Awaiting Review enhancement has-patch 08/28/2025
#42253 Adjust the inline docs for register_taxonomy() and WP_Taxonomy::set_props() Taxonomy normal normal Awaiting Review enhancement has-patch 01/05/2018
#30262 Combine wp_terms and wp_term_taxonomy tables johnbillion* Taxonomy low normal Future Release enhancement has-patch 02/21/2025
#34195 Deprecate get_terms_fields Taxonomy normal normal enhancement has-patch 06/04/2019
#26667 Improve filter in single_term_title() Taxonomy normal normal enhancement has-patch 08/07/2025
#54567 Introduce specific item_link and and item_link_description labels for post formats Taxonomy normal normal Awaiting Review enhancement has-patch 04/29/2022
#40761 Make Walker_Category::start_lvl more flexible by introducing filters for class name(s) at least Taxonomy normal normal Awaiting Review enhancement has-patch 05/15/2017
#39406 Make callback_args filterable in WP_Terms_List_Table Taxonomy normal normal Awaiting Review enhancement has-patch 10/12/2019
#38280 Make term count for a specific object type available Taxonomy normal normal Future Release enhancement has-patch 12/23/2024
#19556 Make wp_term_checklist() available as a template tag Taxonomy normal normal Future Release enhancement has-patch 06/26/2017
#28956 Moving taxonomy metabox chriscct7 Taxonomy normal normal Future Release enhancement has-patch 06/06/2018
#59503 Multiple Parent Term Id parameter in get_terms < plugindevs> Taxonomy normal normal Awaiting Review enhancement has-patch 09/29/2023
#45166 Prevent deleting default term for any kind of taxonomy Taxonomy normal normal Awaiting Review enhancement has-patch 01/16/2019
#41702 Slug for Category or Tag should be generated automatically Taxonomy normal normal Awaiting Review enhancement has-patch 08/22/2017
#61957 Taxonomies: Allow querying for all posts with any term of a given taxonomy Taxonomy normal normal Awaiting Review enhancement has-patch 12/05/2024
#24040 Use "posts" instead of "topics" (in tagcloud tooltips) Taxonomy low normal Awaiting Review enhancement close 05/14/2023
#36641 WP_Term method __toString Taxonomy normal normal Awaiting Review enhancement has-patch 01/31/2025
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Note: See TracReports for help on using and creating reports.