Make WordPress Core

{7} Future Releases (8273 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 (4201 - 4300 of 8273)

Stars Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
1 #53417 The revisions endpoints provide an incorrect JSON schema Revisions normal normal Awaiting Review defect (bug) has-patch 4 months ago
1 #48973 wp_text_diff() out of memory with 10GB memory limit on certain revisions Revisions normal normal Awaiting Review defect (bug) 7 years ago
1 #47831 Compare any two revisions: Improve the distinction of From/To columns Revisions normal normal Awaiting Review enhancement 7 years ago
1 #62690 Add "Copy to Clipboard" button to Revision Viewer Revisions normal normal Awaiting Review feature request has-patch 19 months ago
1 #42478 Add_permastruct ignores EP_NONE and other args if %post_id% is present in struct Rewrite Rules normal normal Awaiting Review defect (bug) 9 years ago
1 #47686 Always flush rewrite rules when active plugins changes & on plugin upgrades Rewrite Rules normal normal Awaiting Review defect (bug) has-patch 9 hours ago
1 #40440 Clarify behavior of `options-permalink.php` in documentation Rewrite Rules normal normal Awaiting Review defect (bug) close 2 months ago
1 #53545 Domain Mapping not working with page as homepage Rewrite Rules normal normal Awaiting Review defect (bug) 5 years ago
1 #43544 Pages over 999 in archive return 404 Rewrite Rules normal normal Awaiting Review defect (bug) reporter-feedback 10 months ago
1 #50726 Pagination error on 4 digit page when category and year are in the permalink structure Rewrite Rules normal minor Awaiting Review defect (bug) 6 years ago
1 #38518 Rewrite Rules rebuilding on parse_request Rewrite Rules normal normal Awaiting Review defect (bug) 7 years ago
1 #26829 Use of strpos() in extract_from_markers() and insert_with_markers() can target wrong BEGIN and END markers. Rewrite Rules normal normal Future Release defect (bug) has-patch 7 years ago
1 #56381 WordPress creates invalid web.config -file Rewrite Rules normal normal Awaiting Review defect (bug) has-patch 4 years ago
1 #50943 add_rewrite_rule() sample codes don't work for passing multiple params Rewrite Rules normal critical Awaiting Review defect (bug) 6 years ago
1 #42328 directory listing, missing index.html Rewrite Rules normal normal Awaiting Review defect (bug) 9 years ago
1 #42120 htpasswd protection not working due to .htaccess rewrite rules Rewrite Rules normal normal Awaiting Review defect (bug) 7 years ago
1 #45970 in IIS if web.confing <configuration has xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0" attribute the WordPress creates new <configuration> section and the site craches with wrong web.config Rewrite Rules normal normal Awaiting Review defect (bug) 8 years ago
1 #60330 redirect that working incorrectly! Rewrite Rules normal normal Awaiting Review defect (bug) 2 years ago
1 #60713 remove 'array_merge(...)' is used in a loop and is a resources greedy construction. from generate_rewrite_rules pbearne Rewrite Rules normal normal Awaiting Review defect (bug) has-patch 2 years ago
1 #46283 Allow filtering post-type archive rewrites Rewrite Rules normal normal Awaiting Review enhancement has-patch 12 months ago
1 #52247 Author role unable to set featured image (Error 403) Role/Capability normal normal Awaiting Review defect (bug) 6 years ago
1 #42532 Custom post type : redirection bug after publish when cap edit_published_cpt is not set Role/Capability normal normal Awaiting Review defect (bug) reporter-feedback 8 years ago
1 #56256 The 'capability' parameter in the get_users function may not give the expected results. Role/Capability normal normal Future Release defect (bug) has-patch 4 years ago
1 #49345 User with admin privileges cannot edit some pages/posts Role/Capability normal normal Awaiting Review defect (bug) 7 years ago
1 #49287 Users with no page deletion capabilities can delete homepage in multisite Role/Capability normal normal Awaiting Review defect (bug) 7 years ago
1 #37917 Users without the edit_private_posts capability can still create private posts Role/Capability normal normal Awaiting Review defect (bug) close 10 months ago
1 #45879 WP_User::set_role() does not remove previous roles Role/Capability normal normal Awaiting Review defect (bug) 8 years ago
1 #40950 wp_terms_checklist() does not pass $post_id to current_user_can() Role/Capability normal normal Awaiting Review defect (bug) has-patch 5 years ago
1 #44017 Add filter to display edit post link without 'edit_post' capability Role/Capability normal major Awaiting Review enhancement reporter-feedback 11 months ago
1 #64306 Enhancements: Add 'designer' user role, Collaborator groups/teams, display multiple contributor types and co-authors, contributor heirarchy on posts/pages Role/Capability low trivial Awaiting Review enhancement 9 months ago
1 #44468 Introduce infrastructure for testing primitive capabilities granted via `user_has_cap` Role/Capability normal normal Future Release enhancement has-patch 7 years ago
1 #42405 Introduce singular capabilities for enabling individual themes on Multisite Role/Capability normal normal Future Release enhancement needs-unit-tests 9 years ago
1 #43210 Introduce singular capabilities for managing individual options Role/Capability normal normal Awaiting Review enhancement dev-feedback 8 years ago
1 #42404 Introduce singular capabilities for managing individual plugins Role/Capability normal normal Future Release enhancement needs-unit-tests 15 months ago
1 #55106 Split publish_posts in publish_posts and publish_others_posts Role/Capability normal normal Awaiting Review feature request 5 years ago
1 #53848 'is_feed was called incorrectly' notice if `wp_styles()` is called before the query Script Loader normal normal Awaiting Review defect (bug) 5 years ago
1 #43900 Add hint about blocked Javascript as possible error reason in script-loader.php Script Loader normal normal Awaiting Review defect (bug) 8 years ago
1 #63179 Dependencies should load in the footer if the script is loaded in the footer Script Loader normal normal Awaiting Review defect (bug) 17 months ago
1 #54993 Inline output using wp_enqueue_block_style adds unnecessary paths Script Loader normal normal Awaiting Review defect (bug) 5 years ago
1 #61657 Script "in_footer" => false with "defer" will make all dependencies that are not deferred load in head Script Loader normal normal Awaiting Review defect (bug) close 8 months ago
1 #52879 The SCRIPT_DEBUG constant is ignored when concatenating scripts Script Loader normal minor Future Release defect (bug) needs-refresh 4 years ago
1 #63043 script-loader 'colors' src true invalid argument Script Loader normal normal Awaiting Review defect (bug) has-patch 18 months ago
1 #62265 wp-admin honors style-sheet <=> 'SCRIPT_DEBUG' is true. Script Loader normal normal Awaiting Review defect (bug) 22 months ago
1 #55030 wp_enqueue_script( 'jquery-ui-autocomplete' ) - is enqueueing a bunch of extra scripts I don't need Script Loader normal normal Awaiting Review defect (bug) 5 years ago
1 #58075 wp_enqueue_scripts action not firing at the right time with block themes Script Loader normal major Awaiting Review defect (bug) 3 years ago
1 #51325 Add a filter for script/style tags injected by wp_add_inline_{script|style} Script Loader normal normal Future Release enhancement dev-feedback 3 weeks ago
1 #40602 Implement immutable cache headers pbearne Script Loader normal normal Future Release enhancement has-patch 18 months ago
1 #63793 Parser-blocking scripts should render last in all cases to speed up page load Script Loader normal normal Future Release enhancement has-patch 12 months ago
1 #43781 adding apply_filters on $handle in localize Script Loader normal normal Awaiting Review enhancement 8 years ago
1 #56993 I want to put a filter in the wp_enqueue_block_support_styles function. Script Loader normal normal Awaiting Review feature request 3 years ago
1 #55618 combine/concatenate enqueued relative js/css Script Loader normal normal Awaiting Review feature request 4 years ago
1 #41391 Links to media in password protected pages Security normal normal Awaiting Review defect (bug) 9 years ago
1 #63940 Prevent POST flood cache bypass attacks Security normal normal Awaiting Review defect (bug) 12 months ago
1 #65573 Unsafe usage of href attribute in wp-admin/js/link.js Security normal normal Awaiting Review defect (bug) has-patch 9 days ago
1 #64481 Explore Sec-Fetch Headers as a Core-Supported CSRF Mitigation Mechanism Security normal normal Awaiting Review enhancement 7 months ago
1 #43320 Harden API requests against man-in-the-middle attacks Security low minor Awaiting Review enhancement 9 years ago
1 #60470 Use `filter_input` instead of superglobals where possible Security normal normal Awaiting Review enhancement 3 years ago
1 #65448 Use the new Uri\Rfc3986\Uri::parse in wp_parse_url() if PHP 8.5 is available Security normal normal Awaiting Review enhancement changes-requested 8 weeks ago
1 #43215 Allow wp_kses to pass allowed CSS properties Security normal normal Awaiting Review feature request 9 months ago
1 #60887 After upgrade to WordPress 6.4.3, do_shortcode no longer works in page templates Shortcodes normal critical Awaiting Review defect (bug) 2 years ago
1 #51377 Front End elements break after too many shortcodes Shortcodes normal normal Awaiting Review defect (bug) reporter-feedback 6 years ago
1 #57790 Parsing of Shortcode Attributes: bug locating a final attribute Shortcodes normal normal Awaiting Review defect (bug) dev-feedback 17 months ago
1 #35216 Return empty string from wp.shortcode.replace() callback is ignored Shortcodes normal normal Awaiting Review defect (bug) has-patch 8 years ago
1 #61007 Shortcode aren't paste inline in paragraphs Shortcodes normal major Awaiting Review defect (bug) 2 years ago
1 #58397 Shortcodes in patterns are not rendered in templates Shortcodes normal normal Awaiting Review defect (bug) 3 years ago
1 #43457 `wp_html_split` valid HTML attributes issues Shortcodes normal normal Awaiting Review defect (bug) has-patch 2 years ago
1 #26649 escaped shortcodes should not be expanded during 'get_the_excerpt' Shortcodes normal normal Future Release defect (bug) dev-feedback 4 weeks ago
1 #46412 Make shortcode attributes case-insensitive? shortcode_parse_atts Shortcodes normal normal Awaiting Review enhancement 7 years ago
1 #41086 Conditional loading of CSS files from (for example) shortcodes Shortcodes normal normal Awaiting Review feature request 9 years ago
1 #62752 Enhance Audio and Video Shortcodes with Custom Features (Tracklist, Images, Artists, Track Numbers, and Media Handling) Shortcodes normal normal Awaiting Review feature request dev-feedback 20 months ago
1 #47984 Filter pre_do_shortcode Shortcodes normal normal Awaiting Review feature request has-patch 7 years ago
1 #52977 Consider using basic auth in https healh check. Site Health normal normal Awaiting Review defect (bug) dev-feedback 3 years ago
1 #47050 Recovery Email - Keep consistent newline spacing around ###CAUSE### mergetag Site Health normal minor Future Release defect (bug) has-patch 5 years ago
1 #52343 Site Health Page: Inactive theme message is inconsistent Site Health normal normal Awaiting Review defect (bug) dev-feedback 6 years ago
1 #51830 Site Health Themes checkout isn't correct about automatic usage of default theme or themes condition in case of a broken theme Site Health normal normal Future Release defect (bug) 6 years ago
1 #54598 Site Health makes downright wrong and dangerous suggestions Site Health normal normal Awaiting Review defect (bug) close 17 months ago
1 #62630 Site Health plugin information display html tags in plugin name Site Health normal trivial Awaiting Review defect (bug) has-patch 20 months ago
1 #46967 Site health, info tab: show the current uploads directory info on network installs Site Health normal normal Future Release defect (bug) dev-feedback 7 years ago
1 #61577 health check count display bug Site Health normal normal Awaiting Review defect (bug) 6 weeks ago
1 #52945 wp_cache settings not recognized in site health / plugins Site Health normal normal Awaiting Review defect (bug) reporter-feedback 5 years ago
1 #62526 Add the theme type (block theme or non block theme) to the site health page Site Health normal normal Awaiting Review enhancement dev-feedback 15 months ago
1 #59362 Display deprecated function usage in Site Health Site Health normal normal Awaiting Review enhancement dev-feedback 3 years ago
1 #57349 Page cache is not detected but the server response time is OK Site Health normal normal Awaiting Review enhancement reporter-feedback 2 years ago
1 #52471 Site Health Upload-related INI values could use consistent formatting Site Health normal normal Awaiting Review enhancement close 6 years ago
1 #54338 Site Health dashboard: "insecure PHP" Site Health normal normal Awaiting Review enhancement 3 years ago
1 #60670 [Site Health] Add current mysql version to update recommendation Site Health normal normal Future Release enhancement has-patch 2 years ago
1 #56258 Add IPv6 availability check in Site Health Site Health normal normal Awaiting Review feature request 2 years ago
1 #60508 Add a plugin dependency section to Site Health Site Health normal normal Awaiting Review feature request 3 years ago
1 #53572 An "acknowledged" category for site health check for things managed outside of WordPress Site Health normal trivial Awaiting Review feature request 5 years ago
1 #60802 Enable debug mode / debug options in site health Site Health normal minor Awaiting Review feature request close 2 years ago
1 #65677 Site Health - Add a button to copy information from the Status screen Site Health highest omg bbq normal Awaiting Review feature request 4 weeks ago
1 #65635 provide an alternative to the XSLT stylesheet processing instruction for XML Sitemaps since browsers are phasing out support for it Sitemaps normal normal Future Release defect (bug) dev-feedback 5 weeks ago
1 #55477 Add Custom Post Types Archive Pages to Sitemap Sitemaps normal major Awaiting Review enhancement 4 years ago
1 #61293 Display an empty sitemap instead of 404 Sitemaps normal normal 7.2 enhancement has-patch 5 weeks ago
1 #42422 'unique' index not removed from the 'slug' column of the 'wp_terms' table Taxonomy normal normal Awaiting Review defect (bug) 9 years ago
1 #57419 Adding terms to a taxonomy with non-latin characters results in PHP notice Taxonomy normal normal Awaiting Review defect (bug) 15 months ago
1 #52726 Allow default term when a user does not have assign_terms capability Taxonomy normal normal Awaiting Review defect (bug) 5 years ago
1 #38243 Attempting to create a term with invalid UTF8 characters creates a blank term Taxonomy normal normal Future Release defect (bug) needs-unit-tests 7 years ago
1 #44854 Bulk action missing/hidden on taxonomies Taxonomy normal minor Awaiting Review defect (bug) has-patch 2 years ago
1 #64038 Cache miss for `WP_Term_Query` Taxonomy normal normal Future Release defect (bug) has-patch 5 months ago
Note: See TracReports for help on using and creating reports.