Make WordPress Core

{2} All Tickets, Workflow Oriented (8326 matches)

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

Results (7601 - 7700 of 8326)

Needs Patch (100 matches)

Ticket Summary Owner Component Priority Severity Milestone Type Workflow Modified Comments
#64103 Run WP-CLI test suite in core repo Build/Test Tools normal normal Awaiting Review defect (bug) 11 months ago 1
#64105 TinyMCE in classic editor does not support modern video formats General normal normal Awaiting Review defect (bug) 3 weeks ago 6
#64113 Missing unit tests for wp-duotone class General normal minor Awaiting Review enhancement 11 months ago 1
#64118 `WP_Block_Type::render` doesn’t pass block instance argument to render_callback General normal normal Awaiting Review defect (bug) 11 months ago 3
#64121 Video media file is not aligned correctly in the classic editor TinyMCE General normal normal Awaiting Review defect (bug) 11 months ago 1
#64131 A new function to test if a thing is an instance of the WP_User class Users normal normal Awaiting Review feature request 11 months ago 2
#64147 Move all @media screen rules to the bottom of common.css General normal normal Awaiting Review enhancement 3 months ago 1
#64154 Add $x_redirect_by in all places used wp_redirect() and wp_safe_redirect() - in the core, themes and plugins General normal normal Awaiting Review enhancement 10 months ago
#64180 Simplify and improve performance in `WP_Hook::apply_filters()` Plugins normal minor Awaiting Review enhancement 10 months ago 3
#64182 Critical Regression in WordPress 6.8+ Causing WooCommerce Cart Session Loss for Guest Users General normal blocker Awaiting Review defect (bug) close 10 months ago 6
#64187 Detailed image view in the media admin too large Administration normal normal Awaiting Review feature request 10 months ago
#64206 Twenty Seventeen: Found a reference to unsplash.com. Assets from this website does not use a license that is compatible with GPL. Bundled Theme normal normal Awaiting Review enhancement 10 months ago 2
#64207 Blogger Importer Tools fails with new Blogger export format (.zip with .atom files) Import normal major Awaiting Review defect (bug) 10 months ago
#64208 Defining interactivity API context with single quotes fail Interactivity API low minor Future Release enhancement 10 months ago 2
#64215 slimImageObject drops meta fields added to attachments Media normal normal Awaiting Review defect (bug) 10 months ago 1
#64216 Undefined array key 0 in wp-includes/block-editor.php on line 468 Editor normal normal Awaiting Review defect (bug) 10 months ago
#64219 My Patterns (and others) not loading General normal critical Awaiting Review defect (bug) 10 months ago
#64243 Rename default category from uncategorized to general or similar. General normal normal Awaiting Review enhancement 10 months ago 2
#64264 In Post List Table Extended View - place post excerpt in 2nd row spanning all columns Administration normal normal Awaiting Review enhancement 10 months ago
#64271 Move screen options and help to after the main screen heading joedolson* Help/About normal normal Future Release defect (bug) 6 months ago 8
#64278 Remove remaining Internet Explorer code General normal minor 7.2 task (blessed) 5 weeks ago 3
#64296 Make the workflow file responsible that commits changes to built files more maintainable Build/Test Tools normal normal Future Release enhancement 10 months ago
#64306 Enhancements: Add 'designer' user role, Collaborator groups/teams, display multiple contributor types and co-authors, contributor heirarchy on posts/pages Role/Capability low trivial Awaiting Review enhancement 9 months ago 1
#64309 patterns General normal normal defect (bug) 8 months ago 4
#64312 Confusing & Unsafe Menu Behavior in WordPress Admin (Especially on Mobile) Menus normal major Awaiting Review enhancement 9 months ago
#64357 get_terms() no longer returns terms when "include" or "exclude" is set to 'all' or an empty value in WP 6.9 johnjamesjacoby Taxonomy normal major Awaiting Review defect (bug) 9 months ago 5
#64364 There has been a critical error on this website. General normal normal Awaiting Review defect (bug) 9 months ago 3
#64365 Support for Videos and Galleries as Post Thumbnails (Featured Media) General normal normal Awaiting Review feature request close 9 months ago 1
#64378 List Table - Possible UX improvement Administration normal normal Awaiting Review enhancement 9 months ago 2
#64425 JQuery .proxy deprecated and QMIGRATE: Boolean attribute 'disabled' is not set to its lowercased name in Jquery 4.0 General normal normal 7.2 defect (bug) 5 weeks ago 17
#64441 Make Subdirectory networks compatible with custom wp-content directories Networks and Sites normal normal Awaiting Review enhancement 9 months ago 1
#64444 CI Reruns Build/Test Tools normal normal Future Release enhancement 9 months ago 2
#64457 Early filter invalid hosts in wp_http_validate_url HTTP API normal normal Future Release enhancement 8 months ago 21
#64458 Add ability to set different renders based on sitemap type Sitemaps normal normal Awaiting Review enhancement 8 months ago
#64463 XML Escape Codes Applied to RSS and Changes Post Content Formatting normal normal Awaiting Review defect (bug) 8 months ago 2
#64464 Does Not Escape the Ampersand when It Appears in Something that Looks Like Escape Codes General normal normal Awaiting Review defect (bug) 8 months ago 2
#64466 Admin layout broken: #wpcontent height constraint prevents container from extending to full content height Administration normal normal Awaiting Review defect (bug) 8 months ago
#64471 Add cross-document View Transitions on the frontend General normal normal Future Release enhancement 3 months ago 5
#64472 PHP Warning: "continue" targeting switch in wp-admin/includes/upgrade.php line 3073 Upgrade/Install normal normal Awaiting Review defect (bug) close 8 months ago 1
#64481 Explore Sec-Fetch Headers as a Core-Supported CSRF Mitigation Mechanism Security normal normal Awaiting Review enhancement 8 months ago 1
#64486 Deactivating plugin removes native wp metabox from page editor Editor normal normal Awaiting Review defect (bug) close 8 months ago 1
#64492 If admin session has timed out, uploading an image to media library incorrectly returns "Server cannot process this image" error, along with info about image sizes Media normal minor Awaiting Review defect (bug) 8 months ago
#64516 In a test sequence, resources can still be updated after being deleted. HTTP API normal normal Awaiting Review defect (bug) 8 months ago
#64519 WP_Filesystem_FTP and WP_Filesystem_FTPext classes create orphaned temp/noise files Filesystem API normal normal Awaiting Review defect (bug) 8 months ago 1
#64521 Blocks: Move block parser PHP classes from Gutenberg to Core dmsnell Editor normal normal Awaiting Review enhancement 8 months ago 7
#64522 Clarify expected behavior for invalid weekday values in WP_Locale::get_weekday() I18N normal normal Awaiting Review defect (bug) 8 months ago 3
#64527 Fix missing whitespace before troubleshooting link in fatal error handler Upgrade/Install normal normal Awaiting Review defect (bug) 8 months ago 10
#64541 In GET requests, interfaces containing the `search` parameter can be vulnerable to logic errors triggered by the input `%2500`. REST API normal major Awaiting Review defect (bug) 8 months ago 3
#64543 Implement `ignore-scripts` to harden npm usage Build/Test Tools normal normal Awaiting Review task (blessed) 4 months ago 3
#64551 Fix: Escaped shortcodes are no longer expanded in get_the_excerpt() General normal normal Awaiting Review defect (bug) 7 months ago
#64554 New src_matched value filter request Media normal blocker Awaiting Review enhancement 7 months ago 1
#64560 Function get_stylesheet_directory_uri() can expose server path when using a theme directory outside the document root General normal normal Awaiting Review defect (bug) 7 months ago 6
#64565 The 'manage_posts_extra_tablenav' action does not fire for bottom tablenav when no posts exist Administration normal normal Awaiting Review defect (bug) 7 months ago
#64604 Comments column and controls visible for pages Comments normal normal Awaiting Review defect (bug) 7 months ago
#64618 Playground Node.js engine requirement broke Core WP builds youknowriad Build/Test Tools normal normal Awaiting Review defect (bug) close 4 months ago 9
#64631 Categories can't be restored after deletion Taxonomy normal normal Awaiting Review enhancement 7 months ago 1
#64654 Docker images in wordpress-develop do not support on Apple Silicon Build/Test Tools normal normal Awaiting Review defect (bug) 7 months ago 5
#64677 Client-Side Media: Move `image_editor_output_format` filtering to the upload response Media normal normal Future Release defect (bug) 6 months ago 6
#64679 Add option in dashboard font management screen to include external font libraries/apis General normal normal Awaiting Review enhancement 6 months ago
#64693 Video Block: Unexpected Behavior with Supported and Unsupported Formats Media normal normal Awaiting Review defect (bug) 4 months ago 4
#64705 Media Library Showing Different Image Counts in Grid and List View Media normal minor Awaiting Review defect (bug) close 6 months ago 3
#64709 Stretchy Heading inside Media & Text block don't render correct in Firefox browser. Formatting normal normal Awaiting Review defect (bug) 6 months ago 1
#64724 WordPress Importer does not remap noteId in block metadata when reassigning comment IDs Import normal minor Future Release defect (bug) 6 months ago 2
#64749 Proposal: AI Pathfinding Assistant for WordPress Contributors AI normal normal Awaiting Review enhancement 5 months ago 2
#64762 Frontend admin toolbar not using updated admin color scheme audrasjb Toolbar normal normal 7.2 defect (bug) 5 weeks ago 76
#64794 Improve image editing - Responsive images + Art direction Media normal major Awaiting Review enhancement 4 months ago 2
#64834 Bug Report / UX Issue: Taxonomy Hierarchy Flattens and Breaks in Nav Menu "View All" Tab Due to Pagination Menus normal normal Awaiting Review defect (bug) 6 months ago
#64839 Comments: add ability for site visitors to edit / delete their own comments Comments normal normal Awaiting Review feature request 6 months ago
#64841 wp_editor() with quicktags enabled does not force-print buttons.css on the frontend, unlike editor.css Editor normal normal Awaiting Review defect (bug) 6 months ago
#64875 Move command palette to the right and make it more visible Toolbar normal normal Awaiting Review enhancement 4 months ago 3
#64889 Include link to documentation for all plugins Plugins normal normal Awaiting Review enhancement 6 months ago 2
#64903 Lock icon is misleading with Real Time Collaboration enabled Editor normal normal Future Release enhancement 2 months ago 4
#64904 Real time collboration: determine approach for opt in setting for users in Settings > Writing Administration normal normal 7.2 task (blessed) 7 weeks ago 53
#64911 Incorrectly documented hooks johnbillion General normal trivial Awaiting Review defect (bug) 4 months ago 1
#64912 Issue with the "layout" node on blocks in theme.json Editor normal normal Awaiting Review defect (bug) close 6 months ago 1
#64934 Admin menu is much harder to read when icons are nearly the same color as labels Administration normal normal 7.2 defect (bug) 4 weeks ago 12
#64936 Media Library grid view toolbar misalignment Media normal normal Awaiting Review defect (bug) 4 months ago 6
#64939 Add opt-out mechanism for global admin CSS on individual elements General normal normal Awaiting Review enhancement 6 months ago
#64943 WP generates duplicate pictures after Upload Media normal normal Awaiting Review defect (bug) 5 months ago 7
#64945 Network-wide AI connector configuration AI normal normal Future Release enhancement 28 hours ago 8
#64967 Bug report – Whitespace / non-breaking spaces removed after save in Gutenberg Editor normal normal Awaiting Review defect (bug) 5 months ago 7
#64970 Create a GitHub Actions workflow for running visual regression testing Build/Test Tools normal normal Future Release defect (bug) 5 months ago
#64971 Build: Synchronize .gitignore and svn:ignore Build/Test Tools normal normal Future Release enhancement 6 weeks ago 10
#64978 Lightbox shows cropped gallery image, instead of full-sized image Editor normal normal Awaiting Review defect (bug) 4 months ago 3
#64988 Enhancement: Add support for displaying child categories in Navigation “Category Link” block (dropdown support) General normal normal Awaiting Review enhancement 4 months ago 3
#64993 Input Fields Size Styling Issue General normal normal Awaiting Review defect (bug) close 5 months ago 5
#65019 Double or single quotation marks in tags General normal normal Awaiting Review defect (bug) close 5 months ago 2
#65034 More help for trouble shooting initial Database problems General normal normal Awaiting Review enhancement 5 months ago 2
#65036 List more helpful suggestions than check username and password for database issues General normal normal Awaiting Review enhancement 5 months ago
#65040 WordPress Paragraph block throwing "Block contains unexpected or invalid content" error inconsistently on brand new blocks in WordPress 6.9.4 General normal major Awaiting Review defect (bug) 5 months ago
#65042 Alter Attachment page slug behaviour Posts, Post Types normal trivial Awaiting Review enhancement 5 months ago 4
#65061 Meta boxes hidden by default Editor normal normal Awaiting Review defect (bug) close 4 months ago 4
#65078 get_page_by_title should not be deprecated Posts, Post Types normal normal Awaiting Review enhancement close 4 months ago 1
#65085 Expose admin design tokens (radius, spacing, grayscale, typography) as CSS custom properties via wp-base-styles Administration normal normal Awaiting Review enhancement 4 months ago 4
#65087 oEmbed dynamic aspect ratio handling in block themes without $content_width Embeds normal normal Awaiting Review enhancement 5 months ago
#65092 Toolbar: Replace the "+ New" and Comments icons with plain text labels and swap their order Toolbar normal normal Awaiting Review enhancement 3 weeks ago 5
#65122 Accessibility issues in Visual History Revisions normal normal 7.2 defect (bug) 5 days ago 19
#65130 Plugin search (term) in wp-admin lacks normalization, causing fragile keyword matching Plugins normal normal Awaiting Review enhancement 4 months ago 4
#65155 wrong aspect-ratio of pictures in the galerie with Firefox 150 Gallery normal normal Awaiting Review defect (bug) 4 months ago 1
#65163 Force URLs/URIs of Posts and Feeds to Redirect (301) to All Lowercase Canonical normal normal Awaiting Review defect (bug) 4 months ago
Note: See TracReports for help on using and creating reports.