Make WordPress Core

{1} All Tickets (8318 matches)

Create a new ticket
  • All active tickets
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (3501 - 3600 of 8318)

General (8 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#59984 Need help to find out Paragraph block Deleting text normal major Awaiting Review defect (bug) 11/30/2023 1
#59992 Document global $locale in wp-admin/options.php dev-feedback normal normal Awaiting Review defect (bug) 11/30/2023 1
#60000 alot of tags is too many dev-feedback normal normal WordPress.org enhancement 12/01/2023 1
#60002 maybe_convert_table_to_utf8mb4() not work with new version of MySQL/MariaDB. normal normal Awaiting Review defect (bug) 12/05/2023 1
#60003 PHP error in wp_match_mime_types() reporter-feedback normal normal Awaiting Review defect (bug) 12/04/2023 3
#60012 Twenty Sixteen : PullQuote block Appereance is not working properly dev-feedback normal normal Awaiting Review defect (bug) 12/05/2023
#60021 Document global $link & $wpdb in wp-includes/bookmark.php & wp-includes/class-wp-user.php files. has-patch normal normal Awaiting Review defect (bug) 12/06/2023 1
#60026 Strange behavior WordPress in multisite environment wicustomizer normal normal Awaiting Review defect (bug) 12/07/2023

HTML API (3 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#59291 HTML API: Expose raw tag markup to support existing filters has-patch normal normal Awaiting Review enhancement 09/19/2023 4
#59883 Remove support for HTML4 and XHTML dev-feedback normal normal Awaiting Review enhancement 11/13/2023
#59993 HTML API: Track spans of text with (offset, length) instead of (start, end) has-patch normal normal Awaiting Review enhancement 11/30/2023

HTTP API (44 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#25840 Feature Request: WP_ACCESSIBLE_HOSTS as option has-patch normal normal Future Release enhancement 09/16/2020 13
#29619 Make WP_HTTP_BLOCK_EXTERNAL more easy to use dev-feedback normal normal enhancement 06/04/2019 1
#32932 WP_Http::request hangs on badly behaving servers normal normal defect (bug) 06/02/2022 1
#34053 HTTP API (Curl backend) inappropriately sends Content-Length header on POST requests made through a proxy server CONNECT normal normal defect (bug) 06/04/2019 4
#34538 Improvement of the IPv4 address format check chriscct7 has-patch normal normal Future Release enhancement 02/05/2017 8
#34796 Facing an issue when using wp_remote_get with streams (non-blocking mode) rmccue* reporter-feedback normal normal defect (bug) 06/04/2019 3
#34924 Network upgrade fails on tls 1.2 only servers normal normal Awaiting Review defect (bug) 07/16/2018 20
#37459 Add additional layer in WP_Http to support parallel requests without requiring use of Requests directly has-patch normal normal Future Release enhancement 07/25/2022 2
#37614 WP_PROXY_BYPASS_HOSTS has no effect inside curl transport, if http_proxy or https_proxy is set on the system normal normal defect (bug) 06/04/2019 5
#37705 Remove unnecessary parts of WP_HTTP which remain has-patch normal normal defect (bug) 06/04/2019 10
#37708 `wp_http_supports()` doesn't reflect what Requests can do normal normal Future Release defect (bug) 04/21/2022 15
#39043 HTTP API :: Its Not Possible To Send Data In Body For GET Requests rmccue dev-feedback normal normal Future Release enhancement 10/02/2017 9
#39653 WP_Http_Cookie changes reporter-feedback normal normal Awaiting Review enhancement 01/20/2017 1
#39687 Request headers sent incorrectly from `WP_Http` to `Requests` dev-feedback normal normal Awaiting Review defect (bug) 01/27/2017 3
#39695 Add preload headers in redirects needs-unit-tests normal normal Awaiting Review enhancement 02/27/2017 4
#40142 WP Remote Remaining Methods needs-unit-tests normal normal Awaiting Review enhancement 04/19/2023 13
#40502 Add the check version and template attributes method for /themes/update-check/1.1/ API normal normal Awaiting Review defect (bug) 04/20/2017
#40784 WP_HTTP_IXR_Client constructor needs to check that $server is valid has-patch normal normal Awaiting Review defect (bug) 08/04/2017 2
#41340 fsockopen HTTP Proxy support is broken for HTTPS URLs normal normal Awaiting Review defect (bug) 10/01/2020 1
#41608 Post files using cURL normal normal Awaiting Review defect (bug) 08/11/2017 3
#42839 wp_remote_post should support multipart uploads normal normal Awaiting Review feature request 01/22/2020 6
#44174 wp_get_http_headers does not return status code or follow redirects normal normal Awaiting Review defect (bug) 05/21/2018
#45164 Added URL to error blocked requests SergeyBiryukov has-patch normal normal Future Release enhancement 12/06/2023 2
#46372 Missing Proxy Support in Requests/Transport/cURL.php normal normal Awaiting Review defect (bug) 02/28/2019
#47305 PHP Warning with PHP 7.3 reporter-feedback normal normal Awaiting Review defect (bug) 04/24/2020 5
#47483 Add filters for included CA bundle path has-patch normal normal Awaiting Review enhancement 10/14/2021 2
#47549 Http proxy not passing Auth request Basic header normal normal Awaiting Review defect (bug) 07/25/2019 1
#48124 Cant disable SSL verification when using Requests::request_multiple reporter-feedback normal normal Awaiting Review defect (bug) 10/15/2019 1
#48432 WordPress updates broken with proxy and non routed environment normal major Future Release defect (bug) 02/17/2022 12
#49203 Requests::request_multiple() does not honor $auth option normal normal Awaiting Review defect (bug) 02/05/2020 1
#49385 wp_remote_get() cannot retrieve webcal URIs needs-unit-tests normal normal Awaiting Review defect (bug) 02/07/2020 4
#50288 fsockopen request turns off SNI when it shouldn't normal normal Awaiting Review defect (bug) 05/31/2020
#51180 Unable to update any plugins reporter-feedback normal normal Awaiting Review defect (bug) 09/03/2020 1
#51767 Broken logic for `https_local_ssl_verify` filter due to missing `local` argument normal normal Awaiting Review defect (bug) 11/13/2020
#51770 Add unit tests for WP_Http_Cookie SergeyBiryukov has-patch normal normal Future Release enhancement 05/25/2021 5
#52631 ability to override http 'connect_timeout' normal normal Awaiting Review enhancement 06/09/2022 1
#53107 HTTPS Detect & Migrate feature breaking existing HTTPS normal blocker Awaiting Review defect (bug) 04/28/2021
#53513 WP_Http ignores httpversion option has-patch normal normal Future Release defect (bug) 04/11/2023 3
#53938 replace core uses of wp_parse_url() with PHP's native parse_url() close normal normal Awaiting Review enhancement 08/17/2021 9
#55610 HTTP response should not be 200 when returning error-page normal major Awaiting Review defect (bug) 11/29/2022 4
#56347 Download failed. A valid URL was not provided. normal normal Awaiting Review defect (bug) 03/14/2023 2
#58566 WP_Http::normalize_cookies does not convert cookie names to strings normal normal Awaiting Review defect (bug) 10/03/2023 4
#59021 Is there a way to monitor active connection initiated by cron and other running script (similar to netstat in windows) normal normal Awaiting Review feature request 08/09/2023
#59708 get_allowed_http_origins(): Default list only HTTPS has-patch normal normal Awaiting Review enhancement 10/23/2023

Help/About (14 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#14432 Role-based help text garyc40 normal normal Future Release enhancement 08/24/2023 12
#17146 Don't limit screen meta tab CSS to content within #screen-meta koopersmith has-patch normal normal Future Release enhancement 10/18/2021 4
#21273 Automatically open help panel dev-feedback normal trivial Future Release enhancement 10/18/2021 16
#21583 Improve discoverability and visual design of Screen Options and Help Panels normal normal Future Release enhancement 11/10/2023 48
#24567 Add help to media modals dev-feedback normal normal Awaiting Review enhancement 03/12/2023 10
#33993 Add Links for additional props on about.php after updating. normal normal Awaiting Review enhancement 10/25/2021 7
#48579 Should we reconsider the External Libraries mentions on the credits.php page? low normal Future Release enhancement 10/25/2021 3
#51809 What happens to the about page with major auto-updates? francina normal normal Future Release defect (bug) 03/20/2023 15
#54449 Loading CodeMirror prevents the Help tabs children to work properly. normal normal Future Release defect (bug) 07/19/2022 1
#57672 Help: only repo plugins and such can be updated on the help page? dev-feedback normal minor Awaiting Review enhancement 03/12/2023 4
#57877 Open About page automatically when the Admin user is opening Dashboard first time after update normal normal Awaiting Review enhancement 03/29/2023 1
#58354 Translate screenshots for the About page normal normal Awaiting Review feature request 09/29/2023 2
#58595 Add a new admin page with support information and resources normal normal Awaiting Review enhancement 06/22/2023
#59726 Remove the extra space on credits page. close normal normal Awaiting Review defect (bug) 10/25/2023 4

I18N (31 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#7098 Multiple entity codes in POT file for the same character chriscct7 dev-feedback normal normal Future Release enhancement 05/26/2019 11
#11740 Sorting tags and towns does not work well for utf-8 nbachiyski dev-feedback normal normal defect (bug) 06/04/2019 12
#12477 Search with special characters and similar terms nbachiyski dev-feedback normal normal feature request 06/04/2019 2
#14981 Provide a context for post statuses rockwell15 has-patch normal normal Future Release defect (bug) 09/11/2022 35
#17268 Use native gettext library when available needs-unit-tests normal normal Future Release enhancement 09/05/2023 91
#18218 Too many similar translation string has-patch normal normal Future Release enhancement 05/26/2021 31
#20739 Improve Excerpt generation for non-english locales normal normal enhancement 06/04/2019 1
#20974 Remove obsolete locale-specific files on upgrade dd32 has-patch low normal Future Release defect (bug) 12/15/2020 17
#22225 WordPress does not localize ordinal suffixes in dates has-patch normal normal Future Release enhancement 07/21/2021 13
#22812 Tweak the media modal styles for longer strings in ru_RU close normal normal Awaiting Review defect (bug) 09/14/2020 2
#23311 Enable internationalization in PHPMailer has-patch normal normal Future Release enhancement 09/14/2020 7
#23794 load_plugin_textdomain fails if plugin is loaded from mu-plugins has-patch normal normal enhancement 06/04/2019 14
#25585 Arabic stopwords comparison needs-unit-tests normal normal enhancement 06/04/2019 16
#28197 Fallback Languages normal normal Future Release enhancement 05/07/2020 60
#29297 Inconsistency for language dropdown and updates normal normal defect (bug) 06/04/2019 5
#29390 add filter for get_date_from_gmt() has-patch normal normal defect (bug) 06/04/2019 1
#29664 Support font embedding and word break for Burmese in core. has-patch normal major Future Release enhancement 09/25/2017 5
#29892 get_available_languages() can alternately too and not enough permissive ocean90 has-patch low normal Future Release defect (bug) 08/02/2022 9
#30049 wp_load_translations_early does not without WPLANG defined normal normal Awaiting Review defect (bug) 05/01/2019 14
#32052 Add out of the box support for MO file caching has-patch normal normal Future Release enhancement 09/16/2022 22
#33073 Some strings need "no HTML entities" translator comments has-patch normal normal 6.5 enhancement 10/11/2023 27
#36259 Switching language should update date and time formats vagios needs-unit-tests normal normal Future Release defect (bug) 11/16/2023 12
#37057 Creation of an esc_html functions for _n(), _nx(), _ex(), and number_format_i18n() normal normal Awaiting Review enhancement 03/25/2022 17
#37287 wp_print_admin_notice_templates() does not use _n*() for plural forms audrasjb normal normal Future Release defect (bug) 10/19/2022 16
#37491 Improve Iranian functionality in WordPress johnbillion normal normal Future Release feature request 01/07/2020 5
#37611 Ordering of the Site Language entries normal normal Awaiting Review defect (bug) 04/05/2019 2
#37624 Strings should not have different translators comments? normal normal enhancement 09/11/2022 5
#37819 alternative translations are not merged in normal major Awaiting Review defect (bug) 02/21/2018 13
#38869 Change "Site Default" in User Profile Options for Language to "Site Setting" normal normal Awaiting Review enhancement 09/11/2022 13
#39295 Prevent infinite loop when calling get_user_locale() in a 'locale' filter has-patch normal major Awaiting Review enhancement 09/27/2020 3
#39587 link problems with language settings dev-feedback normal normal Awaiting Review defect (bug) 04/05/2023 17
Note: See TracReports for help on using and creating reports.