Item11744: SpacedWikiWordPlugin not working

pencil
Priority: Normal
Current State: No Action Required
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: SpacedWikiWordPlugin
Branches:
Reported By: EricLandrieu
Waiting For:
Last Change By: CrawfordCurrie
The SpacedWikiWordPlugin does not work in our Foswiki 1.1.3 installation. All wiki links, whether simply CamelCase or enclosed within [[brackets]] fail to get spaced out as expected. I set DEBUG to 1, and I see the debug statement which is written at the end of the initPlugin. I threw some debug statements in the renderWikiWordHandler to see what was going on there, but none of them seemed to be triggered. Is there something that I am missing in getting this to work (e.g. a dependency upon another plugin)? I am using version 1.0.1 of the plugin.

-- EricLandrieu - 10 Apr 2012

I have found a workaround (or solution - your call). Seems that it is an interaction with the DBCachePlugin, wherein the renderWikiWordHandler is not being called in SpacedWikiWordPlugin if it is called after DBCachePlugin. The solution for me (which makes it work now) is to make SpacedWikiWordPlugin get called before DBCachePlugin by adding it to {PluginsOrder}, before DBCachePlugin if it is also there.

-- EricLandrieu - 10 Apr 2012

Same problem. EricLandrieu's solution worked for me as well. Thanks Eric!

-- FilSalustri - 14 May 2012

Worked for me as well. Would be nice to see a solution built into the extension so that it worked out of the box, if possible.

-- CalebSG - 19 Aug 2013

Raised Item14428 against the DBCachePlugin for this. I don't think this plugin needs to do any more.

-- Main.CrawfordCurrie - 12 Jul 2017 - 14:52
 
Topic revision: r5 - 12 Jul 2017, CrawfordCurrie
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