Make WordPress Core

{1} All Tickets (8376 matches)

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

Results (6001 - 6100 of 8376)

Query (100 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#44964 `redirect_guess_404_permalink` doesn't support array in `post_type` var needs-unit-tests normal normal Awaiting Review defect (bug) 10/01/2018 1
#37530 is_front_page() is based on wrong data -> gives wrong results needs-unit-tests normal normal Future Release defect (bug) 01/07/2020 5
#58234 sanitize_title_with_dashes fatal error when query var value is an array in php 8 needs-unit-tests normal normal Awaiting Review defect (bug) 08/08/2023 4
#15667 wp_list_pages, if it finds no pages to display, shows random child pages instead because of a bug in get_pages() jackreichert needs-unit-tests normal minor defect (bug) 06/04/2019 16
#56105 Call update_post_parent_caches in the_post function in WP_Query class needs-unit-tests normal normal Awaiting Review enhancement 04/20/2023 3
#15249 Filtering get_search_sql for advanced queries needs-unit-tests normal normal enhancement 06/04/2019 17
#25190 Improve name/pagename query variable mapping needs-unit-tests normal normal enhancement 06/04/2019 1
#36881 Improved hot-wiring of set_found_posts pbearne needs-unit-tests normal normal enhancement 05/08/2024 3
#39447 Improvement to the get_the_posts_navigation SergeyBiryukov needs-unit-tests normal normal Future Release enhancement 01/27/2021 10
#41678 Make sure all field returns use filters in WP Query needs-unit-tests normal normal Awaiting Review enhancement 04/20/2023 2
#19653 Order by meta field forces ignore of null records needs-unit-tests normal normal Future Release enhancement 03/29/2019 8
#35907 Permit sticky posts to affect the query in REST_REQUEST rmccue needs-unit-tests normal normal Future Release enhancement 04/23/2017 6
#20352 Use str_getcsv() to parse search terms in WP_Query needs-unit-tests normal normal enhancement 06/04/2019 3
#45084 WP_Term_Query multiple 'orderby' support needs-unit-tests normal normal Future Release enhancement 03/03/2021 5
#49149 Write tests for WP_Query needs-unit-tests normal normal Awaiting Review enhancement 02/20/2020 9
#23044 adjacent_image_link() needs optimization needs-unit-tests normal normal enhancement 06/04/2019 12
#53450 [WP_Meta_Query] Add faster LIKE based 'STARTSWITH' and 'ENDSWITH' compare modes for value query needs-docs normal trivial Future Release enhancement 09/20/2022 42
#40630 Advanced meta compare "like" in WP_Query has-patch normal normal Awaiting Review defect (bug) 05/16/2017 1
#51794 An author_name query with nonexistent user returns posts with no author has-patch normal normal Awaiting Review defect (bug) 11/17/2020
#10663 Category name handling wrong function is_category has-patch normal normal defect (bug) 04/21/2024 11
#37645 Changes made to certain is_*() functions generates PHP Notices when arrays or objects are present has-patch normal normal Awaiting Review defect (bug) 07/23/2021 4
#23862 Clean up old WP->public_query_vars and WP->private_query_vars nacin has-patch normal normal defect (bug) 11/30/2022 7
#39428 Die fast in get_posts if get_user_by returns false has-patch normal normal Future Release defect (bug) 03/15/2019
#44296 Enable double-width space works as a separator in search query SergeyBiryukov has-patch normal normal Future Release defect (bug) 04/10/2019 12
#38442 Error when WP_Query parses orderby array in function parse_order has-patch normal normal Future Release defect (bug) 04/02/2019 6
#55917 Fatal error in WP6.0 when calling get_current_screen on the pre_get_posts action has-patch normal normal Future Release defect (bug) 09/23/2023 22
#53824 Fatal error when in action pre_get_posts call *_template() has-patch normal normal Future Release defect (bug) 02/15/2022 10
#27266 Front end search for attachment title cannot succeed has-patch normal normal defect (bug) 01/18/2022 11
#37489 If Posts have the same datetime, the order of the post is indefinite. has-patch normal normal defect (bug) 06/04/2019
#59516 Improve cache key generation in query classes pbearne* has-patch normal normal 6.7 defect (bug) 09/13/2024 16
#62022 Missing PHPDoc tag for WP_Query::$query_vars_changed has-patch normal trivial Awaiting Review defect (bug) 09/10/2024 4
#52337 Non-numeric attachment_id and p query string params result in posts page has-patch normal normal Future Release defect (bug) 10/17/2023 4
#52094 Queries with perm readable/editable will not work for multiple post types and status queries has-patch normal normal Awaiting Review defect (bug) 06/15/2022 7
#50598 Replace developer.w.org instead of Codex on is_main_query function message has-patch normal minor Awaiting Review defect (bug) 07/07/2020
#38062 SELECT DISTINCT ... ORDER BY ... has-patch normal normal Awaiting Review defect (bug) 04/09/2019 3
#50873 Search query parameter causes 404 on pagename match rules has-patch normal normal Awaiting Review defect (bug) 02/15/2024 4
#38283 Some `WP_Query` query vars undocumented has-patch normal normal Future Release defect (bug) 03/27/2019 1
#41745 Uncaught Error in get_query_var when $wp_query is null has-patch normal normal Awaiting Review defect (bug) 10/01/2021 9
#27272 WP meta queries comparing apples to oranges has-patch normal normal defect (bug) 06/04/2019 21
#41224 WP strips query vars if post contains "wp-admin" has-patch normal normal Awaiting Review defect (bug) 07/03/2017 3
#49284 WP_Meta_Query's 'compare_key' does not support 'NOT EXISTS' when used with WP_User_Query has-patch normal normal Awaiting Review defect (bug) 09/12/2024 5
#27282 WP_Query returns more results when there are sticky posts has-patch normal normal Future Release defect (bug) 01/01/2017 16
#44737 WP_Query: in searches post_status should consider exclude_from_search SergeyBiryukov has-patch normal normal Future Release defect (bug) 11/29/2019 6
#60745 WP_Query::parse_query() does not handle invalid query arg values has-patch normal normal 6.7 defect (bug) 07/18/2024 7
#56311 Week query variable is not being sanitized correctly audrasjb has-patch normal normal Future Release defect (bug) 10/04/2023 27
#41196 add _doing_it_wrong to get_query_var and prevent fatal errors has-patch normal normal Awaiting Review defect (bug) 11/12/2017 1
#58147 bugfix: rewind_posts when posts array index != 0 has-patch normal normal Awaiting Review defect (bug) 04/18/2023 4
#45894 is_home conditional tag returns incorrect value with home pagination has-patch normal normal Awaiting Review defect (bug) 01/10/2019 2
#49168 is_post_type_archive( $post_types = '' ) doesn't work with underscore (_) has-patch normal normal Awaiting Review defect (bug) 01/11/2020 2
#40660 the_post_navigation not excluding terms - wp 4.7.4 has-patch normal normal Awaiting Review defect (bug) 07/28/2020 1
#37463 Abstract Query Class has-patch normal normal Awaiting Review enhancement 04/20/2023 3
#39120 Add get/set methods to remaining main query classes (comments and terms) has-patch normal normal Awaiting Review enhancement 04/07/2018 2
#54371 Add posts_results-like filters to WP_Query when return fields are ids or id=>parent has-patch normal normal Future Release enhancement 04/11/2022 6
#41266 Not hard coding the table alias prefix in WP_Meta_Query would make class more extendable noisysocks has-patch normal normal Future Release enhancement 11/07/2021 11
#18836 ORDER BY RAND() is slow pbearne has-patch normal minor enhancement 03/12/2024 10
#30994 Offset return for wp_get_archives has-patch normal normal enhancement 06/04/2019
#40434 Optimize SQL in Admin - In the Post/CPT List `wp-admin/edit.php` > the function get_posts() has-patch normal normal Awaiting Review enhancement 01/17/2018 5
#16706 Queries using "category__and" are slow on large databases chriscct7 has-patch normal normal enhancement 06/04/2019 40
#29424 Query argument 'orderby' makes duplicated parameters possible; does not support some available columns johnbillion has-patch normal normal Future Release enhancement 02/05/2020 11
#51811 Query inconsistency between WP_Query and WP_Term_Query has-patch normal normal Awaiting Review enhancement 07/04/2024 6
#9978 Sticky Posts are not ordered correctly after selection has-patch normal normal enhancement 06/04/2019 8
#11950 Sticky Posts are too aggressive has-patch normal normal enhancement 06/04/2019 13
#34525 Use wp_parse_id_list() in the WP_Query class has-patch normal normal enhancement 06/04/2019 4
#52167 WP_Query: always convert `any` post type values to public values. has-patch normal normal Awaiting Review enhancement 12/24/2020 1
#55630 add array input to meta_query key has-patch normal normal Awaiting Review enhancement 04/27/2022 1
#17019 add hooks for Media Library attachment counts SergeyBiryukov has-patch normal normal Future Release enhancement 05/21/2024 54
#27094 get_boundary_post() doesn't work for custom post types has-patch normal normal enhancement 06/04/2019 5
#43842 get_children() function enhancement. has-patch normal normal Awaiting Review enhancement 01/16/2019
#14477 get_pages with child_of only works with uninterrupted hierarchies wonderboymusic has-patch high normal Future Release enhancement 01/15/2021 21
#14368 make the 'orderby' argument in get_posts() accept all "post" fields has-patch normal normal enhancement 08/01/2022 11
#41797 max_num_pages for WP_User_Query has-patch normal normal Awaiting Review enhancement 09/05/2017 2
#44602 meta_query to support FIND_IN_SET has-patch normal normal Awaiting Review enhancement 07/18/2018
#18897 query_posts / WP_query parameter 'offset' should play nicely with 'paged' wonderboymusic has-patch normal normal enhancement 06/04/2019 26
#55207 WP_Query returns published sticky posts when post_status is set to draft early normal normal Future Release defect (bug) 03/28/2022 8
#45343 $query->post is null when WP_Query `fields` parameter is present dev-feedback normal normal Awaiting Review defect (bug) 11/14/2018 1
#50070 'post_type' query variable not set for taxonomy queries dev-feedback normal normal Awaiting Review defect (bug) 05/27/2020 5
#47719 Consistency issue with `include` parameter set to "0" in `WP_Term_Query` SergeyBiryukov dev-feedback normal normal Future Release defect (bug) 02/17/2021 9
#44848 Ensure that empty author profiles have proper 404 behaviour dev-feedback normal normal Awaiting Review defect (bug) 09/17/2019 6
#52921 If page content blank and any page shows 404 error dev-feedback normal normal Awaiting Review defect (bug) 03/30/2021 2
#57678 Missing use of placeholders and $wpdb->prepare() dev-feedback normal major Awaiting Review defect (bug) 02/27/2023 2
#58515 Need to use $wpdb->prepare instead of sprintf dev-feedback normal normal Awaiting Review defect (bug) 06/22/2023 3
#44349 Posts show up multiple times in backend when they have the exact same date dev-feedback normal normal Awaiting Review defect (bug) 02/09/2022 30
#48078 Some WP_XXX_Query::query() methods produce incorrect results when called in a loop dev-feedback normal normal Awaiting Review defect (bug) 09/20/2019 2
#33341 WP_Meta_Query IN operator with empty array does not return expected result dev-feedback normal critical Awaiting Review defect (bug) 10/17/2023 6
#39945 WP_Query::get_posts fails to correctly sanitize 'posts_per_page' dev-feedback normal normal Awaiting Review defect (bug) 03/03/2020 4
#50871 When exact is true and orderby set to relevance, there is a DB error on search results page dev-feedback normal normal Awaiting Review defect (bug) 08/07/2020 4
#44965 WordPress Core strips $_GET['error'] occasionally SergeyBiryukov* dev-feedback normal normal Future Release defect (bug) 09/21/2022 6
#24142 Zero value for posts_per_page value in wp_query custom instance and for 'Blog pages show at most' option SergeyBiryukov dev-feedback normal normal Future Release defect (bug) 02/18/2024 26
#35913 `is_()` conditional methods should share their logic dev-feedback normal normal Future Release defect (bug) 02/06/2017 2
#43238 `suppress_filters` not set in `pre_get_posts` hook dev-feedback normal normal Awaiting Review defect (bug) 05/13/2022 9
#37762 cache_results parameter doesn't prevent queried posts from being added to cache boonebgorges dev-feedback normal normal Future Release defect (bug) 06/15/2022 7
#20899 is_home() should be able to be true when is_feed() dev-feedback normal normal Future Release defect (bug) 05/19/2017 23
#57416 Do not split query if requesting one post spacedmonkey dev-feedback normal normal Future Release enhancement 07/12/2024 5
#49278 Improve meta query dev-feedback normal normal Future Release enhancement 01/03/2023 29
#48193 Improve the WordPress loop dev-feedback normal normal Awaiting Review enhancement 01/20/2024 6
#57211 Split up `WP_Query::get_posts()` costdev dev-feedback normal normal Future Release enhancement 01/23/2023 3
#41819 Support the paged argument in WP_Site_Query and WP_Network_Query spacedmonkey dev-feedback normal normal Future Release enhancement 11/01/2017 5
#49429 There seems to be no way to check query value for NULL dev-feedback normal normal Awaiting Review enhancement 02/14/2020 4
#56689 Use WP_Query in get_page_by_path spacedmonkey dev-feedback normal normal Future Release enhancement 02/07/2023 28
#36652 Use meta_value in a meta query to decide type format in SQL clause ericlewis dev-feedback normal normal enhancement 06/04/2019 6
Note: See TracReports for help on using and creating reports.