From 046ee9afa7460771d51a97f377e1bbda7b66d173 Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Sat, 25 Jul 2009 03:23:54 +0000 Subject: Updating TODO and author --- plugins/video_ffmpeg_helper/video_ffmpeg_helper.module | 4 ++-- plugins/video_ffmpeg_helper/video_render.php | 1 - plugins/video_ffmpeg_helper/video_scheduler.php | 3 +-- plugins/video_image/video_image.module | 10 +++++++--- plugins/video_multidownload/video_multidownload.module | 3 +-- plugins/video_optmetadata/video_optmetadata.module | 3 +-- plugins/video_params/video_params.module | 3 +-- views_video.inc | 3 +-- 8 files changed, 14 insertions(+), 16 deletions(-) diff --git a/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module b/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module index 6a4979a..0adb3de 100644 --- a/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module +++ b/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module @@ -5,9 +5,9 @@ * Provide some api for use ffmpeg. Simplify video nodes creation. * * @author Fabio Varesano - * porting to Drupal 6 - * @author Heshan Wanigasooriya + * @author Heshan Wanigasooriya * @todo + * 1. Remove modules and user existing ffmpeg wrapper module */ /** diff --git a/plugins/video_ffmpeg_helper/video_render.php b/plugins/video_ffmpeg_helper/video_render.php index a6b1fbe..8aae1cb 100644 --- a/plugins/video_ffmpeg_helper/video_render.php +++ b/plugins/video_ffmpeg_helper/video_render.php @@ -10,7 +10,6 @@ * "php video_render.php nid vid http://example.org/drupal/" * * @author Fabio Varesano - * porting to Drupal 6 * @author Heshan Wanigasooriya * @author Glen Marianko Twitter@demoforum * @todo diff --git a/plugins/video_ffmpeg_helper/video_scheduler.php b/plugins/video_ffmpeg_helper/video_scheduler.php index 6ee08df..1ebbe02 100644 --- a/plugins/video_ffmpeg_helper/video_scheduler.php +++ b/plugins/video_ffmpeg_helper/video_scheduler.php @@ -9,8 +9,7 @@ * "php video_scheduler.php http://example.org/drupal/" * * @author Fabio Varesano - * porting to Drupal 6 - * @author Heshan Wanigasooriya + * @author Heshan Wanigasooriya * @todo */ diff --git a/plugins/video_image/video_image.module b/plugins/video_image/video_image.module index 42377d7..8ea5945 100644 --- a/plugins/video_image/video_image.module +++ b/plugins/video_image/video_image.module @@ -5,10 +5,14 @@ * Enable image support for video module. * * @author Fabio Varesano - * porting to Drupal 6 - * @author Heshan Wanigasooriya + * @author Heshan Wanigasooriya * @author Glen Marianko Twitter@demoforum * @todo + * 1. Add jQuery support + * 2. Add styles to thumbnail + * 3. Add imagecache support + * 4. Overlay a play button + * 5. Capturing video support (To get set of captured thumbnails with time) */ @@ -46,7 +50,7 @@ function video_image_menu() { * Implementation of hook_perm */ //GMM: define positions in perm array to reference later (without misspellings :) - define('OVERRIDE_IMAGE', 0); +define('OVERRIDE_IMAGE', 0); function video_image_perm() { $array = array('override autothumbnailing using uploaded image'); return $array; diff --git a/plugins/video_multidownload/video_multidownload.module b/plugins/video_multidownload/video_multidownload.module index 682caba..5cce13b 100644 --- a/plugins/video_multidownload/video_multidownload.module +++ b/plugins/video_multidownload/video_multidownload.module @@ -5,8 +5,7 @@ * Enable multiple file download in video module. * * @author Fabio Varesano - * porting to Drupal 6 - * @author Heshan Wanigasooriya + * @author Heshan Wanigasooriya * @todo */ diff --git a/plugins/video_optmetadata/video_optmetadata.module b/plugins/video_optmetadata/video_optmetadata.module index 1ab6265..1bf1d69 100644 --- a/plugins/video_optmetadata/video_optmetadata.module +++ b/plugins/video_optmetadata/video_optmetadata.module @@ -5,8 +5,7 @@ * Enable addition of optional metadata on video nodes created by video module. * * @author Fabio Varesano - * porting to Drupal 6 - * @author Heshan Wanigasooriya + * @author Heshan Wanigasooriya * @todo */ diff --git a/plugins/video_params/video_params.module b/plugins/video_params/video_params.module index e0acf96..ee19a5c 100644 --- a/plugins/video_params/video_params.module +++ b/plugins/video_params/video_params.module @@ -5,8 +5,7 @@ * Enable addition of params to object generated by video module * * @author Fabio Varesano - * porting to Drupal 6 - * @author Heshan Wanigasooriya + * @author Heshan Wanigasooriya * @todo */ diff --git a/views_video.inc b/views_video.inc index 088a1c2..f3f9dc8 100644 --- a/views_video.inc +++ b/views_video.inc @@ -5,8 +5,7 @@ * * @return * array - Enables support in the video module for views integration -* porting to Drupal 6 -* @author Heshan Wanigasooriya +* @author Heshan Wanigasooriya * @todo **/ -- cgit v1.2.3