Age | Commit message (Collapse) | Author |
|
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
|
|
(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)
|
|
Added a Random Video Block
|
|
permissions, added .swf and image support.
|
|
|
|
coding standards.
|
|
updates like node_load() and theme printing changes.
|
|
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.
|
|
|
|
|
|
Also some other small fixes.
|
|
|
|
|
|
Also changed node body not to display on teaser, and cancled video size check on youtube videos.
|
|
|
|
|
|
youtube.com's Brent Hurley
|
|
|
|
Code cleaning. Rewriting of some functions to do less db queries.
|
|
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
|
|
(videfile, size, videox, videoy)
|
|
(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.
|
|
links; new fields for metadata; filesize & playtime; documentation; code cleanup
|
|
video link on blocks.
|
|
|
|
|
|
|
|
|