Commits
User selector
Commit History
Commits on Sep 5, 2007
Don't skip sanitization if 404. Add wp_title display filters.
Show description for 734d53ecommitted
Commits on Aug 23, 2007
Don't allow private query vars in url_to_postid
Show description for 0e5d916committed
Commits on Apr 25, 2007
Remove rel_type ref
Show description for 524c8dacommitted
Commits on Apr 19, 2007
Roll tags out of 2.2 -- reverts [5272], [5271], [5257], [5254], [5253], [5251], [5250], [5243], [5235], [5234], [5232], [5231], [5229], [5228], [5217], [5216], [5215], [5213], half of [5210], [5209…
Show description for 60270a4committedReplace 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
Commits on Mar 31, 2007
All the query stuff we need for tag= URLs to work.
Show description for 570a74ecommitted
Commits on Mar 23, 2007
(int)er the dragon.
Show description for b1f6f9acommitted
Commits on Mar 9, 2007
Move some query var sanitization up to parse_query() and make sure the sanitized values are avilable via get_query_var().
Show description for 6b7e278committed
Commits on Mar 7, 2007
Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920
Show description for 5636854committed
Commits on Feb 28, 2007
Fix up page_for_posts feed. Rework some query bits. Props mdawaffe. fixes #3885
Show description for b6115f0committed
Commits on Feb 27, 2007
trailing tabs and whitespace cleanup.
Show description for 5acfcd9committed
Commits on Feb 25, 2007
Use correct capabilities checks when determining whether to show private posts. Props molecularbear. fixes #3827
Show description for 11d28a5committed
Commits on Feb 24, 2007
Comment feeds everywhere. Props mdawaffe and rob1n. fixes #2485
Show description for 2f191b4committed
Commits on Feb 22, 2007
Handle empty search query. Props charleshooper. fixes #3722 #3759
Show description for 0a1b1b2committed
Commits on Feb 5, 2007
Disambiguate queries. Props mhyk25. fixes #3747
Show description for e015e21committed
Commits on Jan 16, 2007
Fix SQL error when excluding empty cat. fixes #3598
Show description for fb8bd1dcommitted
Commits on Dec 9, 2006
Init strings before concatenation. Props devil1591. fixes #3457
Show description for d4c163fcommitted
Commits on Dec 6, 2006
Ignore nopaging for feeds.
Show description for c6ff4d8committed
Commits on Dec 1, 2006
Some additional hooks for extensibility.
Show description for 4185964committed
Commits on Nov 30, 2006
Remember old post slugs and automatically redirect to the new slug. fixes #3202
Show description for be11dbecommitted
Commits on Nov 23, 2006
This makes things a little more interesting and cacheable (sp?)
Show description for 63d022fcommitted
Commits on Nov 19, 2006
Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
Show description for e44ea1fcommittedceil() max_num_pages. Props MattRead. fixes #3368
Show description for 45984c5committed
Commits on Nov 11, 2006
is_singular should be false for the posts page. Props mdawaffe. fixes #3351
Show description for 997227ccommitted
Commits on Nov 9, 2006
Preserve the original query object as wp_the_query so that it's not stomped by subsequent calls to query_posts().
Show description for be689d8committed
Commits on Nov 8, 2006
Remove paging by days. fixes #3341
Show description for 94b9222committedUse FOUND_ROWS to calculate the max number of pages. Need to cleanup/eliminate _max_num_pages().
Show description for 6a3029dcommitted
Commits on Nov 7, 2006
GROUP BY is hella faster than DISTINCT.
Show description for 04c0b4fcommitted
Commits on Oct 27, 2006
Allow "quoted strings" to be used in searches. mega free-beer-when-I-finally-meet-you-in-person props to ringmaster. fixes #3177
Show description for b247fdccommitted
Commits on Oct 23, 2006
Init query_vars as an array.
Show description for 7414172committed
Commits on Sep 21, 2006
Make sure query vars are set before use. Props Alex King. fixes #3154
Show description for 2afc3e1committed
Commits on Sep 12, 2006
do_action_ref_array(). fixes #3125
Show description for 7d25a72committed
Commits on Aug 30, 2006
Use get_option instead of get_settings. Just 'cause.
Show description for 7e82eefcommitteds/URI/URL/. Props Nazgul. fixes #2666
Show description for cd766e5committed