Make WordPress Core

{12} Needs Unit Tests (450 matches)

Create a new ticket
  • Tickets that need unit tests (keywords: needs-unit-tests)
  • In some cases, these tickets have patches but need tests in order to be committed)
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (201 - 300 of 450)

1 2 3 4 5

Future Releases (100 matches)

Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
#56992 The Loop displays incorrect data for queries started with `fields => 'id=>parent'`. Query normal normal Awaiting Review defect (bug) 11/04/2022
#44695 WP_Term_Query unexpected 'orderby' behaviour. Query normal normal Awaiting Review defect (bug) 08/27/2019
#52559 When doing JOINs for meta queries the meta_key should be in the ON clause whenever possible. Query normal normal Awaiting Review defect (bug) 04/26/2021
#44964 `redirect_guess_404_permalink` doesn't support array in `post_type` var Query normal normal Awaiting Review defect (bug) dev-feedback 10/01/2018
#56105 Call update_post_parent_caches in the_post function in WP_Query class Query normal normal Awaiting Review enhancement 04/20/2023
#41678 Make sure all field returns use filters in WP Query Query normal normal Awaiting Review enhancement dev-feedback 04/20/2023
#49149 Write tests for WP_Query Query normal normal Awaiting Review enhancement 02/20/2020
#53622 Query Param status default is a string value, but an array is required rachelbaker* REST API normal minor Awaiting Review defect (bug) 02/20/2023
#54293 Expand functionality of themes REST API REST API normal normal Awaiting Review enhancement 06/07/2022
#46238 REST API: Allow conditional field registration REST API normal normal Awaiting Review enhancement 10/25/2020
#39473 get_routes() called multiple times within single REST request causing the rest_endpoints() filter to also fire more than once REST API normal normal Awaiting Review enhancement dev-feedback 01/19/2023
#41791 Unicode + add_permastruct breaks rewrite rules Rewrite Rules normal normal Awaiting Review defect (bug) dev-feedback 09/15/2017
#40340 "Attach to existing content" modal shows posts and pages of other users Role/Capability normal normal Awaiting Review defect (bug) 08/03/2017
#43877 Do not run unnecessary `user_has_cap` filter if the caps to check for include `do_not_allow` already Role/Capability normal normal Awaiting Review defect (bug) has-patch 09/17/2018
#50123 Roles & Caps: give anonymous users the `read_post` meta cap for public posts. Role/Capability normal normal Awaiting Review defect (bug) 05/20/2020
#43421 The $capabilities argument in the `add_role()` function is incompatible with `user_can` Role/Capability normal normal Awaiting Review enhancement 03/20/2018
#34591 BugFix to WP_Scripts::do_item(), remove doubled "//" Script Loader normal normal Awaiting Review defect (bug) reporter-feedback 02/05/2017
#54956 [5.9] wp_block_type args - "style" and "script" are always loaded on Frontend Script Loader normal normal Awaiting Review defect (bug) dev-feedback 07/19/2022
#50027 Retire Phpass and use PHP native password hashing Security normal normal Awaiting Review defect (bug) dev-feedback 05/08/2023
#58366 Shortcode Support Regained but Content Filters are messing with Shortcode HTML Shortcodes normal normal Awaiting Review defect (bug) has-patch 05/31/2023
#46010 Auto-generated term slugs can be greater than 200 characters, giving "Could not insert term into the database." error Taxonomy normal normal Awaiting Review defect (bug) dev-feedback 01/16/2019
#49799 get_the_terms() object term cache check too strict? Taxonomy normal normal Awaiting Review defect (bug) reporter-feedback 04/16/2020
#45107 Taxonomies should only be allowed to support one object type Taxonomy normal normal Awaiting Review enhancement dev-feedback 02/12/2019
#52710 Taxonomy: Make it possible to bypass automatic caching of results in `get_terms()` Taxonomy normal normal Awaiting Review enhancement has-patch 02/02/2022
#36641 WP_Term method __toString Taxonomy normal normal Awaiting Review enhancement has-patch 02/05/2017
#40661 WP_Term_Query->parse_query() needs filter like 'get_terms' Taxonomy normal normal Awaiting Review enhancement 08/04/2017
#57141 WP_Theme cannot locate a parent block theme Themes normal normal Awaiting Review defect (bug) has-patch 11/21/2022
#42513 WP_Theme::get_post_templates() is extremely inefficient for large themes Themes normal normal Awaiting Review defect (bug) has-patch 11/12/2017
#48175 Allow Template Resolution Algorithm to be Replaceable Themes normal normal Awaiting Review feature request dev-feedback 10/04/2019
#40477 REST API: Does NOT Trigger New User Notifications! Users normal normal Awaiting Review defect (bug) dev-feedback 12/04/2017
#50072 Users with email addresses containing a single quote cannot reset their passwords Users normal major Awaiting Review defect (bug) 05/05/2020
#54310 WP_User_Query does not return results in the same format if fields set to all_with_meta and doesn't return any metadata Users normal normal Awaiting Review defect (bug) 10/25/2021
#37454 get_avatar_data() delivers different url for scheme=https and is_ssl() Users normal normal Awaiting Review defect (bug) has-patch 02/15/2017
#42326 Allow for user deletion in multisite Users normal normal Awaiting Review enhancement dev-feedback 10/24/2017
#39123 Allow usernames to be changed by administrators Users normal normal Awaiting Review enhancement dev-feedback 11/21/2017
#34316 User status inconsistent between single-site & multisite Users normal normal Awaiting Review enhancement dev-feedback 09/27/2017
#44347 WP allows creating username that is already used email address Users normal normal Awaiting Review enhancement dev-feedback 03/02/2019
#49588 Cannot remove <div class="textwidget custom-html-widget"> Widgets normal minor Awaiting Review feature request has-patch 03/07/2020
#47505 Create a comprehensive input validation API for WordPress editor and administration interface audrasjb* Administration normal normal Future Release defect (bug) 10/04/2019
#57393 Unify checkbox handling and match wording with function on the User Profile screen Administration normal normal Future Release enhancement has-patch 02/07/2023
#21077 Add support for custom ports in multisite site addresses Bootstrap/Load normal normal Future Release enhancement has-patch 02/22/2023
#53520 Add regression test for the wp_option data corruption bug Build/Test Tools normal normal Future Release enhancement 11/10/2021
#42278 Speed up tests by using shared user fixtures Build/Test Tools normal normal Future Release enhancement dev-feedback 01/08/2019
#53651 unit test for wp_removable_query_args Build/Test Tools normal normal Future Release enhancement 01/20/2022
#40538 Fix or remove useless PHPUnit tests johnbillion* Build/Test Tools normal normal Future Release task (blessed) has-patch 09/01/2022
#42093 Improve handling of SUBDOMAIN_INSTALL test coverage jeremyfelt Build/Test Tools normal normal Future Release task (blessed) 01/17/2019
#26402 Add option to DB if option is only present in cache when updating option Cache API normal normal Future Release defect (bug) has-patch 03/17/2017
#21650 replace serialize() with print_r() in stats() function in wp-includes/cache.php Cache API normal normal Future Release defect (bug) has-patch 10/10/2022
#44744 Bug on canonical redirect with Hebrew query string. SergeyBiryukov Canonical normal major Future Release defect (bug) has-patch 11/09/2019
#39535 Canonical redirects disallow tag named comments Canonical normal normal Future Release defect (bug) has-patch 02/28/2019
#43274 Changing $(comments|feed)_base of WP_Rewrite causes errors because of hardcoded strings in redirect_canonical() Canonical normal normal Future Release defect (bug) has-patch 01/14/2019
#28081 Do a canonical redirect for pages when query var 'paged' is set SergeyBiryukov* Canonical normal normal Future Release defect (bug) has-patch 03/22/2023
#50163 Perform a canonical redirect when paginated states of the front page are not found hellofromTonya Canonical normal normal Future Release defect (bug) has-patch 04/04/2022
#39827 notice in wp-includes/canonical.php:392 SergeyBiryukov Canonical normal normal Future Release defect (bug) has-patch 02/03/2023
#21602 redirect_canonical can lead to infinite loop on index navigation if site url is not all lower case Canonical normal blocker Future Release defect (bug) has-patch 04/29/2023
#33821 redirect_canonical does not consider port in $compare_original Canonical normal normal Future Release defect (bug) has-patch 09/23/2019
#34353 redirect_canonical() – Undefined indexes 'host' and 'scheme' Canonical normal normal Future Release defect (bug) has-patch 05/09/2023
#4328 Redirect Old Slugs feature needs to redirect slugs for pages, not just posts, and redirect old permalink structure SergeyBiryukov Canonical normal normal Future Release enhancement early 01/25/2022
#40143 Comment template functions don't check for comment existence Comments normal normal Future Release defect (bug) has-patch 02/03/2023
#13792 Invalid reply link from comment admin when comment nested level > max Comments normal normal Future Release defect (bug) has-patch 07/31/2017
#39566 WordPress ignoring previously approved comment for some comment authors rachelbaker Comments normal major Future Release defect (bug) 10/08/2018
#45498 Wrong order of arguments in call_user_func() for Walker_Comment::start_el() SergeyBiryukov Comments normal normal Future Release defect (bug) has-patch 01/16/2019
#34475 get_comment_link incorrect page number in returned url. SergeyBiryukov Comments normal normal Future Release defect (bug) reporter-feedback 10/03/2019
#19739 Filters to allow comments on draft & trash post_status posts Comments normal normal Future Release enhancement has-patch 03/02/2023
#39084 Introduce singular capabilities for managing individual comments Comments normal normal Future Release enhancement 07/14/2017
#36564 Last Modified for Comments Comments normal trivial Future Release enhancement dev-feedback 02/12/2017
#33735 Reduce Duplication and Improve Comment Notification Email Functions SergeyBiryukov Comments low normal Future Release enhancement dev-feedback 01/27/2021
#41339 WP_Comments_Query::__construct() should allow a 'status__not_in' parameter Comments normal normal Future Release enhancement has-patch 07/30/2017
#47590 Add unit tests for requests to wp-cron.php Cron API normal normal Future Release defect (bug) 06/30/2019
#50781 500 error caused by customize_changeset_uuid for non-authenticated users Customize normal normal Future Release defect (bug) dev-feedback 02/25/2023
#39254 When in Customizer Preview, starter content posts are not displayed in the loop westonruter* Customize normal normal Future Release defect (bug) reporter-feedback 05/27/2020
#21627 Filter for custom-background CSS selector peterwilsoncc Customize low minor Future Release enhancement 05/22/2021
#40922 Use finer-grained capabilities with `customize_changeset` post type Customize normal normal Future Release enhancement 05/16/2020
#35857 Add QUnit tests for Customizer preview, including Selective Refresh Customize normal normal Future Release task (blessed) 03/17/2023
#28625 Enhancement: Add constants to support SSL connections for mysqli Database normal normal Future Release enhancement has-patch 02/03/2021
#41424 Use a better error message than "Error establishing a database connection" when site isn't found Database normal normal Future Release enhancement 11/22/2017
#15332 dbDelta($query) - do not create view Database normal normal Future Release feature request has-patch 07/30/2018
#49413 wp_exif_date2ts should use Datetime and accept an optional offset Rarst Date/Time low normal Future Release defect (bug) has-patch 01/19/2022
#29159 Classic editor: Visual editor is disabled when user agent is obscured by a proxy Editor normal normal Future Release defect (bug) has-patch 11/24/2020
#48256 WP remove first <p> in <td> Editor normal major Future Release defect (bug) 11/23/2020
#42733 WordPress Embed URLs don't work for draft and scheduled posts with pretty permalinks Embeds normal normal Future Release defect (bug) 05/29/2023
#51471 pre_oembed_result filter missing from oembed proxy controller Embeds normal normal Future Release defect (bug) has-patch 02/17/2021
#23431 [embed] shortcode doesn't work with do_shortcode() Embeds normal normal Future Release feature request has-patch 07/15/2022
#36339 Possible issue with export_wp() and undefined custom post types Export normal normal Future Release defect (bug) 07/06/2020
#51142 Invalid Moment.js locale from get_user_locale() External Libraries normal normal Future Release defect (bug) has-patch 03/01/2023
#46227 Add Rel-Feed Link to Header Feeds low trivial Future Release enhancement has-patch 05/13/2021
#48689 PHP warnings after updating to WP 5.3: ftp_nlist() and ftp_pwd() expect missing parameters adamsilverstein Filesystem API normal minor Future Release defect (bug) dev-feedback 04/06/2023
#48289 wp_normalize_path() breaks path_is_absolute() in Windows. SergeyBiryukov Filesystem API normal normal Future Release defect (bug) has-patch 04/08/2021
#26842 Contenteditable, multiple spaces, &nbsp, and U+00A0 Formatting normal normal Future Release defect (bug) 09/04/2020
#2691 HTML comments in posts aren't handled properly. adamsilverstein* Formatting normal normal Future Release defect (bug) close 01/26/2023
#17491 Make is_email() compliant with RFC5322 (updated by RFC6854) Formatting normal minor Future Release defect (bug) dev-feedback 04/14/2023
#45702 make_clickable() doesn't handle linked text being a URL with spaces within it Formatting low trivial Future Release defect (bug) 04/03/2019
#38656 wpautop incorrectly handling paragraphs within block elements Formatting normal normal Future Release defect (bug) has-patch 03/26/2019
#5250 wpautop() issue with lists Formatting normal normal Future Release defect (bug) close 02/02/2023
#48602 wptexturize: smart quotes: should ignore tags inside quotes Formatting normal normal Future Release defect (bug) has-patch 06/10/2021
#55962 Upgrade `sanitize_hex_color()` to CSS Color Level 4 Formatting normal normal Future Release enhancement dev-feedback 06/13/2022
#32787 make_clickable filter johnjamesjacoby Formatting normal normal Future Release enhancement has-patch 08/02/2022
#57487 Add support for "development mode" General normal normal Future Release enhancement 02/01/2023
#42897 Hard deprecate functions deprecated before WP 3.7.0 General normal normal Future Release enhancement has-patch 04/20/2020
#17268 Use native gettext library when available I18N normal normal Future Release enhancement dev-feedback 04/05/2023
1 2 3 4 5
Note: See TracReports for help on using and creating reports.