Make WordPress Core

{43} Tickets not modified in the last 2.5 years (4904 matches)

Create a new ticket

Tickets not modified in the past 2.5 years. Once this report is emptied, we'll adjust the threshold to 2 years, and so on.

Results (3801 - 3900 of 4904)

Unpatched Bugs (32 matches)

Ticket Summary Owner Component Priority Severity Type Workflow Modified
#34253 wp_insert_post() can assign a random, unauthorized user_id's Posts, Post Types normal normal defect (bug) 06/04/2019
#43025 wp_list_filter should filter all iterable objects General normal normal defect (bug) 02/11/2018
#46334 wp_localize_script did not output anything in wp_print_footer_scripts hook although document suggested that it should be working Script Loader normal major defect (bug) 02/24/2019
#54246 wp_logout sometimes causes 'upstream sent too big header' Login and Registration normal normal defect (bug) has-patch 12/06/2021
#39775 wp_mail miss send Content-Type with boundary when array header does not have other custom headers Mail normal normal defect (bug) 04/14/2017
#52504 wp_mail() not able to send/deliver emails to domain with hyphens in it? Mail normal normal defect (bug) 02/12/2021
#46217 wp_mail() not sending messages on PHP7.3.x Mail normal major defect (bug) has-patch 11/21/2019
#46042 wp_nav_menu always returns a container Menus normal normal defect (bug) 01/19/2019
#47827 wp_notify_moderator email error when Site Language is fr_CA Mail normal normal defect (bug) 10/03/2019
#55748 wp_query post_type taxonomies doesn't accept array in url if hierarchical Query normal minor defect (bug) 05/17/2022
#44259 wp_query: Post & Page Parameters doc section incorrect General normal normal defect (bug) 05/29/2018
#49414 wp_read_image_metadata should look for timezone offset Date/Time normal normal defect (bug) 02/15/2020
#49385 wp_remote_get() cannot retrieve webcal URIs HTTP API normal normal defect (bug) needs-unit-tests 02/07/2020
#27276 wp_rewrite_rule does not update option when it's empty Rewrite Rules normal normal defect (bug) 06/04/2019
#47170 wp_sensitive_page_meta breaks login on iPad devices Login and Registration normal major defect (bug) 05/17/2019
#54893 wp_set_script_translations() accepts and evaluates <script> tag included in JSON General normal normal defect (bug) 01/25/2022
#46886 wp_targeted_link_rel adds the rel attribute when the link has data-target="" Formatting normal normal defect (bug) 04/13/2019
#48973 wp_text_diff() out of memory with 10GB memory limit on certain revisions Revisions normal normal defect (bug) 12/16/2019
#49351 wp_theme_editor_filetypes filter can not remove php and css file types Themes normal normal defect (bug) 02/03/2020
#46166 wp_update_term sanitizes the description, removing all html Taxonomy normal normal defect (bug) 02/01/2019
#41601 wp_update_user creates an error Users normal normal defect (bug) 08/11/2017
#56090 wp_update_user doesn't update user_activation_key on users with apostrophes in their email Users normal normal defect (bug) has-patch 07/12/2022
#40202 wpautop bad code Formatting normal normal defect (bug) 05/21/2020
#33840 wpautop damages inline script Formatting normal normal defect (bug) 06/04/2019
#49492 wpautop inserted p tags inconsistently alter visual space Formatting normal normal defect (bug) 02/22/2020
#43394 wpautop inserts extraneous line breaks if hard return around commented content Formatting normal normal defect (bug) 06/15/2020
#33834 wpautop treats html comments as content General normal normal defect (bug) 06/04/2019
#27733 wpautop(): \s in regex destroys some UTF-8 characters Formatting normal major defect (bug) needs-unit-tests 01/18/2022
#43313 wptexturise uses the wrong curly quote after a closing link tag Formatting normal normal defect (bug) 04/15/2018
#34592 wptexturize interprets apostrophe at end of word as closing single quote Formatting normal normal defect (bug) 06/04/2019
#49965 wptexturize should also work when using before hook after_theme_setup Formatting normal normal defect (bug) 04/21/2020
#29913 wptexturize should handle broken HTML consistently Formatting normal minor defect (bug) needs-unit-tests 06/04/2019

Unpatched Enhancements (68 matches)

