Make WordPress Core

{43} Tickets not modified in the last 2.5 years (4175 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 (1701 - 1800 of 4175)

Tickets with Patches (100 matches)

Ticket Summary Owner Component Priority Severity Type Workflow Modified
#44468 Introduce infrastructure for testing primitive capabilities granted via `user_has_cap` Role/Capability normal normal enhancement has-patch 09/20/2019
#42404 Introduce singular capabilities for managing individual plugins Role/Capability normal normal enhancement needs-unit-tests 04/18/2018
#45008 Inconsistent use of 'script_loader_src' and 'style_loader_src' filters when performing concatenation Script Loader normal normal defect (bug) has-patch 09/27/2018
#13078 Make wp_register_style and wp_enqueue_style consistent Script Loader normal normal defect (bug) has-patch 06/04/2019
#35963 Only remove item from WP_Dependencies::to_do if it was successfully processed Script Loader normal normal defect (bug) needs-unit-tests 06/04/2019
#40737 Script tags inside unclosed HTML comment in value passed to WP_Script->localize() breaks page Script Loader normal normal defect (bug) has-patch 06/01/2017
#39991 jQuery UI Datepicker Localization Error with PHP date 'S' Script Loader normal normal defect (bug) has-patch 10/25/2018
#37185 wp_print_styles() doesn't call "wp_print_styles" action when "$handles" argument passed Script Loader normal normal defect (bug) needs-unit-tests 06/04/2019
#31281 Register JavaScript/Underscore templates using the WP Dependency API Script Loader normal normal enhancement has-patch 06/04/2019
#36791 Set load order when enqueuing scripts and styles Script Loader normal normal enhancement has-patch 06/04/2019
#35331 Update external Prototype library to 1.7.3 Script Loader normal normal enhancement has-patch 06/04/2019
#48880 Using JSON.parse instead of an actual object literal when localizing scripts Script Loader normal normal enhancement has-patch 12/06/2019
#44211 Add cookie domain to `userSettings` script localize Script Loader normal normal feature request has-patch 10/12/2020
#40485 Add function for retrieving metadata from registered script Script Loader normal normal feature request has-patch 06/07/2017
#24907 Escape admin_url() when used for ajax_url in admin header Security normal normal defect (bug) has-patch 06/04/2019
#37264 Please do not chmod 666 the wp-config.php file on installation. Security normal normal defect (bug) has-patch 03/22/2019
#37757 Add `allowed_classes` to `maybe_unserialize` When WordPress is running on PHP 7+ Security normal normal enhancement has-patch 09/13/2017
#38474 wp_signups.activation_key stores activation keys in plain text SergeyBiryukov Security normal normal enhancement has-patch 01/08/2019
#35216 Return empty string from wp.shortcode.replace() callback is ignored Shortcodes normal normal defect (bug) has-patch 06/27/2018
#42718 Video shortcode needs muted attribute for Autoplay to work with Safari 11.0.1+ Shortcodes normal normal defect (bug) has-patch 07/10/2020
#35022 WP allows Unicode 0x00a0 spaces in editor but shortcode parser can't handle them Shortcodes normal normal defect (bug) has-patch 02/06/2017
#47984 Filter pre_do_shortcode Shortcodes normal normal feature request has-patch 09/05/2019
#25435 Introduce alternative to do_shortcode( '[shortcode]' ) rmccue Shortcodes normal normal feature request has-patch 09/27/2017
#48153 Allow the admin email verification capability to be filtered Site Health normal normal defect (bug) needs-unit-tests 02/21/2020
#46910 Allow wp_die to called after html has started output SergeyBiryukov* Site Health normal normal defect (bug) has-patch 01/31/2020
#47192 Allow users to enter recovery mode via their registered email Site Health normal normal enhancement has-patch 04/22/2020
#47085 Site Health appear on individual sites in Multisite Site Health low minor enhancement has-patch 10/19/2020
#38243 Attempting to create a term with invalid UTF8 characters creates a blank term Taxonomy normal normal defect (bug) needs-unit-tests 04/01/2019
#18553 Counting of categories doesn't work without refreshing? Taxonomy normal normal defect (bug) has-patch 10/08/2017
#38424 Custom form taxonomy field doesn't clear after added... Taxonomy normal normal defect (bug) has-patch 02/17/2019
#40436 Custom taxonomy terms order lost under wp-admin/post.php edit action for a custom post type Taxonomy normal normal defect (bug) has-patch 03/26/2019
#19288 Erroneous custom taxonomy screen menu behaviour johnbillion Taxonomy normal minor defect (bug) has-patch 06/06/2018
#26475 Hierarchical meta box display issues when messing around with new terms Taxonomy normal normal defect (bug) has-patch 06/04/2019
#46350 If a term is '0' clicking on its "Count" value displays all posts Taxonomy normal normal defect (bug) has-patch 04/26/2019
#16101 Numeric term fields are strings Taxonomy normal normal defect (bug) needs-unit-tests 11/10/2020
#42522 Terms are uselessly counted when saving a post Taxonomy normal normal defect (bug) has-patch 11/13/2017
#31270 Unexpected slugs for same-title different-parents term creation boonebgorges Taxonomy normal normal defect (bug) needs-unit-tests 06/04/2019
#44630 WP_Term_Query does not return all terms when 'number' and 'object_ids' are specified Taxonomy normal critical defect (bug) has-patch 01/17/2019
#41882 Walker_CategoryDropdown does not wrap options inside HTML select element with wp_list_categories Taxonomy normal normal defect (bug) has-patch 09/14/2017
#42096 `WP_Term_Query` sanitizes `slug` parameter incorrectly Taxonomy normal normal defect (bug) has-patch 10/11/2017
#39754 `_post_format_get_terms()` can overwrite names of terms in other taxonomies Taxonomy normal normal defect (bug) has-patch 02/22/2017
#24354 get_cat_id() fails with category names containing ampersand boonebgorges Taxonomy normal normal defect (bug) has-patch 06/04/2019
#18448 wp_insert_category() is Not Properly Abstracted chriscct7 Taxonomy normal normal defect (bug) has-patch 06/04/2019
#35385 Able to get raw content by calling get_the_archive_description Taxonomy normal normal enhancement has-patch 06/07/2020
#36978 Add pre filter to get_term_by Taxonomy normal normal enhancement needs-unit-tests 06/04/2019
#42253 Adjust the inline docs for register_taxonomy() and WP_Taxonomy::set_props() Taxonomy normal normal enhancement has-patch 01/05/2018
#34195 Deprecate get_terms_fields Taxonomy normal normal enhancement has-patch 06/04/2019
#35250 Enable developer to omit "internal" taxonomies from return value of get_taxonomies() Taxonomy normal normal enhancement needs-docs 05/10/2019
#26667 Improve filter in single_term_title() Taxonomy normal normal enhancement has-patch 06/04/2019
#40761 Make Walker_Category::start_lvl more flexible by introducing filters for class name(s) at least Taxonomy normal normal enhancement has-patch 05/15/2017
#39406 Make callback_args filterable in WP_Terms_List_Table Taxonomy normal normal enhancement has-patch 10/12/2019
#38280 Make term count for a specific object type available desrosj Taxonomy normal normal enhancement has-patch 06/11/2020
#19556 Make wp_term_checklist() available as a template tag Taxonomy normal normal enhancement has-patch 06/26/2017
#28956 Moving taxonomy metabox chriscct7 Taxonomy normal normal enhancement has-patch 06/06/2018
#45166 Prevent deleting default term for any kind of taxonomy Taxonomy normal normal enhancement has-patch 01/16/2019
#41702 Slug for Category or Tag should be generated automatically Taxonomy normal normal enhancement has-patch 08/22/2017
#36641 WP_Term method __toString Taxonomy normal normal enhancement needs-unit-tests 02/05/2017
#24837 querying optimization for category AND searching Taxonomy normal normal enhancement has-patch 06/04/2019
#35130 .wp-full-overlay-main prevents touch scrolling in theme preview iframe in iOS Safari obenland* Themes normal normal defect (bug) has-patch 01/02/2017
#44891 Activate button showing after theme activated Themes normal normal defect (bug) has-patch 09/06/2018
#28855 Commented add_actions and unused functions in wp-admin/includes/theme-install.php chriscct7 Themes normal normal defect (bug) has-patch 06/04/2019
#49526 Misaligned theme count on Add Themes screen on iPhone X Themes normal normal defect (bug) has-patch 02/28/2020
#50190 Search query doesnot know if the theme is already updated. Themes normal normal defect (bug) has-patch 07/09/2020
#39238 The active handler for a video header isn't accessible joemcgill* Themes normal normal defect (bug) has-patch 05/23/2017
#42513 WP_Theme::get_post_templates() is extremely inefficient for large themes Themes normal normal defect (bug) needs-unit-tests 11/12/2017
#18790 add_theme_support with post type doesn't add theme support but overwrites it Themes normal normal defect (bug) has-patch 06/04/2019
#31620 get_raw_theme_root does not resolve custom theme folder when is the unique Themes normal normal defect (bug) has-patch 04/25/2019
#30459 is_child_theme() cannot be used during plugin activation as is Themes normal normal defect (bug) has-patch 06/04/2019
#28026 previous_post_link returns incorrect post when posts have the same published date Themes normal normal defect (bug) has-patch 06/04/2019
#33600 Add `theme_mods_{$stylesheet}` option during `populate_options()` Themes normal normal enhancement has-patch 04/17/2018
#21062 Add a 'template_file' hook to load_template() johnbillion Themes normal normal enhancement has-patch 03/05/2018
#42855 Add ability to filter header, sidebar, searchform, footer and template_part file paths Themes normal normal enhancement has-patch 02/23/2020
#28094 Add action hook after getting template part Themes normal normal enhancement has-patch 06/04/2019
#40508 Add new do_action after load template files Themes normal normal enhancement has-patch 12/05/2018
#21912 Add return filter to current_theme_supports() Themes normal normal enhancement has-patch 06/04/2019
#35696 Allow extra control over CSS Classes in paginate_links() Themes normal normal enhancement has-patch 05/15/2018
#27177 Child themes should inherit parent theme customizer settings on activation / switching Themes normal normal enhancement has-patch 03/28/2020
#47002 Create wp_theme_directory_constants() function and dynamic WordPress Themes folder Themes normal normal enhancement has-patch 04/25/2019
#31365 Improve actions links for current theme on themes.php Themes low normal enhancement has-patch 06/04/2019
#39493 Include custom post type slug as body class Themes normal normal enhancement has-patch 01/06/2017
#37825 Introduce functions to check whether there are multiple taxonomy terms Themes normal normal enhancement needs-unit-tests 06/14/2018
#19579 Make get_search_form() more filterable/extensible Themes normal normal enhancement has-patch 06/04/2019
#4969 Make wp_list_* functions all behave similarly... igmoweb Themes normal normal enhancement has-patch 06/06/2018
#40038 Padding load_template's require with a do_action on each end Themes normal normal enhancement has-patch 03/08/2017
#33405 Pagination - use of helip / "..." not logic in some cases Themes lowest trivial enhancement has-patch 06/04/2019
#39239 Persist the video header state between requests Themes normal normal enhancement has-patch 09/19/2019
#38935 Proposition to add the theme mod name as a param to the dynamic theme_mod_{$name} filters Themes normal normal enhancement has-patch 04/17/2018
#48224 Refactor paginate_links and add 4 new functions (paginate_array and format_paginate_link) Themes normal normal enhancement has-patch 10/05/2019
#34886 Search Form should not submit empty strings Themes normal normal enhancement has-patch 10/28/2020
#50556 Special characters in Theme Name in "Add Themes" page Themes normal trivial enhancement has-patch 07/07/2020
#22355 Template stack - Beyond parent/child theme relationships Themes normal normal enhancement has-patch 06/04/2019
#51658 Themes: Allow template loading functions to filter templates to search for Themes normal normal enhancement has-patch 11/12/2020
#26636 There Is No Filter For get_sidebar() Themes normal normal enhancement has-patch 05/15/2018
#36244 added a filter to allow the separator in the week date range to be changed pbearne Themes normal normal enhancement needs-docs 06/23/2020
#43163 Did you know? CSS notification needs a Dismiss button to close Themes normal normal feature request has-patch 07/16/2019
#49241 Filter to add post types to custom page templates in get_post_templates() Themes normal normal feature request has-patch 10/14/2020
#32678 Audit toolbar links and content helen Toolbar normal normal enhancement has-patch 02/27/2020
#36823 "TypeError: wp.updates is undefined" when installing a plugin Upgrade/Install normal normal defect (bug) has-patch 01/22/2018
#16817 All updates have been completed Upgrade/Install normal normal defect (bug) has-patch 09/17/2020
#27740 Passwords consisting of spaces are valid at install time Upgrade/Install normal normal defect (bug) has-patch 10/18/2018
Note: See TracReports for help on using and creating reports.