Log of /contributions/modules/swftools/swftools.admin.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.4.2.3.2.1 -
(
view)
(
download)
(
as text)
(
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.4.2.3: +2 -2 lines
Diff to
previous 1.4.2.3
, to
next main 1.4.2.4
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.4.2.3 -
(
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.4.2.2: +94 -1 lines
Diff to
previous 1.4.2.2
, to
branch point 1.4
#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.8 -
(
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.7: +3 -3 lines
Diff to
previous 1.7
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.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 6 17:43:43 2009 UTC
(8 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.5: +6 -2 lines
Diff to
previous 1.5
#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.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 6 16:45:46 2009 UTC
(8 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.4: +5 -5 lines
Diff to
previous 1.4
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.1.2.12 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed May 30 15:35:47 2007 UTC
(2 years, 5 months ago)
by
sime
Branch:
DRUPAL-5
CVS Tags:
DRUPAL-5--1-0
Changes since
1.1.2.11: +35 -8 lines
Diff to
previous 1.1.2.11
, to
branch point 1.1
* Better support for caching/clearing xml playlist files. Option to force regeneration
* Tweaked simpleviewer to work and accept variables correctly.
* Added swftools_playlist_from_image_gallery() which does as it says.
* Changed swftools_playlist_from_upload() name and made it return a playlist rather than rendered flash.
Revision
1.1.2.8 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 24 15:34:16 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.1.2.7: +14 -3 lines
Diff to
previous 1.1.2.7
, to
branch point 1.1
* 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.
Revision
1.1.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri May 18 16:42:04 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.1.2.5: +99 -190 lines
Diff to
previous 1.1.2.5
, to
branch point 1.1
wftools.admin.inc
* File settings, media path, asks for dir in /files or remote http:// and also only displays media path, must be set in settings.php
* Files settings, playlists path asks for dir in /files
* Files settings, allows alternate path for players, but only on same server
* Restored "always add js" option, but with a better description regarding filter caching
* Removed extensive descriptions regarding embedding params, add link to abode tech note
* Altered and add settings to match abobe tech note (added align and salign).
* Changed variable names swftools_movies_... to swftools_params_... to reflect the fact that they are mostly about object/embed params
* Turned checkboxes into selects to save room and prefer text values over TRUE/FALSE
* Fixed color setting only 6 chars, standard now is 7 to include #.
swftools.module
* Made swf_playlist require specific parameters, with file name and playlist data already prepared
* ! swftools_integrate.module is broken due to this
* Split "get_path" function into one each for playlists, media and players. slightly different logic for each, easier to follow now.
* Added seperate "get url" style function specifically for media which correctly looks up the media_url variable and tests file existence.
* Fixed object/embed attribute setting in swftools_swftools_embed, matching adobe tech note.
* Removed redundant playlist callback functions
swf()
* Moved file resolving lower in swf(), so that it could be processed after playlist handling. Cleaned up the file resolving/checking with new functions described above
* Added a "base" var checking which is generally just pointing at files, but you can override it with full url on $params
* Corrected order of width/height overriding.
* Added swftools_push_js, which can be used by any module to push js to the screen, or to just push the default embed.
lutman.module
* Made work with new swftools_push_js
simpleviewer.admin.inc
* Fixed color max text sizes
* Fixed simpleviewer setting processing, correct assignment or variable types
! Feel that /images and /thumbs control is dodgy still
swfobject.module
* Properly uniquified the swfobjects div id.
* Added extra params that were missing.
wijering.module
* Fixed color text lengths
onepixelout.module, onepixelout.info, onepixelout.admin.inc
* Added new flash player plugin: 1 Pixel Out. Not stable but not complex.
Revision
1.1.2.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat May 12 18:02:58 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.1.2.4: +24 -12 lines
Diff to
previous 1.1.2.4
, to
branch point 1.1
* 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...
Revision
1.1.2.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu May 10 19:00:30 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.1.2.1: +110 -44 lines
Diff to
previous 1.1.2.1
, to
branch point 1.1
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.
Revision
1.1
Thu May 10 13:14:03 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
MAIN
Branch point for:
DRUPAL-5
FILE REMOVED
file swftools.admin.inc 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.