Make WordPress Core

{31} Tickets in the Formatting component (229 matches)

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

Results (101 - 200 of 229)

1 2 3

Tickets Awaiting Review (38 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#63131 Possible bug (not strict) use of preg_split in formatting.php normal minor Awaiting Review defect (bug) has-patch 18 months ago
#55949 Prevent trailingslashit from removing backslash for valid filenames on linux systems normal normal Awaiting Review defect (bug) has-patch 4 years ago
#52517 Shortcodes inside AMP tags do not work normal normal Awaiting Review defect (bug) has-patch 3 years ago
#40528 Title with ascii paragraph separator is not being filtered on post save normal normal Awaiting Review defect (bug) has-patch 13 months ago
#30495 Unicode character U+000B is not removed by sanitize_file_name normal normal Awaiting Review defect (bug) has-patch 8 years ago
#59691 WordPress doesn't sanitize character ʼ (unicode U+02BC) when converting post title to slug normal normal Awaiting Review defect (bug) has-patch 3 years ago
#53023 _wp_json_convert_string type mismatch: returns string on success; false on failure normal normal Awaiting Review defect (bug) has-patch 2 years ago
#55821 `is_email()` does not follow PHP FILTER_VALIDATE_EMAIL rules, when an email has double period (..) normal normal Awaiting Review defect (bug) has-patch 3 months ago
#42182 esc_js must escape U+2028 and U+2029 normal normal Awaiting Review defect (bug) has-patch 9 years ago
#60391 links_add_base_url will encode all attribut in null passed in normal normal Awaiting Review defect (bug) has-patch 3 years ago
#60138 make_clickable() processing emails start with www. incorrectly. normal trivial Awaiting Review defect (bug) has-patch 3 years ago
#46966 urlencode query string parameters normal major Awaiting Review defect (bug) has-patch 9 months ago
#61246 wp_kses makes HTML comment HTML uncommented normal normal Awaiting Review defect (bug) has-patch 2 years ago
#58921 wp_kses_allowed_html doesn't allow to add esi:include normal normal Awaiting Review defect (bug) has-patch 2 years ago
#62785 wp_kses_no_null() should be modified to handle $content having a null value normal normal Awaiting Review defect (bug) has-patch 8 months ago
#54138 wp_strip_all_tags should remove scripts/styles content recursively normal normal Awaiting Review defect (bug) has-patch 5 years ago
#60793 wp_trigger error has a wrong wp_kses $allowed_html arguement. normal normal Awaiting Review defect (bug) has-patch 2 years ago
#37672 wpautop adds a closing p-tag without an opening p-tag normal normal Awaiting Review defect (bug) has-patch 8 months ago
#63997 wptexturize incorrectly escapes attribute quotes after encountering greater-than sign normal normal Awaiting Review defect (bug) has-patch 2 months ago
#61817 wptexturize(): Hyphen may be replaced with ndash normal normal Awaiting Review defect (bug) has-patch 2 years ago
#63046 Add background-clip to the safe_style_css filter normal normal Awaiting Review enhancement has-patch 19 months ago
#63036 Additional unit tests kses color-mix normal trivial Awaiting Review enhancement has-patch 19 months ago
#60544 Allow individual blocks to be excluded from `excerpt_remove_blocks()` normal normal Awaiting Review enhancement has-patch 2 years ago
#57517 Expose MutationObserver instance in wpEmoji normal normal Awaiting Review enhancement has-patch 4 years ago
#63156 Formatting: Expand sanitize_html_class() to support the full range of CDATA that a class attribute can contain normal normal Awaiting Review enhancement has-patch 18 months ago
#40933 Improvements for get_file_data() function normal normal Awaiting Review enhancement has-patch 9 years ago
#60301 PHPunit test for print_emoji_detection_script normal normal Awaiting Review enhancement has-patch 19 months ago
#60842 PHPunit tests for wp_check_invalid_utf8 normal normal Awaiting Review enhancement has-patch 19 months ago
#63804 Proposal of wp_trim(): JavaScript-compatible alternative for trim() normal normal Awaiting Review enhancement has-patch 13 months ago
#47557 Sanitize Email Suggestion normal minor Awaiting Review enhancement has-patch 2 years ago
#46188 esc_html does not have support for multiline output. esc_br_html or line-breaking parameter for esc_html is missing normal normal Awaiting Review enhancement has-patch 19 months ago
#54604 Allow for nestable superscript tags normal normal Awaiting Review feature request has-patch 5 years ago
#63192 wptexturize add filter for disable some replacement normal normal Awaiting Review feature request has-patch 17 months ago
#39153 Bug in wp_html_split with unclosed PHP tag (or HTML tag <) normal normal Awaiting Review defect (bug) needs-unit-tests 9 years ago
#50863 [playlist] + text = </p> error normal normal Awaiting Review defect (bug) needs-unit-tests 6 years ago
#50514 make_clickable nested links bug normal normal Awaiting Review defect (bug) needs-unit-tests 6 years ago
#63148 wpautop() formatting function generate invalid HTML if the text end with an empty <p> tag normal normal Awaiting Review defect (bug) needs-unit-tests 9 months ago
#43010 Attribute Name Escape normal normal Awaiting Review enhancement needs-unit-tests 3 weeks ago

Tickets Needing Feedback (15 matches)

#64284 Convert times/multiplication symbol (×) into the letter "x" when sanitizing titles for slugs normal minor Future Release defect (bug) close 6 weeks ago
#26759 New Generic Sanitize Functions for Core normal normal enhancement close 14 months ago
#25021 Improve sanitize_title_with_dashes % removal normal normal defect (bug) dev-feedback 15 months ago
#36397 add_query_arg doesn't work with numbered html entities normal normal defect (bug) dev-feedback 7 years ago
#47164 map_deep in formatting.php do not handle null-byte normal critical Future Release defect (bug) dev-feedback 4 years ago
#55257 map_deep() function incompatibility with incomplete objects in PHP 8.0+ normal major Future Release defect (bug) dev-feedback 3 years ago
#44793 remove_accents() doesnt escape all versions of "i" SergeyBiryukov normal normal Future Release defect (bug) dev-feedback 7 years ago
#50855 sanitize_file_name function not working as expected if there is '%20' in filename audrasjb* normal normal Future Release defect (bug) dev-feedback 4 years ago
#2833 wpautop breaks style and script tags low normal Future Release defect (bug) dev-feedback 2 years ago
#11678 wpautop() fails on uppercase closing tags normal normal defect (bug) dev-feedback 7 years ago
#19100 Introduce esc_color() normal normal Future Release enhancement dev-feedback 7 years ago
#55962 Upgrade `sanitize_hex_color()` to CSS Color Level 4 pbearne normal normal Future Release enhancement dev-feedback 3 years ago
#2691 HTML comments in posts aren't handled properly. normal normal Future Release defect (bug) needs-unit-tests 18 months ago
#17491 Make is_email() compliant with RFC5322 (updated by RFC6854) normal minor Future Release defect (bug) needs-unit-tests 14 months ago
#37698 wp_kses_split global variable pollution normal normal Future Release defect (bug) reporter-feedback 15 months ago

Tickets with Patches (35 matches)

#21537 Email address sanitisation mangles valid email addresses normal normal defect (bug) dev-feedback 4 years ago
#52820 Possible logic error in wp_trim_excerpt() SergeyBiryukov normal normal Future Release defect (bug) dev-feedback 4 weeks ago
#58902 add_query_arg() should esc_url_raw() REQUEST_URI normal normal Future Release defect (bug) dev-feedback 15 months ago
#23308 make_clickable problem with multiple "Punctuation URL character" normal normal defect (bug) dev-feedback 7 years ago
#33924 sanitize_html_class valid characters normal normal Future Release defect (bug) dev-feedback 4 years ago
#55996 the get_the_block_template_html call all the same functions as the the_conent filter so they are run twice normal normal Future Release defect (bug) dev-feedback 2 years ago
#54488 wp_filter_nohtml_kses does not remove HTML comments audrasjb normal normal Future Release defect (bug) dev-feedback 3 years ago
#10823 Bad handling of ampersand in post titles normal normal defect (bug) has-patch 7 years ago
#27350 Invalid HTML Output normal normal Future Release defect (bug) has-patch 2 years ago
#37077 Replacing one variable handler for another to ensure proper conditional check occurs 100%. normal trivial defect (bug) has-patch 7 years ago
#27270 Validation for leading/trailing periods, or consecutive periods in email addresses is only done on the domain section normal normal defect (bug) has-patch 7 years ago
#17923 add_query_arg() should encode values normal normal defect (bug) has-patch 7 years ago
#46791 esc_url() adding http:// to a relative URL to parent directory '../pathname/' normal normal Future Release defect (bug) has-patch 8 weeks ago
#25108 is_email() function validates email with domain that just has 1 character after dot normal normal defect (bug) has-patch 7 years ago
#17433 localhost is not accepted as email domain normal normal Future Release defect (bug) has-patch 8 years ago
#45702 make_clickable() doesn't handle linked text being a URL with spaces within it low trivial Future Release defect (bug) has-patch 3 months ago
#24157 safecss_filter_attr doesn't allow rgb() in inline styles normal normal Future Release defect (bug) has-patch 2 years ago
#60979 safecss_filter_attr() should support query strings with "&amp;" as used by Gutenberg normal normal Future Release defect (bug) has-patch 19 months ago
#18549 wp_texturize incorrectly curls closing quotes after inline HTML end tags miqrogroove normal normal Future Release defect (bug) has-patch 3 months ago
#64552 wp_trim_words fails with certain charsets in the Excerpt normal normal Future Release defect (bug) has-patch 6 months ago
#38656 wpautop incorrectly handling paragraphs within block elements normal normal Future Release defect (bug) has-patch 8 months ago
#43785 wptexturize fails to skip JavaScript if code contains < normal normal Future Release defect (bug) has-patch 6 weeks ago
#29882 wptexturize: quotes inside quotes curling incorrectly normal normal defect (bug) has-patch 7 years ago
#18330 Add a Class functionality to wpautop() normal normal enhancement has-patch 3 years ago
#47594 Add nbsp symbol codes to convert throught sanitize_title SergeyBiryukov* normal minor Future Release enhancement has-patch 5 years ago
#64151 Improve maintainability and robustness of sanitize_title_with_dashes() normal normal Future Release enhancement has-patch 5 months ago
#61501 KSES Allow more custom data attributes to align with browsers dmsnell normal normal Future Release enhancement has-patch 2 months ago
#60319 PHPUnit test for wp_spaces_regexp normal normal Future Release enhancement has-patch 19 months ago
#60300 PHPunit Test for wp_staticize_emoji_for_email normal normal Future Release enhancement has-patch 19 months ago
#63864 Support RFC 2047 MIME-decoding / improve `wp_iso_descrambler()` low normal Future Release enhancement has-patch 13 months ago
#12084 allow preserving HTML in the_excerpt (specify allowed tags for strip_tags in wp_trim_excerpt) normal normal enhancement has-patch 5 months ago
#32787 make_clickable filter johnjamesjacoby normal normal Future Release enhancement has-patch 20 months ago
#49484 Add option 'OR' to wp_sprintf_l() SergeyBiryukov normal normal Future Release feature request has-patch 6 years ago
#24225 Improve regular expressions when matching attributes miqrogroove normal normal enhancement needs-unit-tests 7 years ago
#22330 Optimize regexes to remove protocol from URL normal normal enhancement needs-unit-tests 14 months ago

Unpatched Bugs (12 matches)

#33553 Bug with Linebreak before figcaption, fixed and then revert to make a fix elsewhere normal normal defect (bug) 7 years ago
#15006 Closing tag for empty <p> tag is removed normal minor defect (bug) 7 years ago
#30039 Email validation not working correctly normal normal defect (bug) 7 years ago
#36124 Format: Aside next to an embedded video, removes player and only displays URL normal normal defect (bug) 7 years ago
#34994 HTML5 elements reformatted poorly switching between Visual & Text editors normal normal defect (bug) 7 years ago
#32193 Large (custom) resolution emoticons are being shrunk to 12x12 normal normal defect (bug) 7 years ago
#16495 Make iso8601_to_datetime a bit more compliant normal normal defect (bug) 7 years ago
#36712 Paragraph tags removed from div elements if script tag is present normal normal defect (bug) 7 years ago
#36775 Shortcode stripping on frontend normal normal defect (bug) 7 years ago
#6297 Unbalanced tags across more and nextpage tags normal normal Future Release defect (bug) 8 years ago
#24846 Usage of a shortcode disables wpautop filter normal normal defect (bug) 7 years ago
#32729 WP sanitize + (plus) and other mathematic symbols as nothing instead of dash separator normal normal defect (bug) 7 years ago
1 2 3
Note: See TracReports for help on using and creating reports.