updated features
This commit is contained in:
parent
e8cadc31e1
commit
a477dbb8ec
@ -18,7 +18,7 @@ function mailing_default_elysia_cron_rules() {
|
||||
$cron_rule->rule = '* * * * *';
|
||||
$cron_rule->weight = -11;
|
||||
$cron_rule->context = 'mailing';
|
||||
$cron_rules[''] = $cron_rule;
|
||||
$cron_rules['simplenews_cron'] = $cron_rule;
|
||||
|
||||
$cron_rule = new stdClass;
|
||||
$cron_rule->disabled = FALSE; /* Edit this to true to make a default cron_rule disabled initially */
|
||||
@ -28,7 +28,7 @@ function mailing_default_elysia_cron_rules() {
|
||||
$cron_rule->rule = '* * * * *';
|
||||
$cron_rule->weight = NULL;
|
||||
$cron_rule->context = NULL;
|
||||
$cron_rules[''] = $cron_rule;
|
||||
$cron_rules['simplenews_scheduler_cron'] = $cron_rule;
|
||||
|
||||
return $cron_rules;
|
||||
|
||||
|
@ -171,6 +171,47 @@ table[width|cellpadding|cellspacing|border], tr[align|valign], td[align|valign|w
|
||||
'video_filter_autoplay' => 1,
|
||||
'video_filter_related' => 0,
|
||||
'video_filter_html5' => 1,
|
||||
'video_filter_codecs' => array(
|
||||
'archive' => 'Archive.org',
|
||||
'bliptv' => 'Blip.tv',
|
||||
'candidcareer' => 'Candid Career',
|
||||
'capped' => 'Capped',
|
||||
'collegehumor' => 'College Humor',
|
||||
'coub' => 'Coub',
|
||||
'dailymotion' => 'DailyMotion',
|
||||
'democracynow_fullshow' => 'DemocracyNow Fullshow',
|
||||
'democracynow_story' => 'DemocracyNow Story',
|
||||
'flickr_slideshows' => 'Flickr Slideshows',
|
||||
'flickr_video' => 'Flickr Video',
|
||||
'foxnews' => 'Fox News',
|
||||
'gametrailers' => 'Game Trailers',
|
||||
'gamevideos' => 'Game Videos',
|
||||
'giphy' => 'Giphy',
|
||||
'godtube' => 'GodTube',
|
||||
'google' => 'Google Video',
|
||||
'instagram' => 'Instagram',
|
||||
'metacafe' => 'Meta Cafe',
|
||||
'mailru' => 'Mail.Ru',
|
||||
'myspace' => 'MySpace',
|
||||
'myvideo' => 'MyVideo',
|
||||
'picasa_slideshows' => 'Picasa Slideshows',
|
||||
'rutube' => 'Rutube',
|
||||
'slideshare' => 'Slideshare',
|
||||
'streamhoster' => 'Streamhoster',
|
||||
'teachertube' => 'Teachertube',
|
||||
'ted' => 'TED',
|
||||
'twitch' => 'Twitch',
|
||||
'ustream' => 'Ustream',
|
||||
'vbox' => 'Vbox7',
|
||||
'vimeo' => 'Vimeo',
|
||||
'vine' => 'Vine',
|
||||
'whatchado' => 'whatchado',
|
||||
'wistia' => 'Wistia',
|
||||
'youku' => 'YouKu',
|
||||
'youtube' => 'YouTube',
|
||||
'youtube_playlist' => 'YouTube (Playlist)',
|
||||
),
|
||||
'video_filter_multiple_sources' => TRUE,
|
||||
),
|
||||
),
|
||||
'pathologic' => array(
|
||||
|
@ -18,7 +18,7 @@ function materio_administration_default_elysia_cron_rules() {
|
||||
$cron_rule->rule = NULL;
|
||||
$cron_rule->weight = NULL;
|
||||
$cron_rule->context = NULL;
|
||||
$cron_rules[''] = $cron_rule;
|
||||
$cron_rules['workflow_cron'] = $cron_rule;
|
||||
|
||||
return $cron_rules;
|
||||
|
||||
|
@ -261,7 +261,7 @@ function materio_administration_menu_default_menu_links() {
|
||||
'customized' => 1,
|
||||
'language' => 'und',
|
||||
'menu_links_customized' => 1,
|
||||
'parent_identifier' => 'navigation_ajouter-du-contenu:node/add',
|
||||
'parent_identifier' => 'navigation_add-content:node/add',
|
||||
);
|
||||
// Exported menu link: navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie.
|
||||
$menu_links['navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie'] = array(
|
||||
|
@ -14,9 +14,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['access admin theme'] = array(
|
||||
'name' => 'access admin theme',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@ -27,9 +24,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['access administration menu'] = array(
|
||||
'name' => 'access administration menu',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@ -314,9 +308,6 @@ function materio_administration_user_default_permissions() {
|
||||
'Contact opérationnel' => 'Contact opérationnel',
|
||||
'Premium' => 'Premium',
|
||||
'Student' => 'Student',
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'Unverified' => 'Unverified',
|
||||
'Utilisateur' => 'Utilisateur',
|
||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
||||
@ -400,29 +391,6 @@ function materio_administration_user_default_permissions() {
|
||||
'module' => 'materio_user',
|
||||
);
|
||||
|
||||
// Exported permission: 'subscribe to simplenews category 6374'.
|
||||
$permissions['subscribe to simplenews category 6374'] = array(
|
||||
'name' => 'subscribe to simplenews category 6374',
|
||||
'roles' => array(
|
||||
'Adhérent' => 'Adhérent',
|
||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'materio_user',
|
||||
);
|
||||
|
||||
// Exported permission: 'subscribe to simplenews category 6585'.
|
||||
$permissions['subscribe to simplenews category 6585'] = array(
|
||||
'name' => 'subscribe to simplenews category 6585',
|
||||
'roles' => array(
|
||||
'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'materio_user',
|
||||
);
|
||||
|
||||
// Exported permission: 'toggle field translatability'.
|
||||
$permissions['toggle field translatability'] = array(
|
||||
'name' => 'toggle field translatability',
|
||||
@ -446,9 +414,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate any entity'] = array(
|
||||
'name' => 'translate any entity',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@ -459,9 +424,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate content'] = array(
|
||||
'name' => 'translate content',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@ -472,9 +434,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate node entities'] = array(
|
||||
'name' => 'translate node entities',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
@ -485,9 +444,6 @@ function materio_administration_user_default_permissions() {
|
||||
$permissions['translate taxonomy_term entities'] = array(
|
||||
'name' => 'translate taxonomy_term entities',
|
||||
'roles' => array(
|
||||
'Translator CN' => 'Translator CN',
|
||||
'Translator EN' => 'Translator EN',
|
||||
'Translator FR' => 'Translator FR',
|
||||
'administrator' => 'administrator',
|
||||
'root' => 'root',
|
||||
),
|
||||
|
@ -100,8 +100,6 @@ features[user_permission][] = send newsletter
|
||||
features[user_permission][] = show workflow state form
|
||||
features[user_permission][] = subscribe to newsletters
|
||||
features[user_permission][] = subscribe to simplenews category 6274
|
||||
features[user_permission][] = subscribe to simplenews category 6374
|
||||
features[user_permission][] = subscribe to simplenews category 6585
|
||||
features[user_permission][] = toggle field translatability
|
||||
features[user_permission][] = translate admin strings
|
||||
features[user_permission][] = translate any entity
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -3630,8 +3630,9 @@ Vous devez avant d\'utiliser un nouveau tag le créer <a href="/admin/structure/
|
||||
'size' => 60,
|
||||
'suggest_only_unique' => 0,
|
||||
'suggestion_size' => 10,
|
||||
'synonyms_autocomplete_path' => 'synonyms/autocomplete-taxonomy-term',
|
||||
),
|
||||
'type' => 'synonyms_autocomplete',
|
||||
'type' => 'synonyms_autocomplete_taxonomy_term',
|
||||
'weight' => 23,
|
||||
),
|
||||
);
|
||||
|
@ -1045,56 +1045,21 @@ function materio_content_types_strongarm() {
|
||||
'region' => 'main',
|
||||
'weight' => '9',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Vertical tabs',
|
||||
'title' => 'Onglets verticaux',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'actions' => array(
|
||||
'region' => 'right',
|
||||
'region' => 'footer',
|
||||
'weight' => '8',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Save',
|
||||
'title' => 'Enregistrer',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'language' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Language',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_attachments' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '5',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Fichiers joints',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_description' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '3',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Description',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_nature_titre' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '2',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Nature Titre',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_materiau_image' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '6',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Image',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_video_filter' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '7',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'video',
|
||||
'title' => 'Langue',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_memo' => array(
|
||||
@ -1104,12 +1069,6 @@ function materio_content_types_strongarm() {
|
||||
'title' => 'Mémo',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'title_field' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '1',
|
||||
'has_required' => TRUE,
|
||||
'title' => 'Nom',
|
||||
),
|
||||
'field_localisation' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '2',
|
||||
@ -1117,34 +1076,6 @@ function materio_content_types_strongarm() {
|
||||
'title' => 'Localisation',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_tags_libres' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '10',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Tags libres',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_onthologie' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '8',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Onthologie',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_company_fab' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '11',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Manufacturer',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_company_distrib' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '12',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Distributor',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'field_famille' => array(
|
||||
'region' => 'right',
|
||||
'weight' => '0',
|
||||
@ -1190,8 +1121,35 @@ function materio_content_types_strongarm() {
|
||||
'region' => 'right',
|
||||
'weight' => '6',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Publication',
|
||||
'collapsed' => 0,
|
||||
'title' => 'Importé',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'entity_translation_entity_form_language_update' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => FALSE,
|
||||
'title' => NULL,
|
||||
'hidden' => 0,
|
||||
),
|
||||
'group_htabs' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '0',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'htabs (Field group)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'group_media' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '13',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Médias (Field group)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
'group_referencement' => array(
|
||||
'region' => 'main',
|
||||
'weight' => '12',
|
||||
'has_required' => FALSE,
|
||||
'title' => 'Référencement (Field group)',
|
||||
'hidden' => 0,
|
||||
),
|
||||
);
|
||||
|
@ -69,6 +69,8 @@ function materio_home_v2_default_page_manager_pages() {
|
||||
$display->cache = array();
|
||||
$display->title = '';
|
||||
$display->uuid = 'eca54323-0377-4ab0-b40c-69b96c16707a';
|
||||
$display->storage_type = 'page_manager';
|
||||
$display->storage_id = 'page_home_v2__panel_context_2bd92edc-8b2b-42d3-9857-f44f03574847';
|
||||
$display->content = array();
|
||||
$display->panels = array();
|
||||
$pane = new stdClass();
|
||||
@ -404,7 +406,7 @@ function materio_home_v2_default_page_manager_pages() {
|
||||
$display->title_pane = '0';
|
||||
$handler->conf['display'] = $display;
|
||||
$page->default_handlers[$handler->name] = $handler;
|
||||
$pages[''] = $page;
|
||||
$pages['home_v2'] = $page;
|
||||
|
||||
return $pages;
|
||||
|
||||
|
@ -36,6 +36,8 @@ function materio_home_v2_default_panels_mini() {
|
||||
$display->cache = array();
|
||||
$display->title = '';
|
||||
$display->uuid = '4907c432-fcb2-4512-aa6a-5d96ec209978';
|
||||
$display->storage_type = 'panels_mini';
|
||||
$display->storage_id = 'news_home_v2';
|
||||
$display->content = array();
|
||||
$display->panels = array();
|
||||
$pane = new stdClass();
|
||||
|
@ -1327,7 +1327,7 @@ function materio_user_profiles_field_default_field_instances() {
|
||||
'rows' => 10,
|
||||
),
|
||||
'type' => 'text_textarea',
|
||||
'weight' => 8,
|
||||
'weight' => 7,
|
||||
),
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user