root/trunk/wp-includes/category-template.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8574 [8574] 08/06/08 21:01:46 markjaquith Whitespacing/coding standards cleanup for category-template.php
(edit) @8572 [8572] 08/06/08 20:31:54 markjaquith Cast to array when using foreach(). Props santosj (and thanks for your …
(edit) @8569 [8569] 08/06/08 15:53:39 ryan Fix tag cloud links. Props DD32. see #6015
(edit) @8540 [8540] 08/04/08 21:01:09 westi Plugin Install GSOC project first code drop. Props DD32 see #6015.
(edit) @8299 [8299] 07/09/08 04:57:18 ryan Prevent category looping. Props tellyworth. fixes #7267
(edit) @8281 [8281] 07/08/08 00:14:06 ryan Don't replace spaces with nbsp. This breaks wrapping. Props MtDewVirus?. …
(edit) @8131 [8131] 06/20/08 13:52:18 westi Add new has_tag() template tag. Fixes #6590 props Otto42.
(edit) @7904 [7904] 05/07/08 19:12:44 ryan [7064] introduces an extra query for each call to in_category(). Avoid …
(edit) @7903 [7903] 05/07/08 19:10:36 ryan Add current_category option to wp_list_categories(). Props filosofo. fixes …
(edit) @7792 [7792] 04/23/08 22:00:31 ryan Reverting [7729]. Breaks listing of categories with posts that have …
(edit) @7729 [7729] 04/17/08 21:21:13 ryan We don't need get_categories() to do a hierarchical sort anymore. The …
(edit) @7520 [7520] 03/26/08 06:37:19 ryan Taxonomy links and template tags from andy. see #6357
(edit) @7505 [7505] 03/24/08 20:39:05 ryan in_category(): Return immediately if category is empty.
(edit) @7472 [7472] 03/22/08 09:14:49 westi Improve the tabindex's on the Write>Post page. Need to do the others too.
(edit) @7130 [7130] 03/02/08 20:17:30 ryan Remove trailing whites.
(edit) @7064 [7064] 02/27/08 18:25:25 westi A better in_category which supports category names that are all numbers.
(edit) @7030 [7030] 02/25/08 22:18:41 westi Support category names in in_category(). Fixes #4558 props robmil.
(edit) @6899 [6899] 02/18/08 17:46:26 ryan Add optional post ID arg to the_category and get_the_category_list. Props …
(edit) @6824 [6824] 02/13/08 19:12:46 ryan Add RAND order option to wp_tag_cloud(). Props fitzrev. fixes #5726
(edit) @6693 [6693] 01/31/08 00:58:54 ryan Remove spurious dollar sign. fixes #6690
(edit) @6690 [6690] 01/30/08 20:07:52 ryan Add depth arg to wp_dropdown_categories(). Props pishmishy. fixes #2461
(edit) @6616 [6616] 01/14/08 22:35:43 ryan Return, don't echo, array. Props Otto42. fixes #5155
(edit) @6595 [6595] 01/10/08 21:51:00 ryan Add depth arg to wp_list_categories(). Props pishmishy. see #2461
(edit) @6551 [6551] 01/04/08 19:36:34 ryan Unused var cleanup. Props DD32. see #5418
(edit) @6365 [6365] 12/06/07 19:58:15 ryan New feed_link functions. Deprecate rss_link functions. Make default feed …
(edit) @6364 [6364] 12/06/07 19:49:33 ryan Remove unused vars. Props DD32. see #5418
(edit) @6227 [6227] 10/12/07 19:49:25 westi Translation fix for wp_tag_cloud(). Fixes #5131 props webrocker
(edit) @6125 [6125] 09/18/07 16:32:22 ryan Add checks for WP_Error. Props filosofo. see #4809
(edit) @6091 [6091] 09/12/07 02:53:27 ryan Add echo or return option to wp_list_categories. Props Otto42. fixes #4182
(edit) @6026 [6026] 09/03/07 23:32:58 ryan Remove trailing whitespace
(edit) @5917 [5917] 08/22/07 22:28:00 ryan Add class to tag cloud links. Props filosofo. fixes #4798
(edit) @5899 [5899] 08/18/07 17:21:51 ryan Add back compat to get_the_category. Props nbachiyski. fixes #4771
(edit) @5872 [5872] 08/15/07 21:54:02 ryan Typo fix
(edit) @5871 [5871] 08/14/07 03:44:49 ryan get_the_tag_list from andy. fixes #4733
(edit) @5868 [5868] 08/14/07 03:01:26 ryan Update in_category() to use object term cache API. Props technosailor. …
(edit) @5797 [5797] 07/12/07 16:00:51 ryan Fix variable name. Props bgracewood. fixes #4621
(edit) @5726 [5726] 06/19/07 00:33:44 ryan Add some taxonomy validation. Rearrange funcs.
(edit) @5715 [5715] 06/15/07 18:26:43 rob1n Show the name, not the slug. fixes #4473
(edit) @5700 [5700] 06/14/07 02:25:30 ryan Trim empty lines. Nothing but newline.
(edit) @5693 [5693] 06/13/07 00:16:33 matt Update in_category to use the new object_term_cache, it wasn't so much …
(edit) @5660 [5660] 06/06/07 16:13:12 ryan Use get_term_children() and get_term_field(). see #4189
(edit) @5616 [5616] 05/31/07 21:38:33 ryan Abstract object term cache a bit more. see #4189
(edit) @5598 [5598] 05/30/07 03:36:59 ryan Some term caching. see #4189
(edit) @5590 [5590] 05/29/07 04:54:45 markjaquith switch to term_id and name for category sorting. see #4189. sort by …
(edit) @5568 [5568] 05/28/07 02:07:59 rob1n Add rel="tag" to tag links. fixes #4159
(edit) @5549 [5549] 05/25/07 16:27:34 rob1n Fix typo.
(edit) @5530 [5530] 05/23/07 18:59:12 ryan Convert category queries and list cats to taxonomy. see #4189
(edit) @5529 [5529] 05/23/07 18:07:53 ryan Set and get post cats to taxonomy. see #4189
(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) @5265 [5265] 04/13/07 23:20:14 rob1n Respect show_option_all in wp_list_categories(). Props westi. fixes #4145
(edit) @5235 [5235] 04/10/07 21:23:11 ryan Change get_the_tags() to return an array of tags. Move tag list code to …
(edit) @5234 [5234] 04/10/07 19:52:15 ryan Tag clouds from mdawaffe. fixes #4129
(edit) @5231 [5231] 04/10/07 18:30:55 ryan s/get_post_tags/wp_get_post_tags/ to match the rest of the API.
(edit) @5197 [5197] 04/06/07 18:22:54 ryan Relocate get_post_tags.
(edit) @5196 [5196] 04/06/07 17:53:34 ryan Typo
(edit) @5150 [5150] 03/31/07 09:19:32 matt Now tag pretty permalinks should work, and support custom tag bases.
(edit) @5149 [5149] 03/31/07 06:16:12 matt All the query stuff we need for tag= URLs to work.
(edit) @5111 [5111] 03/26/07 08:08:31 matt Basic theme support for tags.
(edit) @5090 [5090] 03/23/07 02:16:16 ryan Castaways on Gilligan's Isle
(edit) @5087 [5087] 03/23/07 00:59:21 matt (int)er the dragon.
(edit) @5082 [5082] 03/22/07 20:52:29 ryan More int casts
(edit) @5019 [5019] 03/10/07 06:18:43 markjaquith user_trailingslashit filter for users who sometimes want trailing slashes …
(edit) @4953 [4953] 02/27/07 15:24:54 markjaquith trailing tabs and whitespace cleanup.
(edit) @4903 [4903] 02/21/07 02:13:47 markjaquith properly sort categories by name for the_category(). Props rob1n. fixes …
(edit) @4886 [4886] 02/15/07 07:07:12 markjaquith Consistent use or disuse of trailing slashes in URLs according to user …
(edit) @4795 [4795] 01/24/07 05:44:24 markjaquith Typo in [4790] caught by Znuff. fixes #3644
(edit) @4790 [4790] 01/23/07 08:21:28 markjaquith Do not attempt to use rel-tag for URL schemes that do not support it. …
(edit) @4774 [4774] 01/19/07 20:58:56 ryan Check style. Props nickshanks. fixes #3610
(edit) @4755 [4755] 01/16/07 22:50:30 ryan Add wp_list_categories filter. Props Mark Jaquith. fixes #3586
(edit) @4707 [4707] 01/09/07 08:45:05 ryan Hierarchical category count fixes from andy. fixes #2738
(edit) @4583 [4583] 12/01/06 23:00:04 ryan Better AJAX feedback messages and markup fixes. Props mdawaffe. fixes …
(edit) @4580 [4580] 12/01/06 18:55:27 ryan Avoid empty result category queries. Props andy. fixes #3416
(edit) @4524 [4524] 11/23/06 20:39:39 ryan Key caches by blog ID for those doing the multi blog trick.
(edit) @4495 [4495] 11/19/06 07:56:05 ryan Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes …
(edit) @4277 [4277] 10/03/06 15:41:44 ryan Init vars before use. Props Alex King. fixes #3180
(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) @4151 [4151] 08/31/06 21:36:21 ryan Make the current cat the selected cat when doing a category query. fixes …
(edit) @4144 [4144] 08/30/06 21:46:31 ryan Use get_option instead of get_settings. Just 'cause.
(edit) @3881 [3881] 06/17/06 00:05:00 ryan Use wp_list_categories() in templates.
(copy) @3843 [3843] 06/04/06 21:36:52 ryan Reorg category functions. #2525
copied from trunk/wp-includes/template-functions-category.php:
(edit) @3706 [3706] 04/13/06 04:51:45 ryan Default category lists to hierarchical. Update default theme to use …
Note: See TracRevisionLog for help on using the revision log.