aboutsummaryrefslogtreecommitdiff
path: root/video.module
AgeCommit message (Collapse)Author
2005-09-11Changed youtube video id's to be exactly 11 characters as confirmed by ↵Luke Last
youtube.com's Brent Hurley
2005-09-11Fixed "most viewed" block. http://drupal.org/node/30943Luke Last
2005-09-01Patch 29470 comment #42074 by LukeLast:Fabio Varesano
Code cleaning. Rewriting of some functions to do less db queries.
2005-08-31Patch #29470 by LukeLast:Fabio Varesano
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
2005-07-03Added tests for required video field.Fabio Varesano
(videfile, size, videox, videoy)
2005-07-02Changed usage of theme() to something wich work.Fabio Varesano
(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.
2005-07-02Add RM, FLV, & WMV support; configuration for displaying play/download ↵David Norman
links; new fields for metadata; filesize & playtime; documentation; code cleanup
2005-06-25Removed a bug wich let multiplyFabio Varesano
video link on blocks.
2005-06-22Solved a but which let absolute path not work.Fabio Varesano
2005-06-19More code cleanFabio Varesano
2005-06-19Code cleanFabio Varesano
2005-06-17early version maybe lot of bugsFabio Varesano