User: jaza Branch: DRUPAL-4-7 Date: Wed, 24 May 2006 16:22:34 +0000 Modified files: /modules/category category.inc /modules/category/category_display category_display.module /modules/category/category_menu category_menu.module /modules/category/wrappers taxonomy.module.copyme Log message: Modified a number of the API functions in category.inc to use static var caching, and for a number of these functions, improved the existing caching system. Also vastly improved the performance of the category_display TOC listing, by calling category_get_category() instead of node_load() for each category in the listing. These enhancements / fixes sponsored by Robert Douglass. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/category/category.... http://cvs.drupal.org/diff.php?path=contributions/modules/category/category_... http://cvs.drupal.org/diff.php?path=contributions/modules/category/category_... http://cvs.drupal.org/diff.php?path=contributions/modules/category/wrappers/...