Item1233: DpSyntaxHighlighterPlugin only works when ETP isn't used in that topic
Priority: Normal
Current State: Closed
Released In:
Target Release: n/a
The
DpSyntaxHighlighterPlugin only works in System web but I have not found any hint why it should be like that (looked for some possibly missed configuration). I am trying to use it on version 1.0.3 right now.
I also tried to disable the
TWikiCompatibilityPlugin but this breaks the Foswiki'd
DpSyntaxHighlighterPlugin whith an error related to calling
TWiki::Func::extractParameters
.
--
IngoKappler - 10 Mar 2009
I found that ETP (
EditTablePlugin) created the issue on Foswiki version 1.0.3. If it is used on the topic the
DpSyntaxHighlighterPlugin will fail. If ETP isn't used on the topic
DpSyntaxHighlighterPlugin will not have an issue.
%CODE{ lang="sql" }%
ALTER SESSION SET NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS';
%ENDCODE%
--
IngoKappler - 10 Mar 2009
This is most likely the same bug that prevented CALC from running.
I just installed the plugin and tested with the ETP version as of SVN 2956. And the two plugins coexist just fine
Closing
--
KennethLavrsen - 10 Mar 2009
I will also fix the issue with
DpSyntaxHighlighterPlugin and the
TWikiCompatibilityPlugin when I can, though it might not be till next week.
--
AndrewJones - 11 Mar 2009
Kenneth, we just yesterday realized that the Comment plugin was/is also affected by the ETP on version 1.0.3. So I recommend to also put
%COMMENT%
on your test topic.
--
IngoKappler - 13 Mar 2009