mirror of https://github.com/BOINC/boinc.git
1104 lines
38 KiB
PHP
1104 lines
38 KiB
PHP
<?php
|
||
|
||
/**
|
||
* Implementation of hook_strongarm().
|
||
*/
|
||
function boinc_standard_strongarm() {
|
||
$export = array();
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'admin_theme';
|
||
$strongarm->value = 'garland';
|
||
$export['admin_theme'] = $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_page';
|
||
$strongarm->value = 0;
|
||
$export['comment_page'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'filter_default_format';
|
||
$strongarm->value = '4';
|
||
$export['filter_default_format'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'format';
|
||
$strongarm->value = '4';
|
||
$export['format'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'imce_profiles';
|
||
$strongarm->value = array(
|
||
1 => array(
|
||
'name' => 'User-1',
|
||
'usertab' => 1,
|
||
'filesize' => 0,
|
||
'quota' => 0,
|
||
'tuquota' => 0,
|
||
'extensions' => '*',
|
||
'dimensions' => '1200x1200',
|
||
'filenum' => 0,
|
||
'directories' => array(
|
||
0 => array(
|
||
'name' => '.',
|
||
'subnav' => 1,
|
||
'browse' => 1,
|
||
'upload' => 1,
|
||
'thumb' => 1,
|
||
'delete' => 1,
|
||
'resize' => 1,
|
||
),
|
||
),
|
||
'thumbnails' => array(
|
||
0 => array(
|
||
'name' => 'Small',
|
||
'dimensions' => '90x90',
|
||
'prefix' => 'small_',
|
||
'suffix' => '',
|
||
),
|
||
1 => array(
|
||
'name' => 'Medium',
|
||
'dimensions' => '120x120',
|
||
'prefix' => 'medium_',
|
||
'suffix' => '',
|
||
),
|
||
2 => array(
|
||
'name' => 'Large',
|
||
'dimensions' => '180x180',
|
||
'prefix' => 'large_',
|
||
'suffix' => '',
|
||
),
|
||
),
|
||
),
|
||
2 => array(
|
||
'name' => 'Sample profile',
|
||
'usertab' => 1,
|
||
'filesize' => 1,
|
||
'quota' => 2,
|
||
'tuquota' => 0,
|
||
'extensions' => 'gif png jpg jpeg',
|
||
'dimensions' => '800x600',
|
||
'filenum' => 1,
|
||
'directories' => array(
|
||
0 => array(
|
||
'name' => 'u%uid',
|
||
'subnav' => 0,
|
||
'browse' => 1,
|
||
'upload' => 1,
|
||
'thumb' => 1,
|
||
'delete' => 0,
|
||
'resize' => 0,
|
||
),
|
||
),
|
||
'thumbnails' => array(
|
||
0 => array(
|
||
'name' => 'Thumb',
|
||
'dimensions' => '90x90',
|
||
'prefix' => 'thumb_',
|
||
'suffix' => '',
|
||
),
|
||
),
|
||
),
|
||
);
|
||
$export['imce_profiles'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'imce_roles_profiles';
|
||
$strongarm->value = array();
|
||
$export['imce_roles_profiles'] = $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_default_node_menu';
|
||
$strongarm->value = 'primary-links';
|
||
$export['menu_default_node_menu'] = $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_expanded';
|
||
$strongarm->value = array(
|
||
0 => 'primary-links',
|
||
);
|
||
$export['menu_expanded'] = $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_primary_links_source';
|
||
$strongarm->value = 'primary-links';
|
||
$export['menu_primary_links_source'] = $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_secondary_links_source';
|
||
$strongarm->value = 'primary-links';
|
||
$export['menu_secondary_links_source'] = $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_admin_theme';
|
||
$strongarm->value = 0;
|
||
$export['node_admin_theme'] = $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_page';
|
||
$strongarm->value = array(
|
||
0 => 'status',
|
||
);
|
||
$export['node_options_page'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'page_manager_user_view_disabled';
|
||
$strongarm->value = FALSE;
|
||
$export['page_manager_user_view_disabled'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'panels_legacy_rendering_mode';
|
||
$strongarm->value = FALSE;
|
||
$export['panels_legacy_rendering_mode'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_ignore_words';
|
||
$strongarm->value = 'a,an,as,at,before,but,by,for,from,is,in,into,like,of,off,on,onto,per,since,than,the,this,that,to,up,via,with';
|
||
$export['pathauto_ignore_words'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_indexaliases';
|
||
$strongarm->value = FALSE;
|
||
$export['pathauto_indexaliases'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_indexaliases_bulkupdate';
|
||
$strongarm->value = FALSE;
|
||
$export['pathauto_indexaliases_bulkupdate'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_max_component_length';
|
||
$strongarm->value = '100';
|
||
$export['pathauto_max_component_length'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_max_length';
|
||
$strongarm->value = '100';
|
||
$export['pathauto_max_length'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_modulelist';
|
||
$strongarm->value = array(
|
||
0 => 'node',
|
||
1 => 'user',
|
||
2 => 'taxonomy',
|
||
);
|
||
$export['pathauto_modulelist'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_node_applytofeeds';
|
||
$strongarm->value = '';
|
||
$export['pathauto_node_applytofeeds'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_node_bulkupdate';
|
||
$strongarm->value = FALSE;
|
||
$export['pathauto_node_bulkupdate'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_node_image_pattern';
|
||
$strongarm->value = '';
|
||
$export['pathauto_node_image_pattern'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_node_page_pattern';
|
||
$strongarm->value = '';
|
||
$export['pathauto_node_page_pattern'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_node_pattern';
|
||
$strongarm->value = 'content/[title-raw]';
|
||
$export['pathauto_node_pattern'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_node_story_pattern';
|
||
$strongarm->value = '';
|
||
$export['pathauto_node_story_pattern'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_punctuation_hyphen';
|
||
$strongarm->value = 1;
|
||
$export['pathauto_punctuation_hyphen'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_punctuation_quotes';
|
||
$strongarm->value = 0;
|
||
$export['pathauto_punctuation_quotes'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_separator';
|
||
$strongarm->value = '-';
|
||
$export['pathauto_separator'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_taxonomy_2_pattern';
|
||
$strongarm->value = '';
|
||
$export['pathauto_taxonomy_2_pattern'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_taxonomy_applytofeeds';
|
||
$strongarm->value = FALSE;
|
||
$export['pathauto_taxonomy_applytofeeds'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_taxonomy_bulkupdate';
|
||
$strongarm->value = FALSE;
|
||
$export['pathauto_taxonomy_bulkupdate'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_taxonomy_pattern';
|
||
$strongarm->value = 'category/[vocab-raw]/[catpath-raw]';
|
||
$export['pathauto_taxonomy_pattern'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_taxonomy_supportsfeeds';
|
||
$strongarm->value = '0/feed';
|
||
$export['pathauto_taxonomy_supportsfeeds'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_update_action';
|
||
$strongarm->value = '2';
|
||
$export['pathauto_update_action'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_user_bulkupdate';
|
||
$strongarm->value = FALSE;
|
||
$export['pathauto_user_bulkupdate'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_user_pattern';
|
||
$strongarm->value = 'users/[user-raw]';
|
||
$export['pathauto_user_pattern'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_user_supportsfeeds';
|
||
$strongarm->value = '';
|
||
$export['pathauto_user_supportsfeeds'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'pathauto_verbose';
|
||
$strongarm->value = FALSE;
|
||
$export['pathauto_verbose'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'site_footer';
|
||
$strongarm->value = 'Copyright © 2012 Einstein@Home. All rights reserved.';
|
||
$export['site_footer'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'site_frontpage';
|
||
$strongarm->value = 'home';
|
||
$export['site_frontpage'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'site_offline';
|
||
$strongarm->value = 0;
|
||
$export['site_offline'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'tabtamer_tab_settings';
|
||
$strongarm->value = array(
|
||
'node/%/view' => array(
|
||
'weight' => '-10',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'node/%node/view',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'node/%/edit' => array(
|
||
'weight' => '1',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'node/%node/edit',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'node/%/revisions' => array(
|
||
'weight' => '2',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'node/%node/revisions',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'node/%/translate' => array(
|
||
'weight' => '2',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'node/%node/translate',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'node/%/broadcast' => array(
|
||
'weight' => '7',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'node/%node/broadcast',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'node/%/vud-votes' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'node/%node/vud-votes',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'node/%/panel_layout' => array(
|
||
'weight' => '2',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'node/%node/panel_layout',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'node/%/panel_content' => array(
|
||
'weight' => '3',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'node/%node/panel_content',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'node/%/by_subject' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'node/%views_arg/by_subject',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'search/node/%' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'search/node/%menu_tail',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'search/user/%' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'search/user/%menu_tail',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'search/advanced_help/%' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'search/advanced_help/%menu_tail',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/login' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'user/login',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/register' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'user/register',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/password' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'user/password',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/view' => array(
|
||
'weight' => '-10',
|
||
'action' => 'hidden',
|
||
'tabtamer_original_path' => 'user/%user/view',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/edit' => array(
|
||
'weight' => '0',
|
||
'action' => 'hidden',
|
||
'tabtamer_original_path' => 'user/%user_category/edit',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/imce' => array(
|
||
'weight' => '10',
|
||
'action' => 'hidden',
|
||
'tabtamer_original_path' => 'user/%user/imce',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/messages' => array(
|
||
'weight' => '0',
|
||
'action' => 'hidden',
|
||
'tabtamer_original_path' => 'user/%/messages',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/vote_up_down/votes' => array(
|
||
'weight' => '0',
|
||
'action' => 'hidden',
|
||
'tabtamer_original_path' => 'user/%user/vote_up_down/votes',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/computers' => array(
|
||
'weight' => '0',
|
||
'action' => 'hidden',
|
||
'tabtamer_original_path' => 'user/%views_arg/computers',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/friends' => array(
|
||
'weight' => '0',
|
||
'action' => 'hidden',
|
||
'tabtamer_original_path' => 'user/%/friends',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/bookmarks' => array(
|
||
'weight' => '0',
|
||
'action' => 'hidden',
|
||
'tabtamer_original_path' => 'user/%/bookmarks',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/edit/account' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'user/%user_category/edit/account',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/edit/profile' => array(
|
||
'weight' => '1',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'user/%user_category/edit/profile',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/computers/all' => array(
|
||
'weight' => '1',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'user/%views_arg/computers/all',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/friends/pending' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'user/%views_arg/friends/pending',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'user/%/friends/flagged' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'user/%views_arg/friends/flagged',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'og/users/%/faces' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'og/users/%node/faces',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'og/users/%/add_user' => array(
|
||
'weight' => '5',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'og/users/%node/add_user',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'og/users/%/list' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'og/users/%views_arg/list',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'og/activity' => array(
|
||
'weight' => '4',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'og/activity',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'og/all' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'og/all',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'og/my' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'og/my',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'messages/list' => array(
|
||
'weight' => '-10',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'messages/list',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'messages/view/%' => array(
|
||
'weight' => '-5',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'messages/view/%privatemsg_thread',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'messages/new' => array(
|
||
'weight' => '-3',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'messages/new',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/prefs/computing' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/prefs/computing',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/prefs/project' => array(
|
||
'weight' => '5',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/prefs/project',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/prefs/community' => array(
|
||
'weight' => '10',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/prefs/community',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/prefs/privacy' => array(
|
||
'weight' => '15',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/prefs/privacy',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/computers/all' => array(
|
||
'weight' => '1',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/computers/all',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/computers/active' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/computers/active',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/obsolete' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/obsolete',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/tasks/all' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/tasks/all',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/tasks/error' => array(
|
||
'weight' => '5',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/tasks/error',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/tasks/active' => array(
|
||
'weight' => '1',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/tasks/active',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/tasks/invalid' => array(
|
||
'weight' => '4',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/tasks/invalid',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/tasks/pending' => array(
|
||
'weight' => '2',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/tasks/pending',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'account/tasks/valid' => array(
|
||
'weight' => '3',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'account/tasks/valid',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'host/%/tasks' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'host/%views_arg/tasks',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'host/%/tasks/error' => array(
|
||
'weight' => '5',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'host/%views_arg/tasks/error',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'host/%/tasks/active' => array(
|
||
'weight' => '1',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'host/%views_arg/tasks/active',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'host/%/tasks/invalid' => array(
|
||
'weight' => '4',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'host/%views_arg/tasks/invalid',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'host/%/tasks/pending' => array(
|
||
'weight' => '2',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'host/%views_arg/tasks/pending',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'host/%/tasks/valid' => array(
|
||
'weight' => '3',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'host/%views_arg/tasks/valid',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'news' => array(
|
||
'weight' => 0,
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'news',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'group/mytracker' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'group/mytracker',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'group/tracker' => array(
|
||
'weight' => '5',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'group/tracker',
|
||
'tabtamer_title' => '',
|
||
),
|
||
'group/myunread' => array(
|
||
'weight' => '0',
|
||
'action' => 'enabled',
|
||
'tabtamer_original_path' => 'group/myunread',
|
||
'tabtamer_title' => '',
|
||
),
|
||
);
|
||
$export['tabtamer_tab_settings'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'theme_boinc_settings';
|
||
$strongarm->value = array(
|
||
'zen_block_editing' => 1,
|
||
'zen_breadcrumb' => 'yes',
|
||
'zen_breadcrumb_separator' => ' › ',
|
||
'zen_breadcrumb_home' => 1,
|
||
'zen_breadcrumb_trailing' => 1,
|
||
'zen_breadcrumb_title' => 0,
|
||
'zen_rebuild_registry' => 1,
|
||
'zen_wireframes' => 0,
|
||
'toggle_logo' => 1,
|
||
'toggle_name' => 0,
|
||
'toggle_slogan' => 0,
|
||
'toggle_mission' => 1,
|
||
'toggle_node_user_picture' => 0,
|
||
'toggle_comment_user_picture' => 0,
|
||
'toggle_search' => 0,
|
||
'toggle_favicon' => 1,
|
||
'toggle_primary_links' => 1,
|
||
'toggle_secondary_links' => 1,
|
||
'default_logo' => 1,
|
||
'logo_path' => '',
|
||
'logo_upload' => '',
|
||
'default_favicon' => 1,
|
||
'favicon_path' => '',
|
||
'favicon_upload' => '',
|
||
);
|
||
$export['theme_boinc_settings'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'theme_default';
|
||
$strongarm->value = 'einstein';
|
||
$export['theme_default'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'theme_einstein_settings';
|
||
$strongarm->value = array(
|
||
'zen_block_editing' => 1,
|
||
'zen_breadcrumb' => 'yes',
|
||
'zen_breadcrumb_separator' => ' › ',
|
||
'zen_breadcrumb_home' => 1,
|
||
'zen_breadcrumb_trailing' => 1,
|
||
'zen_breadcrumb_title' => 0,
|
||
'zen_rebuild_registry' => 0,
|
||
'zen_wireframes' => 0,
|
||
'toggle_logo' => 1,
|
||
'toggle_name' => 0,
|
||
'toggle_slogan' => 0,
|
||
'toggle_mission' => 1,
|
||
'toggle_node_user_picture' => 0,
|
||
'toggle_comment_user_picture' => 0,
|
||
'toggle_search' => 0,
|
||
'toggle_favicon' => 1,
|
||
'toggle_primary_links' => 1,
|
||
'toggle_secondary_links' => 1,
|
||
'default_logo' => 1,
|
||
'logo_path' => '',
|
||
'logo_upload' => '',
|
||
'default_favicon' => 1,
|
||
'favicon_path' => '',
|
||
'favicon_upload' => '',
|
||
);
|
||
$export['theme_einstein_settings'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'theme_settings';
|
||
$strongarm->value = array(
|
||
'toggle_node_info_page' => FALSE,
|
||
);
|
||
$export['theme_settings'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'theme_zen_settings';
|
||
$strongarm->value = array(
|
||
'zen_block_editing' => '1',
|
||
'zen_breadcrumb' => 'yes',
|
||
'zen_breadcrumb_separator' => ' › ',
|
||
'zen_breadcrumb_home' => '1',
|
||
'zen_breadcrumb_trailing' => '1',
|
||
'zen_breadcrumb_title' => '0',
|
||
'zen_layout' => 'zen-columns-liquid',
|
||
'zen_rebuild_registry' => '0',
|
||
'zen_wireframes' => '0',
|
||
);
|
||
$export['theme_zen_settings'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_email_verification';
|
||
$strongarm->value = 0;
|
||
$export['user_email_verification'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_password_reset_body';
|
||
$strongarm->value = '!username,
|
||
|
||
A request to reset the password for your account has been made at !site.
|
||
|
||
You may now log in to !uri_brief by clicking on this link or copying and pasting it in your browser:
|
||
|
||
!login_url
|
||
|
||
This is a one-time login, so it can be used only once. It expires after one day and nothing will happen if it\'s not used.
|
||
|
||
After logging in, you will be redirected to !edit_uri so you can change your password.';
|
||
$export['user_mail_password_reset_body'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_password_reset_subject';
|
||
$strongarm->value = 'Replacement login information for !username at !site';
|
||
$export['user_mail_password_reset_subject'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_register_admin_created_body';
|
||
$strongarm->value = '!username,
|
||
|
||
A site administrator at !site has created an account for you. You may now log in to !login_uri using the following username and password:
|
||
|
||
username: !username
|
||
password: !password
|
||
|
||
You may also log in by clicking on this link or copying and pasting it in your browser:
|
||
|
||
!login_url
|
||
|
||
This is a one-time login, so it can be used only once.
|
||
|
||
After logging in, you will be redirected to !edit_uri so you can change your password.
|
||
|
||
|
||
-- !site team';
|
||
$export['user_mail_register_admin_created_body'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_register_admin_created_subject';
|
||
$strongarm->value = 'An administrator created an account for you at !site';
|
||
$export['user_mail_register_admin_created_subject'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_register_no_approval_required_body';
|
||
$strongarm->value = '!username,
|
||
|
||
Thank you for registering at !site. You may now log in to !login_uri using the following username and password:
|
||
|
||
username: !username
|
||
password: !password
|
||
|
||
You may also log in by clicking on this link or copying and pasting it in your browser:
|
||
|
||
!login_url
|
||
|
||
This is a one-time login, so it can be used only once.
|
||
|
||
After logging in, you will be redirected to !edit_uri so you can change your password.
|
||
|
||
|
||
-- !site team';
|
||
$export['user_mail_register_no_approval_required_body'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_register_no_approval_required_subject';
|
||
$strongarm->value = 'Account details for !username at !site';
|
||
$export['user_mail_register_no_approval_required_subject'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_register_pending_approval_body';
|
||
$strongarm->value = '!username,
|
||
|
||
Thank you for registering at !site. Your application for an account is currently pending approval. Once it has been approved, you will receive another e-mail containing information about how to log in, set your password, and other details.
|
||
|
||
|
||
-- !site team';
|
||
$export['user_mail_register_pending_approval_body'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_register_pending_approval_subject';
|
||
$strongarm->value = 'Account details for !username at !site (pending admin approval)';
|
||
$export['user_mail_register_pending_approval_subject'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_status_activated_body';
|
||
$strongarm->value = '!username,
|
||
|
||
Your account at !site has been activated.
|
||
|
||
You may now log in by clicking on this link or copying and pasting it in your browser:
|
||
|
||
!login_url
|
||
|
||
This is a one-time login, so it can be used only once.
|
||
|
||
After logging in, you will be redirected to !edit_uri so you can change your password.
|
||
|
||
Once you have set your own password, you will be able to log in to !login_uri in the future using:
|
||
|
||
username: !username
|
||
';
|
||
$export['user_mail_status_activated_body'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_status_activated_notify';
|
||
$strongarm->value = 1;
|
||
$export['user_mail_status_activated_notify'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_status_activated_subject';
|
||
$strongarm->value = 'Account details for !username at !site (approved)';
|
||
$export['user_mail_status_activated_subject'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_status_blocked_body';
|
||
$strongarm->value = '!username,
|
||
|
||
Your account on !site has been blocked.';
|
||
$export['user_mail_status_blocked_body'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_status_blocked_notify';
|
||
$strongarm->value = 0;
|
||
$export['user_mail_status_blocked_notify'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_status_blocked_subject';
|
||
$strongarm->value = 'Account details for !username at !site (blocked)';
|
||
$export['user_mail_status_blocked_subject'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_status_deleted_body';
|
||
$strongarm->value = '!username,
|
||
|
||
Your account on !site has been deleted.';
|
||
$export['user_mail_status_deleted_body'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_status_deleted_notify';
|
||
$strongarm->value = 0;
|
||
$export['user_mail_status_deleted_notify'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_mail_status_deleted_subject';
|
||
$strongarm->value = 'Account details for !username at !site (deleted)';
|
||
$export['user_mail_status_deleted_subject'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_pictures';
|
||
$strongarm->value = '0';
|
||
$export['user_pictures'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_picture_default';
|
||
$strongarm->value = '';
|
||
$export['user_picture_default'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_picture_dimensions';
|
||
$strongarm->value = '85x85';
|
||
$export['user_picture_dimensions'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_picture_file_size';
|
||
$strongarm->value = '30';
|
||
$export['user_picture_file_size'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_picture_guidelines';
|
||
$strongarm->value = '';
|
||
$export['user_picture_guidelines'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_picture_path';
|
||
$strongarm->value = 'pictures';
|
||
$export['user_picture_path'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_register';
|
||
$strongarm->value = '1';
|
||
$export['user_register'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_registration_help';
|
||
$strongarm->value = '';
|
||
$export['user_registration_help'] = $strongarm;
|
||
|
||
$strongarm = new stdClass;
|
||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||
$strongarm->api_version = 1;
|
||
$strongarm->name = 'user_signatures';
|
||
$strongarm->value = '1';
|
||
$export['user_signatures'] = $strongarm;
|
||
|
||
return $export;
|
||
}
|