updated/sunc feautures betxeen local and online

This commit is contained in:
Bachir Soussi Chiadmi
2014-07-11 18:32:59 +02:00
parent 5cde537e0a
commit 41e7f80383
41 changed files with 6561 additions and 1187 deletions

167
materio_subscriptions/materio_subscriptions.strongarm.inc Executable file → Normal file
View File

@@ -10,75 +10,6 @@
function materio_subscriptions_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 = 'cart-settings__active_tab';
$strongarm->value = 'edit-breadcrumb';
$export['cart-settings__active_tab'] = $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_uc_store';
$strongarm->value = 'm/d/Y';
$export['date_format_uc_store'] = $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__product';
$strongarm->value = array(
'view_modes' => array(
'teaser' => array(
'custom_settings' => TRUE,
),
),
'extra_fields' => array(
'form' => array(),
'display' => array(
'model' => array(
'teaser' => array(
'weight' => 0,
'visible' => FALSE,
),
),
'list_price' => array(
'teaser' => array(
'weight' => 0,
'visible' => FALSE,
),
),
'cost' => array(
'teaser' => array(
'weight' => 0,
'visible' => FALSE,
),
),
'weight' => array(
'teaser' => array(
'weight' => 0,
'visible' => FALSE,
),
),
'dimensions' => array(
'teaser' => array(
'weight' => 0,
'visible' => FALSE,
),
),
),
),
);
$export['field_bundle_settings_node__product'] = $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_product_pattern';
$strongarm->value = '';
$export['pathauto_node_product_pattern'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
@@ -146,11 +77,11 @@ function materio_subscriptions_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_address_format_250';
$strongarm->value = '!company
!first_name !last_name
!street1
!street2
!postal_code !city
$strongarm->value = '!company
!first_name !last_name
!street1
!street2
!postal_code !city
!country_name_if';
$export['uc_address_format_250'] = $strongarm;
@@ -226,7 +157,7 @@ function materio_subscriptions_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_cap_uc_termsofservice_agreement_cart_enabled';
$strongarm->value = 0;
$strongarm->value = 1;
$export['uc_cap_uc_termsofservice_agreement_cart_enabled'] = $strongarm;
$strongarm = new stdClass();
@@ -292,13 +223,6 @@ function materio_subscriptions_strongarm() {
$strongarm->value = '';
$export['uc_cart_checkout_complete_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 = 'uc_cart_default_same_address';
$strongarm->value = 0;
$export['uc_cart_default_same_address'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
@@ -313,13 +237,6 @@ function materio_subscriptions_strongarm() {
$strongarm->value = 1;
$export['uc_cart_email_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 = 'uc_cart_empty_button';
$strongarm->value = 0;
$export['uc_cart_empty_button'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
@@ -352,7 +269,7 @@ function materio_subscriptions_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_checkout_anonymous';
$strongarm->value = 0;
$strongarm->value = 1;
$export['uc_checkout_anonymous'] = $strongarm;
$strongarm = new stdClass();
@@ -383,13 +300,6 @@ function materio_subscriptions_strongarm() {
$strongarm->value = 0;
$export['uc_collapse_current_pane'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_continue_shopping_text';
$strongarm->value = '';
$export['uc_continue_shopping_text'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
@@ -415,7 +325,7 @@ function materio_subscriptions_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_coupon_collapse_pane';
$strongarm->value = 1;
$strongarm->value = 0;
$export['uc_coupon_collapse_pane'] = $strongarm;
$strongarm = new stdClass();
@@ -429,9 +339,9 @@ function materio_subscriptions_strongarm() {
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_credit_accepted_types';
$strongarm->value = 'Visa
Mastercard
Discover
$strongarm->value = 'Visa
Mastercard
Discover
American Express';
$export['uc_credit_accepted_types'] = $strongarm;
@@ -460,14 +370,14 @@ American Express';
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_credit_discover';
$strongarm->value = 0;
$strongarm->value = 1;
$export['uc_credit_discover'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_credit_encryption_path';
$strongarm->value = '/home/bachir/Sites/materio/creditcards_encryptkeys';
$strongarm->value = '/Users/bachir/Sites/materio/encrypt';
$export['uc_credit_encryption_path'] = $strongarm;
$strongarm = new stdClass();
@@ -481,7 +391,7 @@ American Express';
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_credit_issue_enabled';
$strongarm->value = 0;
$strongarm->value = 1;
$export['uc_credit_issue_enabled'] = $strongarm;
$strongarm = new stdClass();
@@ -509,7 +419,7 @@ American Express';
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_credit_start_enabled';
$strongarm->value = 0;
$strongarm->value = 1;
$export['uc_credit_start_enabled'] = $strongarm;
$strongarm = new stdClass();
@@ -537,7 +447,7 @@ American Express';
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_credit__active_tab';
$strongarm->value = 'edit-cc-fields';
$strongarm->value = 'edit-test-gateway';
$export['uc_credit__active_tab'] = $strongarm;
$strongarm = new stdClass();
@@ -719,8 +629,8 @@ American Express';
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_msg_order_existing_user';
$strongarm->value = 'Thank you for shopping at [store:name]. Your current order has been attached to the account we found matching your e-mail address.
$strongarm->value = 'Thank you for shopping at [store:name]. Your current order has been attached to the account we found matching your e-mail address.
<a href="/fr/user">Login</a> to view your current order status and order history. Remember to login when you make your next purchase for a faster checkout experience!';
$export['uc_msg_order_existing_user'] = $strongarm;
@@ -735,11 +645,11 @@ American Express';
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_msg_order_new_user';
$strongarm->value = 'Thank you for shopping at [store:name]. A new account has been created for you here that you may use to view your current order status.
<a href="/fr/user">Login</a> to your new account using the following information:
<strong>Username:</strong> !new_username
$strongarm->value = 'Thank you for shopping at [store:name]. A new account has been created for you here that you may use to view your current order status.
<a href="/fr/user">Login</a> to your new account using the following information:
<strong>Username:</strong> !new_username
<strong>Password:</strong> !new_password';
$export['uc_msg_order_new_user'] = $strongarm;
@@ -747,10 +657,10 @@ American Express';
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_msg_order_new_user_logged_in';
$strongarm->value = 'Thank you for shopping at [store:name]. A new account has been created for you here that you may use to view your current order status.
Your password and further instructions have been sent to your e-mail address.
$strongarm->value = 'Thank you for shopping at [store:name]. A new account has been created for you here that you may use to view your current order status.
Your password and further instructions have been sent to your e-mail address.
For your convenience, you are already logged in with your newly created account.';
$export['uc_msg_order_new_user_logged_in'] = $strongarm;
@@ -905,7 +815,7 @@ For your convenience, you are already logged in with your newly created account.
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_pane_uc_termsofservice_agreement_checkout_enabled';
$strongarm->value = 0;
$strongarm->value = 1;
$export['uc_pane_uc_termsofservice_agreement_checkout_enabled'] = $strongarm;
$strongarm = new stdClass();
@@ -1011,27 +921,6 @@ For your convenience, you are already logged in with your newly created account.
);
$export['uc_roles_default_end_time'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_roles_default_expiration_header';
$strongarm->value = 'Expiring roles';
$export['uc_roles_default_expiration_header'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_roles_default_expiration_message';
$strongarm->value = 'This role will expire on !date';
$export['uc_roles_default_expiration_message'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;
$strongarm->name = 'uc_roles_default_expiration_title';
$strongarm->value = '!role_name';
$export['uc_roles_default_expiration_title'] = $strongarm;
$strongarm = new stdClass();
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
$strongarm->api_version = 1;