Skip to content

Commit

Permalink
[Unallocated#247] Cleared out features list of excess features
Browse files Browse the repository at this point in the history
  • Loading branch information
nhepner1 committed Jan 14, 2015
1 parent abc2cf5 commit cc2454e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@
/**
* Implementation of hook_views_default_views_alter().
*/
/*
function uas_maintenance_views_default_views_alter(&$views) {

// Alter only the 'og_extras_groups' view.
if (array_key_exists('og_extras_groups', $views)) {
$views['og_extras_groups']->disabled = TRUE;
}
}

/**/
/**
* Implements hook_menu_block_blocks().
*/
/*
function uas_menu_block_blocks() {
// The array key is the block delta used by menu block.
return array(
Expand All @@ -29,4 +31,5 @@ function uas_menu_block_blocks() {
'sort' => 0,
),
);
}
}
/**/
2 changes: 2 additions & 0 deletions docroot/profiles/unallocated/unallocated.info
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ dependencies[] = facetapi
dependencies[] = facetapi_bonus
dependencies[] = facetapi_collapsible
dependencies[] = facetapi_pretty_paths
dependencies[] = ftools
dependencies[] = login_destination
dependencies[] = mailsystem
dependencies[] = mandrill
Expand All @@ -65,6 +66,7 @@ dependencies[] = search_api
dependencies[] = search_api_facetapi
dependencies[] = search_api_solr
dependencies[] = search_api_views
dependencies[] = strongarm

; Custom modules
dependencies[] = uas_maintenance
Expand Down
2 changes: 2 additions & 0 deletions docroot/profiles/unallocated/unallocated.install
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function unallocated_install() {
/**
* 7001 - Enable delta, delta_ui, and context modules.
*/
/**/
function unallocated_update_7001() {
$modules = array(
'context',
Expand Down Expand Up @@ -88,3 +89,4 @@ function unallocated_update_7001() {

module_enable($modules);
}
/**/

0 comments on commit cc2454e

Please sign in to comment.