Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Tag: |
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.
Latest progress on SWF Tools 6. This commit introduces support for JW Media Player 4.
First commit of SWF Tools 6 to new DRUPAL-6--1 branch.
#152819: Module .info files should not define 'version' in CVS
#152819: Module .info files should not define 'version' in CVS
# Improved imagerotator xml #151399 Allow existing file from base, other fixes, thanks @neclimdul
* 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
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.
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 |