Log of /contributions/modules/video/video.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.68.2.17 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 16 11:39:14 2008 UTC
(20 months, 1 week ago)
by
fax8
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--0-1,
DRUPAL-5--1-1
Changes since
1.68.2.16: +34 -4 lines
Diff to
previous 1.68.2.16
, to
branch point 1.68
#234858 by ekes: RSS enclosure created breaks feed
fix an incorrect behaviour wich would generate an RSS enclosure even if we don't have a valid mime type
#119710 by ekes: Media RSS support for Video module
Adds the xmlns for MRSS
Puts the correct content element into the media namespace
Adds other metadata as defined by MRSS from the video node if it is available
Revision
1.68.2.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Mar 5 15:05:19 2008 UTC
(20 months, 3 weeks ago)
by
fax8
Branch:
DRUPAL-5
Changes since
1.68.2.12: +2 -2 lines
Diff to
previous 1.68.2.12
, to
branch point 1.68
#145520: upper-case extensions were rejected + possibility of infinite loop by mistknight
I already commited some code for this problem this morning, but the solution proposed by mistknight is better.
Revision
1.68.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 20 12:01:21 2008 UTC
(21 months ago)
by
fax8
Branch:
DRUPAL-5
Changes since
1.68.2.7: +37 -12 lines
Diff to
previous 1.68.2.7
, to
branch point 1.68
* Playtime logic:
implemented playtime logic. Now vtypes wich supports automatic playtime will got the video lenght on submissions. Youtube videos will get playtime from XML APIs. FFmpeg_helper is able to calculate the playtime of an uploaded file. Videos which doesn't support automatic playtime should display an optional playtime field to let the user manually insert it.
* Code cleaning
* Small bug fixing
Revision
1.68.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Feb 11 06:00:21 2008 UTC
(21 months, 2 weeks ago)
by
fax8
Branch:
DRUPAL-5
Changes since
1.68.2.4: +478 -865 lines
Diff to
previous 1.68.2.4
, to
branch point 1.68
* 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.62 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jan 8 00:45:03 2007 UTC
(2 years, 10 months ago)
by
fax8
Branch:
MAIN
Changes since
1.61: +15 -13 lines
Diff to
previous 1.61
* added escaping to filename in ffmpeg_helper which caused filenames with spaces not to work
* fixed some incorrect usage of boolean operators
* fixed some node links
Revision
1.52 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Sep 18 23:10:59 2006 UTC
(3 years, 2 months ago)
by
fax8
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.51: +3 -3 lines
Diff to
previous 1.51
Patch #83233 by Robrecht Jacques (http://drupal.org/user/22598):
video doesn't work together with db_rewrite_sql well:
use "join on" instead of "where table1, table2" to be db_rewrite_sql compatible
Bug #82365 reported by moshe weitzman (http://drupal.org/user/23):
"You have to insert a valid file size for this video." - video_upload.module
Solved a little error wich always ask to put a size even if
the video was uploaded.
Revision
1.45 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Jun 28 18:46:53 2006 UTC
(3 years, 4 months ago)
by
fax8
Branch:
MAIN
Changes since
1.44: +16 -7 lines
Diff to
previous 1.44
Patch #69653 comment 5 by agilpwc (http://drupal.org/user/49395)
Prompt Anymous Users to Log In to View Video
Adds a 'play video' permission. Users without it will display
"login or register to play video or download" link instead of
"play or download".
Revision
1.42 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Jun 20 21:23:24 2006 UTC
(3 years, 5 months ago)
by
fax8
Branch:
MAIN
Changes since
1.41: +7 -18 lines
Diff to
previous 1.41
Changed check_url to check_plain in _video_get_fileurl
in order to make mms:// or rstp:// links usable.
Fixed some grammar errors on video_upload
Thanks Darryl (http://drupal.org/user/64435) for pointing this out.
Fixed an error on video_multidownload which generated a function
undefined error.
Moved some video_multidownload specific ssettings from video.module
to video_multidownload
Added global $user to video_access.
Thanks kungfoo (http://drupal.org/user/65090) for pointing this out.
Revision
1.41 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 19 22:49:15 2006 UTC
(3 years, 5 months ago)
by
fax8
Branch:
MAIN
Changes since
1.40: +3 -1 lines
Diff to
previous 1.40
Some debugging for plugins.
Patch #69330 by geodan (http://drupal.org/user/37266)
Allow users to edit own videos:
This patch adds an 'edit own videos' permission to allow users
to edit their own video nodes without having the 'administer nodes' privelage.
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Jun 19 20:55:11 2006 UTC
(3 years, 5 months ago)
by
fax8
Branch:
MAIN
Changes since
1.38: +73 -90 lines
Diff to
previous 1.38
Corrected some XSS vulnerabilities.
Thanks to Dries Buytaert for pointing them out.
Chænged '%d' to %d for Postgres SQL compatibility
Revision
1.38 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 18 14:41:32 2006 UTC
(3 years, 5 months ago)
by
fax8
Branch:
MAIN
Changes since
1.37: +237 -567 lines
Diff to
previous 1.37
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.37 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jun 4 20:07:30 2006 UTC
(3 years, 5 months ago)
by
fax8
Branch:
MAIN
Changes since
1.36: +89 -26 lines
Diff to
previous 1.36
Patch #63497 by Psicomante (http://drupal.org/user/29518)
Added support for .dcr and .dir videos.
Patch #57215 by benthere (http://drupal.org/user/28240)
Added support for Google videos.
I started from the patch submitted by benthere but I had
to change something becouse google video embed code seemed
changed from what benthere used to code his patch.
Details on how to use Google video files are included in
FILE_TYPES.txt and on video help page.
Removed some unused flv player settings.
(no more need for a skin)
Revision
1.36 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun May 21 17:54:53 2006 UTC
(3 years, 6 months ago)
by
fax8
Branch:
MAIN
Changes since
1.35: +2 -2 lines
Diff to
previous 1.35
Solved a small bug which let help url "More Information" not work.
There was an incorrect usage of the l() functions with ancors.
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 23 03:36:35 2006 UTC
(3 years, 7 months ago)
by
fax8
Branch:
MAIN
Changes since
1.29: +31 -1 lines
Diff to
previous 1.29
Patch #57216 by fax8 (Fabio Varesano): Added feed for video. It is available at ?q=video/feed . Also added feed icon at the bottom of ?q=video page.
Revision
1.28 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 4 06:22:22 2006 UTC
(3 years, 7 months ago)
by
fax8
Branch:
MAIN
Changes since
1.27: +8 -6 lines
Diff to
previous 1.27
Patch #57210 by benthere - Allow explicit YouTube width/height
Now youtube videos are rendered using video size specified on
the video node creation form. Before all video nodes of type
youtube were rendered as 425x350. 425x350 is the default if
video size valuse are empty.
Added better tests to _video_get_parameters() to chech that
$serial_data['object_parameters'] is a good array to be used with foreach
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 9 10:33:55 2006 UTC
(3 years, 9 months ago)
by
fax8
Branch:
MAIN
Changes since
1.26: +15 -11 lines
Diff to
previous 1.26
Increased image path size to 255 chars.
(bug #48181 - Thanks TinTrout for pointing this out)
Fix invalid argument on foreach() when serial_data is empty
(bug #47581 - Thanks zerodegree for pointing this out)
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Dec 15 15:09:29 2005 UTC
(3 years, 11 months ago)
by
lukelast
Branch:
MAIN
Changes since
1.24: +410 -229 lines
Diff to
previous 1.24
#40005 updated revisions, db schema, forms api, form validation, permissions, added .swf and image support.
Revision
1.22 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Nov 2 21:50:15 2005 UTC
(4 years ago)
by
lukelast
Branch:
MAIN
Changes since
1.21: +296 -126 lines
Diff to
previous 1.21
#35914 Updates settings and form hook for new forms API. Also other 4.7 updates like node_load() and theme printing changes.
Revision
1.21 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Oct 29 09:26:00 2005 UTC
(4 years ago)
by
fax8
Branch:
MAIN
Changes since
1.20: +49 -9 lines
Diff to
previous 1.20
Added displaying for optional video metadata.
Changed default behaviour if download dir empty:
Instead of writing an error "There are no files to download for this video."
lets download play file.
Revision
1.10 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Sep 1 18:52:19 2005 UTC
(4 years, 2 months ago)
by
fax8
Branch:
MAIN
Changes since
1.9: +214 -220 lines
Diff to
previous 1.9
Patch 29470 comment #42074 by LukeLast:
Code cleaning. Rewriting of some functions to do less db queries.
Revision
1.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Aug 31 09:12:59 2005 UTC
(4 years, 2 months ago)
by
fax8
Branch:
MAIN
Changes since
1.8: +530 -75 lines
Diff to
previous 1.8
Patch #29470 by LukeLast:
Filesize:
Doesn't display on nodes if value is 0.
Automatically gets and sets size of files on the servers local file system.
Www.youtube.com file support
Added support for videos hosted on youtube.com
Just post the video ID in for the videofile.
Although low quality, this can be a real bandwidth saver.
Example: http://www.ppixel.com/index.php?q=node/7/play
Multi-file download:
Allows the "download" tab to display a list of files.
File list comes from either an entered folder or the same folder as the "play" videofile.
This is usefull for allowing visitors to choose between multiple video sizes and formats.
Example: http://www.ppixel.com/index.php?q=node/3/download
Custom fields:
Allows adding up to 6 custom fields, 2 of them text boxes.
Fields show up with given titles on the view page.
Example: http://www.ppixel.com/index.php?q=node/5
Other small changes:
Video playtime check now works.
Bug fixed where playtime minutes and hours were being reset to 0 if there was a page validation error.
Changed error handling of invalid "play" and "download" files to redirect back to the view page
Video help link now opens in new window.
Fixed bug where a video file size error highlighted the videoy field instead of the size field.
Added another counter: play
Also includes fixes by Fax8:
Absolute URI used when playing WMV.
Updated Flash player
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 2 18:24:50 2005 UTC
(4 years, 4 months ago)
by
fax8
Branch:
MAIN
Changes since
1.6: +11 -10 lines
Diff to
previous 1.6
Changed usage of theme() to something wich work.
(before this theme() used as in drupal 4.5)
Now when playing a video a reasonable title is set.
Removed display of links if user doesn't have access video permissions.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 2 07:01:34 2005 UTC
(4 years, 4 months ago)
by
deekayen
Branch:
MAIN
Changes since
1.5: +578 -112 lines
Diff to
previous 1.5
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.