Make WordPress Core

{13} Has Patch (2443 matches)

Create a new ticket
  • Tickets that have a patch and now need testing to make sure the patch works and doesn't introduce new bugs (keywords: has-patch, needs-testing)
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (1101 - 1200 of 2443)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22

Future Releases (100 matches)

Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified
#54479 Set_blog_id performance flixos90 General normal normal Future Release enhancement changes-requested 10 months ago
#40280 Short-circuit filters can't return common values General normal normal Awaiting Review enhancement has-patch 9 years ago
#57537 Site editor theme export: remove site specific details General normal normal Awaiting Review enhancement has-patch 3 years ago
#65033 Suggestion for commenting the format of DB_HOST in wp-config-sample.php General normal normal Awaiting Review enhancement has-patch 4 months ago
#42723 Tag Cloud CSS needed for HTML minification General normal normal Awaiting Review enhancement has-patch 3 years ago
#60114 Test for _deprecated_class() General normal normal Future Release enhancement has-patch 3 months ago
#65654 Tests: Add PHPUnit tests for get_dirsize() General normal normal Awaiting Review enhancement has-patch 4 weeks ago
#65655 Tests: Add PHPUnit tests for wp_die() and its handlers General normal normal Awaiting Review enhancement has-patch 4 weeks ago
#65653 Tests: Add PHPUnit tests for wp_get_update_php_url() General normal normal Awaiting Review enhancement has-patch 4 weeks ago
#65652 Tests: Add PHPUnit tests for wp_json_encode( General normal normal Awaiting Review enhancement has-patch 4 weeks ago
#65633 Toggle tips should also display tooltips General normal normal Awaiting Review enhancement has-patch 4 weeks ago
#65598 Use array_first() to get the first array element General normal normal Awaiting Review enhancement has-patch 4 weeks ago
#65773 Use array_key_first() instead of current( array_keys() ) to read an array's first key westonruter General normal normal 7.2 enhancement has-patch 6 days ago
#65288 Use the semantic HTML <search> element in core search markup General normal normal Awaiting Review enhancement has-patch 6 weeks ago
#55376 Use wp_filesize in core General normal normal Future Release enhancement changes-requested 3 months ago
#49408 Why is the action wp_ajax_wp_link_ajax not using wp_send_json() General normal normal Awaiting Review enhancement has-patch 8 days ago
#60366 add call_for_blog for easy to switch blog and restore in multisite General normal normal Awaiting Review enhancement has-patch 14 months ago
#40566 add_query_arg() returns only URL fragments in certain circumstances General normal normal Future Release enhancement has-patch 6 weeks ago
#17520 cite element used incorrectly General normal normal Future Release enhancement has-patch 11 months ago
#65526 last of the tests for functions.php pbearne General normal normal 7.2 enhancement has-patch 7 days ago
#62483 maybe_serialize() does support double serialization, but does not inform the developer if doing so audrasjb General normal normal Future Release enhancement has-patch 6 months ago
#60056 phpUnit tests for is_lighttpd_before_150 General normal normal Future Release enhancement has-patch 18 months ago
#60057 phpunit tests for _doing_it_wrong() General normal normal Future Release enhancement has-patch 18 months ago
#60054 phpunit tests for apache_mod_loaded General normal normal Future Release enhancement has-patch 18 months ago
#59790 test for mbstring_binary_safe_encoding General normal normal Future Release enhancement has-patch 3 months ago
#59792 test for wp_auth_check_html General normal normal Future Release enhancement has-patch 3 months ago
#59820 test for wp_auth_check_load General normal normal Future Release enhancement has-patch 3 months ago
#59829 test for wp_debug_backtrace_summary General normal normal Future Release enhancement has-patch 3 months ago
#59854 test for wp_find_hierarchy_loop_tortoise_hare General normal normal Future Release enhancement has-patch 3 months ago
#59697 test for wp_get_direct_php_update_url General normal normal Future Release enhancement has-patch 3 months ago
#54359 test for wp_get_direct_update_https_url General normal normal Future Release enhancement has-patch 3 months ago
#59637 test for wp_get_update_https_url General normal normal Future Release enhancement has-patch 3 months ago
#59699 test for wp_get_update_php_annotation General normal normal Future Release enhancement has-patch 3 months ago
#60177 test for wp_ob_end_flush_all General normal normal Future Release enhancement has-patch 3 months ago
#60828 tests for wp_check_browser_version General normal normal Future Release enhancement has-patch 3 months ago
#59623 tests for wp_get_direct_update_https_url General normal normal Future Release enhancement has-patch 3 months ago
#55729 tests for wp_original_referer_field General normal normal Future Release enhancement has-patch 3 months ago
#65427 Add filter for WP Ability Permission Error Message General normal normal Awaiting Review feature request has-patch 2 months ago
#62666 Add function to retrieve page ID or permalink based on template General normal normal Awaiting Review feature request has-patch 15 months ago
#62510 Add links to Learn WordPress in the wp-admin Help box and the default comment General normal normal Awaiting Review feature request has-patch 20 months ago
#51525 Add new functions apply_filters_single_type() and apply_filters_ref_array_single_type() General normal normal Future Release feature request close 2 weeks ago
#52900 Instantly index WordPress web sites content in Search Engines General normal normal Future Release feature request has-patch 12 months ago
#50807 Introduce a function for deprecated options General normal normal Future Release feature request has-patch 6 years ago
#36335 Next generation: core autoloader proposal General normal normal Awaiting Review feature request has-patch 2 years ago
#34058 Proposal: wp_get_archives_object() function General normal normal Future Release feature request has-patch 2 months ago
#49442 Request: filter for parse_blocks() result General normal normal Future Release feature request changes-requested 6 months ago
#54327 Support wp_die from array print General normal normal Awaiting Review feature request changes-requested 14 months ago
#29798 unified theme and plugin uploader General normal normal Future Release feature request has-patch 4 days ago
#41121 Consistency of the _deprecated_function() calls and related documentation. SergeyBiryukov General normal normal Future Release task (blessed) has-patch 3 years ago
#56897 First time contributor welcome message improvements General normal normal Future Release task (blessed) has-patch 10 months ago
#59233 Improve error handling for unserialize() General normal normal Future Release task (blessed) has-patch 13 months ago
#59649 PHP 8.0: improvements to allow for named parameters in 7.0 General normal normal Future Release task (blessed) has-patch 3 weeks ago
#65817 PHPStan code quality improvements for 7.2 westonruter General normal normal 7.2 task (blessed) has-patch 3 hours ago
#52264 Rename `$array` when used in `@param` tags General normal normal Future Release task (blessed) has-patch 4 years ago
#65847 Sync changes from Gutenberg 23.7 General normal normal 7.2 task (blessed) has-patch 25 hours ago
#64776 HTML API: set_modifiable_text() ignores leading newlines in PRE, LISTING HTML API normal normal Future Release defect (bug) has-patch 5 months ago
#65846 Hoist strlen() out of the class_list() loop condition mukesh27 HTML API normal normal 7.2 defect (bug) has-patch 27 hours ago
#61365 Editor: Introduce XML Tag Processor and XML Processor HTML API normal normal Awaiting Review enhancement has-patch 22 months ago
#59291 HTML API: Expose raw tag markup to support existing filters HTML API normal normal Awaiting Review enhancement has-patch 3 years ago
#65383 HTML API: Performance and other improvements in 7.1 HTML API normal normal Future Release enhancement has-patch 4 weeks ago
#63724 HTML API: Reliably parse HTML attributes in `wp_kses_hair()` dmsnell HTML API normal normal Future Release enhancement has-patch 5 weeks ago
#62653 Add CSS selector based tag navigation to HTML and Tag Processors HTML API normal normal Awaiting Review feature request has-patch 20 months ago
#62091 XML API: Produce XML Serialization of HTML (XHTML) HTML API normal normal Future Release feature request has-patch 4 months ago
#51767 Broken logic for `https_local_ssl_verify` filter due to missing `local` argument HTTP API normal normal Awaiting Review defect (bug) has-patch 12 months ago
#64212 Stream-to-file may fail or overwrite existing temporary file HTTP API normal normal Awaiting Review defect (bug) has-patch 9 months ago
#53513 WP_Http ignores httpversion option HTTP API normal normal Future Release defect (bug) has-patch 3 years ago
#60564 download_url() always returns error_code 'http_404' for any non-200 responses HTTP API normal normal Awaiting Review defect (bug) has-patch 19 months ago
#65522 get_allowed_http_origins() drops port from allowed CORS origins HTTP API normal normal Awaiting Review defect (bug) has-patch 25 hours ago
#64170 gethostbyname() in validating URLs does not work for IPv6 HTTP API normal normal Future Release defect (bug) has-patch 9 months ago
#61358 Add Support to HTTP 2 in WP_Http Class HTTP API normal normal Awaiting Review enhancement has-patch 2 years ago
#37459 Add additional layer in WP_Http to support parallel requests without requiring use of Requests directly HTTP API normal normal Future Release enhancement has-patch 12 months ago
#47483 Add filters for included CA bundle path HTTP API normal normal Awaiting Review enhancement close 17 months ago
#39695 Add preload headers in redirects HTTP API normal normal Awaiting Review enhancement has-patch 5 weeks ago
#51770 Add unit tests for WP_Http_Cookie SergeyBiryukov HTTP API normal normal Future Release enhancement has-patch 18 months ago
#25840 Feature Request: WP_ACCESSIBLE_HOSTS as option HTTP API normal normal Future Release enhancement has-patch 7 months ago
#34538 Improvement of the IPv4 address format check chriscct7 HTTP API normal normal Future Release enhancement has-patch 10 years ago
#65214 Refine the help text wording for backend editor Help/About normal normal Awaiting Review defect (bug) has-patch 2 months ago
#17146 Don't limit screen meta tab CSS to content within #screen-meta koopersmith Help/About normal normal Future Release enhancement has-patch 13 months ago
#62650 WordPress 6.8 add a horizontal rule credits page after external libraries Help/About normal normal Awaiting Review feature request has-patch 15 months ago
#58284 Add in wp_dropdown_languages en_US as selected value when 'explicit_option_en_us' is set to true I18N normal normal Awaiting Review defect (bug) has-patch 12 months ago
#64979 Align needs gettext I18N normal normal Awaiting Review defect (bug) has-patch 4 months ago
#64249 Automatic translation (JIT) loading doesn't work for network-activated plugins in multisite I18N normal normal 7.2 defect (bug) has-patch 8 days ago
#45897 Chinese page uri dump fail I18N normal normal Awaiting Review defect (bug) has-patch 6 months ago
#65255 Clear needs context I18N normal normal Awaiting Review defect (bug) has-patch 3 months ago
#57981 Export .po files error of untranslated strings starting or ending with new lines (\n) I18N normal normal Awaiting Review defect (bug) has-patch 21 months ago
#50980 Extra query to get WPLANG option on each page-load when the option doesn't exist in the db SergeyBiryukov I18N low normal Future Release defect (bug) has-patch 18 months ago
#53650 Incorrect quotation marks in many strings I18N normal normal Future Release defect (bug) has-patch 14 months ago
#50773 Merge duplicate strings in bulk actions and row actions for list tables SergeyBiryukov I18N normal normal Future Release defect (bug) changes-requested 15 months ago
#14981 Provide a context for post statuses rockwell15 I18N normal normal Future Release defect (bug) has-patch 4 years ago
#20974 Remove obsolete locale-specific files on upgrade dd32 I18N low normal Future Release defect (bug) close 2 years ago
#22812 Tweak the media modal styles for longer strings in ru_RU I18N normal normal Awaiting Review defect (bug) close 6 years ago
#40932 Word breaks the layout I18N normal normal Future Release defect (bug) has-patch 8 years ago
#53677 load_script_textdomain() doesn't work for subdirectory themes, or those in alternate theme roots I18N low normal Future Release defect (bug) has-patch 2 months ago
#65256 text track strings need context I18N normal normal Awaiting Review defect (bug) has-patch 2 months ago
#64619 wp.updates.l10n.updating is deprecated notice westonruter I18N normal normal 7.2 defect (bug) has-patch 10 days ago
#65809 wp_get_l10n_php_file_data() reads the wrong revision date key from .l10n.php files I18N normal normal 7.2 defect (bug) has-patch 7 days ago
#30049 wp_load_translations_early does not work without WPLANG defined swissspidy I18N normal normal Future Release defect (bug) has-patch 2 years ago
#50749 wp_set_script_translations() ignores failure when called before script is registered. I18N normal normal Future Release defect (bug) has-patch 5 weeks ago
#42900 Add gender field to user profile for use in translations I18N normal normal Awaiting Review enhancement has-patch 8 years ago
#25585 Arabic stopwords comparison I18N normal normal Future Release enhancement has-patch 4 weeks ago
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Note: See TracReports for help on using and creating reports.