aboutsummaryrefslogtreecommitdiff
path: root/video.module
AgeCommit message (Collapse)Author
2006-05-21Solved a small bug which let help url "More Information" not work.Fabio Varesano
There was an incorrect usage of the l() functions with ancors.
2006-05-21Corrected an incorrect usage of array_key_exists on _video_get_parameters()Fabio Varesano
which was making customizable object params to swf unusable. Thanks to Psicomante (http://drupal.org/user/29518) for pointing this out. This fixes #63495 and 63729
2006-05-15license concerns about AC_Quicktime.jsDavid Norman
2006-05-11DB stuff is in .install file nowDavid Norman
2006-05-11XHTML improvements and ActiveX bugfix related to ↵David Norman
http://www.microsoft.com/downloads/details.aspx?familyid=B7D9801B-4FB5-492E-903E-3400ABF1D731&displaylang=en
2006-05-05br slash is backwardsDavid Norman
2006-04-23Patch #57216 by fax8 (Fabio Varesano): Added feed for video. It is available ↵Fabio Varesano
at ?q=video/feed . Also added feed icon at the bottom of ?q=video page.
2006-04-22node_validate_title() doesn't exist anymore and form_filter was breaking thingsDavid Norman
2006-04-04Patch #57210 by benthere - Allow explicit YouTube width/heightFabio Varesano
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
2006-02-09Increased image path size to 255 chars.Fabio Varesano
(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)
2006-01-22Patch #45892 by Khalid Baheyeldin - kbaheyFabio Varesano
Added a Random Video Block
2005-12-15#40005 updated revisions, db schema, forms api, form validation, ↵Luke Last
permissions, added .swf and image support.
2005-11-03GUI changes for metadata display.Luke Last
2005-11-03#35453 Adds support for .3GP and .mp4 extensions, also changes to conform to ↵Luke Last
coding standards.
2005-11-02#35914 Updates settings and form hook for new forms API. Also other 4.7 ↵Luke Last
updates like node_load() and theme printing changes.
2005-10-29Added displaying for optional video metadata.Fabio Varesano
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.
2005-10-28Changed Database code to define every int filed as unsigned.Fabio Varesano
2005-10-25Patch #25595 Fixed tab caching bug.Luke Last
2005-10-25<a href="http://drupal.org/node/31432">RSS DTV support</a> by Uwe Hermann.Luke Last
Also some other small fixes.
2005-10-24Patch #34538 by - help text from handbookAngie Byron
2005-09-19Deleted some unneeded lines.Luke Last
2005-09-19Added 2 new blocks and added block config options. http://drupal.org/node/30943Luke Last
Also changed node body not to display on teaser, and cancled video size check on youtube videos.
2005-09-13Updated $Id$ tags as per http://drupal.org/node/28482Luke Last
2005-09-12Fixes quicktime display on IE. http://drupal.org/node/30951Luke Last
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