name = 'book_current'; $view->description = 'Atrium Book: helper view to look up root book pages'; $view->tag = 'atrium_book'; $view->base_table = 'node'; $view->core = 0; $view->api_version = '2'; $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ $handler = $view->new_display('default', 'Defaults', 'default'); $handler->override_option('fields', array( 'title' => array( 'label' => '', 'alter' => array( 'alter_text' => 0, 'text' => '', 'make_link' => 0, 'path' => '', 'alt' => '', 'prefix' => '', 'suffix' => '', 'help' => '', 'trim' => 0, 'max_length' => '', 'word_boundary' => 1, 'ellipsis' => 1, 'strip_tags' => 0, 'html' => 0, ), 'link_to_node' => 0, 'exclude' => 0, 'id' => 'title', 'table' => 'node', 'field' => 'title', 'relationship' => 'none', ), )); $handler->override_option('sorts', array( 'weight' => array( 'order' => 'ASC', 'id' => 'weight', 'table' => 'book_menu_links', 'field' => 'weight', 'relationship' => 'none', ), 'title' => array( 'order' => 'ASC', 'id' => 'title', 'table' => 'node', 'field' => 'title', 'relationship' => 'none', ), )); $handler->override_option('arguments', array( 'type' => array( 'default_action' => 'ignore', 'style_plugin' => 'default_summary', 'style_options' => array(), 'wildcard' => 'all', 'wildcard_substitution' => 'All', 'title' => '', 'breadcrumb' => '', 'default_argument_type' => 'fixed', 'default_argument' => '', 'validate_type' => 'none', 'validate_fail' => 'not found', 'id' => 'type', 'table' => 'node', 'field' => 'type', 'validate_user_argument_type' => 'uid', 'validate_user_roles' => array( 2 => 0, 3 => 0, 4 => 0, ), 'relationship' => 'none', 'default_options_div_prefix' => '', 'default_argument_user' => 0, 'default_argument_fixed' => '', 'default_argument_php' => '', 'validate_argument_node_type' => array( 'blog' => 0, 'book' => 0, 'event' => 0, 'feed_ical' => 0, 'feed_ical_item' => 0, 'casetracker_basic_case' => 0, 'casetracker_basic_project' => 0, 'group' => 0, 'profile' => 0, 'shoutbox' => 0, 'admin_message' => 0, 'feedapi_node' => 0, 'feed_reader' => 0, 'imageset' => 0, 'page' => 0, ), 'validate_argument_node_access' => 0, 'validate_argument_nid_type' => 'nid', 'validate_argument_vocabulary' => array( 5 => 0, 1 => 0, 2 => 0, 6 => 0, 4 => 0, ), 'validate_argument_type' => 'tid', 'validate_argument_transform' => 0, 'validate_user_restrict_roles' => 0, 'validate_argument_is_member' => 0, 'validate_argument_php' => '', ), )); $handler->override_option('filters', array( 'depth' => array( 'operator' => '=', 'value' => array( 'value' => '1', 'min' => '', 'max' => '', ), 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'depth', 'table' => 'book_menu_links', 'field' => 'depth', 'relationship' => 'none', ), 'status' => array( 'operator' => '=', 'value' => 1, 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'status', 'table' => 'node', 'field' => 'status', 'relationship' => 'none', ), 'current' => array( 'operator' => 'active', 'value' => 'all', 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'current', 'table' => 'spaces', 'field' => 'current', 'relationship' => 'none', ), 'book_type' => array( 'operator' => '=', 'value' => '', 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'book_type', 'table' => 'node', 'field' => 'book_type', 'relationship' => 'none', ), )); $handler->override_option('access', array( 'type' => 'none', )); $handler->override_option('cache', array( 'type' => 'none', )); $handler->override_option('items_per_page', 0); $translatables['book_current'] = array( t('Defaults'), ); $views[$view->name] = $view; // Exported view: book_listing $view = new view; $view->name = 'book_listing'; $view->description = 'Atrium > Book'; $view->tag = 'atrium'; $view->base_table = 'node'; $view->core = 0; $view->api_version = '2'; $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ $handler = $view->new_display('default', 'Defaults', 'default'); $handler->override_option('relationships', array( 'bid' => array( 'label' => 'Book', 'required' => 0, 'id' => 'bid', 'table' => 'book', 'field' => 'bid', 'relationship' => 'none', ), )); $handler->override_option('fields', array( 'feature' => array( 'label' => '', 'alter' => array( 'alter_text' => 0, 'text' => '', 'make_link' => 0, 'path' => '', 'alt' => '', 'prefix' => '', 'suffix' => '', 'help' => '', 'trim' => 0, 'max_length' => '', 'word_boundary' => 1, 'ellipsis' => 1, 'html' => 0, ), 'link_to_node' => 0, 'exclude' => 0, 'id' => 'feature', 'table' => 'spaces_node', 'field' => 'feature', 'relationship' => 'none', ), 'atrium_activity_timestamp' => array( 'label' => '', 'alter' => array( 'alter_text' => FALSE, 'text' => '', 'make_link' => FALSE, 'path' => '', 'alt' => '', 'link_class' => '', 'prefix' => '', 'suffix' => '', 'trim' => FALSE, 'max_length' => '', 'word_boundary' => TRUE, 'ellipsis' => TRUE, 'strip_tags' => FALSE, 'html' => FALSE, ), 'time_horizon' => 30, 'exclude' => 0, 'id' => 'atrium_activity_timestamp', 'table' => 'comments', 'field' => 'atrium_activity_timestamp', 'override' => array( 'button' => 'Override', ), 'relationship' => 'none', 'date_format' => 'small', 'custom_date_format' => '', 'reldate' => 'reldate', ), 'atrium_activity' => array( 'label' => '', 'alter' => array( 'alter_text' => FALSE, 'text' => '', 'make_link' => FALSE, 'path' => '', 'alt' => '', 'link_class' => '', 'prefix' => '', 'suffix' => '', 'trim' => FALSE, 'max_length' => '', 'word_boundary' => TRUE, 'ellipsis' => TRUE, 'strip_tags' => FALSE, 'html' => FALSE, ), 'time_horizon' => '90', 'exclude' => 0, 'id' => 'atrium_activity', 'table' => 'comments', 'field' => 'atrium_activity', 'override' => array( 'button' => 'Override', ), 'relationship' => 'none', ), 'log' => array( 'label' => '', 'alter' => array( 'alter_text' => 1, 'text' => '
[log]
', 'make_link' => 0, 'path' => '', 'link_class' => '', 'alt' => '', 'prefix' => '', 'suffix' => '', 'help' => '', 'trim' => 0, 'max_length' => '', 'word_boundary' => 1, 'ellipsis' => 1, 'strip_tags' => 0, 'html' => 0, ), 'exclude' => 0, 'id' => 'log', 'table' => 'node_revisions', 'field' => 'log', 'relationship' => 'none', 'override' => array( 'button' => 'Override', ), ), )); $handler->override_option('filters', array( 'status' => array( 'operator' => '=', 'value' => '1', 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'status', 'table' => 'node', 'field' => 'status', 'relationship' => 'none', ), 'type' => array( 'operator' => 'in', 'value' => array( 'book' => 'book', ), 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'type', 'table' => 'node', 'field' => 'type', 'relationship' => 'none', ), 'current' => array( 'operator' => 'all', 'value' => '', 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'current', 'table' => 'spaces', 'field' => 'current', 'relationship' => 'none', ), )); $handler->override_option('access', array( 'type' => 'spaces_feature', 'spaces_feature' => 'atrium_book', )); $handler->override_option('cache', array( 'type' => 'none', )); $handler->override_option('title', 'Latest changes'); $handler->override_option('empty', 'No recent updates found.'); $handler->override_option('items_per_page', 25); $handler->override_option('use_pager', '1'); $handler->override_option('style_plugin', 'table'); $handler->override_option('style_options', array( 'grouping' => '', 'override' => 1, 'sticky' => 0, 'order' => 'asc', 'columns' => array( 'feature' => 'feature', 'atrium_activity_timestamp' => 'atrium_activity_timestamp', 'atrium_activity' => 'atrium_activity', 'log' => 'atrium_activity', ), 'info' => array( 'feature' => array( 'separator' => '', ), 'atrium_activity_timestamp' => array( 'separator' => '', ), 'atrium_activity' => array( 'separator' => '', ), 'log' => array( 'separator' => '', ), ), 'default' => '-1', )); $handler = $view->new_display('page', 'Page: Latest changes', 'page_1'); $handler->override_option('path', 'notebook/latest'); $handler->override_option('menu', array( 'type' => 'none', 'title' => 'Latest changes', 'description' => '', 'weight' => '0', 'name' => 'navigation', )); $handler->override_option('tab_options', array( 'type' => 'normal', 'title' => 'Notebook', 'description' => '', 'weight' => '0', 'name' => 'navigation', )); $handler = $view->new_display('page', 'Page: Archived books', 'page_2'); $handler->override_option('fields', array( 'title' => array( 'label' => '', 'alter' => array( 'alter_text' => 0, 'text' => '', 'make_link' => 0, 'path' => '', 'alt' => '', 'prefix' => '', 'suffix' => '', 'help' => '', 'trim' => 0, 'max_length' => '', 'word_boundary' => 1, 'ellipsis' => 1, 'html' => 0, ), 'link_to_node' => 1, 'exclude' => 0, 'id' => 'title', 'table' => 'node', 'field' => 'title', 'relationship' => 'none', 'override' => array( 'button' => 'Use default', ), ), 'changed' => array( 'label' => '', 'alter' => array( 'alter_text' => 0, 'text' => '', 'make_link' => 0, 'path' => '', 'alt' => '', 'prefix' => '', 'suffix' => '', 'help' => '', 'trim' => 0, 'max_length' => '', 'word_boundary' => 1, 'ellipsis' => 1, 'html' => 0, ), 'date_format' => 'small', 'custom_date_format' => '', 'reldate' => 'reldate', 'exclude' => 0, 'id' => 'changed', 'table' => 'node', 'field' => 'changed', 'override' => array( 'button' => 'Use default', ), 'relationship' => 'none', ), )); $handler->override_option('sorts', array( 'title' => array( 'order' => 'ASC', 'id' => 'title', 'table' => 'node', 'field' => 'title', 'override' => array( 'button' => 'Use default', ), 'relationship' => 'none', ), )); $handler->override_option('filters', array( 'status' => array( 'operator' => '=', 'value' => '0', 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'status', 'table' => 'node', 'field' => 'status', 'relationship' => 'none', 'override' => array( 'button' => 'Use default', ), ), 'type' => array( 'operator' => 'in', 'value' => array( 'book' => 'book', ), 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'type', 'table' => 'node', 'field' => 'type', 'relationship' => 'none', ), 'current' => array( 'operator' => 'all', 'value' => '', 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'current', 'table' => 'spaces', 'field' => 'current', 'relationship' => 'none', ), 'depth' => array( 'operator' => '=', 'value' => array( 'value' => '1', 'min' => '', 'max' => '', ), 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'depth', 'table' => 'book_menu_links', 'field' => 'depth', 'override' => array( 'button' => 'Use default', ), 'relationship' => 'none', ), 'feature' => array( 'operator' => '=', 'value' => '', 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'feature', 'table' => 'node', 'field' => 'feature', 'relationship' => 'bid', ), )); $handler->override_option('empty', 'No archived books found.'); $handler->override_option('items_per_page', 0); $handler->override_option('use_pager', '0'); $handler->override_option('style_plugin', 'grid'); $handler->override_option('style_options', array( 'grouping' => '', 'columns' => '2', 'alignment' => 'vertical', )); $handler->override_option('path', 'notebook/archived'); $handler->override_option('menu', array( 'type' => 'tab', 'title' => 'Archived', 'description' => '', 'weight' => '1', 'name' => 'navigation', )); $handler->override_option('tab_options', array( 'type' => 'none', 'title' => '', 'description' => '', 'weight' => 0, 'name' => 'navigation', )); $translatables['book_listing'] = array( t('Defaults'), t('Latest changes'), t('No archived books found.'), t('No recent updates found.'), t('Page: Archived books'), t('Page: Latest changes'), ); $views[$view->name] = $view; return $views; }