Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
Thanks to Dries Buytaert for pointing them out.
Chænged '%d' to %d for Postgres SQL compatibility
|
|
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
|
|
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)
|
|
There was an incorrect usage of the l() functions with ancors.
|
|
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
|
|
|
|
|
|
http://www.microsoft.com/downloads/details.aspx?familyid=B7D9801B-4FB5-492E-903E-3400ABF1D731&displaylang=en
|
|
|
|
at ?q=video/feed . Also added feed icon at the bottom of ?q=video page.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|