Log of /contributions/modules/swftools/simpleviewer/simpleviewer.admin.inc
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.1.2.6 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 19 22:15:42 2008 UTC
(15 months ago)
by
stuartgreenfield
Branch:
DRUPAL-5
Changes since
1.1.2.5: +6 -1 lines
Diff to
previous 1.1.2.5
, to
branch point 1.1
Back port of FlowPlayer support from SWF Tools 6. Also added some more cache flushes to the admin pages as I was getting some inconsistent page results from cached filters being served when the player is changed.
Revision
1.1.2.4.2.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Aug 5 15:35:19 2008 UTC
(15 months, 2 weeks ago)
by
stuartgreenfield
Branch:
DRUPAL-6--1
Changes since
1.1.2.4: +3 -8 lines
Diff to
previous 1.1.2.4
Commit of work in progress of SWF Tools 6. This commit includes refactored swf() function, further support for private file system, and now includes simpleviewer. More testing still needed across the suite.
Revision
1.1.2.3 -
(
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.2: +8 -10 lines
Diff to
previous 1.1.2.2
, 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.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 14 00:43:11 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
DRUPAL-5
Changes since
1.1: +201 -0 lines
Diff to
previous 1.1
* Split simpleviewer admin form to simpleviewer.admin.inc
* fixed $base_url path (although should really point to media directory?)
* cleaned up redundant code in simpleviewer.module.
Revision
1.1
Mon May 14 00:43:11 2007 UTC
(2 years, 6 months ago)
by
sime
Branch:
MAIN
Branch point for:
DRUPAL-5
FILE REMOVED
file simpleviewer.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.