/[drupal]/contributions/modules/swftools/CHANGELOG.txt
ViewVC logotype

Log of /contributions/modules/swftools/CHANGELOG.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.18.2.24.2.5 - (view) (download) (annotate) - [select for diffs]
Fri Oct 23 18:36:02 2009 UTC (4 weeks, 6 days ago) by stuartgreenfield
Branch: DRUPAL-6--3
Changes since 1.18.2.24.2.4: +42 -1 lines
Diff to previous 1.18.2.24.2.4 , to branch point 1.18.2.24 , to next main 1.18.2.32
Sync latest work on SWF Tools with CVS.

Revision 1.18.2.24.2.4 - (view) (download) (annotate) - [select for diffs]
Fri Oct 2 23:05:22 2009 UTC (7 weeks, 6 days ago) by stuartgreenfield
Branch: DRUPAL-6--3
Changes since 1.18.2.24.2.3: +17 -1 lines
Diff to previous 1.18.2.24.2.3 , to branch point 1.18.2.24
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.

Revision 1.18.2.32 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 20:28:22 2009 UTC (8 weeks, 1 day ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.31: +3 -1 lines
Diff to previous 1.18.2.31 , to branch point 1.18 , to next main 1.34
#586540 by peximo - fix to show correct path when on the admin/settings/embed page and a custom player path has been set.

Revision 1.18.2.31 - (view) (download) (annotate) - [select for diffs]
Wed Sep 30 18:54:28 2009 UTC (8 weeks, 1 day ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.30: +6 -1 lines
Diff to previous 1.18.2.30 , to branch point 1.18
#564512 - Fixed incorrect use of url() when defining SWFTOOLS_DEFAULT_BG constant.

Revision 1.18.2.30 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 20:29:38 2009 UTC (2 months ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.29: +5 -1 lines
Diff to previous 1.18.2.29 , to branch point 1.18
Bug discovered in playlist function when it is called with a specific action.

Revision 1.18.2.24.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Sep 23 20:26:53 2009 UTC (2 months ago) by stuartgreenfield
Branch: DRUPAL-6--3
Changes since 1.18.2.24.2.2: +5 -1 lines
Diff to previous 1.18.2.24.2.2 , to branch point 1.18.2.24
Bug discovered in playlist function when it is called with a specific action.

Revision 1.18.2.24.2.2 - (view) (download) (annotate) - [select for diffs]
Tue Sep 22 21:40:21 2009 UTC (2 months ago) by stuartgreenfield
Branch: DRUPAL-6--3
Changes since 1.18.2.24.2.1: +8 -1 lines
Diff to previous 1.18.2.24.2.1 , to branch point 1.18.2.24
CCK playlist formatter function changed so it now passes the description as a title to make better playlist presentation. Experimental support for associating a thumbnail image with a piece of content using a CCK formatter. At the moment only works with a single upload.

Revision 1.18.2.24.2.1 - (view) (download) (annotate) - [select for diffs]
Tue Sep 22 19:50:04 2009 UTC (2 months ago) by stuartgreenfield
Branch: DRUPAL-6--3
Changes since 1.18.2.24: +57 -1 lines
Diff to previous 1.18.2.24
Branch DRUPAL-6--3 created to manage code that is being developed to support playlists and advanced features in FlowPlayer3. Branch DRUPAL-6--2 contains the current stable release code and will be used for critical bug fixes. Any fixes applied to branch DRUPAL-6--2 will also have to be committed to DRUPAL-6--3 until a release is made from the new branch. HEAD is being reserved for work on SWF Tools 7.

Revision 1.18.2.29 - (view) (download) (annotate) - [select for diffs]
Sun Sep 20 19:17:54 2009 UTC (2 months ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.28: +9 -1 lines
Diff to previous 1.18.2.28 , to branch point 1.18
alt text must be suppressed otherwise players are not rendered until they are activated. In the long run it would be good to support these for player heavy pages since it minimises the amount of flash loaded, but some clever styling and scripting is needed to get this working well. For now revert to the old way of doing things by suppressing alternate text.

Revision 1.18.2.28 - (view) (download) (annotate) - [select for diffs]
Sat Sep 19 22:40:57 2009 UTC (2 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.27: +19 -1 lines
Diff to previous 1.18.2.27 , to branch point 1.18
#576470 - In response to problems with the 3.1.3 release of FlowPlayer support for the flowplayer.js embedding script has been added. This allows the flowplayer module to over-ride the default embedding setting and use the flowplayer embedding script instead. This script can co-exist with SWF Object 2 so mixed content will still work.

Revision 1.18.2.27 - (view) (download) (annotate) - [select for diffs]
Sun Aug 16 21:13:06 2009 UTC (3 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.26: +7 -1 lines
Diff to previous 1.18.2.26 , to branch point 1.18
#525832 - SWFTOOLS_DEFAULT_HTML_ALT should be translatable. As an initial fix this has been implemented in the constant definition, but some checks are needed to see if we should be translating at each point of use.

Revision 1.18.2.26 - (view) (download) (annotate) - [select for diffs]
Sat Aug 15 21:52:18 2009 UTC (3 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.25: +10 -1 lines
Diff to previous 1.18.2.25 , to branch point 1.18
#511682 - Short filter tip changed to show [swf] syntax instead of <swf> syntax.
#450126 - If swfobject2.js isn't available locally then load it by referring to http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js. Status pages will report the js as missing, but it won't prevent the method being used.

Revision 1.18.2.25 - (view) (download) (annotate) - [select for diffs]
Tue Apr 28 15:46:11 2009 UTC (6 months, 4 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.24: +7 -1 lines
Diff to previous 1.18.2.24 , to branch point 1.18
#446578 - OnePixelOut players closed when flashvars were assigned.

Revision 1.18.2.24 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 21:59:44 2009 UTC (7 months ago) by stuartgreenfield
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-5
Branch point for: DRUPAL-6--3
Changes since 1.18.2.23: +2 -1 lines
Diff to previous 1.18.2.23 , to branch point 1.18
#395854: Documentation links fixed for FP2 and FP3.

Revision 1.18.2.23 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 21:39:33 2009 UTC (7 months ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.22: +4 -1 lines
Diff to previous 1.18.2.22 , to branch point 1.18
#408072: JW Image Rotator controls can be set to hidden as a default from the settings page. It can be over-ridden on a player basis by using shownavigation in the input filter.

Revision 1.18.2.22 - (view) (download) (annotate) - [select for diffs]
Wed Apr 22 20:40:51 2009 UTC (7 months ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.21: +9 -2 lines
Diff to previous 1.18.2.21 , to branch point 1.18
#424866: Wijering 4 module will now check to see if either the viral, or the non-viral players are present, and it will use either (with preference for viral). This should make the download process easier since viral is the default download offered on the longtail video website.

Revision 1.18.2.21 - (view) (download) (annotate) - [select for diffs]
Tue Apr 21 22:01:10 2009 UTC (7 months ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.20: +11 -1 lines
Diff to previous 1.18.2.20 , to branch point 1.18
#414708 - Request to add accessible controls to the Wijering player.

Revision 1.18.2.20 - (view) (download) (annotate) - [select for diffs]
Mon Apr 20 22:34:18 2009 UTC (7 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.19: +3 -3 lines
Diff to previous 1.18.2.19 , to branch point 1.18
Onepixelout js to stop players didn't work under IE as substitution occurs at a different point. Code modified so it now only collects all the object and playerID data the first time a player is clicked. This is consistent under IE and FF since we know the substitution was made.

Revision 1.18.2.19 - (view) (download) (annotate) - [select for diffs]
Mon Apr 20 21:40:08 2009 UTC (7 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.18: +12 -2 lines
Diff to previous 1.18.2.18 , to branch point 1.18
#432188 - Modified code to automatically stop other onepixelout players if there are multiple players on a page. The code from onepixelout has been adapted to use Drupal.behaviors, and also to avoid using a fairly inelegant use of setInterval to keep triggering the registration of players.

Revision 1.18.2.18 - (view) (download) (annotate) - [select for diffs]
Sun Apr 19 00:02:10 2009 UTC (7 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.17: +8 -1 lines
Diff to previous 1.18.2.17 , to branch point 1.18
Discovered simpleviewer had stopped working. The filepaths in the xml were wrong as they included the partial path to the files directory. Not sure if this was introduced by the fix on March 30. Patched to make it work again, but should probably follow up March 30 change in more detail to check.

Revision 1.18.2.17 - (view) (download) (annotate) - [select for diffs]
Sat Apr 18 23:30:52 2009 UTC (7 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.16: +10 -1 lines
Diff to previous 1.18.2.16 , to branch point 1.18
#424378 - When using the CCK formatters it is now possible so specify an alternate handler for the case of a single file being passed to a playlist. This is primarily of use when handling images where a single image can now be displayed as a plain image, instead of being placed in a slideshow.

Revision 1.18.2.16 - (view) (download) (annotate) - [select for diffs]
Sat Apr 18 00:09:04 2009 UTC (7 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.15: +11 -1 lines
Diff to previous 1.18.2.15 , to branch point 1.18
#411348 - FlowPlayer3 canvas size is now configurable on the settings page and can also be set through an input filter.
The available embedding methods are now cached, rather than having to be built from scratch on every call. This should improve performance quite a bit, especially when JavaScript is being added to every page.
Page and filter caches now flushed when FlowPlayer3 settings page is seen so that changes to player configuration are reflected.

Revision 1.1.2.11 - (view) (download) (annotate) - [select for diffs]
Tue Mar 31 22:21:24 2009 UTC (7 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-5
Changes since 1.1.2.10: +2 -1 lines
Diff to previous 1.1.2.10 , to branch point 1.1 , to next main 1.34
Try #351725 by glorinand in order to fix #401140.

Revision 1.18.2.15 - (view) (download) (annotate) - [select for diffs]
Tue Mar 31 22:15:51 2009 UTC (7 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.14: +2 -1 lines
Diff to previous 1.18.2.14 , to branch point 1.18
Try #351725 by glorinand in order to fix #401140.

Revision 1.1.2.10 - (view) (download) (annotate) - [select for diffs]
Tue Mar 31 21:25:57 2009 UTC (7 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-5
Changes since 1.1.2.9: +5 -1 lines
Diff to previous 1.1.2.9 , to branch point 1.1
#418254 by Mark Theunissen: Fix generation of unique id in lutman.module.

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Mar 31 21:23:42 2009 UTC (7 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
CVS Tags: HEAD
Changes since 1.33: +5 -1 lines
Diff to previous 1.33
#418254 by Mark Theunissen: Fix generation of unique id in lutman.module.

Revision 1.18.2.14 - (view) (download) (annotate) - [select for diffs]
Tue Mar 31 21:21:26 2009 UTC (7 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.13: +5 -1 lines
Diff to previous 1.18.2.13 , to branch point 1.18
#418254 by Mark Theunissen: Fix generation of unique id in lutman.module.

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Mar 30 22:19:12 2009 UTC (7 months, 4 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.32: +13 -1 lines
Diff to previous 1.32
Enhanced support for CCK filefields - multiple filefields will can be converted to a playlist using the 'SWF Tools - playlist' formatter.

Revision 1.18.2.13 - (view) (download) (annotate) - [select for diffs]
Mon Mar 30 22:18:41 2009 UTC (7 months, 4 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.12: +8 -1 lines
Diff to previous 1.18.2.12 , to branch point 1.18
Enhanced support for CCK filefields - multiple filefields will can be converted to a playlist using the 'SWF Tools - playlist' formatter.

Revision 1.18.2.12 - (view) (download) (annotate) - [select for diffs]
Sun Mar 29 00:03:28 2009 UTC (7 months, 4 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-4
Changes since 1.18.2.11: +12 -1 lines
Diff to previous 1.18.2.11 , to branch point 1.18
Fix bug in input filter that prevented content using the [] syntax from working.

Revision 1.18.2.11 - (view) (download) (annotate) - [select for diffs]
Thu Mar 19 15:06:30 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.10: +6 -1 lines
Diff to previous 1.18.2.10 , to branch point 1.18
#394276 by sender: Bring back modified admin form that sets an error and provides the path if a JavaScript embedding file can't be found.

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Wed Mar 18 23:27:43 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.31: +7 -1 lines
Diff to previous 1.31
#404076 by stormsweeper, Amitaibu: Integrated support for CCK filefield by enabling a formatter that attaches to filefields to allow the content to be rendered via SWF Tools.

Revision 1.18.2.10 - (view) (download) (annotate) - [select for diffs]
Wed Mar 18 00:22:18 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.9: +5 -1 lines
Diff to previous 1.18.2.9 , to branch point 1.18
#405498 by fearfox: Background gradient setting for controlbar missing.

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Mar 18 00:21:58 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.30: +5 -1 lines
Diff to previous 1.30
#405498 by fearfox: Background gradient setting for controlbar missing.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Mar 17 23:18:10 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.29: +7 -3 lines
Diff to previous 1.29
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.

Revision 1.18.2.9 - (view) (download) (annotate) - [select for diffs]
Tue Mar 17 23:13:22 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.8: +7 -3 lines
Diff to previous 1.18.2.8 , to branch point 1.18
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.

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Mar 17 21:58:33 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.28: +8 -1 lines
Diff to previous 1.28
Fix status page and bug that occurred as result of changing name of embedding action.

Revision 1.18.2.8 - (view) (download) (annotate) - [select for diffs]
Tue Mar 17 21:21:17 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.7: +8 -1 lines
Diff to previous 1.18.2.7 , to branch point 1.18
Rename flowplayer elements related to the color choose to make them more consistent with the rest of the module components.

Revision 1.18.2.7 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 23:03:32 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.6: +3 -1 lines
Diff to previous 1.18.2.6 , to branch point 1.18
Disable relative url feature - this may be causing issues for some sites. More testing is needed.

Revision 1.18.2.6 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 22:44:32 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.5: +5 -2 lines
Diff to previous 1.18.2.5 , to branch point 1.18
Migration of enhanced color choose from HEAD to branch DRUPAL--6-2.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 22:22:45 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.27: +5 -1 lines
Diff to previous 1.27
Added support for product key in FlowPlayer3 to allow commercial players.

Revision 1.18.2.5 - (view) (download) (annotate) - [select for diffs]
Mon Mar 16 22:13:45 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.4: +10 -1 lines
Diff to previous 1.18.2.4 , to branch point 1.18
Brought in support for playslists based on streamed media from HEAD. All media has to be on the same stream - at present you can't mix streamed and non-streamed content. Brought in support for a splash image with FlowPlayer3 - use image="image.jpg" in the input filter (as for Wijering4). Added support for product key for commercial FlowPlayers.

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 16:29:45 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.26: +6 -1 lines
Diff to previous 1.26
Beginnings of simplification to file path building functions.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 15:24:36 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.25: +7 -1 lines
Diff to previous 1.25
Stop FlowPlayer merging all its settings in to the configuration string.

Revision 1.18.2.4 - (view) (download) (annotate) - [select for diffs]
Sun Mar 15 15:23:06 2009 UTC (8 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--2
Changes since 1.18.2.3: +7 -1 lines
Diff to previous 1.18.2.3 , to branch point 1.18
Stop FlowPlayer merging all its settings in to the configuration string.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Mar 13 22:59:23 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.24: +13 -1 lines
Diff to previous 1.24
More experimental work with FlowPlayer3 plugin support.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Mar 13 00:05:33 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.23: +18 -1 lines
Diff to previous 1.23
Proof of concept for hook_flowplayer3, to allow the FlowPlayer3 to be extended in an arbitrary manner by other modules. This code provides FlowPlayer3 - Embed, to allow the FlowPlayer3 JavaScript to be used for embedding FlowPlayer3 content.

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Mar 12 20:10:37 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.22: +9 -1 lines
Diff to previous 1.22
Sync laptop with CVS.

Revision 1.18.2.3 - (view) (download) (annotate) - [select for diffs]
Wed Mar 11 22:36:43 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-3
Changes since 1.18.2.2: +8 -1 lines
Diff to previous 1.18.2.2 , to branch point 1.18
Correction to fix broken file paths that occurred as result of producing relative urls.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Mar 8 23:14:51 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.21: +14 -1 lines
Diff to previous 1.21
Experimental support for color schemes, based on code cribbed from color.module. Seems to be working ok, but the color code has not been optimised yet.

Revision 1.18.2.2 - (view) (download) (annotate) - [select for diffs]
Sun Mar 8 09:09:49 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.18.2.1: +7 -1 lines
Diff to previous 1.18.2.1 , to branch point 1.18
#394858 - Autodetection of action was broken as a result of an intended
optimisation. Gone back to the old method.
#394486 - FlowPlayer3 default player set to latest version.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Mar 7 19:51:50 2009 UTC (8 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.20: +10 -1 lines
Diff to previous 1.20
Sync laptop to desktop via CVS.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Mar 6 19:48:00 2009 UTC (8 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.19: +8 -7 lines
Diff to previous 1.19
Accidentally committed a version that wasn't intended. This (hopefully) reverses the error.

Revision 1.1.2.9 - (view) (download) (annotate) - [select for diffs]
Fri Mar 6 17:29:07 2009 UTC (8 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-3, DRUPAL-5--2-4
Changes since 1.1.2.8: +7 -1 lines
Diff to previous 1.1.2.8 , to branch point 1.1
#384876 : If the playlist path was set to the top level of the file system, then when the admin page flushes the playlist cache it actually deletes all files!

Revision 1.18.2.1 - (view) (download) (annotate) - [select for diffs]
Fri Mar 6 17:25:09 2009 UTC (8 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1
Changes since 1.18: +7 -1 lines
Diff to previous 1.18
#384876 : If the playlist path was set to the top level of the file system, then when the admin page flushes the playlist cache it actually deletes all files!

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Mar 6 16:45:46 2009 UTC (8 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.18: +17 -2 lines
Diff to previous 1.18
More code tidy up, renamed one of the hooks to try and get the code reading consistently, and FlowPlayer3 now supports streamed playlists.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Mar 6 09:44:14 2009 UTC (8 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
CVS Tags: DRUPAL-6--2-0
Branch point for: DRUPAL-6--2
Changes since 1.17: +13 -2 lines
Diff to previous 1.17
Ready for release with initial streaming support and comprehensive FlowPlayer3 support.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Mar 5 23:38:12 2009 UTC (8 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.16: +18 -1 lines
Diff to previous 1.16
Initial support for streaming media via rtmp servers. Supported in JW3 and FP3 for single files at the moment. Tested on Red5 media server only.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Mar 1 16:51:00 2009 UTC (8 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.15: +33 -1 lines
Diff to previous 1.15
Quite a few 'behing the scenes' tweaks, and improvements to internal comments of SWF Tools. Refer to CHANGELOG.txt for details.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Feb 25 23:45:57 2009 UTC (9 months ago) by stuartgreenfield
Branch: MAIN
Changes since 1.14: +6 -1 lines
Diff to previous 1.14
More work on FlowPlayer 3. No longer requires the SWF Tools custom form handler for settings  - just use the regular system settings form. Minor fix to core SWF Tools to cure some more notice errors.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Feb 23 23:14:38 2009 UTC (9 months ago) by stuartgreenfield
Branch: MAIN
Changes since 1.13: +4 -3 lines
Diff to previous 1.13
Added support for flash parameter "allowscriptaccess" which was missing.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 23 21:15:15 2009 UTC (9 months ago) by stuartgreenfield
Branch: MAIN
Changes since 1.12: +14 -1 lines
Diff to previous 1.12
Fix status report to suppress notice errors that were being generated during report generation.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Feb 20 00:58:59 2009 UTC (9 months ago) by stuartgreenfield
Branch: MAIN
Changes since 1.11: +7 -2 lines
Diff to previous 1.11
Reverse patch to fix notice errors - in its current form it breaks flash node content that relies on auto detection of the player size.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Feb 17 23:12:00 2009 UTC (9 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.10: +5 -1 lines
Diff to previous 1.10
More work on FlowPlayer3. Basic configuration page now started. Only a few settings are available, but proves concept. Method is based on file uploaded by fearfox.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Feb 16 22:28:02 2009 UTC (9 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.9: +9 -1 lines
Diff to previous 1.9
More work on FlowPlayer3. Mostly fairly minor updates in this commit. Admin pages still not up and running.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 20:28:08 2009 UTC (9 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
#371615 by KarenS: Fix lines that result in PHP errors when parameters are
not defined.

Revision 1.1.4.10 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 20:28:05 2009 UTC (9 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.4.9: +3 -1 lines
Diff to previous 1.1.4.9 , to branch point 1.1 , to next main 1.34
#371615 by KarenS: Fix lines that result in PHP errors when parameters are
not defined.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 20:18:04 2009 UTC (9 months, 1 week ago) by stuartgreenfield
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7
#371735: Fix incorrect id in markup

Revision 1.1.4.9 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 20:16:51 2009 UTC (9 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.4.8: +5 -1 lines
Diff to previous 1.1.4.8 , to branch point 1.1
#371735: Fix incorrect id in markup

Revision 1.1.2.8 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 20:16:48 2009 UTC (9 months, 1 week ago) by stuartgreenfield
Branch: DRUPAL-5
Changes since 1.1.2.7: +5 -1 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#371735: Fix incorrect id in markup

Revision 1.1.2.7 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 20:00:14 2008 UTC (13 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-5
Changes since 1.1.2.6: +6 -1 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#308515 - Fix input filter so it can use remote paths as well as local ones.

Revision 1.1.4.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 19:58:16 2008 UTC (13 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.4.7: +6 -1 lines
Diff to previous 1.1.4.7 , to branch point 1.1
#308515 - Fix input filter so it can use remote paths as well as local ones.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Oct 7 19:57:55 2008 UTC (13 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.6: +6 -1 lines
Diff to previous 1.6
#308515 - Fix input filter so it can use remote paths as well as local ones.

Revision 1.1.4.7 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 22:19:30 2008 UTC (13 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.4.6: +4 -1 lines
Diff to previous 1.1.4.6 , to branch point 1.1
#308515 - Not fixed the root cause in the auto-detection routine, but fixed another bug that prevented the user specifying a specific player to over-ride autodetection. This allows the symptoms to be masked.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 20:44:21 2008 UTC (13 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.5: +7 -1 lines
Diff to previous 1.5
Resetting line endings to Unix.

Revision 1.1.4.6 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 16:26:02 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-3
Changes since 1.1.4.5: +7 -1 lines
Diff to previous 1.1.4.5 , to branch point 1.1
'nocache' string appended to file names seems to be breaking flv content in Wijering player. Disabling this setting until it can be tested further and resolved.

Revision 1.1.2.6 - (view) (download) (annotate) - [select for diffs]
Fri Oct 3 23:23:47 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-5
Changes since 1.1.2.5: +5 -1 lines
Diff to previous 1.1.2.5 , to branch point 1.1
#314045 - Constants incorrectly defined - fixed.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Oct 3 23:20:32 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.4: +5 -1 lines
Diff to previous 1.4
#314045 - Constants incorrectly defined - fixed.

Revision 1.1.4.5 - (view) (download) (annotate) - [select for diffs]
Fri Oct 3 23:20:16 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.4.4: +5 -1 lines
Diff to previous 1.1.4.4 , to branch point 1.1
#314045 - Constants incorrectly defined - fixed.

Revision 1.1.4.4 - (view) (download) (annotate) - [select for diffs]
Thu Oct 2 20:59:30 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-2
Changes since 1.1.4.3: +2 -2 lines
Diff to previous 1.1.4.3 , to branch point 1.1
Identification of default players on the admin screen was wrong.
swftools_get_media_url changed due to bug that resulted in double / appearing in the file path (#308172).
Auto-detection of sizes changed so that players are always auto detected even when a remote media url is configured.
Test content added to status page to help identify if SWF Tools is working.
Missing php from <?php in swftools.admin.status.inc

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Oct 2 20:58:42 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
Syncing changes between local system and CVS.

Revision 1.1.2.5 - (view) (download) (annotate) - [select for diffs]
Thu Oct 2 20:54:49 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-2
Changes since 1.1.2.4: +8 -1 lines
Diff to previous 1.1.2.4 , to branch point 1.1
#308172 - Extra / in url when using a remote media path. This is fixed. As a result of this bug fix some other issues with the remote media system were found. In particular, the players were no longer automatically detected for size. This is fixed.

Revision 1.1.4.3 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 19:29:56 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1.4.2: +13 -1 lines
Diff to previous 1.1.4.2 , to branch point 1.1
Updating DRUPAL-6--1 with latest bug fixes.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Oct 1 19:25:08 2008 UTC (13 months, 3 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.2: +14 -1 lines
Diff to previous 1.2
Updating HEAD with latest development work.

Revision 1.1.2.4 - (view) (download) (annotate) - [select for diffs]
Mon Sep 8 16:27:38 2008 UTC (14 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-5
Changes since 1.1.2.3: +6 -1 lines
Diff to previous 1.1.2.3 , to branch point 1.1
#163097 - Fixes SWF Object 2 so that if a specific id is passed then this is used to name the div and the object, allowing better support for javascript interaction. The original bug report was filed against SWF Tools 5, but have fixed in SWF Tools 6 first!

#305383 - Fixes 1 Pixel Out admin page so it shows that colours are needed in 0xRRGGBB format, and correct input boxes to accept this many characters!

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 19:42:14 2008 UTC (14 months, 2 weeks ago) by stuartgreenfield
Branch: MAIN
Changes since 1.1: +294 -0 lines
Diff to previous 1.1
Commit of branch DRUPAL-6--1 back to HEAD as part of plans to tidy up the tree!

Revision 1.1.2.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 7 07:21:31 2008 UTC (14 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-1
Changes since 1.1.2.2: +5 -1 lines
Diff to previous 1.1.2.2 , to branch point 1.1
#304963: Fixes accidental carry over of drupal_flush_all_caches() from SWF Tools 6!

Revision 1.1.2.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 6 21:21:07 2008 UTC (14 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-0
Changes since 1.1.2.1: +9 -1 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Final changes on SWF Tools 5 ready for official release as SWF Tools 5.2.

Revision 1.1.4.2 - (view) (download) (annotate) - [select for diffs]
Sat Sep 6 20:21:45 2008 UTC (14 months, 2 weeks ago) by stuartgreenfield
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-1
Changes since 1.1.4.1: +294 -0 lines
Diff to previous 1.1.4.1 , to branch point 1.1
Commit of latest work on SWF Tools 6, and hopefully ready to release!

Revision 1.1.4.1
Sat Aug 23 21:35:32 2008 UTC (15 months ago) by stuartgreenfield
Branch: DRUPAL-6--1
Changes since 1.1: +0 -0 lines
FILE REMOVED
file CHANGELOG.txt was added on branch DRUPAL-6--1 on 2008-09-06 20:21:45 +0000

Revision 1.1.2.1 - (view) (download) (annotate) - [select for diffs]
Sat Aug 23 21:35:32 2008 UTC (15 months ago) by stuartgreenfield
Branch: DRUPAL-5
Changes since 1.1: +8 -0 lines
Diff to previous 1.1
CHANGELOG.txt created for SWF Tools 5.

Revision 1.1
Sat Aug 23 21:35:32 2008 UTC (15 months ago) by stuartgreenfield
Branch: MAIN
Branch point for: DRUPAL-5, DRUPAL-6--1
FILE REMOVED
file CHANGELOG.txt was initially added on branch DRUPAL-5.

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2