Make WordPress Core

{7} Future Releases (7789 matches)

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

Results (4901 - 5000 of 7789)

Stars Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
#55766 Site icon checkbox to use the site logo Customize normal normal Awaiting Review enhancement 05/18/2022
2 #45737 Starter Content: Add support for terms and taxonomies Customize normal normal Future Release enhancement 12/14/2019
2 #34233 There is not a body class filter within the customizer. Customize normal normal Future Release enhancement 12/11/2019
#29948 Use contextual controls (active_callback) API for conditionally-displayed core contextual controls Customize lowest normal Future Release enhancement 02/20/2017
3 #40922 Use finer-grained capabilities with `customize_changeset` post type Customize normal normal Future Release enhancement needs-unit-tests 05/16/2020
2 #39614 Video header: Support free formats like .webm/vp8 and .ogv/theora Customize normal normal Awaiting Review enhancement 03/13/2017
#47818 $wpdb should update ->insert_id also when `LAST_INSERT_ID(...)` is found Database normal normal Awaiting Review enhancement 08/02/2019
1 #55202 A proper (error) message should be show when mysql setting autocommit=0 Database normal normal Awaiting Review enhancement 02/19/2022
2 #41944 Add %u support to wpdb->prepare Database normal normal Awaiting Review enhancement 09/21/2017
24 #15499 Add an index for get_lastpostmodified query OllieJones Database normal normal Future Release enhancement dev-feedback 08/28/2025
#60254 Add filter to class-wpdb.php#query that allows to return data from filter return value Database normal normal Awaiting Review enhancement 01/15/2024
#46210 Add helpers for default/empty datetime value Database normal normal Awaiting Review enhancement has-patch 02/24/2023
1 #54642 Add prepared query builder support for `$wpdb` to build prepared queries across multiple location. Database normal normal Future Release enhancement has-patch 09/19/2022
1 #59106 Add secondary index on `wp_posts` table to improve media queries performance Database normal normal Awaiting Review enhancement 08/15/2023
1 #61856 Add support for MySQL SSL connections Database normal normal Awaiting Review enhancement has-patch 08/13/2024
4 #38036 Add support for the utf8mb4_0900_ai_ci collation Database normal normal Future Release enhancement 04/05/2023
3 #54627 Adding More Timestamp columns to database Database normal normal Awaiting Review enhancement 12/14/2021
7 #45354 Adding index for meta_key and post_id in postmeta Database normal normal Awaiting Review enhancement dev-feedback 06/24/2024
1 #52527 Better RAM handling in wp-db.php Database normal normal Awaiting Review enhancement 02/15/2021
2 #38760 Capture result size in bytes when SAVEQUERIES is true Database normal normal Future Release enhancement 10/03/2017
#55115 Change deprecated wpdb::escape() method Database normal normal Awaiting Review enhancement close 02/12/2022
3 #58344 Connect to database on first query Database normal normal Future Release enhancement has-patch 05/08/2025
1 #56259 Database Repair doesn't check for missing primary keys / A.I. Database normal minor Awaiting Review enhancement 03/09/2023
5 #45697 Database: Upgrading field collations Database normal normal Future Release enhancement 08/22/2022
17 #28625 Enhancement: Add constants to support SSL connections for mysqli Database normal normal Future Release enhancement needs-unit-tests 06/24/2023
#41956 Errno in $wpdb Database normal normal Awaiting Review enhancement has-patch 08/17/2018
17 #54042 Extending wpdb::prepare() to support IN() operator Database normal normal Future Release enhancement dev-feedback 09/17/2023
1 #39748 Function to insert or update DB value Database normal normal Awaiting Review enhancement 10/29/2017
9 #6492 Guids No Longer Have Permalink Format Database normal normal Future Release enhancement 08/30/2019
7 #43019 Hook to validate post form data before save Database normal major Awaiting Review enhancement has-patch 10/28/2021
2 #39826 LIMIT clause not required in get_options function as there's already a UNIQUE KEY on option_name Database normal normal Awaiting Review enhancement dev-feedback 05/07/2020
1 #44292 Make use of protected process_fields Database normal normal Awaiting Review enhancement 06/01/2018
1 #46565 Mixed engine in tables, could bring to major WP failure! Also there is a small fix that could avoid that. Database normal normal Awaiting Review enhancement 03/20/2019
1 #61071 Need to display appropriate error messages when the database table is empty or corrupted. Database normal normal Awaiting Review enhancement dev-feedback 01/06/2025
#52253 New filter on wp-db.php Database normal normal Awaiting Review enhancement reporter-feedback 01/08/2021
#60102 PHPunit tests for dead_db Database normal normal Future Release enhancement has-patch 02/12/2025
1 #58826 Please add a default post relations table Database normal critical Awaiting Review enhancement 07/17/2023
#44386 Problem with utf8mb4_unicode_ci collation for arabic content Database normal major Awaiting Review enhancement has-patch 06/17/2018
1 #54324 Rename Table Function - maybe_rename_table() Database normal normal Awaiting Review enhancement has-patch 01/09/2023
#54560 Return null from wpdb::get_results when query fails Database normal normal Awaiting Review enhancement has-patch 12/02/2021
40 #47280 SQL_CALC_FOUND_ROWS is deprecated as of MySQL 8.0.17 johnbillion Database normal normal Future Release enhancement changes-requested 10/16/2025
8 #54346 Slow SQL queries fetching posts from specific categories craigfrancis* Database normal normal Future Release enhancement has-patch 05/07/2025
#58180 Specify the REGEXP format for meta_query Database normal trivial Awaiting Review enhancement needs-docs 11/19/2025
1 #61604 Split `wp_insert_post` in two Database normal minor Awaiting Review enhancement 07/09/2024
10 #42352 Support use of native MySQLi prepared queries Database normal normal Future Release enhancement early 09/26/2024
#47994 The additions of a new wp_posts table columns called post_level and post_patriarch Database normal normal Awaiting Review enhancement 09/06/2019
6 #41424 Use a better error message than "Error establishing a database connection" when site isn't found Database normal normal Future Release enhancement needs-unit-tests 11/22/2017
1 #41054 Use sargable date filtering where possible Database normal trivial Awaiting Review enhancement 12/05/2024
3 #56091 Using %i for table/field names in wpdb::prepare() craigfrancis Database low minor Future Release enhancement has-patch 04/02/2024
3 #40150 VARCHAR/TEXT inefficiencies Database normal normal Awaiting Review enhancement 03/14/2017
#55938 WP prefix on installation - instructions to be indicated Database normal minor Awaiting Review enhancement 06/07/2022
#42703 WP_Query: Swap parsing date into own method Database normal normal Awaiting Review enhancement 01/16/2019
15 #41281 attachment_url_to_postid results in very slow query joemcgill* Database normal normal Awaiting Review enhancement 07/18/2024
1 #8924 autoload should be boolean in add_option() Database lowest normal Awaiting Review enhancement 03/15/2019
3 #40357 dbDelta can't change primary keys, create AUTO_INCREMENT columns and doesn't make significant index changes Database normal normal Awaiting Review enhancement needs-unit-tests 04/04/2017
2 #49654 maybe_drop_table Database normal normal Awaiting Review enhancement 04/07/2023
2 #46576 short-circuit filter for dbDelta Database normal normal Awaiting Review enhancement 03/20/2019
2 #58871 support uca14.0.0 collation in database where available Database normal normal Awaiting Review enhancement has-patch 09/30/2025
#54180 tests fot _wp_mysql_week() Database normal normal Future Release enhancement has-patch 10/09/2024
2 #36242 wpdb set_sql_mode add param pbearne Database normal normal Awaiting Review enhancement dev-feedback 01/18/2025
#63734 wpdb::prepare() should reject invalid schema object names Database normal normal Awaiting Review enhancement has-patch 07/22/2025
4 #48740 Add constant for database date format Date/Time normal normal Awaiting Review enhancement dev-feedback 11/20/2019
11 #29849 Better human_time_diff() audrasjb Date/Time normal normal Future Release enhancement has-patch 10/20/2025
2 #48935 Need to Remove strtotime() usage from core Date/Time normal normal Awaiting Review enhancement dev-feedback 11/05/2024
5 #48936 Remove mysql2date() usage from core pbearne Date/Time normal normal Awaiting Review enhancement needs-unit-tests 05/06/2025
#46171 Add "backing up this post in your browser" label to post-type Editor normal normal Awaiting Review enhancement dev-feedback 09/03/2025
#60063 Add a dynamic hook to filter the pre-rendered content of a single block. Editor normal normal Awaiting Review enhancement 12/13/2023
#60773 Add a new Post from the editor Editor normal normal Awaiting Review enhancement 03/14/2024
1 #61265 Add class name for block variations Editor normal normal Future Release enhancement has-patch 05/12/2025
#56522 Add filter for wp_get_layout_style Editor normal normal Awaiting Review enhancement 02/09/2023
2 #57420 Add filter for wp_theme_get_element_class_name Editor normal minor Awaiting Review enhancement has-patch 01/18/2023
#61505 Add support for positioning child blocks inside a Grid block. Editor normal normal Future Release enhancement has-patch 10/20/2025
5 #39841 Additional Post Button Options Editor normal normal Awaiting Review enhancement 09/13/2025
1 #60830 Advanced Editor Tools - SIMPLE SORT Editor normal normal Awaiting Review enhancement 03/23/2024
#54975 Allow filtering global styles Editor normal normal Awaiting Review enhancement 03/02/2023
#53425 Allow meta_input to be updated through user input Editor normal normal Awaiting Review enhancement reporter-feedback 09/12/2025
1 #63067 Allow non queryable taxonomies to be queried in Query Block Editor normal normal Awaiting Review enhancement 10/08/2025
5 #37577 Allow users to "petition" for a post lock to be released Editor normal normal Future Release enhancement close 07/20/2025
2 #25471 Allow wp_link_dialogue to open in contexts outside of the editor Editor normal normal Future Release enhancement 06/05/2019
#54653 Alphabetically sorted Headers in a Single Blog Post Editor normal normal Awaiting Review enhancement 10/29/2023
1 #48279 Avoid block markup in starter content and default pages Editor normal normal Awaiting Review enhancement 11/24/2020
#61254 Backport: Introduce new dedicated media search handler and add new label field search handler Editor normal normal Awaiting Review enhancement has-patch 05/20/2024
1 #60587 Block hooks: Allow filtering of block data on traversal Editor normal normal Awaiting Review enhancement 02/20/2024
#60696 Block hooks: Allow insertion of a hooked block with attributes Editor normal normal Awaiting Review enhancement has-patch 03/05/2024
#64521 Blocks: Move block parser PHP classes from Gutenberg to Core dmsnell Editor normal normal Awaiting Review enhancement 01/20/2026
#54665 Blog posts page might be confusing for users as the content and layout in the editor does not reflect on the frontend Editor normal normal Awaiting Review enhancement 01/18/2022
1 #50803 Button link missing from block settings Editor normal normal Awaiting Review enhancement 03/09/2021
4 #59596 Cache file sizes of core block style files. Editor normal normal Future Release enhancement dev-feedback 03/26/2025
#40629 Change default template Editor normal normal Future Release enhancement 11/23/2020
#57922 Changing class-wp-editor.php Insert/Edit Link header from H1 to H3 or other Editor normal normal Awaiting Review enhancement reporter-feedback 05/31/2024
1 #50921 Consider adding tooltips for metabox order buttons joedolson* Editor normal normal Future Release enhancement 09/10/2025
1 #62791 Could `pre_render_block` come later Editor normal normal Awaiting Review enhancement 01/08/2025
#61073 Cover Block Improvement Editor normal minor Awaiting Review enhancement 01/17/2026
1 #60968 Create action `edit_form_before_title` Editor normal normal Awaiting Review enhancement has-patch 04/09/2024
#58153 Ctrl + SHIFT + D conflicts with browser shortcuts Editor normal normal Awaiting Review enhancement 04/18/2023
1 #55913 Custom Fields table can have extra-wide checkboxes and radio buttons Editor normal normal Awaiting Review enhancement 06/04/2022
1 #60001 Deprioritize categories Editor normal normal Awaiting Review enhancement dev-feedback 02/14/2024
1 #59017 Duotone not working in 6.3 Editor normal normal Future Release enhancement 10/03/2023
1 #57421 Editor: add new parameter to hook when enqueuing block assets Editor normal normal Awaiting Review enhancement has-patch 01/10/2023
2 #43702 Empty State UX for Posts & Pages screen when there is no content Editor normal normal Awaiting Review enhancement 10/31/2025
Note: See TracReports for help on using and creating reports.