From 09ba3dba912a7b96062cd477a81d4e6c1dcaa350 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 11 Jun 2009 15:00:09 +0000 Subject: [PATCH] Last of the hardcoded extras fixes, with changelog notice. --- docs/changelog/7.x.x.txt | 1 + www/extras/ukplayer/config.xml | 2 +- www/extras/ukplayer/content.xml | 30 +++++++++++------------ www/extras/ukplayer/readme.txt | 35 ++++++++++++++++++++++++++- www/extras/ukplayer/slideshow.html | 38 ++++++++++++++++++++++++------ 5 files changed, 82 insertions(+), 24 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 0fef4518d..8c32a862b 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -15,6 +15,7 @@ - fixed #9953: Matrix 2.0 - Not enough tests - fixed #10121: Q and A template doesn't work with default Forum Rich Editor - rfe #10423: Provide a way to access the instance of the thing that was added, modified, or deleted via workflow. (Eric Kennedy) + - fixed #10486: Hardcoded extras in files in www/extras 7.7.9 - fixed #10266: Public Profile overrides Able to be friend diff --git a/www/extras/ukplayer/config.xml b/www/extras/ukplayer/config.xml index 46feb3bee..77409fb8c 100644 --- a/www/extras/ukplayer/config.xml +++ b/www/extras/ukplayer/config.xml @@ -1,6 +1,6 @@ - /extras/ukplayer/content.xml + content.xml 400 300 diff --git a/www/extras/ukplayer/content.xml b/www/extras/ukplayer/content.xml index f50ba6b92..0c2ed2d14 100644 --- a/www/extras/ukplayer/content.xml +++ b/www/extras/ukplayer/content.xml @@ -2,24 +2,24 @@ - 400 - 300 - <![CDATA[<b>Slide</b> One]]> - WebGUI!]]> - /extras/ukplayer/dummycontent/explain.jpg + 400 + 300 + <![CDATA[Slide One]]> + + dummycontent/explain.jpg 5 - /extras/ukplayer/dummycontent/explain.jpg - /extras/ukplayer/dummycontent/transporter.mp3 + dummycontent/explain.jpg + - 400 - 300 - <![CDATA[<b>Slide</b> Two]]> - WebGUI!]]> - /extras/ukplayer/dummycontent/united-knowledge-logo.jpg + 400 + 300 + <![CDATA[Slide Two]]> + + dummycontent/united-knowledge-logo.jpg 5 - /extras/ukplayer/dummycontent/united-knowledge-logo.jpg - /extras/ukplayer/dummycontent/transporter.mp3 + dummycontent/united-knowledge-logo.jpg + - + diff --git a/www/extras/ukplayer/readme.txt b/www/extras/ukplayer/readme.txt index 665609d06..4e0479e5e 100644 --- a/www/extras/ukplayer/readme.txt +++ b/www/extras/ukplayer/readme.txt @@ -1,6 +1,6 @@ United Knowledge Slideshow Player - readme.txt -Copyright: United Knowledge, 2008 +Copyright: United Knowledge, 2009 The Slideshow PLayer is licensed under the terms of the GNU General Public License, version 2 http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt @@ -62,6 +62,10 @@ default values for most, but we recommend setting ALL properties yourself). and when a slide is smaller than the slideshow. Value: 0x followed by hexadecimal color +rounded + The textarea, controls and thumbnails can be displayed with two different skins. + Value: simple or rounded + ********************************************************************************************** @@ -92,6 +96,16 @@ default values for most, but we recommend setting ALL properties yourself). When set to true the textarea will hide after a few seconds. Value: true or false +over + The textarea can be postioned over the slides, above the slides (the height of the player + should be the sum of the height of the slides and the height of the textarea) or can be + hidden. + Value: over, above or none + +50 + The minimum height of the textarea. + Value: number in px + ********************************************************************************************** @@ -114,6 +128,16 @@ default values for most, but we recommend setting ALL properties yourself). When set to true the controls will hide after a few seconds. Value: true or false +20 + The width of the big play button (which appears when auto_start is false and, if loop is + set to false, after the slideshow has finished) can be set in a percentage of the total + width of the movie. + Value: percentage of movie width + +200 + A maximum width for the play button to prevent it from becoming too large. + Value: number in px + ********************************************************************************************** @@ -143,6 +167,10 @@ default values for most, but we recommend setting ALL properties yourself). The width of the gap between two thumbnail images. Value: number in px +false + When set to true, the thumbnails are hidden. + Value: true or false + ********************************************************************************************** @@ -153,6 +181,11 @@ default values for most, but we recommend setting ALL properties yourself). If true the slideshow will start with the sound muted. Value: true or false +off + If the sound is turned off, the audio files will not be played and the mute and volume + controls will be hidden. + Value: on or off + false If true the slideshow will start upon loading. If false a play button will be displayed. diff --git a/www/extras/ukplayer/slideshow.html b/www/extras/ukplayer/slideshow.html index 3ea11aee2..05c5d4e20 100644 --- a/www/extras/ukplayer/slideshow.html +++ b/www/extras/ukplayer/slideshow.html @@ -3,9 +3,9 @@ UKplayer Slideshow Demo - + @@ -13,7 +13,7 @@ - - + + Get Adobe Flash player @@ -50,5 +50,29 @@ Copyright 2008 United Knowledge http:/www.unitedknowledge.nl/

Code generated with the SWFObject 2 HTML and JavaScript generator.

+ +