Make WordPress Core

{1} All Tickets (8331 matches)

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

Results (2501 - 2600 of 8331)

Formatting (100 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#28607 Make wpautop()'s $allblocks variable filterable has-patch normal normal Awaiting Review enhancement 01/18/2017 7
#39674 Special characters are encoded in the database, for site settings options normal normal Awaiting Review enhancement 01/24/2017
#35201 Mobile email validation normal normal Awaiting Review enhancement 02/06/2017 3
#40045 HTML code entered using "Text" mode gets garbled normal normal Awaiting Review defect (bug) 03/06/2017
#40324 make_clickable doesn't work if url stands after an even number off spaces normal normal Awaiting Review defect (bug) 03/31/2017 1
#40569 next_post_link parameters $format and $link, have default values that produce awkward to use output normal normal Awaiting Review enhancement 04/26/2017
#29910 esc_attr does not properly deal with json_encode normal normal Awaiting Review enhancement 05/07/2017 2
#39724 Defining custom validation callbacks for tag/attribute values in wp_kses() normal normal Awaiting Review enhancement 06/17/2017 1
#41304 Bad protocol sanitization in KSES for URLs NOT RFC 3986 compliant normal normal Awaiting Review defect (bug) 07/13/2017 1
#40933 Improvements for get_file_data() function has-patch normal normal Awaiting Review enhancement 07/18/2017 5
#34722 Open P Tag in shortcode related to h tag dev-feedback normal normal Awaiting Review defect (bug) 07/20/2017 22
#40676 wpautop adds opening & closing p tags around the opening a tag and around the closing a tag when the link contains certain flow content elements like div, h1, h2... needs-unit-tests normal normal Awaiting Review defect (bug) 07/21/2017 13
#41458 Class gets stripped out when inserting a link in author biography box normal normal Awaiting Review enhancement 07/30/2017 1
#41422 Need replace_filter() function for improved Just In Time filter adjusment normal normal Awaiting Review enhancement 08/03/2017 6
#41711 Remove hAtom from core dev-feedback normal normal Awaiting Review defect (bug) 08/29/2017 5
#42182 esc_js must escape U+2028 and U+2029 has-patch normal normal Awaiting Review defect (bug) 10/11/2017 1
#42058 Unit test for _autop_newline_preservation_helper() dev-feedback normal normal Awaiting Review defect (bug) 12/11/2017
#43155 Formatting bug with ampasands - WooCommerce Layered Nav normal normal Awaiting Review defect (bug) 01/24/2018
#43156 _walk_bookmarks(): please add the link id as HTML id attribute. normal normal Awaiting Review enhancement 01/24/2018
#40191 Multiline post content with `<` as first character becomes malformed normal normal Awaiting Review defect (bug) 03/02/2018 2
#39153 Bug in wp_html_split with unclosed PHP tag (or HTML tag <) needs-unit-tests normal normal Awaiting Review defect (bug) 03/02/2018 9
#17433 localhost is not accepted as email domain has-patch normal normal Future Release defect (bug) 03/20/2018 12
#43313 wptexturise uses the wrong curly quote after a closing link tag normal normal Awaiting Review defect (bug) 04/15/2018 2
#30495 Unicode character U+000B is not removed by sanitize_file_name has-patch normal normal Awaiting Review defect (bug) 08/27/2018 4
#44906 Include greek accent characters on "remove_accents" function dev-feedback normal minor Awaiting Review enhancement 09/13/2018 3
#33204 kses $allowedposttags should support microdata normal normal Awaiting Review enhancement 11/15/2018 4
#39190 RSS feed not valid: U+001A or 0x1a normal normal Awaiting Review defect (bug) 01/04/2019
#43205 Allow filtering the list of characters to be replaced by wptexturize normal normal Awaiting Review feature request 01/16/2019
#43224 Extract `$utf8_pcre` from `wp_check_invalid_utf8()` into a separate function normal normal Awaiting Review enhancement 01/16/2019 3
#43147 Introduce `esc_html_comment` and translation related functions dev-feedback normal normal Awaiting Review enhancement 01/16/2019 7
#46329 sanitize_text_field after 5.1 update should account for __toString() methods normal normal Awaiting Review enhancement 02/24/2019 1
#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 03/02/2019 4
#6297 Unbalanced tags across more and nextpage tags normal normal Future Release defect (bug) 03/15/2019 18
#39188 Wrapping paragraph tags around 'Read More' link stripped out of custom post type normal normal Awaiting Review defect (bug) 03/15/2019
#38656 wpautop incorrectly handling paragraphs within block elements needs-unit-tests normal normal Future Release defect (bug) 03/26/2019 4
#45702 make_clickable() doesn't handle linked text being a URL with spaces within it needs-unit-tests low trivial Future Release defect (bug) 04/03/2019 3
#46846 Tight comparisons and use of Yoda conditions are not consistent dev-feedback normal normal Awaiting Review defect (bug) 04/09/2019
#46886 wp_targeted_link_rel adds the rel attribute when the link has data-target="" normal normal Awaiting Review defect (bug) 04/13/2019 5
#37672 wpautop adds a closing p-tag without an opening p-tag has-patch normal normal Awaiting Review defect (bug) 04/18/2019 3
#46791 esc_url() adding http:// to a relative URL to parent directory '../pathname/' has-patch normal normal Awaiting Review defect (bug) 05/23/2019 3
#10033 wpautop problems with html comments and object tags needs-unit-tests normal minor defect (bug) 06/04/2019 10
#10823 Bad handling of ampersand in post titles has-patch normal normal defect (bug) 06/04/2019 17
#11678 wpautop() fails on uppercase closing tags dev-feedback normal normal defect (bug) 06/04/2019 5
#12084 allow preserving HTML in the_excerpt (specify allowed tags for strip_tags in wp_trim_excerpt) has-patch normal normal enhancement 06/04/2019 2
#14050 shortcode_unautop() should also remove the <br /> added after shortcodes aaroncampbell normal normal defect (bug) 06/04/2019 27
#15006 Closing tag for empty <p> tag is removed normal minor defect (bug) 06/04/2019 13
#15918 wpautop() breaks inline tags on the same line as block tags dunno normal normal defect (bug) 06/04/2019 12
#16495 Make iso8601_to_datetime a bit more compliant normal normal defect (bug) 06/04/2019 4
#17039 the_excerpt() - <!--more--> handling normal normal defect (bug) 06/04/2019 4
#20368 htmlspecialchars() returns empty string for non-UTF-8 input in PHP 5.4 needs-unit-tests normal major defect (bug) 06/04/2019 7
#22330 Optimize regexes to remove protocol from URL needs-unit-tests normal normal enhancement 06/04/2019 1
#22402 Stripping non-alphanumeric multi-byte characters from slugs dev-feedback normal normal enhancement 06/04/2019 1
#23050 make_clickable incorrectly formats anchors with URL's and spaces in them in comments normal normal defect (bug) 06/04/2019 9
#23308 make_clickable problem with multiple "Punctuation URL character" dev-feedback normal normal defect (bug) 06/04/2019 4
#23922 make_clickable() breaks when colon in hash normal normal defect (bug) 06/04/2019 5
#23975 force_balance_tags in get_the_content breaks non-HTML formats normal normal defect (bug) 06/04/2019 2
#24225 Improve regular expressions when matching attributes miqrogroove needs-unit-tests normal normal enhancement 06/04/2019 19
#24846 Usage of a shortcode disables wpautop filter normal normal defect (bug) 06/04/2019 7
#25021 Improve sanitize_title_with_dashes % removal has-patch normal normal defect (bug) 06/04/2019 5
#25108 is_email() function validates email with domain that just has 1 character after dot has-patch normal normal defect (bug) 06/04/2019 5
#25785 Unexpected Paragraph Formatting Within a Div Container needs-unit-tests normal normal defect (bug) 06/04/2019 3
#26674 The get_tag_regex() function is a too greedy when searching for a closing tag. has-patch normal normal defect (bug) 06/04/2019 9
#26759 New Generic Sanitize Functions for Core dev-feedback normal normal enhancement 06/04/2019 3
#26868 Function 'make_clickable()' doesn't make hyperlinks from explicit URLs using the `mailto:`, `tel:` and other schemes that do not start with `//` needs-unit-tests normal normal enhancement 06/04/2019 2
#27270 Validation for leading/trailing periods, or consecutive periods in email addresses is only done on the domain section has-patch normal normal defect (bug) 06/04/2019 7
#29882 wptexturize: quotes inside quotes curling incorrectly has-patch normal normal defect (bug) 06/04/2019 8
#29913 wptexturize should handle broken HTML consistently needs-unit-tests normal minor defect (bug) 06/04/2019 5
#29956 Paragraphs within list items disappear in the editor when switching from text to visual and back needs-unit-tests normal normal defect (bug) 06/04/2019 4
#30039 Email validation not working correctly normal normal defect (bug) 06/04/2019 2
#30531 Make wptexturize the last filter before output azaozz normal normal enhancement 06/04/2019 3
#30597 wp_filter_post_kses mangles URLs with colons in them needs-unit-tests normal normal defect (bug) 06/04/2019 5
#31695 Enclosing oEmbed using `embed_oembed_html` is generating invalid HTML needs-unit-tests normal normal defect (bug) 06/04/2019 16
#32193 Large (custom) resolution emoticons are being shrunk to 12x12 normal normal defect (bug) 06/04/2019 9
#32729 WP sanitize + (plus) and other mathematic symbols as nothing instead of dash separator normal normal defect (bug) 06/04/2019 4
#32867 Wordpress replaces HTML entities for angle brackets in titles, breaking HTML validation normal normal defect (bug) 06/04/2019 1
#33466 wpautop breaks multi-line textarea content miqrogroove normal normal defect (bug) 06/04/2019 9
#33553 Bug with Linebreak before figcaption, fixed and then revert to make a fix elsewhere normal normal defect (bug) 06/04/2019
#33629 Post excerpts have become WAY too long after updating to WP 4.3, please fix. has-patch normal normal defect (bug) 06/04/2019 9
#33840 wpautop damages inline script normal normal defect (bug) 06/04/2019 1
#34039 shortcode_parse_atts() no longer parses embedded html fragments normal normal defect (bug) 06/04/2019
#34407 esc_url() cannot handle a relative URL containing a : character (IPv6) normal normal defect (bug) 06/04/2019 4
#34592 wptexturize interprets apostrophe at end of word as closing single quote normal normal defect (bug) 06/04/2019 4
#34994 HTML5 elements reformatted poorly switching between Visual & Text editors normal normal defect (bug) 06/04/2019 1
#36124 Format: Aside next to an embedded video, removes player and only displays URL normal normal defect (bug) 06/04/2019
#36397 add_query_arg doesn't work with numbered html entities dev-feedback normal normal defect (bug) 06/04/2019 1
#36712 Paragraph tags removed from div elements if script tag is present normal normal defect (bug) 06/04/2019
#36775 Shortcode stripping on frontend normal normal defect (bug) 06/04/2019 6
#37077 Replacing one variable handler for another to ensure proper conditional check occurs 100%. has-patch normal trivial defect (bug) 06/04/2019 4
#10269 wysiwyg bug with shortcodes miqrogroove low normal defect (bug) 06/04/2019 12
#25851 post_content lost when inserting Posts with large base64-encoded images low critical defect (bug) 06/04/2019 2
#46966 urlencode query string parameters normal major Awaiting Review defect (bug) 08/20/2019 1
#17923 add_query_arg() should encode values has-patch normal normal defect (bug) 08/20/2019 22
#44793 remove_accents() doesnt escape all versions of "i" SergeyBiryukov dev-feedback normal normal Future Release defect (bug) 09/22/2019 13
#48261 "noopener noreferrer" mis-parses links with "rel=" parameters has-patch normal normal Awaiting Review defect (bug) 10/09/2019 6
#48873 CSS Selectors in style tags containing greater than signs are escaped normal normal Awaiting Review defect (bug) 12/04/2019
#49129 Incorrect German Umlaut substitutions dev-feedback normal minor Awaiting Review enhancement 01/04/2020 3
#49217 HTML error with the multi-level list in Classic Editor normal normal Awaiting Review defect (bug) 01/17/2020 1
#49492 wpautop inserted p tags inconsistently alter visual space normal normal Awaiting Review defect (bug) 02/22/2020
#19100 Introduce esc_color() dev-feedback normal normal Future Release enhancement 03/04/2020 17
#49965 wptexturize should also work when using before hook after_theme_setup normal normal Awaiting Review defect (bug) 04/21/2020
Note: See TracReports for help on using and creating reports.