/[drupal]/contributions/modules/emfield/contrib/video_cck/video_cck.module
ViewVC logotype

Log of /contributions/modules/emfield/contrib/video_cck/video_cck.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 21 00:42:30 2009 UTC (6 months, 1 week ago) by aaron
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-4, DRUPAL-5--1-5, DRUPAL-5--1-6, DRUPAL-5--1-7, DRUPAL-5--1-8
Changes since 1.10.2.1: +4 -1 lines
Diff to previous 1.10.2.1 , to branch point 1.10 , to next main 1.16
 * Pass $node in $options from video theme functions (aaron).
 * Pass $options to theme_video_cck_bliptv_flash (aaron).
 * #351145 After upgrade, blip.tv videos show: Error: Invalid Feed (aaron).

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 20 22:47:51 2009 UTC (6 months, 1 week ago) by aaron
Branch: DRUPAL-5
Changes since 1.10: +87 -40 lines
Diff to previous 1.10
HEAD to DRUPAL-5

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 18 14:45:51 2009 UTC (6 months, 1 week ago) by aaron
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +9 -1 lines
Diff to previous 1.15
Fix potential problem with missing thumbnail links (aaron).

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 11 14:55:12 2009 UTC (8 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.14: +12 -12 lines
Diff to previous 1.14
* Check for isset($options) (aaron).

Revision 1.5.4.15
Fri Jul 18 20:18:21 2008 UTC (16 months, 1 week ago) by alexua
Branch: DRUPAL-6--1
Changes since 1.5.4.14: +1 -1 lines
FILE REMOVED
Changed name of module and functions from video_cck to emvideo

Revision 1.5.4.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 5 20:55:40 2008 UTC (16 months, 3 weeks ago) by alexua
Branch: DRUPAL-6--1
Changes since 1.5.4.13: +13 -12 lines
Diff to previous 1.5.4.13 , to branch point 1.5
Changed #default_value settings to comply with new CCK/Schema API requirements

Revision 1.5.4.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 23 15:11:22 2008 UTC (17 months ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.5.4.12: +64 -188 lines
Diff to previous 1.5.4.12 , to branch point 1.5
 * Move theme functions to video_cck.theme.inc (aaron).
 * Implement hook_theme (aaron).

Revision 1.5.4.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 16 00:34:50 2008 UTC (17 months, 1 week ago) by alexua
Branch: DRUPAL-6--1
Changes since 1.5.4.11: +4 -4 lines
Diff to previous 1.5.4.11 , to branch point 1.5
#177027#comment-883347 - Dalin patched a few different items helping towards move to 6

Revision 1.5.4.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 12:08:04 2008 UTC (17 months, 3 weeks ago) by alexua
Branch: DRUPAL-6--1
Changes since 1.5.4.10: +2 -2 lines
Diff to previous 1.5.4.10 , to branch point 1.5
#266524 - joachim alerted us to the fact that some of the links on settings pages and in the documentation pointed to the wrong place

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 4 12:05:16 2008 UTC (17 months, 3 weeks ago) by alexua
Branch: MAIN
CVS Tags: DRUPAL-5--1-3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
#266524 - joachim alerted us to the fact that some of the links on settings pages and in the documentation pointed to the wrong place

Revision 1.5.4.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 30 14:34:50 2008 UTC (17 months, 4 weeks ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.5.4.9: +5 -1 lines
Diff to previous 1.5.4.9 , to branch point 1.5
widget info:

'multiple values' => CONTENT_HANDLE_CORE,
      'callbacks' => array(
        'default value' => CONTENT_CALLBACK_DEFAULT,
        ),

Revision 1.5.4.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 30 14:28:19 2008 UTC (17 months, 4 weeks ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.5.4.8: +8 -2 lines
Diff to previous 1.5.4.8 , to branch point 1.5
field_info: 'callbacks' => array('tables' => CONTENT_CALLBACK_DEFAULT, 'arguments' => CONTENT_CALLBACK_DEFAULT, ),

Revision 1.5.4.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 30 14:19:50 2008 UTC (17 months, 4 weeks ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.5.4.7: +65 -25 lines
Diff to previous 1.5.4.7 , to branch point 1.5
allow w/h (and other) overrides to thumbnails and other formatters

Revision 1.5.4.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 30 14:01:39 2008 UTC (17 months, 4 weeks ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.5.4.6: +2 -13 lines
Diff to previous 1.5.4.6 , to branch point 1.5
case 'database columns': return module_invoke('emfield', 'field_columns', $field);

Revision 1.5.4.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 30 00:19:26 2008 UTC (17 months, 4 weeks ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.5.4.5: +9 -2 lines
Diff to previous 1.5.4.5 , to branch point 1.5
implement hook_content_is_empty

Revision 1.5.4.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 29 00:13:24 2008 UTC (18 months ago) by alexua
Branch: DRUPAL-6--1
Changes since 1.5.4.4: +5 -5 lines
Diff to previous 1.5.4.4 , to branch point 1.5
nonsie worked on fixing db field type definitions

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 28 13:53:00 2008 UTC (18 months ago) by aaron
Branch: MAIN
Changes since 1.12: +32 -24 lines
Diff to previous 1.12
utilize $options arrays in other theme functions

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 18:31:37 2008 UTC (18 months ago) by aaron
Branch: MAIN
Changes since 1.11: +41 -10 lines
Diff to previous 1.11
allow w/h (and other) overrides to thumbnails

Revision 1.5.4.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 27 02:37:01 2008 UTC (18 months ago) by alexua
Branch: DRUPAL-6--1
Changes since 1.5.4.3: +109 -53 lines
Diff to previous 1.5.4.3 , to branch point 1.5
#177027 - Dipen started the port from Drupal 5 to Drupal 6 using the coder module.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 12 04:10:54 2008 UTC (18 months, 2 weeks ago) by alexua
Branch: MAIN
Changes since 1.10: +10 -10 lines
Diff to previous 1.10
Corrected all errors registered by Coder module in preperation for D6 port

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 11 03:56:54 2008 UTC (18 months, 2 weeks ago) by alexua
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-2
Branch point for: DRUPAL-5
Changes since 1.9: +36 -21 lines
Diff to previous 1.9
#249255 - ekes patched numerous files- adding rss enclosure support for YouTube, Google Video and custom URL - Add MRSS support

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 30 20:32:51 2008 UTC (18 months, 4 weeks ago) by aaron
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
change 'thumbnail' text on widget settings form

Revision 1.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 26 19:32:42 2008 UTC (19 months ago) by alexua
Changes since 1.5.2.5: +36 -21 lines
Diff to previous 1.5.2.5 , to branch point 1.5 , to next main 1.16
#249255 - ekes patched numerous files- adding rss enclosure support for YouTube, Google Video and custom URL - Add MRSS support

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 12 17:54:34 2008 UTC (19 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.7: +65 -12 lines
Diff to previous 1.7
support for blip.tv's new player
added $options=array() to themes for future expansion of options

Revision 1.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 7 19:30:44 2008 UTC (19 months, 3 weeks ago) by aaron
Changes since 1.5.2.4: +14 -14 lines
Diff to previous 1.5.2.4 , to branch point 1.5
added $options=array() to themes for future expansion of options

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 3 14:04:13 2008 UTC (19 months, 3 weeks ago) by alexua
Changes since 1.5.2.3: +58 -5 lines
Diff to previous 1.5.2.3 , to branch point 1.5
#242197 - Lynn added a new formatter-> thumbnails + thickbox

Revision 1.5.4.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 00:07:06 2008 UTC (20 months, 3 weeks ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.5.4.2: +92 -11 lines
Diff to previous 1.5.4.2 , to branch point 1.5
current d6 support. still need to finish cck hooks

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 19 16:52:27 2008 UTC (21 months, 1 week ago) by aaron
CVS Tags: DRUPAL-5--1-0
Changes since 1.5.2.2: +41 -1 lines
Diff to previous 1.5.2.2 , to branch point 1.5
official release for d5

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 19:07:51 2008 UTC (21 months, 1 week ago) by aaron
Branch: MAIN
Changes since 1.6: +29 -19 lines
Diff to previous 1.6
add provider views handlers

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 17 03:30:26 2008 UTC (21 months, 1 week ago) by aaron
Branch: MAIN
Changes since 1.5: +31 -1 lines
Diff to previous 1.5
#178299/dalin - modified patch to allow filter by video present

Revision 1.5.4.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 02:22:24 2008 UTC (22 months, 2 weeks ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.5.4.1: +348 -0 lines
Diff to previous 1.5.4.1 , to branch point 1.5
create d6 version of embedded media field (not ported yet)

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 9 01:21:41 2008 UTC (22 months, 2 weeks ago) by aaron
Changes since 1.5.2.1: +348 -0 lines
Diff to previous 1.5.2.1 , to branch point 1.5
add d5 version of embedded media field to repository

Revision 1.5.4.1
Sun Jan 6 18:34:36 2008 UTC (22 months, 3 weeks ago) by aaron
Branch: DRUPAL-6--1
Changes since 1.5: +0 -348 lines
FILE REMOVED
file video_cck.module was added on branch DRUPAL-6--1 on 2008-01-09 02:22:24 +0000

Revision 1.5.2.1
Sun Jan 6 18:34:36 2008 UTC (22 months, 3 weeks ago) by aaron
Changes since 1.5: +0 -348 lines
FILE REMOVED
file video_cck.module was added on branch DRUPAL-5 on 2008-01-09 01:21:41 +0000

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 6 18:34:36 2008 UTC (22 months, 3 weeks ago) by aaron
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.4: +25 -5 lines
Diff to previous 1.4
#200435/jhedstrom - default thumbnail when video thumbnail not available

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 4 18:25:20 2008 UTC (22 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.3: +12 -2 lines
Diff to previous 1.3
add support for emthumb, so that custom thumbnails may be stored and displayed for videos

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 6 22:18:26 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.2: +13 -1 lines
Diff to previous 1.2
added rss support for blip.tv
added data versioning to allow nodes to save more data, but respect older nodes

Revision 1.2.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 00:21:01 2007 UTC (2 years, 3 months ago) by aaron
Branch: DRUPAL-4-7
Changes since 1.2.2.1: +317 -0 lines
Diff to previous 1.2.2.1 , to branch point 1.2 , to next main 1.16
backport emfield to 4.7

Revision 1.2.2.1
Fri Jul 27 18:51:09 2007 UTC (2 years, 4 months ago) by aaron
Branch: DRUPAL-4-7
Changes since 1.2: +0 -306 lines
FILE REMOVED
file video_cck.module was added on branch DRUPAL-4-7 on 2007-08-19 00:21:01 +0000

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 27 18:51:09 2007 UTC (2 years, 4 months ago) by aaron
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.1: +7 -7 lines
Diff to previous 1.1
don't show 'show video' on thumbnails if no embed code value

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 26 01:15:27 2007 UTC (2 years, 5 months ago) by aaron
Branch: MAIN
rename ncck to emfield

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2