diff --git a/views/default_views/project_index.view.php b/views/default_views/project_index.view.php index e945335..bc4a7bd 100644 --- a/views/default_views/project_index.view.php +++ b/views/default_views/project_index.view.php @@ -232,3 +232,106 @@ $handler->override_option('style_options', array( )); $handler->override_option('block_description', ''); $handler->override_option('block_caching', -1); +$handler = $view->new_display('feed', 'Feed', 'feed_1'); +$handler->override_option('sorts', array( + 'created' => array( + 'order' => 'DESC', + 'granularity' => 'second', + 'id' => 'created', + 'table' => 'node', + 'field' => 'created', + 'override' => array( + 'button' => 'Use default', + ), + 'relationship' => 'none', + ), +)); +$handler->override_option('arguments', array( + 'tid' => array( + 'default_action' => 'not found', + 'style_plugin' => 'default_summary', + 'style_options' => array(), + 'wildcard' => 'all', + 'wildcard_substitution' => 'All', + 'title' => '%1 feed', + 'breadcrumb' => '', + 'default_argument_type' => 'fixed', + 'default_argument' => '', + 'validate_type' => 'project_type_term', + 'validate_fail' => 'not found', + 'break_phrase' => 0, + 'add_table' => 0, + 'require_value' => 0, + 'reduce_duplicates' => 0, + 'set_breadcrumb' => 0, + 'id' => 'tid', + 'table' => 'term_node', + 'field' => 'tid', + 'validate_user_argument_type' => 'uid', + 'validate_user_roles' => array(), + 'relationship' => 'none', + 'default_options_div_prefix' => '', + 'default_argument_fixed' => '', + 'default_argument_user' => 0, + 'default_argument_php' => '', + 'validate_argument_node_type' => array(), + 'validate_argument_node_access' => 0, + 'validate_argument_nid_type' => 'nid', + 'validate_argument_vocabulary' => array(), + 'validate_argument_type' => 'convert', + 'validate_argument_transform' => 0, + 'validate_user_restrict_roles' => 0, + 'validate_argument_project_term_argument_type' => 'convert', + 'validate_argument_project_term_argument_action_top_without' => 'pass', + 'validate_argument_project_term_argument_action_top_with' => 'pass', + 'validate_argument_project_term_argument_action_child' => 'fail', + 'validate_argument_php' => '', + 'override' => array( + 'button' => 'Use default', + ), + ), +)); +$handler->override_option('items_per_page', 25); +$handler->override_option('style_plugin', 'rss'); +$handler->override_option('style_options', array( + 'mission_description' => FALSE, + 'description' => '', +)); +$handler->override_option('row_plugin', 'node_rss'); +$handler->override_option('row_options', array( + 'relationship' => 'none', + 'item_length' => 'default', +)); +$handler->override_option('path', 'project/%/feed'); +$handler->override_option('menu', array( + 'type' => 'none', + 'title' => '', + 'description' => '', + 'weight' => 0, + 'name' => 'navigation', +)); +$handler->override_option('tab_options', array( + 'type' => 'none', + 'title' => '', + 'description' => '', + 'weight' => 0, + 'name' => 'navigation', +)); +$handler->override_option('displays', array( + 'page_1' => 'page_1', + 'default' => 0, + 'block_1' => 0, +)); +$handler->override_option('sitename_title', FALSE);