Item1211: Template for SlideShowPlugin should be designed
Priority: Enhancement
Current State: Closed
Released In: 1.1.0
Target Release: minor
If you start a presentation on Foswiki at the moment, the template does not show the "slideshow". That design seems to be missing.
--
MartinSeibert
We need to update the plugin to the latest version first.
--
ArthurClemens - 06 Mar 2009
This is impeded by
Item1154 - which is waiting for
Foswiki:Main.KennethLavrsen.
--
ArthurClemens - 15 Jun 2009
Not sure what the bug reported is
SlideShowPlugin works fine for me.
And I had some trouble with the new plugin which is why I reverted it.
and I have been a bad boy and not followed up. I will in near future. I am sure my problems would be quick to fix once I can explain what they are by example.
--
KennethLavrsen - 15 Jun 2009
Item1154 has been updated with example (on my test server) that shows the problem.
--
KennethLavrsen - 16 Jun 2009
can this be closed? if not, please provide more detail, martin.
--
WillNorris - 02 Jul 2009
Further work has been done in trunk
With 1.1 we will use the new
SlideShowPlugin and I will personally do some more testing with the examples from work (that I cannot post here yet)
So I expect this to go in Waiting for Release soon with the scope of 1.1
--
KennethLavrsen - 02 Jul 2009
Workaround for Foswiki 1.0.6:
935e98d420fcf5f4c89847481ab7268fb39fdb90
diff --git a/lib/LocalSite.cfg b/lib/LocalSite.cfg
index d39910f..9a11e9e 100644
--- a/lib/LocalSite.cfg
+++ b/lib/LocalSite.cfg
@@ -198,7 +198,7 @@ $Foswiki::cfg{Plugins}{TwistyPlugin}{Module} = 'Foswiki::Plugins::TwistyPlugin';
$Foswiki::cfg{Plugins}{WysiwygPlugin}{Enabled} = 1;
$Foswiki::cfg{Plugins}{WysiwygPlugin}{Module} = 'Foswiki::Plugins::WysiwygPlugin';
$Foswiki::cfg{Plugins}{WebSearchPath} = 'System,TWiki';
-$Foswiki::cfg{PluginsOrder} = 'TWikiCompatibilityPlugin,SpreadSheetPlugin';
+$Foswiki::cfg{PluginsOrder} = 'SlideShowPlugin,TWikiCompatibilityPlugin,SpreadSheetPlugin';
$Foswiki::cfg{ExtensionsRepositories} = 'Foswiki.org=(http://foswiki.org/Extensions/,http://foswiki.org/pub/Extensions/)';
$Foswiki::cfg{Plugins}{TWikiCompatibilityPlugin}{TWikiWebTopicNameConversion} = {
'TWikiFAQ' => 'FrequentlyAskedQuestions',
htdocs # patch -p1 < /tmp/935e98d420fcf5f4c89847481ab7268fb39fdb90.patch
--
BenjaminKnaus - 04 Aug 2009
I will test the trunk version now on actual real life presentations and report back if there is something.
When done testing I will set to
WaitingForRelease
--
KennethLavrsen - 31 Jul 2010
Tested and found OK.
Setting this to waiting for release for 1.1. And closing
Item1154
--
KennethLavrsen - 06 Sep 2010