updated features

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-07 10:51:20 +01:00
parent e8cadc31e1
commit a477dbb8ec
12 changed files with 880 additions and 923 deletions

View File

@@ -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;

View File

@@ -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(