Log of /contributions/modules/video/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.8.4.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Jul 24 01:10:42 2009 UTC
(4 months ago)
by
glen201
Branch:
DRUPAL-6--2
Changes since
1.8.4.1: +2 -1 lines
Diff to
previous 1.8.4.1
, to
branch point 1.8
#518396 by decibel.places : "Video type not supported" video_upload.module, fixed rebuilding derivative images when video updated
#502606 by glen201 : Permissions error in Video Image module prevents users from uploading image thumbnail, fixed
#495886 by glen201: Autogenerated thumbnail sticks and is not replaceable by new video/image uploaded, fixed dependency on Image module
Enhanced video_upload module to fix files left behind after delete video
Enhanced video_upload module to prevent error when replacing ffmpeg converted video with video that will not be auto-converted
Revision
1.7.4.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Feb 11 06:00:21 2008 UTC
(21 months, 2 weeks ago)
by
fax8
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--0-1,
DRUPAL-5--1-1,
DRUPAL-5--1-2
Changes since
1.7: +4 -3 lines
Diff to
previous 1.7
* Major video module rewrite by Fabio Varesano
* Moves video types into separate directory from plugins
* Creates new video hooks API
* Fixes lots of bugs including random deletes of files
* Still has lots of bugs, will still embarrass you in front of your friends
* With contributions from Vernon Mauery
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Jun 18 14:41:32 2006 UTC
(3 years, 5 months ago)
by
fax8
Branch:
MAIN
CVS Tags:
DRUPAL-4-7--1-0,
DRUPAL-5--1-0
Branch point for:
DRUPAL-4-7,
DRUPAL-5
Changes since
1.6: +2 -2 lines
Diff to
previous 1.6
List of changes:
Pluginization:
Video.module file was too big and complex.
I isolated each different feature which was not
excencial and removed from the video.module file.
Those features are now added by helper modules
called plugins under the directory "plugins".
The download has been separed from multidownload.
There is now a separated plugin called video_multidownload
which add multidownload feature.
There are also some hooks being defined.
See file hooks.php for details.
XHTML Compliace:
I worked hard to remove unvalid code from video module.
Now the code generated by the module validates on W3C validator.
This will probæbly generate some problems with uncommon browsers
we will try to solve them as soon as reported.
Thanks a lot to Karl Rudd who point me to the right direction
towards compliace.
Thumbnailing:
There is plugin called video_image.module which add thumbnails
support for the video module. Thumbnails are uploaded throught the
video creation form and a image node is created with it.
Video file Uploads:
There is a plugin called video_upload.module which add a file
upload field to the node creation form. The uploaded file is
automatically set as path of the video. Then usable for plays/downloads.
NOTE ON BUGS:
I tryed to test new features the most as possible but I can't guarantee
that all this code is bugfree. Video module is becaming too big to be
tested by only one person (me).
Hope you guys will be able to help with debugging.
Fabio
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Aug 31 09:00:53 2005 UTC
(4 years, 2 months ago)
by
fax8
Branch:
MAIN
Changes since
1.3: +5 -1 lines
Diff to
previous 1.3
Added LukeLast as developer contact.
Added informations about other documentation files.
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Jul 2 07:01:34 2005 UTC
(4 years, 4 months ago)
by
deekayen
Branch:
MAIN
Changes since
1.2: +4 -2 lines
Diff to
previous 1.2
Add RM, FLV, & WMV support; configuration for displaying play/download links; new fields for metadata; filesize & playtime; documentation; code cleanup
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.