User: yhahn Branch: DRUPAL-6--1 Date: Mon, 24 Nov 2008 05:48:30 +0000 Modified files: /modules/context/context_ui context_ui.install context_ui.module context_ui_admin.inc context_ui_contrib.module Log message: - Split context_ui_item table into context_ui_setter and context_ui_getter tables. - Split hook_context_items() into hook_context_getters() and hook_context_setters(). - Added implementation of hook_flush_caches() for rebuilding context cache. - Added implementation of hook_theme_registry_alter() to eliminate the need to implement theme changes for working menu active classes. - Added theme-level section titles, section subtitles and section body classes as context getters. - Reduced unnecessary duplication of block code at the price of a minor performance hit. - Simplified the context_ui CRUD API. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/context/context_ui... http://cvs.drupal.org/diff.php?path=contributions/modules/context/context_ui... http://cvs.drupal.org/diff.php?path=contributions/modules/context/context_ui... http://cvs.drupal.org/diff.php?path=contributions/modules/context/context_ui...