uppdated modules
This commit is contained in:
@@ -36,6 +36,47 @@ function admin_filter_default_formats() {
|
||||
'video_filter_autoplay' => 0,
|
||||
'video_filter_related' => 1,
|
||||
'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,
|
||||
),
|
||||
),
|
||||
'filter_url' => array(
|
||||
|
||||
@@ -48,24 +48,6 @@ function admin_user_default_permissions() {
|
||||
'module' => 'views',
|
||||
);
|
||||
|
||||
// Exported permission: 'access backup and migrate'.
|
||||
$permissions['access backup and migrate'] = array(
|
||||
'name' => 'access backup and migrate',
|
||||
'roles' => array(
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'backup_migrate',
|
||||
);
|
||||
|
||||
// Exported permission: 'access backup files'.
|
||||
$permissions['access backup files'] = array(
|
||||
'name' => 'access backup files',
|
||||
'roles' => array(
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'backup_migrate',
|
||||
);
|
||||
|
||||
// Exported permission: 'access content'.
|
||||
$permissions['access content'] = array(
|
||||
'name' => 'access content',
|
||||
@@ -168,15 +150,6 @@ function admin_user_default_permissions() {
|
||||
'module' => 'system',
|
||||
);
|
||||
|
||||
// Exported permission: 'administer backup and migrate'.
|
||||
$permissions['administer backup and migrate'] = array(
|
||||
'name' => 'administer backup and migrate',
|
||||
'roles' => array(
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'backup_migrate',
|
||||
);
|
||||
|
||||
// Exported permission: 'administer blocks'.
|
||||
$permissions['administer blocks'] = array(
|
||||
'name' => 'administer blocks',
|
||||
@@ -582,15 +555,6 @@ function admin_user_default_permissions() {
|
||||
'module' => 'shortcut',
|
||||
);
|
||||
|
||||
// Exported permission: 'delete backup files'.
|
||||
$permissions['delete backup files'] = array(
|
||||
'name' => 'delete backup files',
|
||||
'roles' => array(
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'backup_migrate',
|
||||
);
|
||||
|
||||
// Exported permission: 'delete revisions'.
|
||||
$permissions['delete revisions'] = array(
|
||||
'name' => 'delete revisions',
|
||||
@@ -728,15 +692,6 @@ function admin_user_default_permissions() {
|
||||
'module' => 'workflow_admin_ui',
|
||||
);
|
||||
|
||||
// Exported permission: 'perform backup'.
|
||||
$permissions['perform backup'] = array(
|
||||
'name' => 'perform backup',
|
||||
'roles' => array(
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'backup_migrate',
|
||||
);
|
||||
|
||||
// Exported permission: 'rename features'.
|
||||
$permissions['rename features'] = array(
|
||||
'name' => 'rename features',
|
||||
@@ -744,15 +699,6 @@ function admin_user_default_permissions() {
|
||||
'module' => 'features',
|
||||
);
|
||||
|
||||
// Exported permission: 'restore from backup'.
|
||||
$permissions['restore from backup'] = array(
|
||||
'name' => 'restore from backup',
|
||||
'roles' => array(
|
||||
'root' => 'root',
|
||||
),
|
||||
'module' => 'backup_migrate',
|
||||
);
|
||||
|
||||
// Exported permission: 'revert revisions'.
|
||||
$permissions['revert revisions'] = array(
|
||||
'name' => 'revert revisions',
|
||||
|
||||
@@ -15,9 +15,6 @@ function admin_wysiwyg_default_profiles() {
|
||||
'format' => 'filtred_html',
|
||||
'editor' => 'tinymce',
|
||||
'settings' => array(
|
||||
'default' => 1,
|
||||
'user_choose' => 0,
|
||||
'show_toggle' => 1,
|
||||
'theme' => 'advanced',
|
||||
'language' => 'en',
|
||||
'buttons' => array(
|
||||
@@ -35,6 +32,7 @@ function admin_wysiwyg_default_profiles() {
|
||||
'cut' => 1,
|
||||
'copy' => 1,
|
||||
'paste' => 1,
|
||||
'formatselect' => 1,
|
||||
),
|
||||
'advimage' => array(
|
||||
'advimage' => 1,
|
||||
@@ -42,9 +40,7 @@ function admin_wysiwyg_default_profiles() {
|
||||
'advlink' => array(
|
||||
'advlink' => 1,
|
||||
),
|
||||
'font' => array(
|
||||
'formatselect' => 1,
|
||||
),
|
||||
'font' => array(),
|
||||
'fullscreen' => array(
|
||||
'fullscreen' => 1,
|
||||
),
|
||||
@@ -68,22 +64,30 @@ function admin_wysiwyg_default_profiles() {
|
||||
'break' => 1,
|
||||
),
|
||||
),
|
||||
'toolbar_loc' => 'top',
|
||||
'toolbar_align' => 'left',
|
||||
'path_loc' => 'bottom',
|
||||
'resizing' => 1,
|
||||
'verify_html' => 1,
|
||||
'preformatted' => 0,
|
||||
'convert_fonts_to_spans' => 1,
|
||||
'remove_linebreaks' => 1,
|
||||
'apply_source_formatting' => 0,
|
||||
'paste_auto_cleanup_on_paste' => 1,
|
||||
'block_formats' => 'h2,h3,h4,h5,h6',
|
||||
'css_setting' => 'theme',
|
||||
'css_path' => '',
|
||||
'css_classes' => '',
|
||||
'buttonorder' => 'fullscreen,separator,bold,italic,underline,separator,formatselect,separator,bullist,numlist,advlist,separator,link,advlink,unlink,separator,image,advimage,video_filter,separator,cut,copy,paste,pastetext,search,replace,wordcount,separator,undo,redo,separator,break',
|
||||
'theme_advanced_statusbar_location' => 'bottom',
|
||||
'theme_advanced_toolbar_location' => 'top',
|
||||
'theme_advanced_toolbar_align' => 'left',
|
||||
'theme_advanced_blockformats' => 'h2,h3,h4,h5,h6',
|
||||
'theme_advanced_styles' => '',
|
||||
'theme_advanced_resizing' => 1,
|
||||
),
|
||||
'preferences' => array(
|
||||
'add_to_summaries' => NULL,
|
||||
'default' => 1,
|
||||
'show_toggle' => 1,
|
||||
'user_choose' => 0,
|
||||
'version' => '3.5.7',
|
||||
),
|
||||
'name' => 'formatfiltred_html',
|
||||
);
|
||||
|
||||
return $profiles;
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
name = Admin
|
||||
core = 7.x
|
||||
package = GUI
|
||||
package = FigLi
|
||||
dependencies[] = admin_menu
|
||||
dependencies[] = admin_menu_source
|
||||
dependencies[] = admin_theme
|
||||
dependencies[] = adminimal_admin_menu
|
||||
dependencies[] = auto_nodetitle
|
||||
dependencies[] = backup_migrate
|
||||
dependencies[] = block
|
||||
dependencies[] = content_type_extras
|
||||
dependencies[] = context_ui
|
||||
@@ -72,8 +71,6 @@ features[user_permission][] = access admin theme
|
||||
features[user_permission][] = access administration menu
|
||||
features[user_permission][] = access administration pages
|
||||
features[user_permission][] = access all views
|
||||
features[user_permission][] = access backup and migrate
|
||||
features[user_permission][] = access backup files
|
||||
features[user_permission][] = access content
|
||||
features[user_permission][] = access content overview
|
||||
features[user_permission][] = access devel information
|
||||
@@ -85,7 +82,6 @@ features[user_permission][] = access user profiles
|
||||
features[user_permission][] = access workflow summary views
|
||||
features[user_permission][] = admin queue_ui
|
||||
features[user_permission][] = administer actions
|
||||
features[user_permission][] = administer backup and migrate
|
||||
features[user_permission][] = administer blocks
|
||||
features[user_permission][] = administer content type defaults
|
||||
features[user_permission][] = administer content types
|
||||
@@ -131,7 +127,6 @@ features[user_permission][] = cancel account
|
||||
features[user_permission][] = change own username
|
||||
features[user_permission][] = create url aliases
|
||||
features[user_permission][] = customize shortcut links
|
||||
features[user_permission][] = delete backup files
|
||||
features[user_permission][] = delete revisions
|
||||
features[user_permission][] = display drupal links
|
||||
features[user_permission][] = execute php code
|
||||
@@ -147,9 +142,7 @@ features[user_permission][] = menu edit user-menu
|
||||
features[user_permission][] = notify of path changes
|
||||
features[user_permission][] = override content type title display
|
||||
features[user_permission][] = participate in workflow
|
||||
features[user_permission][] = perform backup
|
||||
features[user_permission][] = rename features
|
||||
features[user_permission][] = restore from backup
|
||||
features[user_permission][] = revert revisions
|
||||
features[user_permission][] = schedule workflow transitions
|
||||
features[user_permission][] = select account cancellation method
|
||||
@@ -324,4 +317,5 @@ features[views_view][] = admin_contents
|
||||
features[workflow][] = Publication
|
||||
features[workflow_access][] = Publication
|
||||
features[wysiwyg][] = filtred_html
|
||||
features_exclude[dependencies][backup_migrate] = backup_migrate
|
||||
project path = sites/all/modules/features
|
||||
|
||||
@@ -530,7 +530,7 @@ function admin_strongarm() {
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'footer_message_msg';
|
||||
$strongarm->value = array(
|
||||
'value' => '<p>g.u.i. | 2 rue de la réunion, 75020 Paris | contact@g-u-i.net | 09 51 93 83 43</p>',
|
||||
'value' => '<p>clameurs</p>',
|
||||
'format' => 'filtred_html',
|
||||
);
|
||||
$export['footer_message_msg'] = $strongarm;
|
||||
@@ -1042,7 +1042,7 @@ function admin_strongarm() {
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'site_name';
|
||||
$strongarm->value = 'Drupal base 7';
|
||||
$strongarm->value = 'Clameurs';
|
||||
$export['site_name'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
@@ -1056,7 +1056,7 @@ function admin_strongarm() {
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'site_slogan';
|
||||
$strongarm->value = 'drupal7 starter base profile by www.g-u-i.net';
|
||||
$strongarm->value = 'La websérie habitée par Laudato si\'';
|
||||
$export['site_slogan'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
@@ -1141,7 +1141,7 @@ function admin_strongarm() {
|
||||
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
|
||||
$strongarm->api_version = 1;
|
||||
$strongarm->name = 'theme_default';
|
||||
$strongarm->value = 'inigui';
|
||||
$strongarm->value = 'clameurs';
|
||||
$export['theme_default'] = $strongarm;
|
||||
|
||||
$strongarm = new stdClass();
|
||||
|
||||
@@ -137,13 +137,6 @@ function admin_views_default_views() {
|
||||
$handler->display->display_options['fields']['views_bulk_operations']['vbo_settings']['force_single'] = 0;
|
||||
$handler->display->display_options['fields']['views_bulk_operations']['vbo_settings']['entity_load_capacity'] = '10';
|
||||
$handler->display->display_options['fields']['views_bulk_operations']['vbo_operations'] = array(
|
||||
'action::node_assign_owner_action' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::node_unpublish_action' => array(
|
||||
'selected' => 1,
|
||||
'skip_confirmation' => 0,
|
||||
@@ -151,50 +144,6 @@ function admin_views_default_views() {
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::node_unpublish_by_keyword_action' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::node_save_action' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::system_send_email_action' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::views_bulk_operations_script_action' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::views_bulk_operations_argument_selector_action' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'settings' => array(
|
||||
'url' => '',
|
||||
),
|
||||
),
|
||||
'action::node_promote_action' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::node_publish_action' => array(
|
||||
'selected' => 1,
|
||||
'skip_confirmation' => 0,
|
||||
@@ -202,34 +151,6 @@ function admin_views_default_views() {
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::node_unpromote_action' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::node_make_unsticky_action' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::views_bulk_operations_delete_item' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
'action::node_make_sticky_action' => array(
|
||||
'selected' => 0,
|
||||
'skip_confirmation' => 0,
|
||||
'override_label' => 0,
|
||||
'label' => '',
|
||||
'postpone_processing' => 0,
|
||||
),
|
||||
);
|
||||
/* Champ: Contenu : Type */
|
||||
$handler->display->display_options['fields']['type']['id'] = 'type';
|
||||
|
||||
Reference in New Issue
Block a user