Log of /contributions/modules/swftools/CHANGELOG.txt
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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
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.