Ticket Summary Owner Component Priority Severity Type Workflow Modified
#49357 Admin intervention for personal data export really needed? xkon* Privacy normal normal enhancement 11/17/2021
#44145 Rework Privacy settings page to use the Settings API xkon* Privacy normal normal enhancement 09/26/2020
#43938 Make it clear to administrators that not all plugins support privacy policy content, personal data export and erasure xkon Privacy normal normal enhancement 06/23/2020
#17948 Enhancements to the login and registration forms wpdavis Login and Registration normal normal enhancement 10/06/2017
#31139 Allow editing of video embed parameters in the media modal wonderboymusic Media normal normal enhancement 07/10/2017
#22938 Presentation of hierarchical taxonomy in Media modal should be checkboxes rather than comma-separated tag list wonderboymusic Media normal normal enhancement 09/24/2018
#38077 Facilitating embedding customizer controls outside of sections westonruter* Customize normal normal enhancement 05/07/2017
#43328 Add support for Web App Manifests westonruter* General normal normal feature request 03/01/2019
#15706 Allow wildcarded domains in multisite limited email domains westi Login and Registration normal normal enhancement 06/04/2019
#44862 Create REST API endpoints to lock, release and takeover post edition timothyblynjacobs REST API normal normal feature request 01/07/2022
#51072 Add action hook after theme skip links sarahricker Themes normal normal feature request 10/16/2020
#36257 REST API: It's difficult to impossible to determine the endpoint matched to a request rmccue REST API normal normal enhancement 01/18/2022
#36292 Rewrites: Next Generation rmccue Rewrite Rules normal normal feature request 11/19/2020
#21627 Filter for custom-background CSS selector peterwilsoncc Customize low minor enhancement needs-unit-tests 05/22/2021
#51192 Consider mentioning whether the auto update was forced in the auto update email pbiron* Upgrade/Install normal normal enhancement 06/06/2021
#30797 New function for parent theme stylesheet uri obenland Themes normal normal enhancement 06/04/2019
#29792 Grunt: Add a stylelint precommit task to check for CSS syntax errors netweb Build/Test Tools normal normal enhancement 11/11/2021
#14493 do_enclose() can ping the same URL many times, can't filter URLs to ping nacin* Feeds normal normal enhancement 06/04/2019
#25122 First nav menu automatically adds all pages (including sub pages) but doesn't preserve page hierarchy nacin Menus normal normal enhancement 10/20/2020
#26937 get_adjacent_post() should use WP_Query rather than build its own SQL query nacin Query normal normal enhancement 01/31/2018
#33574 Add ability to scroll through long toolbar menu items morganestes Toolbar normal normal enhancement 06/24/2022
#53737 Create a way to autogenerate end-to-end test code from manual testing steps for WordPress core lucatume Build/Test Tools normal normal enhancement 07/05/2022
#13247 Drag/drop for add menu item boxes koopersmith Menus normal normal enhancement 06/04/2019
#18672 Implement rel="prev" and rel="next" for archives joostdevalk Permalinks normal normal enhancement 02/29/2020
#36940 Break `manage_sites` capability up into more targeted caps johnjamesjacoby Networks and Sites normal normal enhancement 07/17/2017
#46885 Improvements/Issues with srcsets, additions to wp_calculate_image_srcset joemcgill Media normal normal enhancement 04/13/2019
#39863 HTML description property of term in WP_REST_Terms_Controller lacks display filters joehoyle REST API normal normal enhancement 07/11/2019
#39061 REST API pagination: Large INT passed to `paged` query arg doesn't fail properly joehoyle REST API normal normal enhancement needs-unit-tests 10/04/2017
#51086 Add native support for tabbed settings pages in WP Admin joedolson* Administration normal normal enhancement 12/17/2021
#50921 Consider adding title attributes for metabox order buttons joedolson* Posts, Post Types normal normal enhancement 05/26/2021
#30556 Modern widgets default wrapper joedolson* Widgets normal normal enhancement 03/26/2021
#38813 REST API: Test schema registration for required fields. jnylen0 REST API normal normal enhancement needs-unit-tests 11/30/2019
#38850 Sticky positioning for a smoother scrolling experience iseulde* Editor normal normal enhancement 06/05/2019
#14877 Ability to create exclusive custom taxonomies helen* Taxonomy normal minor feature request 11/20/2021
#5678 Respectfully strip newlines in some importers hansengel* Import normal normal enhancement 03/15/2019
#49635 Build tools: Remove generated and package sourced files from committed code. gziolo Build/Test Tools normal normal enhancement 11/10/2021
#44222 Add Archive state to privacy requests garrett-eclipse Privacy normal normal enhancement 10/20/2020
#51555 Privacy Page: Does it need to be a Page? Also, is a warning an error? garrett-eclipse Privacy normal normal enhancement 10/16/2020
#44894 Add support for an optional `$roles` parameter to `populate_roles()` flixos90 Upgrade/Install normal normal enhancement needs-unit-tests 01/23/2019
#18489 Create constants in default-constants.php for the uploads folder to allow better custom uploads location eddiemoya Upload normal normal enhancement 05/15/2019
#28375 export posts/pages query chriscct7 Export normal normal enhancement 06/04/2019
#42115 Customize Menus: Add "Your theme already has a basic menu" view bpayton Customize normal normal enhancement 05/29/2021
#29823 WP_Date_Query across tables boonebgorges* Query normal normal enhancement 06/04/2019
#30531 Make wptexturize the last filter before output azaozz Formatting normal normal enhancement 06/04/2019
#41493 Allow users to add widget to multiple widget areas from Widgets Area Chooser audrasjb* Widgets normal normal enhancement 01/17/2019
#51124 Can we get an additional parameter in wp_add_inline_script to set the script type? audrasjb* Script Loader normal normal feature request needs-unit-tests 11/08/2021
#41138 Add classes to Widgets in widgets.php and customize.php pages audrasjb Widgets normal normal enhancement 04/13/2020
#50623 Discoverability of plugin and themes autoupdates audrasjb Upgrade/Install normal normal enhancement 10/19/2020
#46208 Improve Menu experience by making it easier to delete multiple menus at once audrasjb Menus normal normal enhancement 05/03/2019
#30377 wp_check_filetype is broken when checking urls with parameters audrasjb Media normal normal enhancement 04/08/2022
#53787 Allow changing number of attachments displayed antpb Media normal normal enhancement 02/24/2022
#44378 Add privacy prompt(s) to the embeds whitelist documentation in the core handbook allendav Privacy normal normal enhancement needs-docs 01/17/2019
#47518 Add an explanatory message to the Revisions screen for locked posts adamsilverstein Revisions normal normal enhancement 04/30/2021
#49198 Blink: Intent to Deprecate + Freeze `navigator.userAgent` adamsilverstein General normal normal enhancement 01/07/2021
#42737 Add method wp.api.getModelByType for retrieving api models adamsilverstein REST API normal normal feature request 10/19/2018
#53451 Chrome 92 userAgent notice adamsilverstein General normal minor task (blessed) 05/02/2022
#52887 Docs: Clarify why register_meta is necessary Shital Patel* Options, Meta APIs normal minor enhancement 05/26/2021
#17653 Canonical Redirect when space(s) are used instead of hyphens when requesting a page SergeyBiryukov* Canonical normal normal enhancement 08/19/2018
#50787 Consolidate the logic for displaying WP & PHP compatibility messages for themes SergeyBiryukov* Site Health normal normal task (blessed) 02/22/2021
#39447 Improvement to the get_the_posts_navigation SergeyBiryukov Query normal normal enhancement needs-unit-tests 01/27/2021
#41731 Make it Easier to Locate Restored Comments SergeyBiryukov Comments normal normal enhancement 06/21/2019
#4328 Redirect Old Slugs feature needs to redirect slugs for pages, not just posts, and redirect old permalink structure SergeyBiryukov Canonical normal normal enhancement needs-unit-tests 01/25/2022
#19864 Abstract export_wp() for use by CLI scripts Export normal normal enhancement 06/04/2019
#7795 Activate and Deactivate Theme hooks Themes normal normal enhancement 03/15/2019
#16396 Add a hook to the theme editor page when the write is successful Themes normal normal enhancement 06/04/2019
#34693 Add browser-based testing and automated acceptance tests (BrowserStack) Build/Test Tools normal normal enhancement 09/15/2020
#21374 Add core support for letting custom permalink structure for different post types Rewrite Rules normal normal enhancement 06/04/2019
#18791 Add custom post type support for Author Template functions Users normal normal enhancement needs-unit-tests 06/05/2019
Note: See TracReports for help on using and creating reports.