From bff6fafe62a4201c99bdba20144313276d654bca Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Sun, 18 Jun 2006 14:41:32 +0000 Subject: List of changes: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 9c490d1..8ee2642 100644 --- a/README.txt +++ b/README.txt @@ -16,7 +16,7 @@ For general instructions read video.module handbook: Please submit bugs/features/support requests at: http://drupal.org/node/add/project_issue/video - + Maintainers: Fabio Varesano: fvaresano at yahoo dot it David Norman: deekayen (at) deekayen [dot-} net -- cgit v1.2.3