Log of /contributions/modules/swftools/onepixelout/onepixelout.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Mar 17 23:18:10 2009 UTC
(8 months, 1 week ago)
by
stuartgreenfield
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.5: +3 -1 lines
Diff to
previous 1.5
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.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 6 19:48:01 2009 UTC
(8 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.4: +10 -12 lines
Diff to
previous 1.4
Accidentally committed a version that wasn't intended. This (hopefully) reverses the error.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Mar 6 16:45:48 2009 UTC
(8 months, 3 weeks ago)
by
stuartgreenfield
Branch:
MAIN
Changes since
1.3: +6 -7 lines
Diff to
previous 1.3
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.1 -
(
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: +134 -0 lines
Diff to
previous 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
Fri May 18 16:42:04 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
MAIN
Branch point for:
DRUPAL-5
FILE REMOVED
file onepixelout.module 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.