Commits
User selector
Commit History
Commits on Jun 23, 2011
Don't attempt old slug redirect for multi-post_type queries. Props aaroncampbell. see #16949
Show description for bb75e13committed
Commits on Jun 11, 2011
@since s/3.2/3.2.0/
Show description for a657a19committed
Commits on May 26, 2011
Remove duplicate sentence search terms. Props scribu. fixes #17152
Show description for 9294a6ccommitted
Commits on May 12, 2011
Cache post thumbnails in the loop. props garyc40, scribu, greuben. fixes #15447.
Show description for a270cd1committed
Commits on May 5, 2011
Use int for redirect code. props niallkennedy, fixes #17321.
Show description for d36556bcommitted
Commits on Apr 29, 2011
Constructor cleanup. Props ocean90. fixes #16768
Show description for 9730cb8committed
Commits on Apr 25, 2011
Introduce WP_Meta_Query and relation support. Props scribu, greuben. fixes #17165 #17011
Show description for 96fe897committed
Commits on Apr 23, 2011
Allow WP_Query 'post_status' parameter to accept an array, as well as a singular value and comma separated list. Fixes #16824
Show description for 5292937committed
Commits on Apr 18, 2011
Don't pollute orderby query var. Props scribu. fixes #16844
Show description for 1ec0ffdcommitted
Commits on Apr 6, 2011
There is not a NOT operator. Props scribu. fixes #17054 for trunk
Show description for 1e9c26ccommitted
Commits on Apr 5, 2011
Set is_* flags for AND taxonomy queries. fixes #17054 for trunk
Show description for 81d1fdccommitted
Commits on Mar 24, 2011
Commits on Mar 22, 2011
Add back compat fields to queried category objects. Props scribu, duck_. fixes #16857 for trunk
Show description for 8cd8115committedReturn false instead of WP_Error from get_term_by() if the term does not exist. Makes fetching a term by id consistent with slug and name. Props hakre. fixes #16464 #16717 for trunk
Show description for 52cbde8committed
Commits on Mar 8, 2011
Check for WP_Error return from get_term_by(). Props fabifott, kawauso, nacin. fixes #16717 for trunk
Show description for b08c477committedDon't perform taxonomy queries for single post requests. Props scribu. fixes #16793 for trunk
Show description for 13058d5committed
Commits on Mar 3, 2011
Don't double process the tag query var. Props scribu. fixes #16730 for trunk
Show description for 63f4028committed
Commits on Mar 2, 2011
Reparse the taxonomy query if query vars change. fixes #16622 for trunk
Show description for 9c2707ccommitted
Commits on Feb 16, 2011
Use ->query instead of . Always kick off the parse_query action. fixes #16545 for trunk
Show description for 5bfe6facommitted
Commits on Feb 15, 2011
Run parse_query() in get_posts() so that the query vars are always parsed for set(), get_posts() patterns. fixes #16545 for trunk
Show description for db31b73committed
Commits on Feb 9, 2011
Pink the whites.
Show description for 451d7d8committed
Commits on Jan 24, 2011
Get is_post_type_archive( 'my-post-type' ) working properly outside of the loop. props bit4. fixes #16347
Show description for e51e83dcommitted
Commits on Jan 12, 2011
Resurrect 'tag' query processing. see #16157
Show description for fd8d4a6committed
Commits on Jan 11, 2011
Set tag_id for tag queries. Add NOT support to wp_list_filter(). Props scribu. fixes #16170
Show description for e1b27b6committed
Commits on Jan 9, 2011
Don't parse cat query var twice. Don't include children for category__* queries. Props SergeyBiryukov. see #16152
Show description for 634763ccommittedCast category and tag query args to array to allow passing a single ID or slug. Props SergeyBiryukov. fixes #14892
Show description for 99478d0committedcategory__and, tag__and, tag_slug__in, tag_slug__and support. fixes #16157
Show description for f59c869committed
Commits on Jan 8, 2011
Use correct var. Props westi. fixes #16145
Show description for 9135257committed
Commits on Dec 29, 2010
get_meta_sql should be private. see #14645.
Show description for 68692f0committed
Commits on Dec 28, 2010
Ignore an empty pagename when correcting is_* for page_on_front requests. Props donalmacarthur, SergeyBiryukov, filosofo. fixes #16002
Show description for 0512193committed
Commits on Dec 25, 2010
Set taxonomy/term back-compat query vars for all views (not just taxonomy indexes). Fixes #15978
Show description for b8e50afcommitted
Commits on Dec 20, 2010
Commits on Dec 19, 2010
Don't fatal error when conditional tags are called before init. fixes #14729.
Show description for 9a5687bcommitted
Commits on Dec 16, 2010
Add like_escape() to some queries. fixes #15764
Show description for c1e26efcommitted
Commits on Dec 15, 2010
You are doing it wrong in query.php. see #15824, see #14729.
Show description for e3fce95committed