root/trunk/wp-includes/category.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8090 [8090] 06/15/08 09:32:19 westi PHPDoc updates for category.php. Fixes #5633 props jacobsantos.
(edit) @6655 [6655] 01/25/08 01:59:06 ryan Remove lingering bit of get_tags cache
(edit) @6651 [6651] 01/25/08 01:19:53 ryan Remove busted get_tags cache. get_terms does the caching for us. Props …
(edit) @6364 [6364] 12/06/07 19:49:33 ryan Remove unused vars. Props DD32. see #5418
(edit) @6125 [6125] 09/18/07 16:32:22 ryan Add checks for WP_Error. Props filosofo. see #4809
(edit) @6071 [6071] 09/10/07 19:37:00 ryan References don't work inside foreach in php4. Props mdawaffe.
(edit) @6026 [6026] 09/03/07 23:32:58 ryan Remove trailing whitespace
(edit) @6000 [6000] 09/01/07 04:43:27 ryan get_tag() and get_tag_feed_link()
(edit) @5998 [5998] 08/31/07 23:55:56 ryan Add some filtering. Props jhodgdon. see #4516
(edit) @5938 [5938] 08/24/07 18:41:01 ryan Don't pass cat as ref. Fix some term sanitization. fixes #4702
(edit) @5912 [5912] 08/21/07 18:39:45 ryan Some tag api additions from andy.
(edit) @5818 [5818] 07/25/07 03:04:46 ryan In your cats, making them back compat.
(edit) @5642 [5642] 06/03/07 17:28:27 ryan Fix link category dropdown and filter. Add some back compat to …
(edit) @5599 [5599] 05/30/07 21:50:57 ryan Fix slug queries. see #4189
(edit) @5595 [5595] 05/29/07 23:06:46 ryan Add missing taxonomy argument. Props nbachiyski. fixes #4362 see #4189
(edit) @5560 [5560] 05/27/07 17:21:04 ryan Link category fixes. see #4189
(edit) @5555 [5555] 05/26/07 23:32:06 ryan Term cache work. see #4189
(edit) @5553 [5553] 05/26/07 18:54:16 ryan Update cat2tag converter. Some term API tweaks. see #4189
(edit) @5534 [5534] 05/23/07 22:11:02 ryan No more TAXONOMY bit fiels. see #4189
(edit) @5529 [5529] 05/23/07 18:07:53 ryan Set and get post cats to taxonomy. see #4189
(edit) @5528 [5528] 05/23/07 17:28:13 ryan wp_insert_category(), cat_rows(), and others using taxonomy. see #4189
(edit) @5525 [5525] 05/23/07 10:32:33 ryan Add get_term_by() and taxonomy registration bits. Move more category …
(edit) @5521 [5521] 05/23/07 03:57:20 ryan Add get_terms() and get_term(). Move more of tagging to taxonomy. see …
(edit) @5444 [5444] 05/11/07 03:10:05 rob1n Use wp_parse_args(). fixes #4237
(edit) @5295 [5295] 04/23/07 20:28:38 ryan Fix variable collission in _get_cat_children. see #3985
(edit) @5248 [5248] 04/12/07 02:27:12 ryan Actually make use of wp_cache_add to avoid unnecessary cache writes. …
(edit) @5234 [5234] 04/10/07 19:52:15 ryan Tag clouds from mdawaffe. fixes #4129
(edit) @5232 [5232] 04/10/07 18:55:51 ryan Add get_tags(). See #3723
(edit) @5202 [5202] 04/07/07 05:24:37 ryan Avoid php notices.
(edit) @5184 [5184] 04/05/07 21:16:02 ryan Bit twiddling. Add type bitfield to categories table. see #3723
(edit) @5179 [5179] 04/04/07 22:32:24 ryan Category listing speedups. see #3985
(edit) @5178 [5178] 04/04/07 20:44:45 ryan Cache category hierarchy to make cat listing faster. Phase 1. see #3985
(edit) @5149 [5149] 03/31/07 06:16:12 matt All the query stuff we need for tag= URLs to work.
(edit) @5119 [5119] 03/27/07 23:45:41 ryan More clean_url and int casts for trunk.
(edit) @5112 [5112] 03/26/07 17:25:15 matt Don't show tags on the category page.
(edit) @4848 [4848] 01/31/07 05:57:54 markjaquith run get_categories filter on cached get_categories hits. fixes #3728
(edit) @4722 [4722] 01/11/07 22:34:18 ryan Use cache sets instead of adds. Props andy. fixes #3562
(edit) @4716 [4716] 01/10/07 20:42:17 ryan Cast to array to avoid warning. fixes #3556
(edit) @4707 [4707] 01/09/07 08:45:05 ryan Hierarchical category count fixes from andy. fixes #2738
(edit) @4634 [4634] 12/09/06 06:35:22 markjaquith Init strings before concatenation. Props devil1591. fixes #3457
(edit) @4627 [4627] 12/07/06 22:38:27 ryan Check link_count not category_count when doing link hierarchy. Props …
(edit) @4528 [4528] 11/24/06 20:44:03 ryan Caching fixes and cleanups.
(edit) @4525 [4525] 11/24/06 16:37:44 ryan cat_is_ancestor_of(). fixes #3387
(edit) @4519 [4519] 11/23/06 16:52:42 matt Caching for get_categories
(edit) @4219 [4219] 09/24/06 20:25:23 ryan Go native.
(edit) @4198 [4198] 09/19/06 23:56:28 ryan Warning and notice fixes from Alex King. fixes #3148
(edit) @4173 [4173] 09/07/06 17:42:24 ryan Avoid infinite loop when category_parent equals cat_ID
(edit) @4104 [4104] 08/17/06 04:46:16 ryan Update category counts to include children. Don't hide empty parent cats …
(edit) @4040 [4040] 07/24/06 18:26:13 ryan Kill unused var.
(edit) @4039 [4039] 07/24/06 18:24:56 ryan Use AND instead of HAVING. #2604
(edit) @4015 [4015] 07/11/06 18:15:24 ryan Allow limiting the number of cats to fetch.
(edit) @4014 [4014] 07/11/06 18:01:53 ryan Allow ordering by count.
(edit) @4013 [4013] 07/11/06 03:33:25 ryan Pass arg array to get_categories filters. Props ryanscheuermann. fixes …
(edit) @4007 [4007] 07/10/06 16:11:43 ryan get_category filter form majelbstoat. fixes #2466
(add) @3843 [3843] 06/04/06 21:36:52 ryan Reorg category functions. #2525
Note: See TracRevisionLog for help on using the revision log.