Item9085: SlideShowPlugin and EditChapterPlugin incompatibility

pencil
Priority: Normal
Current State: Closed
Released In: 2.0.0
Target Release: major
Applies To: Extension
Component: EditChapterPlugin, SlideShowPlugin
Branches:
Reported By: GuruprasadIyer
Waiting For:
Last Change By: GeorgeClark
The SlideShowPlugin does not work when EditChapterPlugin is installed. In order to get over this issue, in the configure script we need to set the Plugin evaluation order where SlideShowPlugin is evaluated before EditChapterPlugin. Can somebody update the SlideShowPlugin documentation?

-- GuruprasadIyer - 01 Jun 2010

The problem stems from both using the commonTagsHandler. Once EditChapterPlugin modified the output, i.e. the headings, SlideShowPlugin get's it wrong parsing them.

Reverting the evaluation order between those two cures it, by adding SlideShowPlugin to $Foswiki::cfg{PluginsOrder}

-- MichaelDaum - 16 Jan 2013

Michael, do you think we should just add SlideShowPlugin to the default {PluginsOrder} setting after the SpreadSheetPlugin? It's a default extension, so probably a low risk change. Another option is a config checker in one or the other to warn if SlideShow is not ahead of EditChapter.

-- GeorgeClark - 10 Jan 2015

This is actually a duplicate of Item5940

-- GeorgeClark - 11 Jan 2015

Yes, adding SlideShowPlugin to the PluginsOrder by default is the right thing to do.

-- MichaelDaum - 12 Jan 2015
 
Topic revision: r6 - 05 Jul 2015, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy