root/trunk/wp-includes/taxonomy.php


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8732 [8732] 08/25/08 21:50:11 ryan Notice fixes. see #7509
(edit) @8646 [8646] 08/14/08 17:00:37 ryan Notice fixes. Props DD32. see #7509
(edit) @8600 [8600] 08/09/08 05:36:14 ryan Trailing whitespace cleanup
(edit) @8572 [8572] 08/06/08 20:31:54 markjaquith Cast to array when using foreach(). Props santosj (and thanks for your …
(edit) @8433 [8433] 07/24/08 19:28:40 ryan Check both slug and name when determining if is_term(). fixes #6593 for …
(edit) @8393 [8393] 07/21/08 21:53:32 ryan Don't allow empty term names. Props scohoust. fixes #7336 for trunk
(edit) @8377 [8377] 07/19/08 19:00:56 ryan Revert accidental bits that snuck in with [8376]. see #7227
(edit) @8376 [8376] 07/19/08 17:56:35 ryan IXR 0.71. Props jacobsantos. fixes #7227
(edit) @8363 [8363] 07/17/08 16:59:40 ryan Fix is_term query prepare() so that tag slugs that percent signs in them …
(edit) @8225 [8225] 07/01/08 15:54:58 ryan Account for term exclusion filter when creating cache key. Props filosofo. …
(edit) @8164 [8164] 06/22/08 20:23:23 ryan phpdoc updates from jacobsantos. see #7038
(edit) @7952 [7952] 05/19/08 18:47:33 ryan Make sure taxonomy args are set before using. Props Sam_a. fixes #6960 for …
(edit) @7940 [7940] 05/16/08 02:35:24 matt Fix default taxonomy query var. Populate taxonomy and term query vars …
(edit) @7939 [7939] 05/16/08 01:43:35 matt Use TT ids instead of term ids. Hat tip: andy.
(edit) @7738 [7738] 04/18/08 17:42:13 ryan Only use the args defined in defaults to compute the cache key in …
(edit) @7645 [7645] 04/14/08 16:13:25 ryan Prepare DB queries in more places. Props filosofo. see #6644
(edit) @7545 [7545] 03/27/08 06:30:20 ryan Allow register_taxonomy() to be called before init for back compat with …
(edit) @7526 [7526] 03/26/08 18:26:22 ryan get_term_link() fixes for core taxonomies. Props andy. see #6357
(edit) @7520 [7520] 03/26/08 06:37:19 ryan Taxonomy links and template tags from andy. see #6357
(edit) @7507 [7507] 03/24/08 22:43:20 ryan Accept array of object types when registering a taxonomy. Props andy. see …
(edit) @7491 [7491] 03/23/08 17:02:11 ryan Taxonomy queries and urls. Props andy. see #6357
(edit) @7481 [7481] 03/23/08 00:55:11 ryan Make sure IDs are >= 0. see #6305
(edit) @7431 [7431] 03/20/08 23:34:32 ryan Capture last db error. Pass it in WP_Error data when term inserts fail. …
(edit) @7430 [7430] 03/20/08 22:33:34 ryan Return error if term DB insert fails
(edit) @6983 [6983] 02/22/08 17:43:56 ryan Notice fixes from nbachiyski. fixes #5961
(edit) @6851 [6851] 02/14/08 17:17:57 ryan Support ordering for term relationships. Props andy. fixes #5857
(edit) @6843 [6843] 02/14/08 05:40:19 ryan Add more sort options to wp_get_object_terms(). Props andy. fixes #5245
(edit) @6799 [6799] 02/12/08 09:02:02 ryan Manage categories redesign. Add categories search.
(edit) @6738 [6738] 02/06/08 20:42:03 ryan Fix fields=names query in get_terms(). Props Sarky-de. fixes #5780
(edit) @6726 [6726] 02/05/08 06:47:27 ryan Trailing whitespace cleanup
(edit) @6660 [6660] 01/25/08 19:29:01 ryan First cut at Manage->Tags. Props jhodgdon. see #5684
(edit) @6592 [6592] 01/10/08 20:51:07 westi Notice fixing for wp-includes. See #5607 props filosofo.
(edit) @6551 [6551] 01/04/08 19:36:34 ryan Unused var cleanup. Props DD32. see #5418
(edit) @6424 [6424] 12/19/07 23:25:11 ryan Don't create blank terms. Props ionfish and jhodgdon. fixes #5494
(edit) @6409 [6409] 12/19/07 17:45:50 ryan Allows 0 titles when sanitizing. Props mdawaffe. fixes #5293
(edit) @6378 [6378] 12/14/07 00:25:39 ryan Taxonomy phpdoc from darkdragon. fixes #4742
(edit) @6376 [6376] 12/12/07 05:14:00 ryan Defer term counting during import. Props tellyworth. fixes #5377
(edit) @6364 [6364] 12/06/07 19:49:33 ryan Remove unused vars. Props DD32. see #5418
(edit) @6355 [6355] 12/05/07 00:31:54 ryan Don't return all taxonomies for an object type of 0. Props tellyworth and …
(edit) @6326 [6326] 11/09/07 18:34:41 ryan Make term slug unique when moving to another parent.
(edit) @6321 [6321] 11/07/07 06:20:08 ryan Skip sanitization altogether for raw context. Props Quandary. fixes #5325
(edit) @6311 [6311] 11/03/07 19:06:43 ryan Fix raw context filtering for terms. see #5253
(edit) @6307 [6307] 11/02/07 04:31:44 ryan Cache get_terms queries that return nothing.
(edit) @6295 [6295] 10/28/07 21:33:03 ryan Add is_wp_error check
(edit) @6294 [6294] 10/26/07 19:44:57 ryan Strip term name and description before preparing for DB.
(edit) @6290 [6290] 10/25/07 07:15:02 ryan Pass literal strings not vars to compact.
(edit) @6288 [6288] 10/24/07 17:07:04 ryan Update clean_object_term_cache() to clear for each taxonomy
(edit) @6286 [6286] 10/23/07 20:33:50 ryan Separate taxonomy relationships into separate cache buckets.
(edit) @6285 [6285] 10/23/07 16:43:15 ryan Remove unnecessary GROUP BY when getting max term_group. Props michelwp. …
(edit) @6284 [6284] 10/23/07 16:39:03 ryan Add option for ordering retrieved terms by slug or term_group. Props …
(edit) @6283 [6283] 10/23/07 16:36:08 ryan get_row() not fetch_row(). Props michelwp. fixes #5230
(edit) @6282 [6282] 10/21/07 17:18:24 ryan taxonomy phpdoc updates from darkdragon. see #4742
(edit) @6271 [6271] 10/18/07 15:55:15 ryan Catch WP_Error. Props tellyworth. fixes #5226
(edit) @6267 [6267] 10/17/07 20:41:43 markjaquith Stripslashes tag names to prevent double slashing in wp_insert_term(). …
(edit) @6254 [6254] 10/15/07 22:49:31 ryan More taxonomy phpdoc from darkdragon. see #4742
(edit) @6251 [6251] 10/15/07 20:07:29 westi Fix typo in call to $wpdb->update. Fixes #5206 props zamoose
(edit) @6248 [6248] 10/14/07 04:55:33 ryan Add some clean cache hooks
(edit) @6246 [6246] 10/13/07 19:04:39 ryan If checking for term within taxonomy, just do the taxonomy specific query. …
(edit) @6243 [6243] 10/13/07 18:23:59 ryan Eliminate object_term_cache array. see #5182
(edit) @6241 [6241] 10/13/07 03:51:11 markjaquith prepare(), insert(), update() for wp-includes/ taxonomy.php, rss.php, …
(edit) @6224 [6224] 10/11/07 17:43:49 ryan Use inner joins instead of left joins for taxonomy. Inner is faster. …
(edit) @6159 [6159] 09/23/07 00:35:59 ryan Fix term count padding.
(edit) @6157 [6157] 09/22/07 18:01:08 ryan Term with slug that conflicts with existing term with different parent …
(edit) @6125 [6125] 09/18/07 16:32:22 ryan Add checks for WP_Error. Props filosofo. see #4809
(edit) @6121 [6121] 09/16/07 02:36:23 ryan Don't lose tags when saving a post with attachments. Props filosofo. fixes …
(edit) @6118 [6118] 09/15/07 17:35:32 westi Set svn:eol-style on a few files.
(edit) @6117 [6117] 09/15/07 16:48:29 matt Incorrect cache group was causing terms never to get cached.
(edit) @6092 [6092] 09/12/07 02:56:44 ryan More phpdoc for taxonomy from darkdragon. see #4742
(edit) @6087 [6087] 09/12/07 00:49:16 ryan Resurrect count padding.
(edit) @6050 [6050] 09/06/07 22:07:23 ryan Case terms to int so we don't try to create new terms with the term ids as …
(edit) @6048 [6048] 09/06/07 04:34:06 ryan Resurrect hide_empty
(edit) @6026 [6026] 09/03/07 23:32:58 ryan Remove trailing whitespace
(edit) @6007 [6007] 09/02/07 05:08:48 markjaquith Correct variable name in clean_object_term_cache(). props arnee. fixes …
(edit) @5983 [5983] 08/30/07 00:34:55 ryan Make sure term cache is cleared when updating term counts.
(edit) @5979 [5979] 08/29/07 21:10:20 ryan Include tags in feeds. fixes #4537
(edit) @5952 [5952] 08/27/07 23:31:09 ryan Add clean_url filter. see #4570
(edit) @5938 [5938] 08/24/07 18:41:01 ryan Don't pass cat as ref. Fix some term sanitization. fixes #4702
(edit) @5937 [5937] 08/24/07 14:44:26 ryan Update WP importer to use taxonomy and query cat based on slug. see #4613
(edit) @5906 [5906] 08/20/07 22:50:04 ryan bookmark sanitizer funcs and default filter cleanup. see #4546
(edit) @5896 [5896] 08/17/07 21:22:37 ryan First cut of taxonomy API phpdoc from darkdragon. see #4742
(edit) @5866 [5866] 08/14/07 02:54:02 ryan wp_update_term_count fixes from cavemonkey50. fixes #4500
(edit) @5865 [5865] 08/14/07 02:46:06 ryan sanitize the value, not the field. Props cavemonkey50. fixes #4651
(edit) @5807 [5807] 07/17/07 02:02:52 ryan AND get_terms() field queries
(edit) @5796 [5796] 07/11/07 19:57:43 ryan Post filter rework. see #4546
(edit) @5774 [5774] 07/02/07 15:47:27 ryan Delete term relationship only for the given object.
(edit) @5756 [5756] 06/25/07 21:28:19 ryan Add name_like query to get_terms(). Use it in suggestCategories.
(edit) @5741 [5741] 06/21/07 15:46:49 ryan Term count fixes
(edit) @5739 [5739] 06/20/07 22:06:29 ryan Don't create '0' categories. fixes #4413
(edit) @5728 [5728] 06/19/07 18:03:12 rob1n Change references of get_object_terms() to wp_get_object_terms(). fixes …
(edit) @5726 [5726] 06/19/07 00:33:44 ryan Add some taxonomy validation. Rearrange funcs.
(edit) @5708 [5708] 06/14/07 22:45:40 ryan Use EXTR_SKIP when extracting. see #4468
(edit) @5700 [5700] 06/14/07 02:25:30 ryan Trim empty lines. Nothing but newline.
(edit) @5658 [5658] 06/06/07 16:10:52 ryan Fix category renaming. fixes #4415 see #4189
(edit) @5652 [5652] 06/05/07 00:57:23 ryan Term sanitization. see #4189
(edit) @5622 [5622] 06/01/07 02:24:07 ryan query by parent, not child_of, in get_nested_categories(). see #4189
(edit) @5616 [5616] 05/31/07 21:38:33 ryan Abstract object term cache a bit more. see #4189
(edit) @5613 [5613] 05/31/07 03:51:03 rob1n Fix variable typo. Props schulte. fixes #4374
(edit) @5612 [5612] 05/31/07 03:44:18 ryan If a term has no children, return an empty array for child_of queries. see …
(edit) @5598 [5598] 05/30/07 03:36:59 ryan Some term caching. see #4189
(edit) @5597 [5597] 05/30/07 01:39:47 ryan Category hierarchy fixes. see #4189
Note: See TracRevisionLog for help on using the revision log.