Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Preliminary support for linking to media using a CCK textfield. Does not support remote swf files as the height/width detection fails, but good for files that use a media player. Also supports streaming media - specify the server and the file separated by a space. Initial support for the getID3 module to allow extraction of data from files and use in playlists. Not fully in place yet.
#564512 - Fixed incorrect use of url() when defining SWFTOOLS_DEFAULT_BG constant.
In response to #348437 reported by stormsweeper two changes are implemented. Added status report to main Drupal status page, and SWF Tools status, to give a warning if the zlib library isn't present. This library is needed to read height and width data from compressed swf files. Secondly, player modules now report a default height and width, so if all else fails we can fall back on those so that media content will display correctly. As part of this the sizing function has been separated in to a new swftools_set_size() function to try and clarify the code.
In response to #348437 reported by stormsweeper two changes are implemented. Added status report to main Drupal status page, and SWF Tools status, to give a warning if the zlib library isn't present. This library is needed to read height and width data from compressed swf files. Secondly, player modules now report a default height and width, so if all else fails we can fall back on those so that media content will display correctly. As part of this the sizing function has been separated in to a new swftools_set_size() function to try and clarify the code.
Accidentally committed a version that wasn't intended. This (hopefully) reverses the error.
More code tidy up, renamed one of the hooks to try and get the code reading consistently, and FlowPlayer3 now supports streamed playlists.
Quite a few 'behing the scenes' tweaks, and improvements to internal comments of SWF Tools. Refer to CHANGELOG.txt for details.
#314045 - Constants incorrectly defined - fixed.
#314045 - Constants incorrectly defined - fixed.
#314045 - Constants incorrectly defined - fixed.
Updating DRUPAL-5 with latest bug fixes.
Updating DRUPAL-6--1 with latest bug fixes.
Updating HEAD with latest development work.
Commit of branch DRUPAL-6--1 back to HEAD as part of plans to tidy up the tree!
Minor updates to module descriptions to start making UI look consistent.
More work on SWF Tools 6. Common submit function added for media players that flatten arrays. Help moved from within forms to use hook_help(). js now added to pages via hook_init(), not hook_menu().
Nightly update of SWF Tools 6. This commit alters SWF Object 2 so that it now produces standards compliant code (passes W3C validation for XHTML 1.0 Strict)
Latest update of work on SWF Tools 6. Image rotator is now a separator module, so modules for JW media player 3, JW media player 4 and JW image rotator are now separate and distinct entities.
Latest progress on SWF Tools 6. This commit introduces support for JW Media Player 4.
Backport to SWF Tools 5 of various fixes implemented in SWF Tools 6.
Commit of work in progress of SWF Tools 6. This commit includes refactored swf() function, further support for private file system, and now includes simpleviewer. More testing still needed across the suite.
Latest update of development work for SWF Tools 6. Handling of private files improved, settings pages re-arranged slightly to improve(?) layout. Support for SWF Object 2 added. Running fairly well locally.
First commit of SWF Tools 6 to new DRUPAL-6--1 branch.
* Wijering to now use 'image' flashvar in the xml if no background available for the xml.
# Improved imagerotator xml #151399 Allow existing file from base, other fixes, thanks @neclimdul
* A lot of tweaks and fixes before release.
* use width/height from params to overwrite flashvars
* conform to coding stanards, thanks http://drupal.org/project/coder
* wijering forces a default width height rather than none, can be overridden * ['src_path'] (server path) is added alongside ['src'] (http url) so that it can be checked for width and height is they are not already set.
*** empty log message ***
* Moved $html_alt to $othervars['html_alt'] and added a setting in admin. * Fixed js player paths to use new path call. * Fixed flashvar calling in swftools and wijering * Added swftools_playlist_from_upload_module() which does just that * swftools_generate_playlist will now generate an md5 if no file name passed in * added 'image' resolution to wijering flashvar callout.
* made a better playlist renderer. more modular. playlists not working though. * thus reduced code in swftools_integrate. added stubs for rending or image gallery, file attachments and file/imagefields * cleaned up some variable names, thanks @tanoshimi * fixed repeat description, thanks @tanoshimi
#143763 - call to undefined admin function
* restructure xml, no longer callback, xml file created on the fly * integrated xml workflow properly for tools like simpleviewer which need all the vars to generate the xml to work * swf_playlist is a new function with a slightly different syntax to swf(), allows you to pass an array of files for dynamic xml generation * wijering modified to use new format. * simpleviewer works for the first time. flash_gallery is mostly simpleviewer, so flashgallery support is on it's way except I think that simpleviwere doesn't support gifs and pngs...
* added uninstall hook * reformatted main settings to 80 chars * require wijering settings colors to require # * add flash version control - including player control in methods hook
Final refactor of swf(). See documentation in code for new parameter order and how to. * Fixed swfobject first var problem. (Thanks Stuart Greenfield) * Fixed theme_swftools_embed() so that the ID is controllable. Classes alse reflect the methods in use. The inner uneditable <div> simple contains the minimal id/class for functionality. * Basic support for custom media players by passing a player path into the $methods->player parameter. * Flash_filter will be broken. * Only tested with wijering and swfobject. * Probably a few more things improved that I can't remember now.
1. Split /admin code into separate includes. Quite significant for wijering.module which has 800 lines of admin form. 2. Fixed width-height inconsistency for swfobject embedding 3. Moved upload.module integration to swftools_integration.module where all integration code should go. You can now automatically render the attached files in a player. Tested with wijering. 4. Missing files are now flagged in the main admin pages. 5. Some typos fixed. Thanks @tanoshimi 6. Fixed apparent pass-by-reference issue with module_invoke. Change to user_call_func_array, seems to work.
Fixed wijering bug not saving settings.
XML support for swftools.module currently utilised by wijering.module. Activated imagerotator and mediaplayer playlists.
Added framework for xml playlist generation where playlist and xml generation are separated cleanly.
Integrated flash_filter offering [flash:filename.swf] alternative to swf() php call.
swf() now tries to determine action automatically based on filetype. Also tries a couple of methods to locate the file path. So now, with wijering.module and swfobject.module installed, swf('filepath.ext') works.
Tidied up wijering module and combined with with swfobject this is a sound solution for single files.. Added full support for image rotator, however this remains commented out within the module as the image rotator is not useful until the xml callback is working.
Added flashvar support to wijering media
Rudimentary support for simpleviewer which is now not dependent on flash_gallery and has a configurable xml gallery path. The path could be a static gallery.xml file, or a path that generates one. flash_gallery will essentially override this setting and with its "image_gallery to xml" thing. TODO: clean up flash_gallery; maybe move generation to simpleviewer: flash_gallery passes array;
Steps to get simpleviewer working off swftools
* swftools now provides default swf embedding (ie. not streamed). * setting to force embedding js onto every page. * few other minor improvements
Rudimentary support for swfobject.
Bit of work on swfobject and simpleviewer
Re-organised things a bit neater. Some little bug fixes.
jquery.flash.js is working now.
The main API is mostly working for normal embedding. For example that you might put in a page:
print( swftools_display("sites/default/files/misc/music.mp3",
SWFTOOLS_MP3_DISPLAY,NULL,array('width'=>150,'height'=>20)));
The Lutman Flash replacement is 90% done. Flash_filter is about half done.
The Wijering Flash players are working, but need more config options.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |