Log of /contributions/modules/swftools/flowplayer3/flowplayer3.admin.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.13.2.8.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Sep 22 19:50:04 2009 UTC
(2 months ago)
by
stuartgreenfield
Branch:
DRUPAL-6--3
Changes since
1.13.2.8: +57 -4 lines
Diff to
previous 1.13.2.8
, to
next main 1.13.2.9
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.13.2.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Sep 19 22:40:58 2009 UTC
(2 months, 1 week ago)
by
stuartgreenfield
Branch:
DRUPAL-6--2
Changes since
1.13.2.8: +42 -4 lines
Diff to
previous 1.13.2.8
, to
branch point 1.13
, to
next main 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.13.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 18 23:30:52 2009 UTC
(7 months, 1 week ago)
by
stuartgreenfield
Branch:
DRUPAL-6--2
CVS Tags:
DRUPAL-6--2-5
Branch point for:
DRUPAL-6--3
Changes since
1.13.2.7: +19 -4 lines
Diff to
previous 1.13.2.7
, to
branch point 1.13
#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.13.2.7 -
(
view)
(
download)
(
as text)
(
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.13.2.6: +20 -1 lines
Diff to
previous 1.13.2.6
, to
branch point 1.13
#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.13.2.1 -
(
view)
(
download)
(
as text)
(
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.13: +9 -1 lines
Diff to
previous 1.13
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.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 8 23:14:51 2009 UTC
(8 months, 2 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.13: +197 -93 lines
Diff to
previous 1.13
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.11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 25 23:45:58 2009 UTC
(9 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.10: +53 -73 lines
Diff to
previous 1.10
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.9 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Feb 22 23:16:41 2009 UTC
(9 months ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.8: +31 -2 lines
Diff to
previous 1.8
FlowPlayer 3 files are now stored in shared/flowplayer3, and the filename is configurable on the settings page so it can handle new releases of the player. Download path on FlowPlayer 2 updated to Tucows archive. } else { constructs updated to Drupal coding standard.
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 19 07:56:10 2009 UTC
(9 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.5: +67 -32 lines
Diff to
previous 1.5
More progress on FlowPlayer3. Configuration page is up and running. Not all options are available yet, but it is usable and the key settings are all in. Color selections can now be made using the Farbtastic color picker.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 18 14:36:34 2009 UTC
(9 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.4: +36 -1 lines
Diff to
previous 1.4
Trial of integrating the Farbtastic colorpicker with the configuration form to make customisation of colors easier.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Feb 18 10:54:29 2009 UTC
(9 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.3: +100 -24 lines
Diff to
previous 1.3
Full set of clip properties now available on the settings pages. No nice dropdowns or anything yet. Entries left blank are now skipped when building the player JSON string.
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Feb 17 23:12:01 2009 UTC
(9 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.2: +83 -74 lines
Diff to
previous 1.2
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.
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.