Make WordPress Core

{31} Tickets in the General component (705 matches)

Arguments
Create a new ticket
  • Active tickets in the General component
  • Grouped by workflow and sorted by type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (501 - 600 of 705)

1 2 3 4 5 6 7 8

Tickets Awaiting Review (39 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#62662 Ability to rename wp-admin and wp-login in wp-config.php normal major Awaiting Review enhancement 12/07/2024
#60002 maybe_convert_table_to_utf8mb4() not work with new version of MySQL/MariaDB. normal normal Awaiting Review defect (bug) 12/08/2024
#62544 Consolidate repetitive CSS rules in list-tables.css normal trivial Awaiting Review feature request has-patch 12/10/2024
#62324 uncaught syntaxerror normal normal Awaiting Review defect (bug) 12/10/2024
#62684 With WordPress Editor - an empty comment is possible - It should show error normal normal Awaiting Review defect (bug) 12/13/2024
#59052 Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in wp-includes/widgets.php on line 1626 normal normal Awaiting Review defect (bug) has-patch 12/17/2024
#62722 Fix all ABSPATH direct access errors normal normal Awaiting Review defect (bug) dev-feedback 12/20/2024
#62727 Duplicating a pattern and changing to non-synced but images on copies of pattern are still synced normal normal Awaiting Review defect (bug) 12/20/2024
#62731 Inline CSS inserted by wp_print_auto_sizes_contain_css_fix too high in HTML normal normal Awaiting Review enhancement 12/22/2024
#62355 WP sets REQUEST_URI to an invalid value if it's not set normal normal Awaiting Review defect (bug) has-patch 12/30/2024
#62510 Add links to Learn WordPress in the wp-admin Help box and the default comment normal normal Awaiting Review feature request has-patch 01/01/2025
#62761 Database error logged on re-install with custom LOGGED_IN_COOKIE name normal normal Awaiting Review defect (bug) 01/01/2025
#58015 Text over images not readable in Block: Cover Post normal normal Awaiting Review defect (bug) has-patch 01/03/2025
#62666 Add function to retrieve page ID or permalink based on template normal normal Awaiting Review feature request has-patch 01/03/2025
#62407 PHP Notice: Undefined offset in WordPress core when using template registered in a plugin via register_block_template() in WordPress 6.7 normal normal Awaiting Review defect (bug) has-patch 01/04/2025
#62763 get_calendar(): IDs may be duplicated normal normal Awaiting Review defect (bug) 01/06/2025
#58954 php 8.1 preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated normal normal Awaiting Review defect (bug) 01/08/2025
#62777 Force a 404 when no sitemap provider is found normal normal Awaiting Review defect (bug) has-patch 01/08/2025
#62656 Customize > Manu > Reorder random shuffle after "done" and "save changes" normal normal Awaiting Review defect (bug) has-patch 01/10/2025
#62779 WordPress pattern module in file selection in same images visible in all the pages. normal normal Awaiting Review defect (bug) has-patch 01/10/2025
#58837 Horizontal Scroll Issue in theme/plugin Editor Page File Navigation Section normal minor Awaiting Review defect (bug) has-patch 01/17/2025
#62816 Trying to access array offset on false in /{PATH}/wp-includes/class-wp-recovery-mode-email-service.php on line 367 normal normal Awaiting Review defect (bug) has-patch 01/20/2025
#62828 Array should not be passed to get_page_by_path() normal normal Awaiting Review defect (bug) has-patch 01/21/2025
#62837 Filter to change the labels and placeholders of inputs normal normal Awaiting Review enhancement has-patch 01/23/2025
#62848 Continuous requests for apple-touch-icon-precomposed.png returning 404 normal minor Awaiting Review enhancement 01/23/2025
#61903 Unable to save draft when tab is open for a long time normal normal Awaiting Review defect (bug) 01/23/2025
#60752 Fatal error: Uncaught Error: Class 'WpOrg\Requests\Hooks' not found normal normal Awaiting Review defect (bug) 01/25/2025
#62873 unable to install plugins normal major Awaiting Review defect (bug) 01/27/2025
#34116 Rethink default install content like "Sample Page", etc. normal normal Awaiting Review enhancement dev-feedback 01/29/2025
#62877 Inconsistent behaviour of redirect guess when page is private normal normal Awaiting Review defect (bug) has-patch 01/29/2025
#60311 Editing interface prompts error normal normal Awaiting Review defect (bug) 01/30/2025
#60371 get_home_path fails in headless mode. normal normal Awaiting Review defect (bug) 01/31/2025
#62622 Bump minimum PHP version to 7.3 or 7.4 normal normal Awaiting Review enhancement 02/03/2025
#62683 Keyword Density Checker normal normal Awaiting Review feature request 02/05/2025
#61352 PHP deprecation warning in /wp-includes/general-template.php normal normal Awaiting Review defect (bug) has-patch 02/07/2025
#62920 301 redirect of query URLs normal normal Awaiting Review defect (bug) 02/07/2025
#62923 Cover with fixed background bug on chromium mobile normal normal Awaiting Review defect (bug) 02/08/2025
#42517 get_file_data() doesn't support the single-line variant of post template headers normal normal Awaiting Review defect (bug) needs-unit-tests 02/12/2025
#62600 fatal error on capabilities. normal normal Awaiting Review defect (bug) 02/16/2025

Tickets Needing Feedback (19 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#22530 garbage query strings on URLs are not sanitized or removed normal normal defect (bug) reporter-feedback 06/04/2019
#27286 create menu page for custom post types normal normal enhancement dev-feedback 06/04/2019
#28774 Hooking into wp_ajax_upload_attachment normal normal enhancement dev-feedback 06/04/2019
#30285 url_to_postid on FORCE_SSL_ADMIN takes https path instead of http normal normal defect (bug) reporter-feedback 06/04/2019
#31206 Move AJAX action parameters out of the method body and into the declaration. normal normal enhancement dev-feedback 06/04/2019
#31706 wp_list_categories for hierarchical taxonomy return wrong tree if orderby clause is used normal normal defect (bug) reporter-feedback 06/04/2019
#35154 The admin_url filter might break ajaxurl usage normal normal defect (bug) reporter-feedback 06/04/2019
#36120 Move wp_*_link() functions into wp-includes normal normal enhancement dev-feedback 06/04/2019
#36499 featured image, image upload normal normal defect (bug) reporter-feedback 06/04/2019
#39080 created unittest for is_serialized and is_serialized_string files and move tests into them whyisjake* normal normal Future Release enhancement dev-feedback 04/23/2020
#51278 Update return types to reflect the real return types. Remove mixed. normal major Future Release enhancement dev-feedback 05/31/2021
#34699 New function: `get_query_arg()` normal normal Future Release enhancement dev-feedback 07/20/2021
#34669 Custom back_link in wp_die and provide a filter normal normal Future Release enhancement reporter-feedback 09/16/2022
#56362 Remove Link/Bookmark API form Core: Phase 2 desrosj normal normal Future Release enhancement dev-feedback 04/27/2023
#60276 Fatal error with unexpected string value for sticky_posts option normal normal Future Release defect (bug) reporter-feedback 01/21/2024
#59234 Introduce a `wp_json_decode()` function, including validation when available normal normal Future Release enhancement dev-feedback 02/12/2024
#58855 Fix and enhance wp_is_development_mode() to be able to return whether a development mode is beiung used normal normal Future Release enhancement dev-feedback 10/11/2024
#57580 Avoid errors from null parameters in add_submenu_page() normal normal Future Release enhancement dev-feedback 12/12/2024
#27122 Optimization for PHP FPM pbearne normal normal enhancement close 01/29/2025

Tickets with Patches (42 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#42213 Code Editors: Filter autocomplete suggestions normal normal Future Release defect (bug) has-patch 10/03/2018
#44171 Flushing the rewrite rules is "wrong" on the front-end kraftbj normal normal Future Release enhancement has-patch 03/20/2019
#37253 Add several missing "_deprecated_function()" calls low normal Future Release defect (bug) has-patch 04/19/2019
#23454 _deprecated_function Messages chriscct7 normal normal enhancement has-patch 06/04/2019
#24284 is_multi_author() should query by specific post type and status normal normal enhancement needs-unit-tests 06/04/2019
#28801 Walker::walk makes an incorrect assumption if $top_level_elements is empty. normal normal defect (bug) needs-unit-tests 06/04/2019
#29972 Split pagination calculations and HTML in paginate_links normal normal enhancement has-patch 06/04/2019
#30325 WP List Table: allow filtering view switcher modes normal normal enhancement has-patch 06/04/2019
#30613 Check the return value of wp_json_encode() normal normal defect (bug) has-patch 06/04/2019
#31559 Meta boxes should have before/after hooks normal normal enhancement dev-feedback 06/04/2019
#31577 wp.ajax.send JS function should send ajax request with dataType json normal normal defect (bug) has-patch 06/04/2019
#32192 Add HTML attribute builder helper function normal normal enhancement has-patch 06/04/2019
#32856 wpColorPicker close should check that iris hasn't been destroyed before toggling it. normal normal defect (bug) has-patch 06/04/2019
#33498 get_home_path does not stripslashes $_SERVER['SCRIPT_FILENAME'] before using it normal normal defect (bug) needs-unit-tests 06/04/2019
#33929 Wrong data type for several variables holding a wpdb query result boonebgorges normal normal defect (bug) needs-unit-tests 06/04/2019
#34487 Add a new conditional tag for the "Posts Page" normal normal enhancement has-patch 06/04/2019
#34853 A helper method should be created to centralize which extensions are used for images. normal normal enhancement has-patch 06/04/2019
#17619 Soft 404 at /wp-content/plugins/ normal normal Future Release enhancement dev-feedback 09/24/2019
#45939 Coding Standards: fix <br/> in core files normal normal Future Release defect (bug) has-patch 02/21/2020
#42897 Hard deprecate functions deprecated before WP 3.7.0 normal normal Future Release enhancement needs-unit-tests 04/20/2020
#39251 Support end_size=0 in paginate_links() normal normal Future Release defect (bug) has-patch 07/18/2020
#46639 unit test for wp_is_numeric_array() low normal Future Release defect (bug) has-patch 09/10/2020
#50807 Introduce a function for deprecated options normal normal Future Release feature request has-patch 10/15/2020
#36036 Multiple CDATA regressions in wp-includes SergeyBiryukov normal normal Future Release defect (bug) has-patch 11/25/2020
#34058 Proposal: wp_get_archives_object() function normal normal Future Release feature request has-patch 07/05/2021
#46346 Page counts and related calculations typically expect and document ints but are actually floats SergeyBiryukov normal minor Future Release defect (bug) has-patch 10/13/2021
#51463 Fire an action prior to AJAX action handling (allows diagnostics) normal normal Future Release enhancement has-patch 10/19/2021
#37280 Remove boldness from update notices Presskopp normal normal Future Release enhancement has-patch 11/14/2021
#52264 Rename `$array` when used in `@param` tags normal normal Future Release task (blessed) has-patch 02/25/2022
#17520 cite element used incorrectly normal normal Future Release enhancement has-patch 07/05/2022
#29798 unified theme and plugin uploader normal normal Future Release feature request has-patch 07/15/2022
#14808 Add Editor Documentation Functions URL for theme-defined functions exthilion normal normal Future Release enhancement has-patch 07/19/2022
#52699 Flash is dead low normal Future Release task (blessed) has-patch 07/29/2022
#54233 Hardcoded wp-content instead of using WP_CONTENT_DIR normal major Future Release defect (bug) has-patch 09/16/2022
#54028 Fix improper use of the hooks API normal normal Future Release defect (bug) has-patch 01/17/2023
#57213 Coding standards : Use Strict Comparison except Loose Comparison wp-includes/class-wp-hook.php normal normal Future Release enhancement has-patch 02/06/2023
#41121 Consistency of the _deprecated_function() calls and related documentation. SergeyBiryukov normal normal Future Release task (blessed) has-patch 07/06/2023
#33704 Reduce reliance on wp_is_mobile() normal normal Future Release enhancement has-patch 09/18/2023
#59918 Allow wp_get_global_settings to return null if the value is not found. normal normal Future Release enhancement needs-unit-tests 11/27/2023
#33837 We should avoid Superglobals when possible wonderboymusic normal normal enhancement dev-feedback 04/03/2024
#58763 Inconsistent add/get/update/delete_post_meta() functions leads to deleting post metadata. normal major Future Release defect (bug) has-patch 05/21/2024
#52900 Instantly index WordPress web sites content in Search Engines normal normal Future Release feature request has-patch 06/11/2024
1 2 3 4 5 6 7 8
Note: See TracReports for help on using and creating reports.