Make WordPress Core

{43} Tickets not modified in the last 2.5 years (4542 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 (3401 - 3500 of 4542)

Unpatched Bugs (30 matches)

Ticket Summary Owner Component Priority Severity Type Workflow Modified
#40126 Mobile has two media editing experiences Media normal normal defect (bug) 10/25/2023
#59729 By setting int to the parameter of the function path_is_absolute(), a Notice will always be output. Filesystem API normal trivial defect (bug) 10/25/2023
#55485 Clarify `wp_should_load_separate_core_block_assets()`, `block.json` script expectations Script Loader normal normal defect (bug) 10/25/2023
#17255 More statuses (like draft and/or private) for media files Media normal normal defect (bug) 10/25/2023
#57779 Theme editor changes not saving in multi site Themes normal major defect (bug) 10/25/2023
#59744 walk_page_tree issue - cast array to object to fix Menus normal normal defect (bug) 10/26/2023
#58174 A shortcode block that evaluates to nothing, renders as a space in the HTML Shortcodes normal normal defect (bug) 10/26/2023
#59664 I have tested beta 6.4 version and some issue on mobile device Posts, Post Types normal normal defect (bug) 10/27/2023
#59413 PHP Warning: Undefined property: stdClass::$plugin Plugins normal normal defect (bug) 10/27/2023
#58945 Issues with downloading and unpacking plugins with PHP 8.2 Upgrade/Install normal normal defect (bug) 10/28/2023
#58536 url_to_postid does not work at MS install in context of another blog when $wp_rewrite->use_verbose_page_rules differs Rewrite Rules normal normal defect (bug) 10/29/2023
#40175 Upload Validation / MIME Handling Media high major defect (bug) early 10/30/2023
#56506 Used default separator style in editor but It's showing Wide Line Separator style in My Patterns Editor normal normal defect (bug) 10/30/2023
#58993 metadata_exists() returns incorrect value when "get_{$meta_type}_metadata" filter returns false. Options, Meta APIs normal normal defect (bug) 10/30/2023
#59716 Deprecated messages exporting post meta with meta_value null from PHP 8.1 Export normal normal defect (bug) 10/30/2023
#58787 when upload it multi upload duplicate the files in the media Upload normal normal defect (bug) 10/30/2023
#58720 Page-Specific template in Site Editor detaches itself from the page when page slug is updated. Editor normal normal defect (bug) 10/31/2023
#59773 WP-Admin post editor JS createPreloadingMiddleware has PHP WP_Query deliver Drafts while in editor they are not Editor normal normal defect (bug) 10/31/2023
#59780 Add functionality to dequeue a block style added via wp_enqueue_block_style Script Loader normal normal defect (bug) 10/31/2023
#59787 Control-Z editing HTML erases all changes since last save General normal normal defect (bug) 11/01/2023
#59798 Schedule time is offset by 1 hour during switch to/from daylight saving time General normal normal defect (bug) 11/03/2023
#59799 Post editor Galley size preview images select size default Gallery normal normal defect (bug) 11/03/2023
#50184 Proper margin for inputs in 'Discussion Settings' page mobile/tablet view Administration normal normal defect (bug) 11/07/2023
#57401 post-template.php fails to check if $elements['page'] is zero causing an array index error General normal normal defect (bug) 11/07/2023
#59843 Headers of the table on make.wordpress blog breaks after a few second of load ( check the url in description) General normal minor defect (bug) 11/08/2023
#58200 Empty result when meta_query is supposed to select date less than certain date Query normal normal defect (bug) 11/10/2023
#59890 Brower console output shows horizontal ellipsis as html entity Upgrade/Install normal minor defect (bug) 11/11/2023
#31593 Conflict of custom post type menu and add_utility_page Administration normal normal defect (bug) 11/13/2023
#59551 Respect non-null values from the `pre_render_block` filter Editor normal normal defect (bug) 11/14/2023
#53039 Not invalidating files in opcode cache after core update (cont’d) Upgrade/Install normal normal defect (bug) 11/14/2023

Unpatched Enhancements (70 matches)

Ticket Summary Owner Component Priority Severity Type Workflow Modified
#39558 A lot of menu classes (and id's) are missing when there's no menu set for a location Menus normal normal enhancement 01/12/2017
#38957 Customize Menus: Menu locations should be able to opt-out of menu item types that can be added to associated menus Customize normal normal enhancement 01/21/2017
#39674 Special characters are encoded in the database, for site settings options Formatting normal normal enhancement 01/24/2017
#39706 Add $unique param to add_{$meta_type}_meta actions Options, Meta APIs normal normal enhancement 01/26/2017
#37899 Make Profile Picture Section of Edit User Admin Page Filterable Users normal normal enhancement 02/02/2017
#36423 Constant in wp-config.php to disable uploads Upload normal normal feature request 02/02/2017
#31573 wp_admin_bar_my_sites_menu should check for super admin capabilities Networks and Sites normal normal enhancement 02/02/2017
#39772 add ajax functionality to switching tabs and pagination in plugins Plugins normal normal enhancement 02/02/2017
#35201 Mobile email validation Formatting normal normal enhancement 02/06/2017
#28461 Add a fallback parameter to get_the_post_thumbnail() to find images Post Thumbnails normal normal enhancement 02/06/2017
#39795 WordPress objects are only accessible via global variables General normal normal enhancement 02/06/2017
#39835 Category slug could be auto-generated with ability to update manually Taxonomy normal normal enhancement 02/10/2017
#39850 WordPress embedded links drop query vars from URL Embeds normal normal enhancement 02/11/2017
#30274 wp-login.php Logo Image Use "img" tag rather than CSS background Login and Registration normal normal enhancement 02/19/2017
#29948 Use contextual controls (active_callback) API for conditionally-displayed core contextual controls Customize lowest normal enhancement 02/20/2017
#39929 Improve ability to customize "nav" links below login form. Login and Registration normal normal enhancement 02/21/2017
#39969 add filter to end of post_categories_meta_box() Taxonomy normal normal enhancement 02/26/2017
#35127 Allow wp_nav_menu() function to add container attributes, including Schema.org structured data Menus normal normal enhancement 03/07/2017
#39985 Do action before send email of retrieve password Login and Registration normal normal feature request 03/08/2017
#39954 REST API: Improve date updates if both `date` and `date_gmt` are set REST API normal minor enhancement 03/09/2017
#40098 Prevent same sidebar from outputting twice Widgets normal normal enhancement 03/10/2017
#39614 Video header: Support free formats like .webm/vp8 and .ogv/theora Customize normal normal enhancement 03/13/2017
#40073 WP_Comment_Query should support a comment type of "comment" Comments normal normal enhancement 03/13/2017
#40150 VARCHAR/TEXT inefficiencies Database normal normal enhancement 03/14/2017
#40156 Warning for invalid hook callback is not very useful Plugins normal normal enhancement 03/15/2017
#40120 Media on mobile action links missable Media normal normal enhancement 03/16/2017
#14393 Maintenance mode overkill. Please refine usage of it Upgrade/Install normal normal enhancement 03/18/2017
#40232 Could is_tax check through queried_terms instead of queried_object? Taxonomy normal normal feature request 03/22/2017
#39617 Improve the Dashboard Screen and Welcome dashboard widget Administration normal normal enhancement 03/23/2017
#35425 Return HTTP status code in WP_Error objects REST API normal normal enhancement 03/26/2017
#37837 Extend WP_Query author parameters to filter by role Query normal normal feature request 03/30/2017
#39707 Create onboarding flowchart for users of WP.org installations Administration normal normal enhancement 04/03/2017
#40441 High server resource usage and timeouts during image uploads Media normal normal enhancement 04/14/2017
#11869 Multisite upgrade notice at wpmu-upgrade-site.php isn't steadily visible. Upgrade/Install normal minor enhancement 04/23/2017
#40511 get_blogs_of_user should return an array of WP_Site objects Networks and Sites normal normal enhancement 04/24/2017
#34552 Remove default post format setting Post Formats normal normal enhancement 04/24/2017
#40554 Hide /wp-admin/network/site-settings.php Networks and Sites normal normal enhancement 04/25/2017
#40569 next_post_link parameters $format and $link, have default values that produce awkward to use output Formatting normal normal enhancement 04/26/2017
#37307 Indicate non-GPL plugins and themes for users General normal normal enhancement 05/03/2017
#40651 Plugins: Make it easier to find plugin settings after install Plugins normal normal feature request 05/04/2017
#29910 esc_attr does not properly deal with json_encode Formatting normal normal enhancement 05/07/2017
#39972 REST API: Allow querying posts by post format REST API normal normal feature request 05/07/2017
#37616 Replace `is_super_admin()` calls with real capability checks Role/Capability normal normal task (blessed) 05/08/2017
#40705 Unable to login to admin backend from a wordpress login modal window Login and Registration normal normal enhancement 05/09/2017
#40821 Add filter to `wpmu_delete_blog()` to overwrite ability to drop tables Networks and Sites normal normal enhancement 05/19/2017
#40791 paginate_links outputs unnecessary dots General normal normal enhancement 05/22/2017
#40864 Standardize strings for missing attachments across media widgets Widgets normal normal enhancement 05/25/2017
#40869 Replacing an image in content editor Media normal normal enhancement 05/26/2017
#39632 Adding Query identifier attribute Query normal normal feature request 06/07/2017
#40915 wordpress should issue a warning if no graphic library is installed Media normal normal enhancement 06/10/2017
#40971 Clicking More Details in Add Plugins page shows old version of Plugin Directory page Plugins normal normal enhancement 06/12/2017
#32622 Make the text of the Image delete AYS dialog clearer Media normal normal enhancement 06/15/2017
#41086 Conditional loading of CSS files from (for example) shortcodes Shortcodes normal normal feature request 06/16/2017
#39724 Defining custom validation callbacks for tag/attribute values in wp_kses() Formatting normal normal enhancement 06/17/2017
#41170 Allow the newbloguser screen to be themed Login and Registration normal normal feature request 06/26/2017
#33054 Better featured image/attachment sanity checks Media normal normal enhancement 06/27/2017
#40469 How to remove full size image path from srcset and more intelligent choices in srcset candidate list Post Thumbnails normal normal enhancement 06/28/2017
#36034 Change post name permalinks to use ID when inserting links General normal normal enhancement 06/28/2017
#41199 Allow the optional editing of an author slug Users normal normal enhancement 06/30/2017
#41126 Customizer does not work if both wp_footer() and wp_head() functions are not present in the theme. Customize normal normal enhancement 07/05/2017
#39613 Use Shift + Delete to bypass Trash/Prompt Administration normal normal feature request 07/10/2017
#31139 Allow editing of video embed parameters in the media modal wonderboymusic Media normal normal enhancement 07/10/2017
#41204 Placement of wp_redirect() in template Themes normal normal enhancement 07/12/2017
#33240 Introduce a capability for previewing posts Role/Capability normal normal enhancement needs-unit-tests 07/14/2017
#39084 Introduce singular capabilities for managing individual comments Comments normal normal enhancement needs-unit-tests 07/14/2017
#39083 Introduce singular capabilities for managing individual themes Themes normal normal enhancement needs-unit-tests 07/14/2017
#23257 Add plural versions of Post Format strings Post Formats normal normal enhancement 07/17/2017
#36940 Break `manage_sites` capability up into more targeted caps johnjamesjacoby Networks and Sites normal normal enhancement 07/17/2017
#33374 Improvements for the messages visible in the plugin manager Plugins normal normal enhancement 07/21/2017
#38308 Accept 'meta_query' parameter in `WP_Tax_Query` Taxonomy normal normal feature request 07/30/2017
Note: See TracReports for help on using and creating reports.