summaryrefslogtreecommitdiff
path: root/features/calendario_feature/calendario_feature.strongarm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'features/calendario_feature/calendario_feature.strongarm.inc')
-rw-r--r--features/calendario_feature/calendario_feature.strongarm.inc534
1 files changed, 534 insertions, 0 deletions
diff --git a/features/calendario_feature/calendario_feature.strongarm.inc b/features/calendario_feature/calendario_feature.strongarm.inc
new file mode 100644
index 0000000..3fbf342
--- /dev/null
+++ b/features/calendario_feature/calendario_feature.strongarm.inc
@@ -0,0 +1,534 @@
+<?php
+/**
+ * @file
+ * calendario_feature.strongarm.inc
+ */
+
+/**
+ * Implements hook_strongarm().
+ */
+function calendario_feature_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 = 'captcha_add_captcha_description';
+ $strongarm->value = 1;
+ $export['captcha_add_captcha_description'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'captcha_administration_mode';
+ $strongarm->value = 0;
+ $export['captcha_administration_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 = 'captcha_allow_on_admin_pages';
+ $strongarm->value = 0;
+ $export['captcha_allow_on_admin_pages'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'captcha_default_challenge';
+ $strongarm->value = 'captcha/Math';
+ $export['captcha_default_challenge'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'captcha_default_validation';
+ $strongarm->value = '1';
+ $export['captcha_default_validation'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'captcha_description_en';
+ $strongarm->value = 'This question is for testing whether you are a human visitor and to prevent automated spam submissions.';
+ $export['captcha_description_en'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'captcha_description_pt-br';
+ $strongarm->value = 'This question is for testing whether you are a human visitor and to prevent automated spam submissions.';
+ $export['captcha_description_pt-br'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'captcha_log_wrong_responses';
+ $strongarm->value = 0;
+ $export['captcha_log_wrong_responses'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'captcha_persistence';
+ $strongarm->value = '1';
+ $export['captcha_persistence'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'captcha_wrong_response_counter';
+ $strongarm->value = 264;
+ $export['captcha_wrong_response_counter'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'clean_url';
+ $strongarm->value = TRUE;
+ $export['clean_url'] = $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_anonymous_evento';
+ $strongarm->value = '0';
+ $export['comment_anonymous_evento'] = $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_evento';
+ $strongarm->value = 1;
+ $export['comment_default_mode_evento'] = $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_evento';
+ $strongarm->value = '50';
+ $export['comment_default_per_page_evento'] = $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_evento';
+ $strongarm->value = '2';
+ $export['comment_evento'] = $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_evento';
+ $strongarm->value = 1;
+ $export['comment_form_location_evento'] = $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 = 'comment_preview_evento';
+ $strongarm->value = '1';
+ $export['comment_preview_evento'] = $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_evento';
+ $strongarm->value = 1;
+ $export['comment_subject_field_evento'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'configurable_timezones';
+ $strongarm->value = 1;
+ $export['configurable_timezones'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'date_format_short';
+ $strongarm->value = 'd/m/Y - H:i';
+ $export['date_format_short'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'default_field_group';
+ $strongarm->value = array(
+ 'group_categories|node|evento|form' => FALSE,
+ );
+ $export['default_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 = 'default_nodes_main';
+ $strongarm->value = '10';
+ $export['default_nodes_main'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'disable_breadcrumbs_all';
+ $strongarm->value = 1;
+ $export['disable_breadcrumbs_all'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'disable_breadcrumbs_node_paths';
+ $strongarm->value = '';
+ $export['disable_breadcrumbs_node_paths'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'language_content_type_evento';
+ $strongarm->value = '0';
+ $export['language_content_type_evento'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'language_default';
+ $strongarm->value = (object) array(
+ 'language' => 'pt-br',
+ 'name' => 'Portuguese, Brazil',
+ 'native' => 'Português',
+ 'direction' => '0',
+ 'enabled' => '1',
+ 'plurals' => '2',
+ 'formula' => '($n!=1)',
+ 'domain' => '',
+ 'prefix' => 'pt-br',
+ 'weight' => '-10',
+ 'javascript' => 'EdVZZvt3cBXhwha3CmnkC4fwIjsADW4fDdBlnHGg3SA',
+ );
+ $export['language_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 = 'language_negotiation_language';
+ $strongarm->value = array(
+ 'locale-url' => array(
+ 'callbacks' => array(
+ 'language' => 'locale_language_from_url',
+ 'switcher' => 'locale_language_switcher_url',
+ 'url_rewrite' => 'locale_language_url_rewrite_url',
+ ),
+ 'file' => 'includes/locale.inc',
+ ),
+ 'language-default' => array(
+ 'callbacks' => array(
+ 'language' => 'language_from_default',
+ ),
+ ),
+ );
+ $export['language_negotiation_language'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'language_negotiation_language_content';
+ $strongarm->value = array(
+ 'locale-interface' => array(
+ 'callbacks' => array(
+ 'language' => 'locale_language_from_interface',
+ ),
+ 'file' => 'includes/locale.inc',
+ ),
+ );
+ $export['language_negotiation_language_content'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'language_negotiation_language_url';
+ $strongarm->value = array(
+ 'locale-url' => array(
+ 'callbacks' => array(
+ 'language' => 'locale_language_from_url',
+ 'switcher' => 'locale_language_switcher_url',
+ 'url_rewrite' => 'locale_language_url_rewrite_url',
+ ),
+ 'file' => 'includes/locale.inc',
+ ),
+ 'locale-url-fallback' => array(
+ 'callbacks' => array(
+ 'language' => 'locale_language_url_fallback',
+ ),
+ 'file' => 'includes/locale.inc',
+ ),
+ );
+ $export['language_negotiation_language_url'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'language_types';
+ $strongarm->value = array(
+ 'language' => TRUE,
+ 'language_content' => FALSE,
+ 'language_url' => FALSE,
+ );
+ $export['language_types'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'logintoboggan_login_with_email';
+ $strongarm->value = '1';
+ $export['logintoboggan_login_with_email'] = $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_evento';
+ $strongarm->value = array();
+ $export['menu_options_evento'] = $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_evento';
+ $strongarm->value = 'main-menu:0';
+ $export['menu_parent_evento'] = $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_evento';
+ $strongarm->value = array(
+ 0 => 'status',
+ );
+ $export['node_options_evento'] = $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 = 'node_preview_evento';
+ $strongarm->value = '1';
+ $export['node_preview_evento'] = $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_evento';
+ $strongarm->value = 0;
+ $export['node_submitted_evento'] = $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_page';
+ $strongarm->value = FALSE;
+ $export['node_submitted_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 = 'pathauto_blog_pattern';
+ $strongarm->value = 'blogs/[user:name]';
+ $export['pathauto_blog_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_forum_pattern';
+ $strongarm->value = '[term:vocabulary]/[term:name]';
+ $export['pathauto_forum_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_article_pattern';
+ $strongarm->value = '';
+ $export['pathauto_node_article_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_evento_pattern';
+ $strongarm->value = 'evento/[node:title]';
+ $export['pathauto_node_evento_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/[node:title]';
+ $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_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_taxonomy_term_pattern';
+ $strongarm->value = '[term:vocabulary]/[term:name]';
+ $export['pathauto_taxonomy_term_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_term_tags_pattern';
+ $strongarm->value = '';
+ $export['pathauto_taxonomy_term_tags_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_pattern';
+ $strongarm->value = 'users/[user:name]';
+ $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 = 'signup_admin_list_view';
+ $strongarm->value = 'signup_user_admin_list:default';
+ $export['signup_admin_list_view'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'signup_close_early';
+ $strongarm->value = '1';
+ $export['signup_close_early'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'signup_date_format';
+ $strongarm->value = 'small';
+ $export['signup_date_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 = 'signup_display_signup_admin_list';
+ $strongarm->value = 'embed-view';
+ $export['signup_display_signup_admin_list'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'signup_display_signup_user_list';
+ $strongarm->value = 'embed-view';
+ $export['signup_display_signup_user_list'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'signup_fieldset_collapsed';
+ $strongarm->value = '1';
+ $export['signup_fieldset_collapsed'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'signup_form_location';
+ $strongarm->value = 'node';
+ $export['signup_form_location'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'signup_ignore_default_fields';
+ $strongarm->value = 0;
+ $export['signup_ignore_default_fields'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'signup_node_default_state_evento';
+ $strongarm->value = 'enabled_on';
+ $export['signup_node_default_state_evento'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'signup_user_list_view';
+ $strongarm->value = 'signup_user_list:default';
+ $export['signup_user_list_view'] = $strongarm;
+
+ $strongarm = new stdClass();
+ $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
+ $strongarm->api_version = 1;
+ $strongarm->name = 'signup_user_reg_form';
+ $strongarm->value = 0;
+ $export['signup_user_reg_form'] = $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_default_country';
+ $strongarm->value = 'BR';
+ $export['site_default_country'] = $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 = 'calendario/mes';
+ $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_mail';
+ $strongarm->value = 'calendario@sarava.org';
+ $export['site_mail'] = $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_name';
+ $strongarm->value = 'Calendário de Movimentos Sociais';
+ $export['site_name'] = $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_slogan';
+ $strongarm->value = '';
+ $export['site_slogan'] = $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;
+
+ return $export;
+}