diff --git a/docroot/profiles/unallocated/modules/features/content_filters/content_filters.features.filter.inc b/docroot/profiles/unallocated/modules/features/content_filters/content_filters.features.filter.inc deleted file mode 100644 index 40823ecf..00000000 --- a/docroot/profiles/unallocated/modules/features/content_filters/content_filters.features.filter.inc +++ /dev/null @@ -1,51 +0,0 @@ - 'filtered_html', - 'name' => 'Filtered HTML', - 'cache' => '1', - 'status' => '1', - 'weight' => '0', - 'filters' => array( - 'filter_url' => array( - 'weight' => '0', - 'status' => '1', - 'settings' => array( - 'filter_url_length' => 72, - ), - ), - 'filter_html' => array( - 'weight' => '1', - 'status' => '1', - 'settings' => array( - 'allowed_html' => '
    1. ', - 'filter_html_help' => 1, - 'filter_html_nofollow' => 0, - ), - ), - 'filter_autop' => array( - 'weight' => '2', - 'status' => '1', - 'settings' => array(), - ), - 'filter_htmlcorrector' => array( - 'weight' => '10', - 'status' => '1', - 'settings' => array(), - ), - ), - ); - - return $formats; -} diff --git a/docroot/profiles/unallocated/modules/features/content_filters/content_filters.info b/docroot/profiles/unallocated/modules/features/content_filters/content_filters.info deleted file mode 100644 index 7a95dcdd..00000000 --- a/docroot/profiles/unallocated/modules/features/content_filters/content_filters.info +++ /dev/null @@ -1,9 +0,0 @@ -name = Content Filters -core = 7.x -package = UAS Defaults -version = 7.x-1.0 -project = content_filters -dependencies[] = features -dependencies[] = filter -features[features_api][] = api:1 -features[filter][] = filtered_html diff --git a/docroot/profiles/unallocated/modules/features/content_filters/content_filters.module b/docroot/profiles/unallocated/modules/features/content_filters/content_filters.module deleted file mode 100644 index 44788b07..00000000 --- a/docroot/profiles/unallocated/modules/features/content_filters/content_filters.module +++ /dev/null @@ -1,5 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default box disabled initially */ - $box->api_version = 1; - $box->delta = 'donations_box'; - $box->plugin_key = 'simple'; - $box->title = 'Donations'; - $box->description = 'Donations Box'; - $box->options = array( - 'body' => array( - 'value' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean ultricies fringilla diam, vel laoreet arcu adipiscing vitae. Aenean sed purus eget lectus pharetra tristique vitae et massa. Ut luctus tellus sed dui lobortis vehicula. Vivamus vel tellus faucibus, fringilla felis quis, ornare lacus. Vivamus congue risus et leo eleifend malesuada. Nunc ornare cursus felis, ac dapibus erat aliquet vitae. Phasellus quis tempus nulla, sed dignissim dolor. Lorem ipsum dolor sit amet, consectetur adipiscing elit.', - 'format' => 'filtered_html', - ), - ); - $export['donations_box'] = $box; - - $box = new stdClass(); - $box->disabled = FALSE; /* Edit this to true to make a default box disabled initially */ - $box->api_version = 1; - $box->delta = 'home_page_slideshow'; - $box->plugin_key = 'simple'; - $box->title = ''; - $box->description = 'Front page slideshow'; - $box->options = array( - 'body' => array( - 'value' => '

      Stuff Goes Here

      ', - 'format' => 'filtered_html', - ), - 'additional_classes' => '', - ); - $export['home_page_slideshow'] = $box; - - $box = new stdClass(); - $box->disabled = FALSE; /* Edit this to true to make a default box disabled initially */ - $box->api_version = 1; - $box->delta = 'quick_links'; - $box->plugin_key = 'simple'; - $box->title = ''; - $box->description = 'Front page space status and quick links'; - $box->options = array( - 'body' => array( - 'value' => '
      ', - 'format' => 'filtered_html', - ), - 'additional_classes' => '', - ); - $export['quick_links'] = $box; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.context.inc b/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.context.inc deleted file mode 100644 index 6b6644a0..00000000 --- a/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.context.inc +++ /dev/null @@ -1,103 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'home-page-anonymous'; - $context->description = 'Home page view for anonymous user'; - $context->tag = 'home page'; - $context->conditions = array( - 'path' => array( - 'values' => array( - '' => '', - ), - ), - 'user' => array( - 'values' => array( - 'anonymous user' => 'anonymous user', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'user-login' => array( - 'module' => 'user', - 'delta' => 'login', - 'region' => 'user_first', - 'weight' => '-10', - ), - 'system-user-menu' => array( - 'module' => 'system', - 'delta' => 'user-menu', - 'region' => 'user_first', - 'weight' => '-9', - ), - 'views--exp-search-page' => array( - 'module' => 'views', - 'delta' => '-exp-search-page', - 'region' => 'menu', - 'weight' => '-10', - ), - 'views-announcements-block_1' => array( - 'module' => 'views', - 'delta' => 'announcements-block_1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'boxes-hackerspace_intro' => array( - 'module' => 'boxes', - 'delta' => 'hackerspace_intro', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - 'boxes-donations_box' => array( - 'module' => 'boxes', - 'delta' => 'donations_box', - 'region' => 'sidebar_second', - 'weight' => '-9', - ), - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'preface_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'preface_second', - 'weight' => '-10', - ), - 'boxes-quick_links' => array( - 'module' => 'boxes', - 'delta' => 'quick_links', - 'region' => 'preface_second', - 'weight' => '-9', - ), - ), - ), - 'delta' => array( - 'delta_template' => 'front_page_anonymous', - ), - ); - $context->condition_mode = 1; - - // Translatables - // Included for use with string extractors like potx. - t('Home page view for anonymous user'); - t('home page'); - $export['home-page-anonymous'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.delta.inc b/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.delta.inc deleted file mode 100644 index 82d08bfb..00000000 --- a/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.delta.inc +++ /dev/null @@ -1,36 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default delta disabled initially */ - $delta->api_version = 3; - $delta->machine_name = 'front_page_anonymous'; - $delta->name = 'Front Page Anonymous'; - $delta->description = 'The home page view for a user that is not logged in'; - $delta->theme = 'uas'; - $delta->mode = 'preserve'; - $delta->parent = ''; - $delta->settings = array( - 'theme_uas_settings' => array( - 'alpha_region_preface_first_columns' => '9', - 'alpha_region_preface_second_columns' => '3', - 'alpha_zone_content_primary' => NULL, - 'alpha_region_sidebar_first_columns' => '6', - 'alpha_region_content_zone' => NULL, - 'alpha_region_sidebar_second_columns' => '6', - 'alpha_region_postscript_first_columns' => '12', - ), - ); - $export['front_page_anonymous'] = $delta; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.features.inc b/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.features.inc deleted file mode 100644 index e0f49105..00000000 --- a/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.features.inc +++ /dev/null @@ -1,23 +0,0 @@ - "1"); - } - list($module, $api) = func_get_args(); - if ($module == "context" && $api == "context") { - return array("version" => "3"); - } - list($module, $api) = func_get_args(); - if ($module == "delta" && $api == "delta") { - return array("version" => "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.info b/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.info deleted file mode 100644 index dcc2db56..00000000 --- a/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.info +++ /dev/null @@ -1,24 +0,0 @@ -name = home-page-anonymous-context -description = Context for non-logged in users -core = 7.x -package = UAS Pages -php = 5.2.4 -version = 7.x-1.0 -project = home_page_anonymous_context -dependencies[] = box_hackerspace_intro -dependencies[] = boxes -dependencies[] = context -dependencies[] = ctools -dependencies[] = delta -dependencies[] = frontpage_slideshow -dependencies[] = uas_checkin -dependencies[] = views -features[box][] = donations_box -features[box][] = home_page_slideshow -features[box][] = quick_links -features[context][] = home-page-anonymous -features[ctools][] = boxes:box:1 -features[ctools][] = context:context:3 -features[ctools][] = delta:delta:3 -features[delta][] = front_page_anonymous -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.module b/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.module deleted file mode 100644 index 4d97d12e..00000000 --- a/docroot/profiles/unallocated/modules/features/home_page_anonymous_context/home_page_anonymous_context.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'home-page-authenticated'; - $context->description = 'Front page for authenticated members.'; - $context->tag = 'home page'; - $context->conditions = array( - 'path' => array( - 'values' => array( - '' => '', - ), - ), - 'user' => array( - 'values' => array( - 'authenticated user' => 'authenticated user', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'uas-uas_groups_block' => array( - 'module' => 'uas', - 'delta' => 'uas_groups_block', - 'region' => 'content', - 'weight' => '-9', - ), - 'system-user-menu' => array( - 'module' => 'system', - 'delta' => 'user-menu', - 'region' => 'user_first', - 'weight' => '-10', - ), - 'views--exp-search-page' => array( - 'module' => 'views', - 'delta' => '-exp-search-page', - 'region' => 'menu', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - 'views-resources-block_1' => array( - 'module' => 'views', - 'delta' => 'resources-block_1', - 'region' => 'sidebar_second', - 'weight' => '-9', - ), - 'views-events-block_1' => array( - 'module' => 'views', - 'delta' => 'events-block_1', - 'region' => 'post_postscript', - 'weight' => '-10', - ), - ), - ), - 'delta' => array( - 'delta_template' => 'front_page_authenticated', - ), - ); - $context->condition_mode = 1; - - // Translatables - // Included for use with string extractors like potx. - t('Front page for authenticated members.'); - t('home page'); - $export['home-page-authenticated'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/home_page_authenticated/home_page_authenticated.features.inc b/docroot/profiles/unallocated/modules/features/home_page_authenticated/home_page_authenticated.features.inc deleted file mode 100644 index 9d053783..00000000 --- a/docroot/profiles/unallocated/modules/features/home_page_authenticated/home_page_authenticated.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/home_page_authenticated/home_page_authenticated.info b/docroot/profiles/unallocated/modules/features/home_page_authenticated/home_page_authenticated.info deleted file mode 100644 index baea45f7..00000000 --- a/docroot/profiles/unallocated/modules/features/home_page_authenticated/home_page_authenticated.info +++ /dev/null @@ -1,15 +0,0 @@ -name = Home Page Authenticated -core = 7.x -package = UAS Pages -php = 5.2.4 -version = 7.x-1.0 -project = home_page_authenticated -dependencies[] = context -dependencies[] = ctools -dependencies[] = system -dependencies[] = uas -dependencies[] = uas_checkin -dependencies[] = views -features[context][] = home-page-authenticated -features[ctools][] = context:context:3 -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/home_page_authenticated/home_page_authenticated.module b/docroot/profiles/unallocated/modules/features/home_page_authenticated/home_page_authenticated.module deleted file mode 100644 index 19e1dbd4..00000000 --- a/docroot/profiles/unallocated/modules/features/home_page_authenticated/home_page_authenticated.module +++ /dev/null @@ -1,7 +0,0 @@ - "3.0"); -} diff --git a/docroot/profiles/unallocated/modules/features/related_users_block/related_users_block.info b/docroot/profiles/unallocated/modules/features/related_users_block/related_users_block.info deleted file mode 100644 index 643edafb..00000000 --- a/docroot/profiles/unallocated/modules/features/related_users_block/related_users_block.info +++ /dev/null @@ -1,11 +0,0 @@ -name = Related Users Block -description = Users that might be interesting to the current logged in user -core = 7.x -package = UAS Blocks -version = 7.x-1.0 -project = related_users_block -dependencies[] = ctools -dependencies[] = views -features[ctools][] = views:views_default:3.0 -features[features_api][] = api:1 -features[views_view][] = related_users diff --git a/docroot/profiles/unallocated/modules/features/related_users_block/related_users_block.module b/docroot/profiles/unallocated/modules/features/related_users_block/related_users_block.module deleted file mode 100644 index e749af5f..00000000 --- a/docroot/profiles/unallocated/modules/features/related_users_block/related_users_block.module +++ /dev/null @@ -1,7 +0,0 @@ -name = 'related_users'; - $view->description = 'Utility view for use as a global filter with the related users view.'; - $view->tag = 'default'; - $view->base_table = 'users'; - $view->human_name = 'Related Users'; - $view->core = 7; - $view->api_version = '3.0'; - $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ - - /* Display: Master */ - $handler = $view->new_display('default', 'Master', 'default'); - $handler->display->display_options['use_more_always'] = FALSE; - $handler->display->display_options['access']['type'] = 'perm'; - $handler->display->display_options['access']['perm'] = 'access user profiles'; - $handler->display->display_options['cache']['type'] = 'none'; - $handler->display->display_options['query']['type'] = 'views_query'; - $handler->display->display_options['query']['options']['distinct'] = TRUE; - $handler->display->display_options['exposed_form']['type'] = 'basic'; - $handler->display->display_options['pager']['type'] = 'full'; - $handler->display->display_options['style_plugin'] = 'default'; - $handler->display->display_options['row_plugin'] = 'fields'; - /* Relationship: Field: Skills (field_skills) */ - $handler->display->display_options['relationships']['field_skills_tid']['id'] = 'field_skills_tid'; - $handler->display->display_options['relationships']['field_skills_tid']['table'] = 'field_data_field_skills'; - $handler->display->display_options['relationships']['field_skills_tid']['field'] = 'field_skills_tid'; - $handler->display->display_options['relationships']['field_skills_tid']['required'] = TRUE; - /* Relationship: Taxonomy term: User using Interests */ - $handler->display->display_options['relationships']['reverse_field_interests_user']['id'] = 'reverse_field_interests_user'; - $handler->display->display_options['relationships']['reverse_field_interests_user']['table'] = 'taxonomy_term_data'; - $handler->display->display_options['relationships']['reverse_field_interests_user']['field'] = 'reverse_field_interests_user'; - $handler->display->display_options['relationships']['reverse_field_interests_user']['relationship'] = 'field_skills_tid'; - /* Field: User: Name */ - $handler->display->display_options['fields']['name']['id'] = 'name'; - $handler->display->display_options['fields']['name']['table'] = 'users'; - $handler->display->display_options['fields']['name']['field'] = 'name'; - $handler->display->display_options['fields']['name']['label'] = ''; - $handler->display->display_options['fields']['name']['element_label_colon'] = FALSE; - /* Field: Field: Biography */ - $handler->display->display_options['fields']['field_biography']['id'] = 'field_biography'; - $handler->display->display_options['fields']['field_biography']['table'] = 'field_data_field_biography'; - $handler->display->display_options['fields']['field_biography']['field'] = 'field_biography'; - $handler->display->display_options['fields']['field_biography']['label'] = ''; - $handler->display->display_options['fields']['field_biography']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['field_biography']['type'] = 'text_trimmed'; - $handler->display->display_options['fields']['field_biography']['settings'] = array( - 'trim_length' => '150', - ); - /* Field: Field: Skills */ - $handler->display->display_options['fields']['field_skills']['id'] = 'field_skills'; - $handler->display->display_options['fields']['field_skills']['table'] = 'field_data_field_skills'; - $handler->display->display_options['fields']['field_skills']['field'] = 'field_skills'; - $handler->display->display_options['fields']['field_skills']['label'] = ''; - $handler->display->display_options['fields']['field_skills']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['field_skills']['delta_offset'] = '0'; - /* Sort criterion: User: Created date */ - $handler->display->display_options['sorts']['created']['id'] = 'created'; - $handler->display->display_options['sorts']['created']['table'] = 'users'; - $handler->display->display_options['sorts']['created']['field'] = 'created'; - $handler->display->display_options['sorts']['created']['order'] = 'DESC'; - /* Contextual filter: User: Uid */ - $handler->display->display_options['arguments']['uid']['id'] = 'uid'; - $handler->display->display_options['arguments']['uid']['table'] = 'users'; - $handler->display->display_options['arguments']['uid']['field'] = 'uid'; - $handler->display->display_options['arguments']['uid']['default_action'] = 'default'; - $handler->display->display_options['arguments']['uid']['default_argument_type'] = 'current_user'; - $handler->display->display_options['arguments']['uid']['summary']['number_of_records'] = '0'; - $handler->display->display_options['arguments']['uid']['summary']['format'] = 'default_summary'; - $handler->display->display_options['arguments']['uid']['summary_options']['items_per_page'] = '25'; - $handler->display->display_options['arguments']['uid']['not'] = TRUE; - /* Filter criterion: User: Active */ - $handler->display->display_options['filters']['status']['id'] = 'status'; - $handler->display->display_options['filters']['status']['table'] = 'users'; - $handler->display->display_options['filters']['status']['field'] = 'status'; - $handler->display->display_options['filters']['status']['value'] = '1'; - $handler->display->display_options['filters']['status']['group'] = 1; - $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - - /* Display: Block */ - $handler = $view->new_display('block', 'Block', 'block_1'); - $export['related_users'] = $view; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/space_status_indicator/space_status_indicator.features.fe_block_settings.inc b/docroot/profiles/unallocated/modules/features/space_status_indicator/space_status_indicator.features.fe_block_settings.inc deleted file mode 100644 index daa5fb76..00000000 --- a/docroot/profiles/unallocated/modules/features/space_status_indicator/space_status_indicator.features.fe_block_settings.inc +++ /dev/null @@ -1,42 +0,0 @@ - '1', - 'custom' => '0', - 'delta' => 'uas_checkin_status', - 'module' => 'uas_checkin', - 'node_types' => array(), - 'pages' => '', - 'roles' => array(), - 'themes' => array( - 'seven' => array( - 'region' => '', - 'status' => 0, - 'theme' => 'seven', - 'weight' => '0', - ), - 'uas' => array( - 'region' => '', - 'status' => 0, - 'theme' => 'uas', - 'weight' => '0', - ), - ), - 'title' => '', - 'visibility' => '0', - ); - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/space_status_indicator/space_status_indicator.info b/docroot/profiles/unallocated/modules/features/space_status_indicator/space_status_indicator.info deleted file mode 100644 index 4e642256..00000000 --- a/docroot/profiles/unallocated/modules/features/space_status_indicator/space_status_indicator.info +++ /dev/null @@ -1,10 +0,0 @@ -name = Space Status Indicator -description = Settings for the space status indicator. -core = 7.x -package = UAS Blocks -version = 7.x-1.0 -project = space_status_indicator -dependencies[] = fe_block -dependencies[] = uas_checkin -features[fe_block_settings][] = uas_checkin-uas_checkin_status -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/space_status_indicator/space_status_indicator.module b/docroot/profiles/unallocated/modules/features/space_status_indicator/space_status_indicator.module deleted file mode 100644 index 44788b07..00000000 --- a/docroot/profiles/unallocated/modules/features/space_status_indicator/space_status_indicator.module +++ /dev/null @@ -1,5 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-announcement'; - $context->description = ''; - $context->tag = 'Content Types'; - $context->conditions = array( - 'node' => array( - 'values' => array( - 'announcement' => 'announcement', - ), - 'options' => array( - 'node_form' => '1', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 0; - - // Translatables - // Included for use with string extractors like potx. - t('Content Types'); - $export['uas-announcement'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_announcements_context/uas_announcements_context.features.inc b/docroot/profiles/unallocated/modules/features/uas_announcements_context/uas_announcements_context.features.inc deleted file mode 100644 index ba7cda78..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_announcements_context/uas_announcements_context.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_announcements_context/uas_announcements_context.info b/docroot/profiles/unallocated/modules/features/uas_announcements_context/uas_announcements_context.info deleted file mode 100644 index 077b6c26..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_announcements_context/uas_announcements_context.info +++ /dev/null @@ -1,15 +0,0 @@ -name = UAS Announcements Context -core = 7.x -package = UAS Content Types -php = 5.2.4 -version = 7.x-1.0 -project = uas_announcements_context -dependencies[] = content_type_announcement -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = uas_checkin -dependencies[] = uas_maintenance -features[context][] = uas-announcement -features[ctools][] = context:context:3 -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/uas_announcements_context/uas_announcements_context.module b/docroot/profiles/unallocated/modules/features/uas_announcements_context/uas_announcements_context.module deleted file mode 100644 index 11066453..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_announcements_context/uas_announcements_context.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-article'; - $context->description = ''; - $context->tag = 'Content Types'; - $context->conditions = array( - 'node' => array( - 'values' => array( - 'article' => 'article', - ), - 'options' => array( - 'node_form' => '1', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 0; - - // Translatables - // Included for use with string extractors like potx. - t('Content Types'); - $export['uas-article'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_article_context/uas_article_context.features.inc b/docroot/profiles/unallocated/modules/features/uas_article_context/uas_article_context.features.inc deleted file mode 100644 index fe738b57..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_article_context/uas_article_context.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_article_context/uas_article_context.info b/docroot/profiles/unallocated/modules/features/uas_article_context/uas_article_context.info deleted file mode 100644 index 610179bd..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_article_context/uas_article_context.info +++ /dev/null @@ -1,15 +0,0 @@ -name = UAS Article Context -core = 7.x -package = UAS Content Types -php = 5.2.4 -version = 7.x-1.0 -project = uas_article_context -dependencies[] = content_type_article -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = uas_checkin -dependencies[] = uas_maintenance -features[context][] = uas-article -features[ctools][] = context:context:3 -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/uas_article_context/uas_article_context.module b/docroot/profiles/unallocated/modules/features/uas_article_context/uas_article_context.module deleted file mode 100644 index e05f84e0..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_article_context/uas_article_context.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-articles-dashboard'; - $context->description = ''; - $context->tag = 'Dashboards'; - $context->conditions = array( - 'path' => array( - 'values' => array( - 'resources/articles' => 'resources/articles', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 1; - - // Translatables - // Included for use with string extractors like potx. - t('Dashboards'); - $export['uas-articles-dashboard'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_articles/uas_articles.features.inc b/docroot/profiles/unallocated/modules/features/uas_articles/uas_articles.features.inc deleted file mode 100644 index 9d7f7bf3..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_articles/uas_articles.features.inc +++ /dev/null @@ -1,22 +0,0 @@ - "3"); - } -} - -/** - * Implements hook_views_api(). - */ -function uas_articles_views_api() { - return array("version" => "3.0"); -} diff --git a/docroot/profiles/unallocated/modules/features/uas_articles/uas_articles.info b/docroot/profiles/unallocated/modules/features/uas_articles/uas_articles.info deleted file mode 100644 index 6d3aba34..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_articles/uas_articles.info +++ /dev/null @@ -1,16 +0,0 @@ -name = UAS Articles -core = 7.x -package = UAS Pages -php = 5.2.4 -version = 7.x-1.0 -project = uas_articles -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = uas_checkin -dependencies[] = views -features[context][] = uas-articles-dashboard -features[ctools][] = context:context:3 -features[ctools][] = views:views_default:3.0 -features[features_api][] = api:1 -features[views_view][] = articles diff --git a/docroot/profiles/unallocated/modules/features/uas_articles/uas_articles.module b/docroot/profiles/unallocated/modules/features/uas_articles/uas_articles.module deleted file mode 100644 index 8db2a055..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_articles/uas_articles.module +++ /dev/null @@ -1,7 +0,0 @@ -name = 'articles'; - $view->description = ''; - $view->tag = 'default'; - $view->base_table = 'node'; - $view->human_name = 'Articles'; - $view->core = 7; - $view->api_version = '3.0'; - $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ - - /* Display: Master */ - $handler = $view->new_display('default', 'Master', 'default'); - $handler->display->display_options['title'] = 'Articles'; - $handler->display->display_options['use_more_always'] = FALSE; - $handler->display->display_options['access']['type'] = 'perm'; - $handler->display->display_options['cache']['type'] = 'none'; - $handler->display->display_options['query']['type'] = 'views_query'; - $handler->display->display_options['exposed_form']['type'] = 'basic'; - $handler->display->display_options['pager']['type'] = 'full'; - $handler->display->display_options['pager']['options']['items_per_page'] = '10'; - $handler->display->display_options['style_plugin'] = 'default'; - $handler->display->display_options['row_plugin'] = 'fields'; - /* Relationship: Content: Author */ - $handler->display->display_options['relationships']['uid']['id'] = 'uid'; - $handler->display->display_options['relationships']['uid']['table'] = 'node'; - $handler->display->display_options['relationships']['uid']['field'] = 'uid'; - $handler->display->display_options['relationships']['uid']['label'] = 'author1'; - /* Field: Content: Title */ - $handler->display->display_options['fields']['title']['id'] = 'title'; - $handler->display->display_options['fields']['title']['table'] = 'node'; - $handler->display->display_options['fields']['title']['field'] = 'title'; - $handler->display->display_options['fields']['title']['label'] = ''; - $handler->display->display_options['fields']['title']['alter']['word_boundary'] = FALSE; - $handler->display->display_options['fields']['title']['alter']['ellipsis'] = FALSE; - /* Field: Content: Post date */ - $handler->display->display_options['fields']['created']['id'] = 'created'; - $handler->display->display_options['fields']['created']['table'] = 'node'; - $handler->display->display_options['fields']['created']['field'] = 'created'; - $handler->display->display_options['fields']['created']['label'] = ''; - $handler->display->display_options['fields']['created']['exclude'] = TRUE; - $handler->display->display_options['fields']['created']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['created']['date_format'] = 'long'; - /* Field: User: Name */ - $handler->display->display_options['fields']['name']['id'] = 'name'; - $handler->display->display_options['fields']['name']['table'] = 'users'; - $handler->display->display_options['fields']['name']['field'] = 'name'; - $handler->display->display_options['fields']['name']['relationship'] = 'uid'; - $handler->display->display_options['fields']['name']['label'] = ''; - $handler->display->display_options['fields']['name']['alter']['alter_text'] = TRUE; - $handler->display->display_options['fields']['name']['alter']['text'] = 'Created by [name] on [created]'; - $handler->display->display_options['fields']['name']['element_label_colon'] = FALSE; - /* Field: Content: Body */ - $handler->display->display_options['fields']['body']['id'] = 'body'; - $handler->display->display_options['fields']['body']['table'] = 'field_data_body'; - $handler->display->display_options['fields']['body']['field'] = 'body'; - $handler->display->display_options['fields']['body']['label'] = ''; - $handler->display->display_options['fields']['body']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['body']['type'] = 'text_summary_or_trimmed'; - $handler->display->display_options['fields']['body']['settings'] = array( - 'trim_length' => '300', - ); - /* Sort criterion: Content: Post date */ - $handler->display->display_options['sorts']['created']['id'] = 'created'; - $handler->display->display_options['sorts']['created']['table'] = 'node'; - $handler->display->display_options['sorts']['created']['field'] = 'created'; - $handler->display->display_options['sorts']['created']['order'] = 'DESC'; - /* Filter criterion: Content: Published */ - $handler->display->display_options['filters']['status']['id'] = 'status'; - $handler->display->display_options['filters']['status']['table'] = 'node'; - $handler->display->display_options['filters']['status']['field'] = 'status'; - $handler->display->display_options['filters']['status']['value'] = 1; - $handler->display->display_options['filters']['status']['group'] = 1; - $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Filter criterion: Content: Type */ - $handler->display->display_options['filters']['type']['id'] = 'type'; - $handler->display->display_options['filters']['type']['table'] = 'node'; - $handler->display->display_options['filters']['type']['field'] = 'type'; - $handler->display->display_options['filters']['type']['value'] = array( - 'article' => 'article', - ); - - /* Display: Page */ - $handler = $view->new_display('page', 'Page', 'page'); - $handler->display->display_options['path'] = 'resources/articles'; - $export['articles'] = $view; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.delta.inc b/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.delta.inc deleted file mode 100644 index d154a66f..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.delta.inc +++ /dev/null @@ -1,31 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default delta disabled initially */ - $delta->api_version = 3; - $delta->machine_name = 'front_page_authenticated'; - $delta->name = 'Front Page Authenticated'; - $delta->description = ''; - $delta->theme = 'uas'; - $delta->mode = 'preserve'; - $delta->parent = ''; - $delta->settings = array( - 'theme_uas_settings' => array( - 'alpha_region_content_weight' => '1', - 'alpha_region_sidebar_first_weight' => '2', - ), - ); - $export['front_page_authenticated'] = $delta; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.features.inc b/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.features.inc deleted file mode 100644 index 3ba08204..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.info b/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.info deleted file mode 100644 index 6fa92f90..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.info +++ /dev/null @@ -1,11 +0,0 @@ -name = UAS Authenticated Frontpage Delta -core = 7.x -package = UAS Pages -php = 5.2.4 -version = 7.x-1.0 -project = uas_authenticated_frontpage_delta -dependencies[] = ctools -dependencies[] = delta -features[ctools][] = delta:delta:3 -features[delta][] = front_page_authenticated -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.module b/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.module deleted file mode 100644 index e870b4ee..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_authenticated_frontpage_delta/uas_authenticated_frontpage_delta.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-basic-page'; - $context->description = ''; - $context->tag = 'Content Types'; - $context->conditions = array( - 'node' => array( - 'values' => array( - 'page' => 'page', - ), - 'options' => array( - 'node_form' => '1', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 0; - - // Translatables - // Included for use with string extractors like potx. - t('Content Types'); - $export['uas-basic-page'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_basic_page_context/uas_basic_page_context.features.inc b/docroot/profiles/unallocated/modules/features/uas_basic_page_context/uas_basic_page_context.features.inc deleted file mode 100644 index 2745a701..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_basic_page_context/uas_basic_page_context.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_basic_page_context/uas_basic_page_context.info b/docroot/profiles/unallocated/modules/features/uas_basic_page_context/uas_basic_page_context.info deleted file mode 100644 index d2beb52a..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_basic_page_context/uas_basic_page_context.info +++ /dev/null @@ -1,15 +0,0 @@ -name = UAS Basic Page Context -core = 7.x -package = UAS Content Types -php = 5.2.4 -version = 7.x-1.0 -project = uas_basic_page_context -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = uas_checkin -dependencies[] = uas_default_content -dependencies[] = uas_maintenance -features[context][] = uas-basic-page -features[ctools][] = context:context:3 -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/uas_basic_page_context/uas_basic_page_context.module b/docroot/profiles/unallocated/modules/features/uas_basic_page_context/uas_basic_page_context.module deleted file mode 100644 index 2d61c2d8..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_basic_page_context/uas_basic_page_context.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-download'; - $context->description = ''; - $context->tag = 'Content Types'; - $context->conditions = array( - 'node' => array( - 'values' => array( - 'download' => 'download', - ), - 'options' => array( - 'node_form' => '1', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 0; - - // Translatables - // Included for use with string extractors like potx. - t('Content Types'); - $export['uas-download'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_download_context/uas_download_context.features.inc b/docroot/profiles/unallocated/modules/features/uas_download_context/uas_download_context.features.inc deleted file mode 100644 index 0f365a6e..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_download_context/uas_download_context.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_download_context/uas_download_context.info b/docroot/profiles/unallocated/modules/features/uas_download_context/uas_download_context.info deleted file mode 100644 index 386ae732..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_download_context/uas_download_context.info +++ /dev/null @@ -1,15 +0,0 @@ -name = UAS Download Context -core = 7.x -package = UAS Content Types -php = 5.2.4 -version = 7.x-1.0 -project = uas_download_context -dependencies[] = content_type_download -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = uas_checkin -dependencies[] = uas_maintenance -features[context][] = uas-download -features[ctools][] = context:context:3 -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/uas_download_context/uas_download_context.module b/docroot/profiles/unallocated/modules/features/uas_download_context/uas_download_context.module deleted file mode 100644 index 2dbdebf7..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_download_context/uas_download_context.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-downloads-dashboard'; - $context->description = ''; - $context->tag = 'Dashboards'; - $context->conditions = array( - 'path' => array( - 'values' => array( - 'resources/downloads' => 'resources/downloads', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 1; - - // Translatables - // Included for use with string extractors like potx. - t('Dashboards'); - $export['uas-downloads-dashboard'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_downloads/uas_downloads.features.inc b/docroot/profiles/unallocated/modules/features/uas_downloads/uas_downloads.features.inc deleted file mode 100644 index 4d1c64d1..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_downloads/uas_downloads.features.inc +++ /dev/null @@ -1,22 +0,0 @@ - "3"); - } -} - -/** - * Implements hook_views_api(). - */ -function uas_downloads_views_api() { - return array("version" => "3.0"); -} diff --git a/docroot/profiles/unallocated/modules/features/uas_downloads/uas_downloads.info b/docroot/profiles/unallocated/modules/features/uas_downloads/uas_downloads.info deleted file mode 100644 index 7449ab69..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_downloads/uas_downloads.info +++ /dev/null @@ -1,16 +0,0 @@ -name = UAS Downloads -core = 7.x -package = UAS Pages -version = 7.x-1.0 -project = uas_downloads -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = system -dependencies[] = uas_checkin -dependencies[] = views -features[context][] = uas-downloads-dashboard -features[ctools][] = context:context:3 -features[ctools][] = views:views_default:3.0 -features[features_api][] = api:1 -features[views_view][] = downloads diff --git a/docroot/profiles/unallocated/modules/features/uas_downloads/uas_downloads.module b/docroot/profiles/unallocated/modules/features/uas_downloads/uas_downloads.module deleted file mode 100644 index f2275de0..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_downloads/uas_downloads.module +++ /dev/null @@ -1,7 +0,0 @@ -name = 'downloads'; - $view->description = ''; - $view->tag = 'default'; - $view->base_table = 'node'; - $view->human_name = 'Downloads'; - $view->core = 7; - $view->api_version = '3.0'; - $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ - - /* Display: Master */ - $handler = $view->new_display('default', 'Master', 'default'); - $handler->display->display_options['title'] = 'Tutorials'; - $handler->display->display_options['use_more_always'] = FALSE; - $handler->display->display_options['access']['type'] = 'perm'; - $handler->display->display_options['cache']['type'] = 'none'; - $handler->display->display_options['query']['type'] = 'views_query'; - $handler->display->display_options['exposed_form']['type'] = 'basic'; - $handler->display->display_options['pager']['type'] = 'full'; - $handler->display->display_options['pager']['options']['items_per_page'] = '10'; - $handler->display->display_options['style_plugin'] = 'default'; - $handler->display->display_options['row_plugin'] = 'node'; - /* Field: Content: Title */ - $handler->display->display_options['fields']['title']['id'] = 'title'; - $handler->display->display_options['fields']['title']['table'] = 'node'; - $handler->display->display_options['fields']['title']['field'] = 'title'; - $handler->display->display_options['fields']['title']['label'] = ''; - $handler->display->display_options['fields']['title']['alter']['word_boundary'] = FALSE; - $handler->display->display_options['fields']['title']['alter']['ellipsis'] = FALSE; - /* Sort criterion: Content: Post date */ - $handler->display->display_options['sorts']['created']['id'] = 'created'; - $handler->display->display_options['sorts']['created']['table'] = 'node'; - $handler->display->display_options['sorts']['created']['field'] = 'created'; - $handler->display->display_options['sorts']['created']['order'] = 'DESC'; - /* Filter criterion: Content: Published */ - $handler->display->display_options['filters']['status']['id'] = 'status'; - $handler->display->display_options['filters']['status']['table'] = 'node'; - $handler->display->display_options['filters']['status']['field'] = 'status'; - $handler->display->display_options['filters']['status']['value'] = 1; - $handler->display->display_options['filters']['status']['group'] = 1; - $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Filter criterion: Content: Type */ - $handler->display->display_options['filters']['type']['id'] = 'type'; - $handler->display->display_options['filters']['type']['table'] = 'node'; - $handler->display->display_options['filters']['type']['field'] = 'type'; - $handler->display->display_options['filters']['type']['value'] = array( - 'download' => 'download', - ); - - /* Display: Page */ - $handler = $view->new_display('page', 'Page', 'page'); - $handler->display->display_options['path'] = 'resources/downloads'; - $export['downloads'] = $view; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.context.inc b/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.context.inc deleted file mode 100644 index cfbd14ad..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.context.inc +++ /dev/null @@ -1,61 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-event'; - $context->description = ''; - $context->tag = 'Content Types'; - $context->conditions = array( - 'node' => array( - 'values' => array( - 'event' => 'event', - ), - 'options' => array( - 'node_form' => '1', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 0; - - // Translatables - // Included for use with string extractors like potx. - t('Content Types'); - $export['uas-event'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.features.inc b/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.features.inc deleted file mode 100644 index 225e5fe7..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.info b/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.info deleted file mode 100644 index 6c60b2c6..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.info +++ /dev/null @@ -1,15 +0,0 @@ -name = UAS Event Context -core = 7.x -package = UAS Content Types -php = 5.2.4 -version = 7.x-1.0 -project = uas_event_context -dependencies[] = content_type_event -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = uas_checkin -dependencies[] = uas_maintenance -features[context][] = uas-event -features[ctools][] = context:context:3 -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.module b/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.module deleted file mode 100644 index 27416451..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_event_context/uas_event_context.module +++ /dev/null @@ -1,7 +0,0 @@ - "3.0"); -} diff --git a/docroot/profiles/unallocated/modules/features/uas_events/uas_events.info b/docroot/profiles/unallocated/modules/features/uas_events/uas_events.info deleted file mode 100644 index 4703f496..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_events/uas_events.info +++ /dev/null @@ -1,12 +0,0 @@ -name = UAS Events -core = 7.x -package = UAS Pages -php = 5.2.4 -version = 7.x-1.0 -project = uas_events -dependencies[] = fullcalendar -dependencies[] = fullcalendar_colors -dependencies[] = views -features[ctools][] = views:views_default:3.0 -features[features_api][] = api:1 -features[views_view][] = events diff --git a/docroot/profiles/unallocated/modules/features/uas_events/uas_events.module b/docroot/profiles/unallocated/modules/features/uas_events/uas_events.module deleted file mode 100644 index 77a1b75d..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_events/uas_events.module +++ /dev/null @@ -1,7 +0,0 @@ -name = 'events'; - $view->description = ''; - $view->tag = 'default'; - $view->base_table = 'node'; - $view->human_name = 'Events'; - $view->core = 7; - $view->api_version = '3.0'; - $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ - - /* Display: Master */ - $handler = $view->new_display('default', 'Master', 'default'); - $handler->display->display_options['title'] = 'Events'; - $handler->display->display_options['use_ajax'] = TRUE; - $handler->display->display_options['use_more_always'] = FALSE; - $handler->display->display_options['access']['type'] = 'perm'; - $handler->display->display_options['cache']['type'] = 'none'; - $handler->display->display_options['query']['type'] = 'views_query'; - $handler->display->display_options['exposed_form']['type'] = 'basic'; - $handler->display->display_options['pager']['type'] = 'some'; - $handler->display->display_options['pager']['options']['items_per_page'] = '5'; - $handler->display->display_options['pager']['options']['offset'] = '0'; - $handler->display->display_options['style_plugin'] = 'fullcalendar'; - /* Field: Content: Title */ - $handler->display->display_options['fields']['title']['id'] = 'title'; - $handler->display->display_options['fields']['title']['table'] = 'node'; - $handler->display->display_options['fields']['title']['field'] = 'title'; - $handler->display->display_options['fields']['title']['label'] = ''; - $handler->display->display_options['fields']['title']['alter']['word_boundary'] = FALSE; - $handler->display->display_options['fields']['title']['alter']['ellipsis'] = FALSE; - /* Field: Start Date */ - $handler->display->display_options['fields']['field_event_date']['id'] = 'field_event_date'; - $handler->display->display_options['fields']['field_event_date']['table'] = 'field_data_field_event_date'; - $handler->display->display_options['fields']['field_event_date']['field'] = 'field_event_date'; - $handler->display->display_options['fields']['field_event_date']['ui_name'] = 'Start Date'; - $handler->display->display_options['fields']['field_event_date']['label'] = ''; - $handler->display->display_options['fields']['field_event_date']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['field_event_date']['settings'] = array( - 'format_type' => 'long', - 'fromto' => 'value', - 'multiple_number' => '', - 'multiple_from' => '', - 'multiple_to' => '', - 'show_repeat_rule' => 'show', - ); - $handler->display->display_options['fields']['field_event_date']['delta_offset'] = '0'; - /* Sort criterion: Content: Event Date - start date (field_event_date) */ - $handler->display->display_options['sorts']['field_event_date_value']['id'] = 'field_event_date_value'; - $handler->display->display_options['sorts']['field_event_date_value']['table'] = 'field_data_field_event_date'; - $handler->display->display_options['sorts']['field_event_date_value']['field'] = 'field_event_date_value'; - /* Filter criterion: Content: Published */ - $handler->display->display_options['filters']['status']['id'] = 'status'; - $handler->display->display_options['filters']['status']['table'] = 'node'; - $handler->display->display_options['filters']['status']['field'] = 'status'; - $handler->display->display_options['filters']['status']['value'] = 1; - $handler->display->display_options['filters']['status']['group'] = 1; - $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Filter criterion: Content: Type */ - $handler->display->display_options['filters']['type']['id'] = 'type'; - $handler->display->display_options['filters']['type']['table'] = 'node'; - $handler->display->display_options['filters']['type']['field'] = 'type'; - $handler->display->display_options['filters']['type']['value'] = array( - 'event' => 'event', - ); - - /* Display: Page */ - $handler = $view->new_display('page', 'Page', 'page'); - $handler->display->display_options['defaults']['pager'] = FALSE; - $handler->display->display_options['pager']['type'] = 'none'; - $handler->display->display_options['pager']['options']['offset'] = '0'; - $handler->display->display_options['defaults']['sorts'] = FALSE; - /* Sort criterion: Content: Post date */ - $handler->display->display_options['sorts']['created']['id'] = 'created'; - $handler->display->display_options['sorts']['created']['table'] = 'node'; - $handler->display->display_options['sorts']['created']['field'] = 'created'; - $handler->display->display_options['path'] = 'events'; - $handler->display->display_options['menu']['title'] = 'Events'; - $handler->display->display_options['menu']['weight'] = '0'; - $handler->display->display_options['menu']['name'] = 'main-menu'; - $handler->display->display_options['menu']['context'] = 0; - $handler->display->display_options['menu']['context_only_inline'] = 0; - - /* Display: Block */ - $handler = $view->new_display('block', 'Block', 'block_1'); - $handler->display->display_options['defaults']['title'] = FALSE; - $handler->display->display_options['title'] = 'Upcoming Events'; - $handler->display->display_options['defaults']['style_plugin'] = FALSE; - $handler->display->display_options['style_plugin'] = 'default'; - $handler->display->display_options['defaults']['style_options'] = FALSE; - $handler->display->display_options['defaults']['row_plugin'] = FALSE; - $handler->display->display_options['row_plugin'] = 'fields'; - $handler->display->display_options['defaults']['row_options'] = FALSE; - $handler->display->display_options['defaults']['fields'] = FALSE; - /* Field: Content: Title */ - $handler->display->display_options['fields']['title']['id'] = 'title'; - $handler->display->display_options['fields']['title']['table'] = 'node'; - $handler->display->display_options['fields']['title']['field'] = 'title'; - $handler->display->display_options['fields']['title']['label'] = ''; - $handler->display->display_options['fields']['title']['alter']['word_boundary'] = FALSE; - $handler->display->display_options['fields']['title']['alter']['ellipsis'] = FALSE; - /* Field: Start Date */ - $handler->display->display_options['fields']['field_event_date']['id'] = 'field_event_date'; - $handler->display->display_options['fields']['field_event_date']['table'] = 'field_data_field_event_date'; - $handler->display->display_options['fields']['field_event_date']['field'] = 'field_event_date'; - $handler->display->display_options['fields']['field_event_date']['ui_name'] = 'Start Date'; - $handler->display->display_options['fields']['field_event_date']['label'] = ''; - $handler->display->display_options['fields']['field_event_date']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['field_event_date']['settings'] = array( - 'format_type' => 'long', - 'fromto' => 'both', - 'multiple_number' => '', - 'multiple_from' => '', - 'multiple_to' => '', - 'show_repeat_rule' => 'hide', - ); - $handler->display->display_options['fields']['field_event_date']['group_rows'] = FALSE; - $handler->display->display_options['fields']['field_event_date']['delta_offset'] = '0'; - /* Field: Content: Body */ - $handler->display->display_options['fields']['body']['id'] = 'body'; - $handler->display->display_options['fields']['body']['table'] = 'field_data_body'; - $handler->display->display_options['fields']['body']['field'] = 'body'; - $handler->display->display_options['fields']['body']['label'] = ''; - $handler->display->display_options['fields']['body']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['body']['type'] = 'text_summary_or_trimmed'; - $handler->display->display_options['fields']['body']['settings'] = array( - 'trim_length' => '400', - ); - $handler->display->display_options['defaults']['filter_groups'] = FALSE; - $handler->display->display_options['defaults']['filters'] = FALSE; - /* Filter criterion: Content: Published */ - $handler->display->display_options['filters']['status']['id'] = 'status'; - $handler->display->display_options['filters']['status']['table'] = 'node'; - $handler->display->display_options['filters']['status']['field'] = 'status'; - $handler->display->display_options['filters']['status']['value'] = 1; - $handler->display->display_options['filters']['status']['group'] = 1; - $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Filter criterion: Content: Event Date - start date (field_event_date) */ - $handler->display->display_options['filters']['field_event_date_value']['id'] = 'field_event_date_value'; - $handler->display->display_options['filters']['field_event_date_value']['table'] = 'field_data_field_event_date'; - $handler->display->display_options['filters']['field_event_date_value']['field'] = 'field_event_date_value'; - $handler->display->display_options['filters']['field_event_date_value']['operator'] = '>='; - $handler->display->display_options['filters']['field_event_date_value']['granularity'] = 'second'; - $handler->display->display_options['filters']['field_event_date_value']['default_date'] = 'now'; - $export['events'] = $view; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_front_page_settings/uas_front_page_settings.features.inc b/docroot/profiles/unallocated/modules/features/uas_front_page_settings/uas_front_page_settings.features.inc deleted file mode 100644 index bf12f199..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_front_page_settings/uas_front_page_settings.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "1"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_front_page_settings/uas_front_page_settings.info b/docroot/profiles/unallocated/modules/features/uas_front_page_settings/uas_front_page_settings.info deleted file mode 100644 index f7b8d7e5..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_front_page_settings/uas_front_page_settings.info +++ /dev/null @@ -1,8 +0,0 @@ -name = UAS Front Page settings -core = 7.x -package = Features -dependencies[] = front_page -dependencies[] = strongarm -features[ctools][] = strongarm:strongarm:1 -features[features_api][] = api:1 -features[variable][] = front_page_enable diff --git a/docroot/profiles/unallocated/modules/features/uas_front_page_settings/uas_front_page_settings.module b/docroot/profiles/unallocated/modules/features/uas_front_page_settings/uas_front_page_settings.module deleted file mode 100644 index 376de343..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_front_page_settings/uas_front_page_settings.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'front_page_enable'; - $strongarm->value = 1; - $export['front_page_enable'] = $strongarm; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.context.inc b/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.context.inc deleted file mode 100644 index 5393cfe7..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.context.inc +++ /dev/null @@ -1,67 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-group'; - $context->description = ''; - $context->tag = 'Content Types'; - $context->conditions = array( - 'node' => array( - 'values' => array( - 'group' => 'group', - ), - 'options' => array( - 'node_form' => '1', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'og_extras-group_info' => array( - 'module' => 'og_extras', - 'delta' => 'group_info', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - 'og_extras-node_links' => array( - 'module' => 'og_extras', - 'delta' => 'node_links', - 'region' => 'sidebar_second', - 'weight' => '-9', - ), - 'views-og_extras_members-block_1' => array( - 'module' => 'views', - 'delta' => 'og_extras_members-block_1', - 'region' => 'sidebar_second', - 'weight' => '-8', - ), - ), - ), - ); - $context->condition_mode = 0; - - // Translatables - // Included for use with string extractors like potx. - t('Content Types'); - $export['uas-group'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.features.inc b/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.features.inc deleted file mode 100644 index 84c8995d..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.features.inc +++ /dev/null @@ -1,20 +0,0 @@ - "3"); - } - list($module, $api) = func_get_args(); - if ($module == "strongarm" && $api == "strongarm") { - return array("version" => "1"); - } -} - diff --git a/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.info b/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.info deleted file mode 100644 index a312c8e2..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.info +++ /dev/null @@ -1,27 +0,0 @@ -name = UAS Group context -core = 7.x -package = UAS Content Types -php = 5.2.4 -version = 7.x-1.0 -project = uas_group_context -dependencies[] = content_type_article -dependencies[] = context -dependencies[] = ctools -dependencies[] = features -dependencies[] = field_sql_storage -dependencies[] = image -dependencies[] = list -dependencies[] = menu_block -dependencies[] = node -dependencies[] = og_extras -dependencies[] = og_ui -dependencies[] = options -dependencies[] = strongarm -dependencies[] = system -dependencies[] = taxonomy -dependencies[] = text -dependencies[] = uas_checkin -features[context][] = uas-group -features[ctools][] = context:context:3 -features[ctools][] = strongarm:strongarm:1 -features[features_api][] = api:1 \ No newline at end of file diff --git a/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.module b/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.module deleted file mode 100644 index 32091fa0..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_group_context/uas_group_context.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'comment_anonymous_group'; - $strongarm->value = 0; - $export['comment_anonymous_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'comment_default_mode_group'; - $strongarm->value = 1; - $export['comment_default_mode_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'comment_default_per_page_group'; - $strongarm->value = '50'; - $export['comment_default_per_page_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'comment_form_location_group'; - $strongarm->value = 1; - $export['comment_form_location_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'comment_group'; - $strongarm->value = '1'; - $export['comment_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'comment_preview_group'; - $strongarm->value = '1'; - $export['comment_preview_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'comment_subject_field_group'; - $strongarm->value = 1; - $export['comment_subject_field_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'field_bundle_settings_node__group'; - $strongarm->value = array( - 'view_modes' => array(), - 'extra_fields' => array( - 'form' => array( - 'title' => array( - 'weight' => '0', - ), - 'path' => array( - 'weight' => '2', - ), - ), - 'display' => array(), - ), - ); - $export['field_bundle_settings_node__group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'menu_options_group'; - $strongarm->value = array(); - $export['menu_options_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'menu_parent_group'; - $strongarm->value = 'main-menu:0'; - $export['menu_parent_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'node_options_group'; - $strongarm->value = array( - 0 => 'status', - 1 => 'promote', - ); - $export['node_options_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'node_preview_group'; - $strongarm->value = '1'; - $export['node_preview_group'] = $strongarm; - - $strongarm = new stdClass(); - $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'node_submitted_group'; - $strongarm->value = 0; - $export['node_submitted_group'] = $strongarm; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.features.inc b/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.features.inc deleted file mode 100644 index d12b9573..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.features.inc +++ /dev/null @@ -1,22 +0,0 @@ - "1"); - } -} - -/** - * Implements hook_views_api(). - */ -function uas_groups_dashboard_views_api() { - return array("version" => "3.0"); -} diff --git a/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.info b/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.info deleted file mode 100644 index 27be4dc1..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.info +++ /dev/null @@ -1,13 +0,0 @@ -name = UAS Groups Dashboard -core = 7.x -package = UAS Pages -php = 5.2.4 -version = 7.x-1.0 -project = uas_groups_dashboard -dependencies[] = ctools -dependencies[] = strongarm -dependencies[] = views -features[ctools][] = strongarm:strongarm:1 -features[ctools][] = views:views_default:3.0 -features[features_api][] = api:1 -features[views_view][] = groups diff --git a/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.module b/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.module deleted file mode 100644 index 42c4736e..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ - $strongarm->api_version = 1; - $strongarm->name = 'views_defaults'; - $strongarm->value = array( - 'og_extras_groups' => TRUE, - ); - $export['views_defaults'] = $strongarm; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.views_default.inc b/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.views_default.inc deleted file mode 100644 index 3b3ec783..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_groups_dashboard/uas_groups_dashboard.views_default.inc +++ /dev/null @@ -1,186 +0,0 @@ -name = 'groups'; - $view->description = 'A listing of all node groups.'; - $view->tag = 'OG Extras'; - $view->base_table = 'node'; - $view->human_name = 'Groups'; - $view->core = 7; - $view->api_version = '3.0'; - $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ - - /* Display: Master */ - $handler = $view->new_display('default', 'Master', 'default'); - $handler->display->display_options['title'] = 'Groups'; - $handler->display->display_options['use_ajax'] = TRUE; - $handler->display->display_options['use_more_always'] = FALSE; - $handler->display->display_options['access']['type'] = 'perm'; - $handler->display->display_options['cache']['type'] = 'none'; - $handler->display->display_options['query']['type'] = 'views_query'; - $handler->display->display_options['query']['options']['query_comment'] = FALSE; - $handler->display->display_options['exposed_form']['type'] = 'basic'; - $handler->display->display_options['exposed_form']['options']['autosubmit'] = TRUE; - $handler->display->display_options['pager']['type'] = 'full'; - $handler->display->display_options['pager']['options']['items_per_page'] = '10'; - $handler->display->display_options['style_plugin'] = 'table'; - $handler->display->display_options['style_options']['columns'] = array( - 'title' => 'title', - 'body' => 'body', - 'name' => 'name', - 'created' => 'created', - 'group_group' => 'group_group', - ); - $handler->display->display_options['style_options']['default'] = 'title'; - $handler->display->display_options['style_options']['info'] = array( - 'title' => array( - 'sortable' => 1, - 'default_sort_order' => 'asc', - 'align' => 'views-align-left', - 'separator' => '', - 'empty_column' => 0, - ), - 'body' => array( - 'sortable' => 0, - 'default_sort_order' => 'asc', - 'align' => 'views-align-left', - 'separator' => '', - 'empty_column' => 0, - ), - 'name' => array( - 'sortable' => 1, - 'default_sort_order' => 'asc', - 'align' => 'views-align-left', - 'separator' => '', - 'empty_column' => 0, - ), - 'created' => array( - 'sortable' => 1, - 'default_sort_order' => 'asc', - 'align' => 'views-align-left', - 'separator' => '', - 'empty_column' => 0, - ), - 'group_group' => array( - 'sortable' => 0, - 'default_sort_order' => 'asc', - 'align' => 'views-align-left', - 'separator' => '', - 'empty_column' => 0, - ), - ); - /* Header: Global: Text area */ - $handler->display->display_options['header']['area']['id'] = 'area'; - $handler->display->display_options['header']['area']['table'] = 'views'; - $handler->display->display_options['header']['area']['field'] = 'area'; - $handler->display->display_options['header']['area']['label'] = 'New group link'; - $handler->display->display_options['header']['area']['empty'] = TRUE; - $handler->display->display_options['header']['area']['content'] = ''; - $handler->display->display_options['header']['area']['format'] = 'full_html'; - /* No results behavior: Global: Text area */ - $handler->display->display_options['empty']['area']['id'] = 'area'; - $handler->display->display_options['empty']['area']['table'] = 'views'; - $handler->display->display_options['empty']['area']['field'] = 'area'; - $handler->display->display_options['empty']['area']['label'] = 'No results text'; - $handler->display->display_options['empty']['area']['empty'] = TRUE; - $handler->display->display_options['empty']['area']['content'] = 'No groups were found using those search parameters'; - $handler->display->display_options['empty']['area']['format'] = 'filtered_html'; - /* Relationship: OG membership: OG membership from Node */ - $handler->display->display_options['relationships']['og_membership_rel']['id'] = 'og_membership_rel'; - $handler->display->display_options['relationships']['og_membership_rel']['table'] = 'node'; - $handler->display->display_options['relationships']['og_membership_rel']['field'] = 'og_membership_rel'; - /* Relationship: Content: Author */ - $handler->display->display_options['relationships']['uid']['id'] = 'uid'; - $handler->display->display_options['relationships']['uid']['table'] = 'node'; - $handler->display->display_options['relationships']['uid']['field'] = 'uid'; - /* Field: Content: Title */ - $handler->display->display_options['fields']['title']['id'] = 'title'; - $handler->display->display_options['fields']['title']['table'] = 'node'; - $handler->display->display_options['fields']['title']['field'] = 'title'; - $handler->display->display_options['fields']['title']['label'] = 'Team'; - $handler->display->display_options['fields']['title']['element_label_colon'] = FALSE; - /* Field: Content: Body */ - $handler->display->display_options['fields']['body']['id'] = 'body'; - $handler->display->display_options['fields']['body']['table'] = 'field_data_body'; - $handler->display->display_options['fields']['body']['field'] = 'body'; - $handler->display->display_options['fields']['body']['label'] = 'Description'; - $handler->display->display_options['fields']['body']['alter']['max_length'] = '300'; - $handler->display->display_options['fields']['body']['alter']['trim'] = TRUE; - /* Field: User: Name */ - $handler->display->display_options['fields']['name']['id'] = 'name'; - $handler->display->display_options['fields']['name']['table'] = 'users'; - $handler->display->display_options['fields']['name']['field'] = 'name'; - $handler->display->display_options['fields']['name']['relationship'] = 'uid'; - $handler->display->display_options['fields']['name']['label'] = 'Manager'; - /* Field: Content: Post date */ - $handler->display->display_options['fields']['created']['id'] = 'created'; - $handler->display->display_options['fields']['created']['table'] = 'node'; - $handler->display->display_options['fields']['created']['field'] = 'created'; - $handler->display->display_options['fields']['created']['label'] = 'Created'; - $handler->display->display_options['fields']['created']['date_format'] = 'time ago'; - /* Field: Content: Group */ - $handler->display->display_options['fields']['group_group']['id'] = 'group_group'; - $handler->display->display_options['fields']['group_group']['table'] = 'field_data_group_group'; - $handler->display->display_options['fields']['group_group']['field'] = 'group_group'; - $handler->display->display_options['fields']['group_group']['label'] = 'Join Link'; - $handler->display->display_options['fields']['group_group']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['group_group']['type'] = 'og_group_subscribe'; - $handler->display->display_options['fields']['group_group']['settings'] = array( - 'field_name' => '0', - ); - /* Sort criterion: Content: Post date */ - $handler->display->display_options['sorts']['created']['id'] = 'created'; - $handler->display->display_options['sorts']['created']['table'] = 'node'; - $handler->display->display_options['sorts']['created']['field'] = 'created'; - $handler->display->display_options['sorts']['created']['order'] = 'DESC'; - /* Filter criterion: Content: Published */ - $handler->display->display_options['filters']['status']['id'] = 'status'; - $handler->display->display_options['filters']['status']['table'] = 'node'; - $handler->display->display_options['filters']['status']['field'] = 'status'; - $handler->display->display_options['filters']['status']['value'] = 1; - $handler->display->display_options['filters']['status']['group'] = 1; - $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Filter criterion: Content: Type */ - $handler->display->display_options['filters']['type']['id'] = 'type'; - $handler->display->display_options['filters']['type']['table'] = 'node'; - $handler->display->display_options['filters']['type']['field'] = 'type'; - $handler->display->display_options['filters']['type']['value'] = array( - 'group' => 'group', - ); - /* Filter criterion: Search: Search Terms */ - $handler->display->display_options['filters']['keys']['id'] = 'keys'; - $handler->display->display_options['filters']['keys']['table'] = 'search_index'; - $handler->display->display_options['filters']['keys']['field'] = 'keys'; - $handler->display->display_options['filters']['keys']['exposed'] = TRUE; - $handler->display->display_options['filters']['keys']['expose']['operator_id'] = 'keys_op'; - $handler->display->display_options['filters']['keys']['expose']['label'] = 'Search Terms'; - $handler->display->display_options['filters']['keys']['expose']['operator'] = 'keys_op'; - $handler->display->display_options['filters']['keys']['expose']['identifier'] = 'keys'; - $handler->display->display_options['filters']['keys']['expose']['remember_roles'] = array( - 2 => '2', - 1 => 0, - 3 => 0, - ); - - /* Display: Page */ - $handler = $view->new_display('page', 'Page', 'page'); - $handler->display->display_options['path'] = 'groups'; - $handler->display->display_options['menu']['title'] = 'Groups'; - $handler->display->display_options['menu']['weight'] = '10'; - $handler->display->display_options['menu']['name'] = 'main-menu'; - $handler->display->display_options['menu']['context'] = 0; - $handler->display->display_options['menu']['context_only_inline'] = 0; - $export['groups'] = $view; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.context.inc b/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.context.inc deleted file mode 100644 index 65ede9da..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.context.inc +++ /dev/null @@ -1,64 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-main'; - $context->description = ''; - $context->tag = 'Default'; - $context->conditions = array( - 'path' => array( - 'values' => array( - '~' => '~', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'user-login' => array( - 'module' => 'user', - 'delta' => 'login', - 'region' => 'user_first', - 'weight' => '-10', - ), - 'system-user-menu' => array( - 'module' => 'system', - 'delta' => 'user-menu', - 'region' => 'user_first', - 'weight' => '-9', - ), - 'views--exp-search-page' => array( - 'module' => 'views', - 'delta' => '-exp-search-page', - 'region' => 'menu', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 0; - - // Translatables - // Included for use with string extractors like potx. - t('Default'); - $export['uas-main'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.features.inc b/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.features.inc deleted file mode 100644 index b7eddfd3..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.info b/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.info deleted file mode 100644 index 433cc246..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.info +++ /dev/null @@ -1,13 +0,0 @@ -name = UAS Main Context -core = 7.x -package = UAS Defaults -php = 5.2.4 -version = 7.x-1.0 -project = uas_main_context -dependencies[] = context -dependencies[] = ctools -dependencies[] = system -dependencies[] = views -features[context][] = uas-main -features[ctools][] = context:context:3 -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.module b/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.module deleted file mode 100644 index 9a509fb2..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_main_context/uas_main_context.module +++ /dev/null @@ -1,7 +0,0 @@ - 'main-menu', - 'title' => 'Main menu', - 'description' => 'The Main menu is used on many sites to show the major sections of the site, often in a top navigation bar.', - ); - // Translatables - // Included for use with string extractors like potx. - t('Main menu'); - t('The Main menu is used on many sites to show the major sections of the site, often in a top navigation bar.'); - - - return $menus; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_main_nav/uas_main_nav.features.menu_links.inc b/docroot/profiles/unallocated/modules/features/uas_main_nav/uas_main_nav.features.menu_links.inc deleted file mode 100644 index 3bcbe995..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_main_nav/uas_main_nav.features.menu_links.inc +++ /dev/null @@ -1,356 +0,0 @@ - - $menu_links['main-menu:'] = array( - 'menu_name' => 'main-menu', - 'link_path' => '', - 'router_path' => '', - 'link_title' => 'Home', - 'options' => array(), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '1', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-50', - ); - // Exported menu link: main-menu:eform/submit/contact-form - $menu_links['main-menu:eform/submit/contact-form'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'eform/submit/contact-form', - 'router_path' => 'eform/submit/%', - 'link_title' => 'Contact', - 'options' => array(), - 'module' => 'entityform', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '1', - 'expanded' => '0', - 'weight' => '-47', - ); - // Exported menu link: main-menu:events - $menu_links['main-menu:events'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'events', - 'router_path' => 'events', - 'link_title' => 'Events and Classes', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-50', - 'parent_path' => 'node/1', - ); - // Exported menu link: main-menu:groups - $menu_links['main-menu:groups'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'groups', - 'router_path' => 'groups', - 'link_title' => 'Groups', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-49', - 'parent_path' => 'node/1', - ); - // Exported menu link: main-menu:http://www.unallocatedspace.org/wiki/Main_Page - $menu_links['main-menu:http://www.unallocatedspace.org/wiki/Main_Page'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'http://www.unallocatedspace.org/wiki/Main_Page', - 'router_path' => '', - 'link_title' => 'Wiki', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '1', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-46', - 'parent_path' => 'resources', - ); - // Exported menu link: main-menu:members - $menu_links['main-menu:members'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'members', - 'router_path' => 'members', - 'link_title' => 'Members', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '1', - 'expanded' => '0', - 'weight' => '-46', - ); - // Exported menu link: main-menu:node/1 - $menu_links['main-menu:node/1'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'node/1', - 'router_path' => 'node/%', - 'link_title' => 'Get Involved', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '1', - 'expanded' => '0', - 'weight' => '-49', - ); - // Exported menu link: main-menu:node/157 - $menu_links['main-menu:node/157'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'node/157', - 'router_path' => 'node/%', - 'link_title' => 'Membership', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-50', - 'parent_path' => 'members', - ); - // Exported menu link: main-menu:node/158 - $menu_links['main-menu:node/158'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'node/158', - 'router_path' => 'node/%', - 'link_title' => 'IRC', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-49', - 'parent_path' => 'eform/submit/contact-form', - ); - // Exported menu link: main-menu:node/159 - $menu_links['main-menu:node/159'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'node/159', - 'router_path' => 'node/%', - 'link_title' => 'Social', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-50', - 'parent_path' => 'eform/submit/contact-form', - ); - // Exported menu link: main-menu:node/2 - $menu_links['main-menu:node/2'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'node/2', - 'router_path' => 'node/%', - 'link_title' => 'Donations', - 'options' => array(), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-45', - ); - // Exported menu link: main-menu:projects - $menu_links['main-menu:projects'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'projects', - 'router_path' => 'projects', - 'link_title' => 'Projects', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-48', - 'parent_path' => 'node/1', - ); - // Exported menu link: main-menu:resources - $menu_links['main-menu:resources'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'resources', - 'router_path' => 'resources', - 'link_title' => 'Resources', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '1', - 'expanded' => '0', - 'weight' => '-48', - ); - // Exported menu link: main-menu:resources/articles - $menu_links['main-menu:resources/articles'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'resources/articles', - 'router_path' => 'resources/articles', - 'link_title' => 'Articles', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-49', - 'parent_path' => 'resources', - ); - // Exported menu link: main-menu:resources/downloads - $menu_links['main-menu:resources/downloads'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'resources/downloads', - 'router_path' => 'resources/downloads', - 'link_title' => 'Downloads', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-45', - 'parent_path' => 'resources', - ); - // Exported menu link: main-menu:resources/tutorials - $menu_links['main-menu:resources/tutorials'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'resources/tutorials', - 'router_path' => 'resources/tutorials', - 'link_title' => 'Tutorials', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-50', - 'parent_path' => 'resources', - ); - // Exported menu link: main-menu:resources/videos - $menu_links['main-menu:resources/videos'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'resources/videos', - 'router_path' => 'resources/videos', - 'link_title' => 'Videos', - 'options' => array( - 'attributes' => array( - 'title' => '', - ), - ), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-47', - 'parent_path' => 'resources', - ); - // Exported menu link: main-menu:taxonomy/term/1 - $menu_links['main-menu:taxonomy/term/1'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'taxonomy/term/1', - 'router_path' => 'taxonomy/term/%', - 'link_title' => 'Taxonomy term', - 'options' => array(), - 'module' => 'menu', - 'hidden' => '0', - 'external' => '0', - 'has_children' => '0', - 'expanded' => '0', - 'weight' => '-48', - 'parent_path' => 'resources', - ); - // Translatables - // Included for use with string extractors like potx. - t('Articles'); - t('Contact'); - t('Donations'); - t('Downloads'); - t('Events and Classes'); - t('Get Involved'); - t('Groups'); - t('Home'); - t('IRC'); - t('Members'); - t('Membership'); - t('Projects'); - t('Resources'); - t('Social'); - t('Taxonomy term'); - t('Tutorials'); - t('Videos'); - t('Wiki'); - - - return $menu_links; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_main_nav/uas_main_nav.info b/docroot/profiles/unallocated/modules/features/uas_main_nav/uas_main_nav.info deleted file mode 100644 index 864c9dc6..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_main_nav/uas_main_nav.info +++ /dev/null @@ -1,27 +0,0 @@ -name = UAS Main Nav -core = 7.x -package = UAS Pages -version = 7.x-1.0 -project = uas_main_nav -dependencies[] = features -dependencies[] = menu -features[features_api][] = api:1 -features[menu_custom][] = main-menu -features[menu_links][] = main-menu: -features[menu_links][] = main-menu:eform/submit/contact-form -features[menu_links][] = main-menu:events -features[menu_links][] = main-menu:groups -features[menu_links][] = main-menu:http://www.unallocatedspace.org/wiki/Main_Page -features[menu_links][] = main-menu:members -features[menu_links][] = main-menu:node/1 -features[menu_links][] = main-menu:node/157 -features[menu_links][] = main-menu:node/158 -features[menu_links][] = main-menu:node/159 -features[menu_links][] = main-menu:node/2 -features[menu_links][] = main-menu:projects -features[menu_links][] = main-menu:resources -features[menu_links][] = main-menu:resources/articles -features[menu_links][] = main-menu:resources/downloads -features[menu_links][] = main-menu:resources/tutorials -features[menu_links][] = main-menu:resources/videos -features[menu_links][] = main-menu:taxonomy/term/1 diff --git a/docroot/profiles/unallocated/modules/features/uas_main_nav/uas_main_nav.module b/docroot/profiles/unallocated/modules/features/uas_main_nav/uas_main_nav.module deleted file mode 100644 index 44788b07..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_main_nav/uas_main_nav.module +++ /dev/null @@ -1,5 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-project'; - $context->description = ''; - $context->tag = 'Content Types'; - $context->conditions = array( - 'node' => array( - 'values' => array( - 'project' => 'project', - ), - 'options' => array( - 'node_form' => '1', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-1' => array( - 'module' => 'menu_block', - 'delta' => '1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 0; - - // Translatables - // Included for use with string extractors like potx. - t('Content Types'); - $export['uas-project'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_project_context/uas_project_context.features.inc b/docroot/profiles/unallocated/modules/features/uas_project_context/uas_project_context.features.inc deleted file mode 100644 index 734ffd01..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_project_context/uas_project_context.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_project_context/uas_project_context.info b/docroot/profiles/unallocated/modules/features/uas_project_context/uas_project_context.info deleted file mode 100644 index a3909589..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_project_context/uas_project_context.info +++ /dev/null @@ -1,14 +0,0 @@ -name = UAS Project Context -core = 7.x -package = UAS Content Types -version = 7.x-1.0 -project = uas_project_context -dependencies[] = content_type_project -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = system -dependencies[] = uas_checkin -features[context][] = uas-project -features[ctools][] = context:context:3 -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/uas_project_context/uas_project_context.module b/docroot/profiles/unallocated/modules/features/uas_project_context/uas_project_context.module deleted file mode 100644 index 6bb59809..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_project_context/uas_project_context.module +++ /dev/null @@ -1,7 +0,0 @@ - "3.0"); -} diff --git a/docroot/profiles/unallocated/modules/features/uas_project_dashboard/uas_project_dashboard.info b/docroot/profiles/unallocated/modules/features/uas_project_dashboard/uas_project_dashboard.info deleted file mode 100644 index 45bcba0b..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_project_dashboard/uas_project_dashboard.info +++ /dev/null @@ -1,10 +0,0 @@ -name = UAS Project Dashboard -core = 7.x -package = UAS Pages -version = 7.x-1.0 -project = uas_project_dashboard -dependencies[] = ctools -dependencies[] = views -features[ctools][] = views:views_default:3.0 -features[features_api][] = api:1 -features[views_view][] = projects diff --git a/docroot/profiles/unallocated/modules/features/uas_project_dashboard/uas_project_dashboard.module b/docroot/profiles/unallocated/modules/features/uas_project_dashboard/uas_project_dashboard.module deleted file mode 100644 index cd301c65..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_project_dashboard/uas_project_dashboard.module +++ /dev/null @@ -1,7 +0,0 @@ -name = 'projects'; - $view->description = 'A listing of all node groups.'; - $view->tag = 'OG Extras'; - $view->base_table = 'node'; - $view->human_name = 'projects'; - $view->core = 7; - $view->api_version = '3.0'; - $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ - - /* Display: Master */ - $handler = $view->new_display('default', 'Master', 'default'); - $handler->display->display_options['title'] = 'Projects'; - $handler->display->display_options['use_ajax'] = TRUE; - $handler->display->display_options['use_more_always'] = FALSE; - $handler->display->display_options['access']['type'] = 'perm'; - $handler->display->display_options['cache']['type'] = 'none'; - $handler->display->display_options['query']['type'] = 'views_query'; - $handler->display->display_options['query']['options']['query_comment'] = FALSE; - $handler->display->display_options['exposed_form']['type'] = 'basic'; - $handler->display->display_options['exposed_form']['options']['autosubmit'] = TRUE; - $handler->display->display_options['pager']['type'] = 'full'; - $handler->display->display_options['pager']['options']['items_per_page'] = '10'; - $handler->display->display_options['style_plugin'] = 'table'; - $handler->display->display_options['style_options']['columns'] = array( - 'title' => 'title', - 'body' => 'body', - 'name' => 'name', - 'created' => 'created', - 'group_group' => 'group_group', - ); - $handler->display->display_options['style_options']['default'] = 'title'; - $handler->display->display_options['style_options']['info'] = array( - 'title' => array( - 'sortable' => 1, - 'default_sort_order' => 'asc', - 'align' => 'views-align-left', - 'separator' => '', - 'empty_column' => 0, - ), - 'body' => array( - 'sortable' => 0, - 'default_sort_order' => 'asc', - 'align' => 'views-align-left', - 'separator' => '', - 'empty_column' => 0, - ), - 'name' => array( - 'sortable' => 1, - 'default_sort_order' => 'asc', - 'align' => 'views-align-left', - 'separator' => '', - 'empty_column' => 0, - ), - 'created' => array( - 'sortable' => 1, - 'default_sort_order' => 'asc', - 'align' => 'views-align-left', - 'separator' => '', - 'empty_column' => 0, - ), - 'group_group' => array( - 'sortable' => 0, - 'default_sort_order' => 'asc', - 'align' => 'views-align-left', - 'separator' => '', - 'empty_column' => 0, - ), - ); - /* Header: Global: Text area */ - $handler->display->display_options['header']['area']['id'] = 'area'; - $handler->display->display_options['header']['area']['table'] = 'views'; - $handler->display->display_options['header']['area']['field'] = 'area'; - $handler->display->display_options['header']['area']['label'] = 'New project link'; - $handler->display->display_options['header']['area']['empty'] = TRUE; - $handler->display->display_options['header']['area']['content'] = ''; - $handler->display->display_options['header']['area']['format'] = 'full_html'; - /* No results behavior: Global: Text area */ - $handler->display->display_options['empty']['area']['id'] = 'area'; - $handler->display->display_options['empty']['area']['table'] = 'views'; - $handler->display->display_options['empty']['area']['field'] = 'area'; - $handler->display->display_options['empty']['area']['label'] = 'No results text'; - $handler->display->display_options['empty']['area']['empty'] = TRUE; - $handler->display->display_options['empty']['area']['content'] = 'No groups were found using those search parameters'; - $handler->display->display_options['empty']['area']['format'] = 'filtered_html'; - /* Relationship: OG membership: OG membership from Node */ - $handler->display->display_options['relationships']['og_membership_rel']['id'] = 'og_membership_rel'; - $handler->display->display_options['relationships']['og_membership_rel']['table'] = 'node'; - $handler->display->display_options['relationships']['og_membership_rel']['field'] = 'og_membership_rel'; - /* Relationship: Content: Author */ - $handler->display->display_options['relationships']['uid']['id'] = 'uid'; - $handler->display->display_options['relationships']['uid']['table'] = 'node'; - $handler->display->display_options['relationships']['uid']['field'] = 'uid'; - /* Field: Content: Title */ - $handler->display->display_options['fields']['title']['id'] = 'title'; - $handler->display->display_options['fields']['title']['table'] = 'node'; - $handler->display->display_options['fields']['title']['field'] = 'title'; - $handler->display->display_options['fields']['title']['label'] = 'Team'; - $handler->display->display_options['fields']['title']['element_label_colon'] = FALSE; - /* Field: Content: Body */ - $handler->display->display_options['fields']['body']['id'] = 'body'; - $handler->display->display_options['fields']['body']['table'] = 'field_data_body'; - $handler->display->display_options['fields']['body']['field'] = 'body'; - $handler->display->display_options['fields']['body']['label'] = 'Description'; - $handler->display->display_options['fields']['body']['alter']['max_length'] = '300'; - $handler->display->display_options['fields']['body']['alter']['trim'] = TRUE; - /* Field: User: Name */ - $handler->display->display_options['fields']['name']['id'] = 'name'; - $handler->display->display_options['fields']['name']['table'] = 'users'; - $handler->display->display_options['fields']['name']['field'] = 'name'; - $handler->display->display_options['fields']['name']['relationship'] = 'uid'; - $handler->display->display_options['fields']['name']['label'] = 'Manager'; - /* Field: Content: Post date */ - $handler->display->display_options['fields']['created']['id'] = 'created'; - $handler->display->display_options['fields']['created']['table'] = 'node'; - $handler->display->display_options['fields']['created']['field'] = 'created'; - $handler->display->display_options['fields']['created']['label'] = 'Created'; - $handler->display->display_options['fields']['created']['date_format'] = 'time ago'; - /* Field: Content: Group */ - $handler->display->display_options['fields']['group_group']['id'] = 'group_group'; - $handler->display->display_options['fields']['group_group']['table'] = 'field_data_group_group'; - $handler->display->display_options['fields']['group_group']['field'] = 'group_group'; - $handler->display->display_options['fields']['group_group']['label'] = 'Join Link'; - $handler->display->display_options['fields']['group_group']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['group_group']['type'] = 'og_group_subscribe'; - $handler->display->display_options['fields']['group_group']['settings'] = array( - 'field_name' => '0', - ); - /* Sort criterion: Content: Post date */ - $handler->display->display_options['sorts']['created']['id'] = 'created'; - $handler->display->display_options['sorts']['created']['table'] = 'node'; - $handler->display->display_options['sorts']['created']['field'] = 'created'; - $handler->display->display_options['sorts']['created']['order'] = 'DESC'; - /* Filter criterion: Content: Published */ - $handler->display->display_options['filters']['status']['id'] = 'status'; - $handler->display->display_options['filters']['status']['table'] = 'node'; - $handler->display->display_options['filters']['status']['field'] = 'status'; - $handler->display->display_options['filters']['status']['value'] = 1; - $handler->display->display_options['filters']['status']['group'] = 1; - $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Filter criterion: Content: Type */ - $handler->display->display_options['filters']['type']['id'] = 'type'; - $handler->display->display_options['filters']['type']['table'] = 'node'; - $handler->display->display_options['filters']['type']['field'] = 'type'; - $handler->display->display_options['filters']['type']['value'] = array( - 'group' => 'group', - 'project' => 'project', - ); - /* Filter criterion: Search: Search Terms */ - $handler->display->display_options['filters']['keys']['id'] = 'keys'; - $handler->display->display_options['filters']['keys']['table'] = 'search_index'; - $handler->display->display_options['filters']['keys']['field'] = 'keys'; - $handler->display->display_options['filters']['keys']['exposed'] = TRUE; - $handler->display->display_options['filters']['keys']['expose']['operator_id'] = 'keys_op'; - $handler->display->display_options['filters']['keys']['expose']['label'] = 'Search Terms'; - $handler->display->display_options['filters']['keys']['expose']['operator'] = 'keys_op'; - $handler->display->display_options['filters']['keys']['expose']['identifier'] = 'keys'; - $handler->display->display_options['filters']['keys']['expose']['remember_roles'] = array( - 2 => '2', - 1 => 0, - 3 => 0, - ); - - /* Display: Page */ - $handler = $view->new_display('page', 'Page', 'page'); - $handler->display->display_options['path'] = 'projects'; - $handler->display->display_options['menu']['title'] = 'Groups'; - $handler->display->display_options['menu']['weight'] = '10'; - $handler->display->display_options['menu']['name'] = 'main-menu'; - $handler->display->display_options['menu']['context'] = 0; - $handler->display->display_options['menu']['context_only_inline'] = 0; - $export['projects'] = $view; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.context.inc b/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.context.inc deleted file mode 100644 index 030861dd..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.context.inc +++ /dev/null @@ -1,52 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-projects-dashboard'; - $context->description = ''; - $context->tag = 'Pages'; - $context->conditions = array( - 'path' => array( - 'values' => array( - 'projects' => 'projects', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 0; - - // Translatables - // Included for use with string extractors like potx. - t('Pages'); - $export['uas-projects-dashboard'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.features.inc b/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.features.inc deleted file mode 100644 index 7ce2c221..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.info b/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.info deleted file mode 100644 index 634b5e9b..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.info +++ /dev/null @@ -1,12 +0,0 @@ -name = UAS Projects Page -core = 7.x -package = UAS Pages -version = 7.x-1.0 -project = uas_projects_page -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = system -features[context][] = uas-projects-dashboard -features[ctools][] = context:context:3 -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.module b/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.module deleted file mode 100644 index 92342d27..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_projects_page/uas_projects_page.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-resources-dashboard'; - $context->description = ''; - $context->tag = 'Dashboards'; - $context->conditions = array( - 'path' => array( - 'values' => array( - 'resources' => 'resources', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 1; - - // Translatables - // Included for use with string extractors like potx. - t('Dashboards'); - $export['uas-resources-dashboard'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_resources_page/uas_resources_page.features.inc b/docroot/profiles/unallocated/modules/features/uas_resources_page/uas_resources_page.features.inc deleted file mode 100644 index 11874cd8..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_resources_page/uas_resources_page.features.inc +++ /dev/null @@ -1,22 +0,0 @@ - "3"); - } -} - -/** - * Implements hook_views_api(). - */ -function uas_resources_page_views_api() { - return array("version" => "3.0"); -} diff --git a/docroot/profiles/unallocated/modules/features/uas_resources_page/uas_resources_page.info b/docroot/profiles/unallocated/modules/features/uas_resources_page/uas_resources_page.info deleted file mode 100644 index dedf4567..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_resources_page/uas_resources_page.info +++ /dev/null @@ -1,16 +0,0 @@ -name = UAS Resources Page -core = 7.x -package = UAS Pages -php = 5.2.4 -version = 7.x-1.0 -project = uas_resources_page -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = uas_checkin -dependencies[] = views -features[context][] = uas-resources-dashboard -features[ctools][] = context:context:3 -features[ctools][] = views:views_default:3.0 -features[features_api][] = api:1 -features[views_view][] = resources diff --git a/docroot/profiles/unallocated/modules/features/uas_resources_page/uas_resources_page.module b/docroot/profiles/unallocated/modules/features/uas_resources_page/uas_resources_page.module deleted file mode 100644 index dd7d050b..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_resources_page/uas_resources_page.module +++ /dev/null @@ -1,7 +0,0 @@ -name = 'resources'; - $view->description = ''; - $view->tag = 'default'; - $view->base_table = 'node'; - $view->human_name = 'Resources'; - $view->core = 7; - $view->api_version = '3.0'; - $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ - - /* Display: Master */ - $handler = $view->new_display('default', 'Master', 'default'); - $handler->display->display_options['title'] = 'Resources'; - $handler->display->display_options['use_more'] = TRUE; - $handler->display->display_options['use_more_always'] = FALSE; - $handler->display->display_options['use_more_text'] = 'Read More Content »'; - $handler->display->display_options['access']['type'] = 'perm'; - $handler->display->display_options['cache']['type'] = 'none'; - $handler->display->display_options['query']['type'] = 'views_query'; - $handler->display->display_options['exposed_form']['type'] = 'basic'; - $handler->display->display_options['pager']['type'] = 'full'; - $handler->display->display_options['pager']['options']['items_per_page'] = '10'; - $handler->display->display_options['style_plugin'] = 'default'; - $handler->display->display_options['row_plugin'] = 'fields'; - /* Field: Content: Title */ - $handler->display->display_options['fields']['title']['id'] = 'title'; - $handler->display->display_options['fields']['title']['table'] = 'node'; - $handler->display->display_options['fields']['title']['field'] = 'title'; - $handler->display->display_options['fields']['title']['label'] = ''; - $handler->display->display_options['fields']['title']['alter']['word_boundary'] = FALSE; - $handler->display->display_options['fields']['title']['alter']['ellipsis'] = FALSE; - /* Field: Content: Body */ - $handler->display->display_options['fields']['body']['id'] = 'body'; - $handler->display->display_options['fields']['body']['table'] = 'field_data_body'; - $handler->display->display_options['fields']['body']['field'] = 'body'; - $handler->display->display_options['fields']['body']['label'] = ''; - $handler->display->display_options['fields']['body']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['body']['type'] = 'text_summary_or_trimmed'; - $handler->display->display_options['fields']['body']['settings'] = array( - 'trim_length' => '300', - ); - /* Sort criterion: Content: Post date */ - $handler->display->display_options['sorts']['created']['id'] = 'created'; - $handler->display->display_options['sorts']['created']['table'] = 'node'; - $handler->display->display_options['sorts']['created']['field'] = 'created'; - $handler->display->display_options['sorts']['created']['order'] = 'DESC'; - $handler->display->display_options['sorts']['created']['exposed'] = TRUE; - $handler->display->display_options['sorts']['created']['expose']['label'] = 'Post date'; - /* Filter criterion: Content: Published */ - $handler->display->display_options['filters']['status']['id'] = 'status'; - $handler->display->display_options['filters']['status']['table'] = 'node'; - $handler->display->display_options['filters']['status']['field'] = 'status'; - $handler->display->display_options['filters']['status']['value'] = 1; - $handler->display->display_options['filters']['status']['group'] = 1; - $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Filter criterion: Content: Type */ - $handler->display->display_options['filters']['type']['id'] = 'type'; - $handler->display->display_options['filters']['type']['table'] = 'node'; - $handler->display->display_options['filters']['type']['field'] = 'type'; - $handler->display->display_options['filters']['type']['value'] = array( - 'article' => 'article', - 'download' => 'download', - 'tutorial' => 'tutorial', - ); - - /* Display: Page */ - $handler = $view->new_display('page', 'Page', 'page'); - $handler->display->display_options['path'] = 'resources'; - - /* Display: Block */ - $handler = $view->new_display('block', 'Block', 'block_1'); - $handler->display->display_options['defaults']['empty'] = FALSE; - /* No results behavior: Global: View area */ - $handler->display->display_options['empty']['view']['id'] = 'view'; - $handler->display->display_options['empty']['view']['table'] = 'views'; - $handler->display->display_options['empty']['view']['field'] = 'view'; - $handler->display->display_options['empty']['view']['empty'] = TRUE; - $handler->display->display_options['empty']['view']['view_to_insert'] = 'resources:block_2'; - $handler->display->display_options['defaults']['relationships'] = FALSE; - /* Relationship: Field: Tags (field_tags) */ - $handler->display->display_options['relationships']['field_tags_tid']['id'] = 'field_tags_tid'; - $handler->display->display_options['relationships']['field_tags_tid']['table'] = 'field_data_field_tags'; - $handler->display->display_options['relationships']['field_tags_tid']['field'] = 'field_tags_tid'; - /* Relationship: Taxonomy term: User using Interests */ - $handler->display->display_options['relationships']['reverse_field_interests_user']['id'] = 'reverse_field_interests_user'; - $handler->display->display_options['relationships']['reverse_field_interests_user']['table'] = 'taxonomy_term_data'; - $handler->display->display_options['relationships']['reverse_field_interests_user']['field'] = 'reverse_field_interests_user'; - $handler->display->display_options['relationships']['reverse_field_interests_user']['relationship'] = 'field_tags_tid'; - $handler->display->display_options['defaults']['fields'] = FALSE; - /* Field: Content: Title */ - $handler->display->display_options['fields']['title']['id'] = 'title'; - $handler->display->display_options['fields']['title']['table'] = 'node'; - $handler->display->display_options['fields']['title']['field'] = 'title'; - $handler->display->display_options['fields']['title']['label'] = ''; - $handler->display->display_options['fields']['title']['alter']['word_boundary'] = FALSE; - $handler->display->display_options['fields']['title']['alter']['ellipsis'] = FALSE; - /* Field: Field: Tags */ - $handler->display->display_options['fields']['field_tags']['id'] = 'field_tags'; - $handler->display->display_options['fields']['field_tags']['table'] = 'field_data_field_tags'; - $handler->display->display_options['fields']['field_tags']['field'] = 'field_tags'; - $handler->display->display_options['fields']['field_tags']['label'] = ''; - $handler->display->display_options['fields']['field_tags']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['field_tags']['delta_offset'] = '0'; - /* Field: Content: Body */ - $handler->display->display_options['fields']['body']['id'] = 'body'; - $handler->display->display_options['fields']['body']['table'] = 'field_data_body'; - $handler->display->display_options['fields']['body']['field'] = 'body'; - $handler->display->display_options['fields']['body']['label'] = ''; - $handler->display->display_options['fields']['body']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['body']['type'] = 'text_summary_or_trimmed'; - $handler->display->display_options['fields']['body']['settings'] = array( - 'trim_length' => '100', - ); - /* Field: Content: Link */ - $handler->display->display_options['fields']['view_node']['id'] = 'view_node'; - $handler->display->display_options['fields']['view_node']['table'] = 'views_entity_node'; - $handler->display->display_options['fields']['view_node']['field'] = 'view_node'; - $handler->display->display_options['fields']['view_node']['label'] = ''; - $handler->display->display_options['fields']['view_node']['element_label_colon'] = FALSE; - $handler->display->display_options['fields']['view_node']['text'] = 'Read More »'; - $handler->display->display_options['defaults']['sorts'] = FALSE; - /* Sort criterion: Global: Random */ - $handler->display->display_options['sorts']['random']['id'] = 'random'; - $handler->display->display_options['sorts']['random']['table'] = 'views'; - $handler->display->display_options['sorts']['random']['field'] = 'random'; - $handler->display->display_options['defaults']['arguments'] = FALSE; - /* Contextual filter: User: Uid */ - $handler->display->display_options['arguments']['uid']['id'] = 'uid'; - $handler->display->display_options['arguments']['uid']['table'] = 'users'; - $handler->display->display_options['arguments']['uid']['field'] = 'uid'; - $handler->display->display_options['arguments']['uid']['relationship'] = 'reverse_field_interests_user'; - $handler->display->display_options['arguments']['uid']['default_action'] = 'default'; - $handler->display->display_options['arguments']['uid']['default_argument_type'] = 'current_user'; - $handler->display->display_options['arguments']['uid']['summary']['number_of_records'] = '0'; - $handler->display->display_options['arguments']['uid']['summary']['format'] = 'default_summary'; - $handler->display->display_options['arguments']['uid']['summary_options']['items_per_page'] = '25'; - - /* Display: Block 2 */ - $handler = $view->new_display('block', 'Block 2', 'block_2'); - $handler->display->display_options['defaults']['sorts'] = FALSE; - /* Sort criterion: Global: Random */ - $handler->display->display_options['sorts']['random']['id'] = 'random'; - $handler->display->display_options['sorts']['random']['table'] = 'views'; - $handler->display->display_options['sorts']['random']['field'] = 'random'; - $export['resources'] = $view; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.context.inc b/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.context.inc deleted file mode 100644 index 5e268e97..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.context.inc +++ /dev/null @@ -1,58 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-tutorials-dashboard'; - $context->description = ''; - $context->tag = 'Dashboards'; - $context->conditions = array( - 'path' => array( - 'values' => array( - 'resources/tutorials' => 'resources/tutorials', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 1; - - // Translatables - // Included for use with string extractors like potx. - t('Dashboards'); - $export['uas-tutorials-dashboard'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.features.inc b/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.features.inc deleted file mode 100644 index 54806c58..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.features.inc +++ /dev/null @@ -1,22 +0,0 @@ - "3"); - } -} - -/** - * Implements hook_views_api(). - */ -function uas_tutorials_views_api() { - return array("version" => "3.0"); -} diff --git a/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.info b/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.info deleted file mode 100644 index e6fe9799..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.info +++ /dev/null @@ -1,17 +0,0 @@ -name = UAS Tutorials -core = 7.x -package = UAS Pages -php = 5.2.4 -version = 7.x-1.0 -project = uas_tutorials -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = system -dependencies[] = uas_checkin -dependencies[] = views -features[context][] = uas-tutorials-dashboard -features[ctools][] = context:context:3 -features[ctools][] = views:views_default:3.0 -features[features_api][] = api:1 -features[views_view][] = tutorials diff --git a/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.module b/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.module deleted file mode 100644 index a7cc09b3..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_tutorials/uas_tutorials.module +++ /dev/null @@ -1,7 +0,0 @@ -name = 'tutorials'; - $view->description = ''; - $view->tag = 'default'; - $view->base_table = 'node'; - $view->human_name = 'Tutorials'; - $view->core = 7; - $view->api_version = '3.0'; - $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ - - /* Display: Master */ - $handler = $view->new_display('default', 'Master', 'default'); - $handler->display->display_options['title'] = 'Tutorials'; - $handler->display->display_options['use_more_always'] = FALSE; - $handler->display->display_options['access']['type'] = 'perm'; - $handler->display->display_options['cache']['type'] = 'none'; - $handler->display->display_options['query']['type'] = 'views_query'; - $handler->display->display_options['exposed_form']['type'] = 'basic'; - $handler->display->display_options['pager']['type'] = 'full'; - $handler->display->display_options['pager']['options']['items_per_page'] = '10'; - $handler->display->display_options['style_plugin'] = 'default'; - $handler->display->display_options['row_plugin'] = 'node'; - /* Field: Content: Title */ - $handler->display->display_options['fields']['title']['id'] = 'title'; - $handler->display->display_options['fields']['title']['table'] = 'node'; - $handler->display->display_options['fields']['title']['field'] = 'title'; - $handler->display->display_options['fields']['title']['label'] = ''; - $handler->display->display_options['fields']['title']['alter']['word_boundary'] = FALSE; - $handler->display->display_options['fields']['title']['alter']['ellipsis'] = FALSE; - /* Sort criterion: Content: Post date */ - $handler->display->display_options['sorts']['created']['id'] = 'created'; - $handler->display->display_options['sorts']['created']['table'] = 'node'; - $handler->display->display_options['sorts']['created']['field'] = 'created'; - $handler->display->display_options['sorts']['created']['order'] = 'DESC'; - /* Filter criterion: Content: Published */ - $handler->display->display_options['filters']['status']['id'] = 'status'; - $handler->display->display_options['filters']['status']['table'] = 'node'; - $handler->display->display_options['filters']['status']['field'] = 'status'; - $handler->display->display_options['filters']['status']['value'] = 1; - $handler->display->display_options['filters']['status']['group'] = 1; - $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - /* Filter criterion: Content: Type */ - $handler->display->display_options['filters']['type']['id'] = 'type'; - $handler->display->display_options['filters']['type']['table'] = 'node'; - $handler->display->display_options['filters']['type']['field'] = 'type'; - $handler->display->display_options['filters']['type']['value'] = array( - 'tutorial' => 'tutorial', - ); - - /* Display: Page */ - $handler = $view->new_display('page', 'Page', 'page'); - $handler->display->display_options['path'] = 'resources/tutorials'; - $export['tutorials'] = $view; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.context.inc b/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.context.inc deleted file mode 100644 index e0251d3d..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.context.inc +++ /dev/null @@ -1,61 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-video'; - $context->description = ''; - $context->tag = 'Content Types'; - $context->conditions = array( - 'node' => array( - 'values' => array( - 'video' => 'video', - ), - 'options' => array( - 'node_form' => '1', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 0; - - // Translatables - // Included for use with string extractors like potx. - t('Content Types'); - $export['uas-video'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.features.inc b/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.features.inc deleted file mode 100644 index 6d48cf71..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.features.inc +++ /dev/null @@ -1,15 +0,0 @@ - "3"); - } -} diff --git a/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.info b/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.info deleted file mode 100644 index 64f516e8..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.info +++ /dev/null @@ -1,15 +0,0 @@ -name = UAS Video Context -core = 7.x -package = UAS Content Types -php = 5.2.4 -version = 7.x-1.0 -project = uas_video_context -dependencies[] = content_type_video -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = uas_checkin -dependencies[] = uas_maintenance -features[context][] = uas-video -features[ctools][] = context:context:3 -features[features_api][] = api:1 diff --git a/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.module b/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.module deleted file mode 100644 index f7cb2c14..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_video_context/uas_video_context.module +++ /dev/null @@ -1,7 +0,0 @@ -disabled = FALSE; /* Edit this to true to make a default context disabled initially */ - $context->api_version = 3; - $context->name = 'uas-videos-dashboard'; - $context->description = ''; - $context->tag = 'Dashboards'; - $context->conditions = array( - 'path' => array( - 'values' => array( - 'resources/videos' => 'resources/videos', - ), - ), - ); - $context->reactions = array( - 'block' => array( - 'blocks' => array( - 'system-main' => array( - 'module' => 'system', - 'delta' => 'main', - 'region' => 'content', - 'weight' => '-10', - ), - 'menu_block-primary_navigation-1' => array( - 'module' => 'menu_block', - 'delta' => 'primary_navigation-1', - 'region' => 'sidebar_first', - 'weight' => '-10', - ), - 'uas_checkin-uas_checkin_status' => array( - 'module' => 'uas_checkin', - 'delta' => 'uas_checkin_status', - 'region' => 'sidebar_second', - 'weight' => '-10', - ), - ), - ), - ); - $context->condition_mode = 1; - - // Translatables - // Included for use with string extractors like potx. - t('Dashboards'); - $export['uas-videos-dashboard'] = $context; - - return $export; -} diff --git a/docroot/profiles/unallocated/modules/features/uas_videos/uas_videos.features.inc b/docroot/profiles/unallocated/modules/features/uas_videos/uas_videos.features.inc deleted file mode 100644 index 5b44db55..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_videos/uas_videos.features.inc +++ /dev/null @@ -1,22 +0,0 @@ - "3"); - } -} - -/** - * Implements hook_views_api(). - */ -function uas_videos_views_api() { - return array("version" => "3.0"); -} diff --git a/docroot/profiles/unallocated/modules/features/uas_videos/uas_videos.info b/docroot/profiles/unallocated/modules/features/uas_videos/uas_videos.info deleted file mode 100644 index 553ab3a9..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_videos/uas_videos.info +++ /dev/null @@ -1,16 +0,0 @@ -name = UAS Videos -core = 7.x -package = UAS Pages -version = 7.x-1.0 -project = uas_videos -dependencies[] = context -dependencies[] = ctools -dependencies[] = menu_block -dependencies[] = system -dependencies[] = uas_checkin -dependencies[] = views -features[context][] = uas-videos-dashboard -features[ctools][] = context:context:3 -features[ctools][] = views:views_default:3.0 -features[features_api][] = api:1 -features[views_view][] = videos diff --git a/docroot/profiles/unallocated/modules/features/uas_videos/uas_videos.module b/docroot/profiles/unallocated/modules/features/uas_videos/uas_videos.module deleted file mode 100644 index e0966791..00000000 --- a/docroot/profiles/unallocated/modules/features/uas_videos/uas_videos.module +++ /dev/null @@ -1,7 +0,0 @@ -name = 'videos'; - $view->description = ''; - $view->tag = 'default'; - $view->base_table = 'node'; - $view->human_name = 'Videos'; - $view->core = 7; - $view->api_version = '3.0'; - $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ - - /* Display: Master */ - $handler = $view->new_display('default', 'Master', 'default'); - $handler->display->display_options['title'] = 'Videos'; - $handler->display->display_options['use_more_always'] = FALSE; - $handler->display->display_options['access']['type'] = 'perm'; - $handler->display->display_options['cache']['type'] = 'none'; - $handler->display->display_options['query']['type'] = 'views_query'; - $handler->display->display_options['exposed_form']['type'] = 'basic'; - $handler->display->display_options['pager']['type'] = 'full'; - $handler->display->display_options['pager']['options']['items_per_page'] = '10'; - $handler->display->display_options['style_plugin'] = 'default'; - $handler->display->display_options['row_plugin'] = 'node'; - /* Field: Content: Title */ - $handler->display->display_options['fields']['title']['id'] = 'title'; - $handler->display->display_options['fields']['title']['table'] = 'node'; - $handler->display->display_options['fields']['title']['field'] = 'title'; - $handler->display->display_options['fields']['title']['label'] = ''; - $handler->display->display_options['fields']['title']['alter']['word_boundary'] = FALSE; - $handler->display->display_options['fields']['title']['alter']['ellipsis'] = FALSE; - /* Sort criterion: Content: Post date */ - $handler->display->display_options['sorts']['created']['id'] = 'created'; - $handler->display->display_options['sorts']['created']['table'] = 'node'; - $handler->display->display_options['sorts']['created']['field'] = 'created'; - $handler->display->display_options['sorts']['created']['order'] = 'DESC'; - /* Filter criterion: Content: Published */ - $handler->display->display_options['filters']['status']['id'] = 'status'; - $handler->display->display_options['filters']['status']['table'] = 'node'; - $handler->display->display_options['filters']['status']['field'] = 'status'; - $handler->display->display_options['filters']['status']['value'] = 1; - $handler->display->display_options['filters']['status']['group'] = 1; - $handler->display->display_options['filters']['status']['expose']['operator'] = FALSE; - - /* Display: Page */ - $handler = $view->new_display('page', 'Page', 'page'); - $handler->display->display_options['path'] = 'resources/videos'; - $export['videos'] = $view; - - return $export; -}