# HG changeset patch # User danieleb # Date 1386330761 0 # Node ID 83d2dd10c7e408b280f40293bb30325d29f34cc5 # Parent a0535331f47e1bf59e6da94025dab0f04ccfc143 removed menu items from feature diff -r a0535331f47e -r 83d2dd10c7e4 rrr_features.features.menu_links.inc --- a/rrr_features.features.menu_links.inc Fri Dec 06 11:36:04 2013 +0000 +++ b/rrr_features.features.menu_links.inc Fri Dec 06 11:52:41 2013 +0000 @@ -10,23 +10,6 @@ function rrr_features_menu_default_menu_links() { $menu_links = array(); - // Exported menu link: main-menu_about:node/25 - $menu_links['main-menu_about:node/25'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'node/25', - 'router_path' => 'node/%', - 'link_title' => 'About', - 'options' => array( - 'identifier' => 'main-menu_about:node/25', - ), - 'module' => 'menu', - 'hidden' => 0, - 'external' => 0, - 'has_children' => 0, - 'expanded' => 0, - 'weight' => 0, - 'customized' => 0, - ); // Exported menu link: main-menu_datasets:datasets-view $menu_links['main-menu_datasets:datasets-view'] = array( 'menu_name' => 'main-menu', @@ -61,23 +44,6 @@ 'weight' => -49, 'customized' => 1, ); - // Exported menu link: main-menu_home:node/24 - $menu_links['main-menu_home:node/24'] = array( - 'menu_name' => 'main-menu', - 'link_path' => 'node/24', - 'router_path' => 'node/%', - 'link_title' => 'Home', - 'options' => array( - 'identifier' => 'main-menu_home:node/24', - ), - 'module' => 'menu', - 'hidden' => 0, - 'external' => 0, - 'has_children' => 0, - 'expanded' => 0, - 'weight' => -50, - 'customized' => 0, - ); // Exported menu link: main-menu_publications:publications-view $menu_links['main-menu_publications:publications-view'] = array( 'menu_name' => 'main-menu', @@ -1581,7 +1547,6 @@ ); // Translatables // Included for use with string extractors like potx. - t('About'); t('Account settings'); t('Actions'); t('Add Resource or Experiment'); @@ -1609,7 +1574,6 @@ t('Field dependencies'); t('Field list'); t('File system'); - t('Home'); t('IP address blocking'); t('Image styles'); t('Image toolkit'); diff -r a0535331f47e -r 83d2dd10c7e4 rrr_features.info --- a/rrr_features.info Fri Dec 06 11:36:04 2013 +0000 +++ b/rrr_features.info Fri Dec 06 11:52:41 2013 +0000 @@ -1,8 +1,7 @@ name = rrr_features -description = Complete features of RRR core = 7.x package = Features -version = 1.x-1.0-beta2 +version = 7.x-1.0-beta3 project = rrr_features dependencies[] = admin_devel dependencies[] = admin_menu @@ -68,10 +67,8 @@ features[menu_custom][] = management features[menu_custom][] = navigation features[menu_custom][] = user-menu -features[menu_links][] = main-menu_about:node/25 features[menu_links][] = main-menu_datasets:datasets-view features[menu_links][] = main-menu_experiments:experiments-view -features[menu_links][] = main-menu_home:node/24 features[menu_links][] = main-menu_publications:publications-view features[menu_links][] = main-menu_software:software-view features[menu_links][] = management_account-settings:admin/config/people/accounts