Make WordPress Core

{31} Tickets in the Formatting component (230 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 230)

1 2 3

Tickets Awaiting Review (38 matches)

Ticket Summary Owner Priority Severity Milestone Type Workflow Modified
#49965 wptexturize should also work when using before hook after_theme_setup normal normal Awaiting Review defect (bug) 6 years 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 17 months ago
#63036 Additional unit tests kses color-mix normal trivial Awaiting Review enhancement has-patch 18 months ago
#60544 Allow individual blocks to be excluded from `excerpt_remove_blocks()` normal normal Awaiting Review enhancement has-patch 22 months ago
#43010 Attribute Name Escape normal normal Awaiting Review enhancement needs-unit-tests 6 days ago
#41458 Class gets stripped out when inserting a link in author biography box normal normal Awaiting Review enhancement 9 years ago
#39724 Defining custom validation callbacks for tag/attribute values in wp_kses() normal normal Awaiting Review enhancement 9 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 17 months ago
#40933 Improvements for get_file_data() function normal normal Awaiting Review enhancement has-patch 9 years ago
#44906 Include greek accent characters on "remove_accents" function normal minor Awaiting Review enhancement dev-feedback 8 years ago
#35201 Mobile email validation normal normal Awaiting Review enhancement 10 years ago
#56774 Need more options on pre-existing blocks. normal normal Awaiting Review enhancement 4 years ago
#41422 Need replace_filter() function for improved Just In Time filter adjusment normal normal Awaiting Review enhancement 9 years ago
#60301 PHPunit test for print_emoji_detection_script normal normal Awaiting Review enhancement has-patch 18 months ago
#60842 PHPunit tests for wp_check_invalid_utf8 normal normal Awaiting Review enhancement has-patch 18 months ago
#62738 Proposal for format_atts() normal normal Awaiting Review enhancement 20 months ago
#63804 Proposal of wp_trim(): JavaScript-compatible alternative for trim() normal normal Awaiting Review enhancement has-patch 12 months ago
#47557 Sanitize Email Suggestion normal minor Awaiting Review enhancement has-patch 2 years ago
#53709 Spaces as <br> in RSS Excerpts normal normal Awaiting Review enhancement 5 years ago
#39674 Special characters are encoded in the database, for site settings options normal normal Awaiting Review enhancement 10 years ago
#22402 Stripping non-alphanumeric multi-byte characters from slugs normal normal Awaiting Review enhancement dev-feedback 11 months ago
#43156 _walk_bookmarks(): please add the link id as HTML id attribute. normal normal Awaiting Review enhancement 9 years ago
#56663 `tag_escape()` does not follow naming convention. normal normal Awaiting Review enhancement 4 years ago
#29910 esc_attr does not properly deal with json_encode normal normal Awaiting Review enhancement 9 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 18 months ago
#33204 kses $allowedposttags should support microdata normal normal Awaiting Review enhancement 8 years ago
#40569 next_post_link parameters $format and $link, have default values that produce awkward to use output normal normal Awaiting Review enhancement 9 years ago
#46329 sanitize_text_field after 5.1 update should account for __toString() methods normal normal Awaiting Review enhancement 7 years ago
#51482 wp_kses_post should filter javascript content as well as the <script> tags normal minor Awaiting Review enhancement 6 years ago
#43205 Allow filtering the list of characters to be replaced by wptexturize normal normal Awaiting Review feature request 8 years ago
#54604 Allow for nestable superscript tags normal normal Awaiting Review feature request has-patch 5 years ago
#53096 Color Settings include alpha channel for transparency normal normal Awaiting Review feature request 5 years ago
#55326 Conditional classes directives in formatting normal normal Awaiting Review feature request 4 years ago
#57434 Extending the list of supported inline CSS properties allowed by safe_style_css normal normal Awaiting Review feature request 4 years ago
#52100 Include highlight.js in core for syntax highlighting for codeblocks in markdown normal major Awaiting Review feature request 6 years ago
#63192 wptexturize add filter for disable some replacement normal normal Awaiting Review feature request has-patch 16 months 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 12 days ago
#2691 HTML comments in posts aren't handled properly. normal normal Future Release defect (bug) needs-unit-tests 17 months ago
#25021 Improve sanitize_title_with_dashes % removal normal normal defect (bug) dev-feedback 14 months ago
#17491 Make is_email() compliant with RFC5322 (updated by RFC6854) normal minor Future Release defect (bug) needs-unit-tests 13 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 3 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
#37698 wp_kses_split global variable pollution normal normal Future Release defect (bug) reporter-feedback 14 months 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 6 years ago
#26759 New Generic Sanitize Functions for Core normal normal enhancement close 13 months ago
#55962 Upgrade `sanitize_hex_color()` to CSS Color Level 4 pbearne normal normal Future Release enhancement dev-feedback 3 years ago

