Make WordPress Core

{23} Popular Tickets (5320 matches)

Create a new ticket
  • Tickets that have one follower or more
  • Sort by votes, component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (5201 - 5300 of 5320)

Popular (98 matches)

Ticket Summary Owner Component Priority Severity Votes Milestone Type Workflow Modified
#19958 Allow custom post types as "home" and get_posts() to return results for more than one post type pbearne* Posts, Post Types normal normal 14 Future Release enhancement has-patch 10/29/2024
#14558 Separate Database Table Support for Custom Post Types Posts, Post Types normal normal 14 Awaiting Review enhancement dev-feedback 03/04/2024
#23168 Introduce remove_post_status Posts, Post Types normal normal 12 enhancement 06/04/2019
#17115 Publishing an empty post results in success Posts, Post Types normal normal 11 Awaiting Review defect (bug) dev-feedback 05/03/2020
#44176 Un-map Privacy Capabilities xkon Privacy normal normal 18 Future Release defect (bug) has-patch 10/24/2020
#44043 Framework for logging/retrieving a users consent state Privacy normal normal 18 Future Release enhancement dev-feedback 11/26/2020
#14682 Privacy leakage: gravatars leak identity information Privacy normal normal 15 Awaiting Review defect (bug) 07/01/2020
#43437 Add way for registered users to request deletion or anonymization of their private data Privacy normal normal 15 Future Release enhancement dev-feedback 10/17/2020
#51188 Website user level consent management framework (logged in users) carike* Privacy normal normal 11 Future Release feature request 11/17/2022
#31383 Add WP_Tax_Query support to WP_User_Query Query normal normal 35 Future Release feature request 10/21/2024
#18408 Can't wp_reset_postdata after custom WP_Query in an admin edit page audrasjb Query normal normal 28 Future Release defect (bug) needs-unit-tests 02/19/2024
#26937 get_adjacent_post() should use WP_Query rather than build its own SQL query nacin Query normal normal 17 Future Release enhancement 01/31/2018
#21790 When set a static front page WP main query isn't set correctly SergeyBiryukov Query normal normal 15 Future Release defect (bug) 05/05/2017
#46294 wp rest api fails to paginate page requests correctly when ordering on menu_order Query normal normal 14 Future Release defect (bug) 04/12/2021
#44296 Enable double-width space works as a separator in search query SergeyBiryukov Query normal normal 13 Future Release defect (bug) has-patch 04/10/2019
#49278 Improve meta query Query normal normal 13 Future Release enhancement dev-feedback 01/03/2023
#19653 Order by meta field forces ignore of null records Query normal normal 13 Future Release enhancement needs-unit-tests 03/29/2019
#30044 Use subqueries for AND clauses in WP_Meta_Query Query normal normal 13 Future Release enhancement 11/02/2022
#57416 Do not split query if requesting one post spacedmonkey Query normal normal 12 Future Release enhancement dev-feedback 07/12/2024
#15551 Custom post type pagination redirect Query normal normal 11 defect (bug) 12/28/2022
#12208 Add Quick Edit To Media Library list view Quick/Bulk Edit normal normal 12 Future Release feature request dev-feedback 02/07/2023
#12684 Add Edit to Bulk Actions menu on Categories screen dipalidhole27gmailcom Quick/Bulk Edit normal normal 11 Future Release feature request has-patch 02/08/2023
#42785 Change default of `show_in_rest` in register_post_type and register_taxonomy REST API normal normal 21 Future Release enhancement needs-unit-tests 01/07/2020
#23314 Allow published posts to be revised without being updated immediately Revisions normal normal 29 Future Release enhancement has-patch 01/10/2020
#20746 Accessing non-existing theme folder in Network install gives 500 error Rewrite Rules normal normal 24 Future Release defect (bug) dev-feedback 04/18/2024
#21374 Add core support for letting custom permalink structure for different post types Rewrite Rules normal normal 19 enhancement 06/04/2019
#29118 Registering rewrite rules is hard, so let's introduce remove_rewrite_rule. Rewrite Rules normal normal 18 Awaiting Review enhancement has-patch 08/14/2024
#19493 post and archive pagination don't work with custom endpoints Rewrite Rules normal normal 13 Awaiting Review defect (bug) 01/25/2018
#17924 Make Integrating Multiple Roles Per User Easier for Plugin Authors Role/Capability normal major 33 Awaiting Review enhancement dev-feedback 07/20/2021
#22895 user_can_admin_menu() is Type-Insensitive for Users who Can't Create Pages johnbillion* Role/Capability normal normal 23 Future Release defect (bug) dev-feedback 02/19/2023
#37616 Replace `is_super_admin()` calls with real capability checks Role/Capability normal normal 19 Future Release task (blessed) 05/08/2017
#31281 Register JavaScript/Underscore templates using the WP Dependency API Script Loader normal normal 20 enhancement has-patch 06/04/2019
#60647 Script Modules: Allow modules to depend on existing WordPress scripts jonsurrell Script Loader normal normal 20 6.8 feature request has-patch 10/04/2024
#57548 Stop concatenating scripts and stylesheets in wp-admin and retire load-scripts.php and load-styles.php Script Loader normal normal 13 Future Release enhancement 04/29/2024
#49742 No longer able to enqueue multiple Google Fonts with wp_enqueue_style Script Loader normal normal 11 Awaiting Review defect (bug) 11/10/2021
#28521 FORCE_SSL constant for really forcing SSL adamsilverstein Security normal normal 39 Future Release enhancement 11/19/2024
#37000 Support for the SameSite cookie attribute Security normal normal 33 Future Release enhancement dev-feedback 06/06/2024
#30465 Dashboard alert if a plugin/theme was removed from WordPress repo Security normal normal 31 6.8 feature request dev-feedback 11/04/2024
#43936 Settings: Warn when open registration and new user default is privileged audrasjb* Security normal normal 19 6.8 feature request has-patch 10/25/2024
#56141 Enhance installer security Security high major 17 Future Release enhancement dev-feedback 12/31/2023
#32067 Remove inline javascript from WP-Core to allow CSP protection Security normal normal 17 Future Release feature request 06/18/2024
#23165 Admin validation errors on form nonce element IDs (_wpnonce) Security normal normal 14 Awaiting Review enhancement has-patch 02/08/2021
#51407 Remove inline event handlers and JavaScript URIs for Strict CSP-compatibility adamsilverstein Security normal normal 12 Future Release enhancement dev-feedback 12/26/2023
#48955 WP 5.3.1 changes cause potential backwards compatibility breakage with kses Security normal normal 11 Future Release defect (bug) 08/12/2020
#58366 Shortcode Support Regained but Content Filters are messing with Shortcode HTML Shortcodes normal normal 31 Future Release defect (bug) needs-unit-tests 10/27/2024
#33134 Complex Nested Shortcodes Inside of Attributes Are Not Processed Left-to-Right Shortcodes normal normal 16 defect (bug) 06/04/2019
#6984 wpautop() formats the the contents of shortcodes Shortcodes normal normal 14 Future Release defect (bug) 04/01/2019
#25435 Introduce alternative to do_shortcode( '[shortcode]' ) rmccue Shortcodes normal normal 12 Future Release feature request has-patch 09/27/2017
#47192 Allow users to enter recovery mode via their registered email Site Health normal normal 15 Awaiting Review enhancement has-patch 04/22/2020
#49151 Show a warning for plugins in WP admin that haven't received updates in a long time audrasjb* Site Health normal normal 15 Future Release feature request dev-feedback 02/23/2024
#14877 Ability to create exclusive custom taxonomies helen* Taxonomy normal minor 43 Future Release feature request 11/20/2021
#14691 Allow commas in tag names Taxonomy normal normal 29 Future Release defect (bug) 07/25/2024
#13816 There should be built-in index pages for taxonomies Taxonomy normal normal 28 Future Release feature request dev-feedback 10/04/2024
#30262 Combine wp_terms and wp_term_taxonomy tables Taxonomy low normal 22 enhancement 06/04/2019
#38227 Term Status API Taxonomy normal normal 19 Future Release task (blessed) 04/10/2021
#23421 Add sortable to taxonomy column Taxonomy normal normal 18 Future Release enhancement dev-feedback 08/11/2021
#19373 wp_insert_post() should not contain current_user_can() checks Taxonomy normal major 18 Future Release enhancement has-patch 11/18/2023
#32942 Taxomony term list counts do not respect post_type parameter Taxonomy normal normal 16 Future Release defect (bug) reporter-feedback 08/02/2023
#9547 Taxonomy - interesting 'unused' term_order column in table term_relationships. Taxonomy high normal 16 Future Release enhancement dev-feedback 11/28/2023
#40351 Term post re-counts scale poorly, are common and difficult to avoid whyisjake Taxonomy normal normal 16 Future Release enhancement has-patch 05/02/2024
#26409 Non-Editors can create (non-hierarchical) terms even though they can't manage_terms Taxonomy normal normal 13 Future Release defect (bug) 02/03/2018
#37914 Taxonomy: Allow terms to be previewed before publishing Taxonomy normal normal 13 Future Release enhancement dev-feedback 06/04/2019
#38280 Make term count for a specific object type available Taxonomy normal normal 11 Future Release enhancement has-patch 11/12/2024
#27177 Child themes should inherit parent theme customizer settings on activation / switching Themes normal normal 37 Awaiting Review enhancement has-patch 03/28/2020
#33472 Templating Engine Themes normal normal 30 Awaiting Review feature request 04/28/2021
#12877 Modular themes: Apply template hierarchy to folders within a theme Themes normal normal 27 feature request dev-feedback 06/04/2019
#15086 get_template_part() should let you specify a directory westi* Themes normal normal 26 enhancement needs-unit-tests 06/04/2019
#22810 Support for theme changelogs Themes normal normal 21 Future Release enhancement 12/03/2024
#24152 Use JSON as alternative to CSS file headers Themes normal normal 20 Awaiting Review feature request 08/13/2023
#55023 get_header() notice: Theme without header.php is deprecated audrasjb* Themes normal normal 14 Future Release defect (bug) 10/18/2024
#54910 5.9 Bug - Blank Home Page Themes normal major 13 Awaiting Review defect (bug) has-patch 02/17/2022
#12839 Themes should be sandboxed on activation to prevent fatal errors Themes normal normal 12 Future Release enhancement 01/02/2021
#7795 Activate and Deactivate Theme hooks Themes normal normal 11 Future Release enhancement 03/15/2019
#47218 Update TinyMCE to 5.X.X or 6.X.X TinyMCE normal normal 18 Awaiting Review enhancement dev-feedback 09/02/2024
#32678 Audit toolbar links and content helen Toolbar normal normal 32 Future Release enhancement has-patch 02/27/2020
#15317 My Sites limited to 23 sites on Admin Bar morganestes Toolbar normal normal 28 Future Release enhancement 05/13/2024
#24579 Add Drag'n'Drop UI to plugin and theme manual uploaders Upgrade/Install normal normal 25 Future Release enhancement 12/18/2023
#49200 Allow Developers to Cryptographically Sign Their Own Plugins/Themes with the Gossamer Public Key Infrastructure (PKI) Upgrade/Install normal normal 15 Awaiting Review enhancement 10/15/2020
#25219 DISALLOW_FILE_MODS shouldn't remove update notifications Upgrade/Install normal normal 15 Future Release enhancement 05/27/2019
#50623 Discoverability of plugin and themes autoupdates audrasjb Upgrade/Install normal normal 15 Future Release enhancement 10/19/2020
#43395 Add Automated E2E Tests for Core Updates Upgrade/Install normal normal 13 WordPress.org task (blessed) 03/04/2020
#43492 Core Telemetry and Updates Upgrade/Install normal normal 12 Awaiting Review enhancement dev-feedback 11/11/2024
#34676 Optimize bulk plugin updates francina Upgrade/Install normal normal 12 Future Release enhancement needs-unit-tests 06/07/2022
#54582 Problem with deleting old files at the end of a core update when the filesystem is case-insensitive SergeyBiryukov* Upgrade/Install high major 11 Future Release defect (bug) has-patch 01/12/2023
#31744 All PHP files in the root should be dummy files, pointing to wp-includes versions Upgrade/Install normal normal 11 Awaiting Review enhancement dev-feedback 02/06/2017
#25449 wp_upload_dir() doesn't support https Upload normal major 18 Future Release defect (bug) has-patch 11/25/2020
#25650 When switching between blogs, wp_upload_dir 'baseurl' and 'url' may be pointing to the current blog not the switched one ideag Upload normal normal 14 Future Release defect (bug) has-patch 10/22/2024
#15955 move_uploaded_file mangles non-ascii characters on Windows platforms SergeyBiryukov* Upload normal major 13 Awaiting Review defect (bug) close 07/09/2018
#6814 Async media crunching adamsilverstein Upload normal normal 12 Future Release enhancement dev-feedback 07/23/2024
#39123 Allow usernames to be changed by administrators Users normal normal 21 Awaiting Review enhancement needs-unit-tests 07/28/2024
#12295 More support to customize user profile edit page nacin* Users normal normal 19 Awaiting Review enhancement dev-feedback 06/23/2022
#22277 Admin (not just superadmin) should be able to add user without confirmation email in multisite morganestes Users normal normal 17 enhancement dev-feedback 06/05/2019
#16001 Invited but not activated users can get lost Users normal normal 14 Future Release defect (bug) 02/09/2022
#28160 Get authors user query in-efficient when dealing with large numbers of users. Users normal major 14 Awaiting Review enhancement 04/08/2022
#36656 Improve UX on Add New User screen joedolson* Users normal normal 14 Future Release enhancement 10/20/2023
#34316 User status inconsistent between single-site & multisite Users normal normal 12 Awaiting Review enhancement needs-unit-tests 09/27/2017
#33473 Shortcodes + Widgets + Nav Menus. Unified "component" API (aka Content Blocks) Widgets normal normal 32 Future Release feature request 03/26/2018
#27404 Widget Customizer: Allow adding inactive widgets to widget areas melchoyce Widgets normal normal 11 Future Release feature request 12/09/2018

Very Popular (2 matches)

Ticket Summary Owner Component Priority Severity Votes Milestone Type Workflow Modified
#36335 Next generation: core autoloader proposal General normal normal 141 Awaiting Review feature request has-patch 03/27/2024
#37699 Death to Globals Episode #1: A Registry, A Pattern General normal normal 75 Awaiting Review enhancement 01/14/2021
Note: See TracReports for help on using and creating reports.