aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-28Changed Database code to define every int filed as unsigned.Fabio Varesano
2005-10-28Added unsigned to all int fields.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-10-01Added initial German translation of video.module.Uwe Hermann
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-11Updated minor typos.Luke Last
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-31Added for translators.Fabio Varesano
2005-08-31New db schema for video.module version 1.9Fabio Varesano
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-08-31Added as documentation no how to upgrade from 4.6 version to 4.7Fabio Varesano
2005-08-31Removed completed tasks and added new from bug traking system.Fabio Varesano
2005-08-31Added LukeLast as developer contact.Fabio Varesano
Added informations about other documentation files.
2005-08-31Removed file types informations for FILE_TYPES.txt creation.Fabio Varesano
2005-08-31Added useful information about supported video file types.Fabio Varesano
2005-07-03Can't verify license of FLV loaderDavid Norman
2005-07-03Added tests for required video field.Fabio Varesano
(videfile, size, videox, videoy)
2005-07-02added some todoFabio Varesano
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-19addedFabio Varesano
2005-06-19removed some old infosFabio Varesano
2005-06-19Little error correctedFabio Varesano
2005-06-19Code cleanFabio Varesano
2005-06-19added video.mysqlFabio Varesano
2005-06-17to doFabio Varesano
2005-06-17early version maybe lot of bugsFabio Varesano