Tickets with Patches (36 matches)

#10823 Bad handling of ampersand in post titles normal normal defect (bug) has-patch 7 years ago
#21537 Email address sanitisation mangles valid email addresses normal normal defect (bug) dev-feedback 4 years ago
#27350 Invalid HTML Output normal normal Future Release defect (bug) has-patch 2 years ago
#52820 Possible logic error in wp_trim_excerpt() SergeyBiryukov normal normal Future Release defect (bug) dev-feedback 2 months ago
#37077 Replacing one variable handler for another to ensure proper conditional check occurs 100%. normal trivial defect (bug) has-patch 7 years ago
#26674 The get_tag_regex() function is a too greedy when searching for a closing tag. normal normal defect (bug) has-patch 6 months 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
#58902 add_query_arg() should esc_url_raw() REQUEST_URI normal normal Future Release defect (bug) dev-feedback 14 months ago
#46791 esc_url() adding http:// to a relative URL to parent directory '../pathname/' normal normal Future Release defect (bug) has-patch 4 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
#23308 make_clickable problem with multiple "Punctuation URL character" normal normal defect (bug) dev-feedback 7 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 2 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 18 months 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
#18549 wp_texturize incorrectly curls closing quotes after inline HTML end tags miqrogroove normal normal Future Release defect (bug) has-patch 7 weeks ago
#64552 wp_trim_words fails with certain charsets in the Excerpt normal normal Future Release defect (bug) has-patch 5 months ago
#38656 wpautop incorrectly handling paragraphs within block elements normal normal Future Release defect (bug) has-patch 6 months ago
#43785 wptexturize fails to skip JavaScript if code contains < normal normal Future Release defect (bug) has-patch 2 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 4 months ago
#24225 Improve regular expressions when matching attributes miqrogroove normal normal enhancement needs-unit-tests 7 years ago
#61501 KSES Allow more custom data attributes to align with browsers dmsnell normal normal Future Release enhancement has-patch 5 weeks ago
#22330 Optimize regexes to remove protocol from URL normal normal enhancement needs-unit-tests 13 months ago
#60319 PHPUnit test for wp_spaces_regexp normal normal Future Release enhancement has-patch 18 months ago
#60300 PHPunit Test for wp_staticize_emoji_for_email normal normal Future Release enhancement has-patch 18 months ago
#63864 Support RFC 2047 MIME-decoding / improve `wp_iso_descrambler()` low normal Future Release enhancement has-patch 12 months ago
#12084 allow preserving HTML in the_excerpt (specify allowed tags for strip_tags in wp_trim_excerpt) normal normal enhancement has-patch 4 months ago
#32787 make_clickable filter johnjamesjacoby normal normal Future Release enhancement has-patch 19 months ago
#49484 Add option 'OR' to wp_sprintf_l() SergeyBiryukov normal normal Future Release feature request has-patch 6 years ago

Unpatched Bugs (11 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
#26842 Contenteditable, multiple spaces, &nbsp, and U+00A0 normal normal Future Release defect (bug) needs-unit-tests 6 years ago
#30039 Email validation not working correctly normal normal defect (bug) 7 years ago
#31695 Enclosing oEmbed using `embed_oembed_html` is generating invalid HTML normal normal defect (bug) needs-unit-tests 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
#29956 Paragraphs within list items disappear in the editor when switching from text to visual and back normal normal defect (bug) needs-unit-tests 7 years ago
1 2 3
Note: See TracReports for help on using and creating reports.