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 (101 - 200 of 450)

1 2 3 4 5

Future Releases (100 matches)

Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
#41448 Contributors shouldn't be able to change the date of their drafts Posts, Post Types low normal Future Release defect (bug) has-patch 08/04/2017
#47505 Create a comprehensive input validation API for WordPress editor and administration interface audrasjb* Administration normal normal Future Release defect (bug) 10/04/2019
#57271 Cron unschedule / reschedule event errors audrasjb Cron API normal normal Awaiting Review defect (bug) has-patch 03/07/2024
#12706 Custom post status bugs Posts, Post Types normal normal Future Release task (blessed) has-patch 06/02/2022
#43746 Custom post type single post feed returns a 404 if has_archive is set to false when calling register_post_type() SergeyBiryukov Rewrite Rules normal normal Future Release defect (bug) dev-feedback 01/16/2019
#59868 Database insert with emoji fails when table has columns with both utf8mb3 (utf8) and utf8mb4 charsets Charset normal normal Future Release defect (bug) 12/14/2023
#60299 Default assignment of `use_ssl` user meta value causes unnecessary DB write. Users normal normal 6.6 defect (bug) has-patch 02/19/2024
#28701 Deleted option is not deleted if value was ever null Options, Meta APIs normal normal Awaiting Review defect (bug) has-patch 02/16/2021
#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
#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
#57416 Do not split query if requesting one post spacedmonkey Query normal normal Future Release enhancement dev-feedback 11/16/2023
#39844 Don't return anchor tag if link is empty in get_the_author_posts_link() Themes normal normal Future Release enhancement has-patch 02/21/2022
#60190 Drop PHP 4 support for arrays with 1 object element Plugins normal normal Future Release enhancement has-patch 02/24/2024
#31665 Duplicate slugs in DB, created for hierarchical terms with long, non-latin names, when the default slug already exists Taxonomy normal normal defect (bug) 06/04/2019
#15001 Duplication and incompatibilities in register_new_user() and wp_insert_user() Users normal normal defect (bug) has-patch 06/05/2019
#16980 Empty Values are ignored by class-ixr.php XML-RPC normal normal Future Release defect (bug) 09/30/2020
#37671 Emptying Bin with large amount of posts results in whitescreen Posts, Post Types normal normal Future Release enhancement 08/06/2017
#31695 Enclosing oEmbed using `embed_oembed_html` is generating invalid HTML Formatting normal normal defect (bug) 06/04/2019
#9825 Enforce permalink history, outright Permalinks normal normal enhancement dev-feedback 06/04/2019
#28625 Enhancement: Add constants to support SSL connections for mysqli Database normal normal Future Release enhancement has-patch 06/24/2023
#36655 Enhancement: Add datetime column to options table. Options, Meta APIs normal normal enhancement dev-feedback 06/04/2019
#47616 Enhancement: doing_shortcode() function similar to doing_filter() audrasjb* Shortcodes normal normal Future Release enhancement dev-feedback 11/09/2021
#58905 Ensure locate_template only loads theme files Themes normal normal 6.6 defect (bug) has-patch 02/17/2024
#54293 Expand functionality of themes REST API REST API normal normal Awaiting Review enhancement 06/07/2022
#27048 Export: Allow multiple post types to be selected Export normal normal enhancement has-patch 05/18/2022
#36030 Expose site icon on wp.getUsersBlogs XML-RPC normal normal Future Release enhancement dev-feedback 06/20/2019
#47880 Extend unit tests for Site Health component. Site Health normal normal Future Release task (blessed) 07/06/2020
#27888 Feature request: `get_current_admin_url()` and `get_current_admin_hook()` lucatume Administration normal normal Awaiting Review feature request has-patch 12/11/2019
#21753 Feed excerpts are missing important filter formatting Feeds normal normal defect (bug) has-patch 11/17/2020
#19998 Feeds can contain characters that are not valid XML Feeds normal normal Awaiting Review defect (bug) has-patch 06/19/2020
#21627 Filter for custom-background CSS selector peterwilsoncc Customize low minor Future Release enhancement 05/22/2021
#15249 Filtering get_search_sql for advanced queries Query normal normal enhancement 06/04/2019
#33932 Filters for Plugin/Theme Update Email Notifications ocean90 Upgrade/Install normal normal enhancement has-patch 06/05/2019
#56344 Filters for Sharpening Images antpb Media normal normal Future Release feature request changes-requested 02/07/2023
#19739 Filters to allow comments on draft & trash post_status posts Comments normal normal Future Release enhancement has-patch 03/02/2023
#40538 Fix or remove useless PHPUnit tests johnbillion* Build/Test Tools normal normal Future Release task (blessed) has-patch 09/01/2022
#54516 Full site editing/REST-API: modify permission checks to use post type. REST API normal normal Future Release defect (bug) has-patch 02/19/2024
#13701 Full support for middle and little endian permalink structures Rewrite Rules normal normal enhancement reporter-feedback 06/04/2019
#26868 Function 'make_clickable()' doesn't make hyperlinks from explicit URLs using the `mailto:`, `tel:` and other schemes that do not start with `//` Formatting normal normal enhancement dev-feedback 06/04/2019
#41771 Global configuration table Networks and Sites normal normal Awaiting Review enhancement 09/19/2017
#2691 HTML comments in posts aren't handled properly. adamsilverstein* Formatting normal normal Future Release defect (bug) close 01/10/2024
#50002 Hack in get_sample_permalink() can cause filters like post_link, and pre_post_link to have inaccurate post_status in admin Posts, Post Types normal normal Awaiting Review defect (bug) has-patch 04/26/2020
#42897 Hard deprecate functions deprecated before WP 3.7.0 General normal normal Future Release enhancement has-patch 04/20/2020
#43752 ID, post_parent, menu_order on global $post object is a string in edit context; expecting int Posts, Post Types normal normal Awaiting Review defect (bug) 04/19/2018
#36314 If orderby undefined, alter get_posts to defer to WP_Query's default Posts, Post Types normal normal enhancement 06/04/2019
#33017 Images displayed with page.php instead of index.php Themes normal normal defect (bug) dev-feedback 06/04/2019
#48207 Implement new Comment Date Functions Date/Time normal normal Awaiting Review defect (bug) dev-feedback 11/08/2019
#38310 Improve "wp_update_term" documentation ruudjoyo Taxonomy normal normal Future Release enhancement has-patch 09/29/2021
#41463 Improve REST API tests that don't perform any assertions johnbillion* REST API normal normal Future Release enhancement 09/01/2022
#50568 Improve WP_Term's sanitization calls Taxonomy normal normal Future Release defect (bug) has-patch 03/12/2024
#33975 Improve capabilities management when registering custom taxonomy Taxonomy normal normal enhancement 06/04/2019
#54648 Improve filter to enable setting quality for each subsize image adamsilverstein* Media normal normal Awaiting Review enhancement has-patch 02/23/2024
#42093 Improve handling of SUBDOMAIN_INSTALL test coverage jeremyfelt Build/Test Tools normal normal Future Release task (blessed) has-patch 10/20/2023
#25190 Improve name/pagename query variable mapping Query normal normal enhancement 06/04/2019
#24225 Improve regular expressions when matching attributes miqrogroove Formatting normal normal enhancement has-patch 06/04/2019
#33959 Improve wp_get_attachment_thumb_file Media normal normal enhancement has-patch 06/04/2019
#39889 Improve/Fix REST Response on Multisite when an endpoint for a non-existent site is hit. REST API normal normal Future Release defect (bug) 07/09/2019
#36881 Improved hot-wiring of set_found_posts Query normal normal enhancement has-patch 06/04/2019
#39447 Improvement to the get_the_posts_navigation SergeyBiryukov Query normal normal Future Release enhancement 01/27/2021
#28156 In date-containing permalink structures, /dddd/dd/comment-page-d/ urls don't work Permalinks normal normal defect (bug) dev-feedback 06/04/2019
#16293 In multisite installs, users with id 1 can't be deleted Users normal normal Future Release defect (bug) dev-feedback 02/08/2024
#53692 Inaccurate schema for the app_id property in the application-passwords endpoints Application Passwords normal normal Awaiting Review defect (bug) has-patch 07/19/2021
#52840 Include filesize information in REST API response for all media types rachelbaker* REST API normal normal Future Release enhancement dev-feedback 01/13/2023
#33768 Include image_meta in wp_prepare_attachment_for_js response for images Media normal normal enhancement close 06/04/2019
#11160 Inconsistancies in Naming and Using Sidebar Names and IDs. azaozz Widgets normal normal defect (bug) 06/05/2019
#10543 Incorrect (non-UTF-8) character handling in tag's name and slug westi* Charset normal normal defect (bug) dev-feedback 06/04/2019
#23602 Incorrect canonical redirect if p=123 query argument present in "paged" archives Canonical normal normal defect (bug) 06/04/2019
#28059 Inline image attachments with wp_mail() Mail normal normal enhancement has-patch 06/04/2019
#56548 Introduce `get_option` action Options, Meta APIs normal normal Awaiting Review enhancement dev-feedback 09/11/2022
#45197 Introduce `user_can_for_blog()` johnbillion Role/Capability normal normal 6.6 enhancement has-patch 03/07/2024
#40365 Introduce a REST API endpoint for sites REST API normal normal Future Release task (blessed) dev-feedback 04/03/2020
#33240 Introduce a capability for previewing posts Role/Capability normal normal Future Release enhancement 07/14/2017
#40577 Introduce a capability for viewing the revisions of a post adamsilverstein Revisions normal normal Future Release enhancement 03/02/2023
#29213 Introduce capability for access to nav-menus.php johnbillion Menus normal normal Future Release enhancement dev-feedback 01/30/2022
#31020 Introduce discrete capability for managing widgets johnbillion Widgets normal normal Future Release enhancement dev-feedback 01/30/2022
#37825 Introduce functions to check whether there are multiple taxonomy terms Themes normal normal Future Release enhancement has-patch 06/14/2018
#39174 Introduce network roles Role/Capability normal normal Future Release feature request 03/15/2019
#16784 Introduce post_type_archive_description() Posts, Post Types normal normal enhancement has-patch 04/24/2021
#42405 Introduce singular capabilities for enabling individual themes on Multisite Role/Capability normal normal Future Release enhancement 11/01/2017
#41701 Introduce singular capabilities for further management of individual plugins Role/Capability normal normal Future Release enhancement 08/22/2017
#39084 Introduce singular capabilities for managing individual comments Comments normal normal Future Release enhancement 07/14/2017
#42404 Introduce singular capabilities for managing individual plugins Role/Capability normal normal Future Release enhancement has-patch 04/18/2018
#39083 Introduce singular capabilities for managing individual themes Themes normal normal Future Release enhancement 07/14/2017
#41703 Introduce singular capabilities for network activation and deactivation of individual plugins Role/Capability normal normal Future Release enhancement 09/20/2020
#51142 Invalid Moment.js locale from get_user_locale() External Libraries normal normal Future Release defect (bug) has-patch 06/30/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
#43818 Invalidate query caches less aggressively by using a `last_changed` key specific to metadata Options, Meta APIs normal normal Awaiting Review enhancement 04/20/2018
#9102 Inverse proxy breaks permalinks Permalinks normal normal Future Release defect (bug) has-patch 03/15/2019
#36564 Last Modified for Comments Comments normal trivial Future Release enhancement dev-feedback 02/12/2017
#5130 Linking to multiple posts on your site breaks pingback due to comment flooding Pings/Trackbacks normal normal Future Release defect (bug) has-patch 03/22/2023
#44236 Maintain consistency between privacy export report and archive filenames GripsArt Privacy low minor Future Release defect (bug) has-patch 01/27/2019
#24386 Make _pad_term_counts work for non-post type objects and attachments Taxonomy normal normal enhancement 11/05/2020
#37938 Make existing HTML parsing functionality from REST API and Press This reusable kraftbj* Pings/Trackbacks low minor Future Release enhancement 05/30/2023
#17491 Make is_email() compliant with RFC5322 (updated by RFC6854) Formatting normal minor Future Release defect (bug) dev-feedback 04/14/2023
#37376 Make it possible for custom post type to have an archive but no single Posts, Post Types normal normal Awaiting Review feature request has-patch 08/24/2021
#41678 Make sure all field returns use filters in WP Query Query normal normal Awaiting Review enhancement dev-feedback 04/20/2023
#31391 Make the list of registered nav menus filterable Menus normal normal enhancement has-patch 06/04/2019
#49179 Manage Post trackbacks within the REST API REST API normal normal Future Release enhancement has-patch 10/24/2020
#58416 Media Title field should soft wrap in Media Modal: For better readability/editing of long titles. Media normal normal Awaiting Review enhancement commit 06/13/2023
#46089 Memory exhaustion when setting script translations on `wp-i18n` Script Loader normal normal Future Release defect (bug) has-patch 02/04/2021
1 2 3 4 5
Note: See TracReports for help on using and creating reports.