Commits
User selector
Commit History
Commits on Feb 7, 2008
Remove extra underscores. fixes #5788 for 2.3
Show description for 3e1f1e7committed
Commits on Dec 28, 2007
Use is_admin. Props markjaquith. see #5487
Show description for 47168e8committed
Commits on Dec 21, 2007
Better is_admin() check from filosofo and pishmishy. fixes #5487 for 2.3
Show description for 0390e1bcommitted
Commits on Oct 15, 2007
Use inner joins instead of left joins for taxonomy. Inner is faster. fixes #5179 for 2.3
Show description for 2fc52b3committed
Commits on Oct 5, 2007
Add some spacing. fixes #5137 for 2.3
Show description for 4cb0169committed
Commits on Oct 4, 2007
New taxonomy intersection queries from xknown. fixes #5137 for 2.3
Show description for da9d1a4committed
Commits on Sep 18, 2007
Add checks for WP_Error. Props filosofo. see #4809
Show description for 5917c54committed
Commits on Sep 11, 2007
Commits on Sep 5, 2007
Don't skip sanitization if 404. Add wp_title display filters.
Show description for 85bec38committed
Commits on Sep 3, 2007
Remove trailing whitespace
Show description for 7a43c01committedStrip lines that contain only whitespace down to newlines.
Show description for e939114committedCheck for wp-admin case-insensitively in is_admin()
Show description for 0459826committedTag unions and intersections. fixes #4895
Show description for c8e307ecommittedtag_id not tag__id. see #4895
Show description for 2d3b05bcommittedtag__in, tag__not_in, and tag_and queries. fixes #4895
Show description for 3e725d7committed
Commits on Aug 26, 2007
Add missing global and remove unused var. Props JeremyVisser. fixes #4818
Show description for 9b4a302committed
Commits on Aug 23, 2007
Don't allow private query vars in url_to_postid
Show description for ca4e75ccommitted
Commits on Aug 22, 2007
posts_results and posts_selection hooks. fixes #4799
Show description for 87234facommitted
Commits on Aug 21, 2007
Some tag api additions from andy.
Show description for ece120bcommitted
Commits on Aug 20, 2007
wp_reset_query() from mdawaffe. fixes #4741
Show description for a79d48ecommitted
Commits on Aug 15, 2007
Category union and intersection query vars. fixes #4750
Show description for 669d471committed
Commits on Aug 4, 2007
Allow for hour/minute/second values in the QS that evaluate as false (like 0). Props Otto42 and agharbeia. fixes #4499
Show description for 0885f81committed
Commits on Jun 14, 2007
Introducing post_status="pending". see #4446 and put any initial bug reports on that ticket
Show description for 0f0788dcommittedTrim empty lines. Nothing but newline.
Show description for b046d67committed
Commits on Jun 6, 2007
Use get_term_children() and get_term_field(). see #4189
Show description for e1ef295committed
Commits on May 31, 2007
Fix some typos in query.php. Props schulte. fixes #4373
Show description for f0cd9cbcommitted
rob1n
Commits on May 29, 2007
get_term_children() and category query fixes.
Show description for cfa5ecfcommittedUse taxonomy instead of post2cat. see #4189
Show description for e0bf0ffcommittedget_objects_in_term()
Show description for ac1db49committed
Commits on May 28, 2007
Add a is_user_logged_in() check.
Show description for 6b9af86committed
rob1nBetter draft, private, and future post/page management from mdawaffe. fixes #3945
Show description for c9b3784committed
Commits on May 23, 2007
Convert category queries and list cats to taxonomy. see #4189
Show description for 3261234committedAdd get_terms() and get_term(). Move more of tagging to taxonomy. see #4189
Show description for 0bc2a4bcommitted
Commits on Apr 19, 2007
Replace deprecated get_settings() calls with get_option(). Props johnbillion. fixes #4167
Show description for baff4f7committed
rob1n
Commits on Apr 2, 2007
Fix category_name=foo WP_Queries. fixes #4069
Show description for aa82383committed