[Jamwiki-commit] SF.net SVN: jamwiki:[2764] wiki/trunk/jamwiki-core/src
Brought to you by:
wrh2
From: <wr...@us...> - 2009-11-12 05:46:42
|
Revision: 2764 http://jamwiki.svn.sourceforge.net/jamwiki/?rev=2764&view=rev Author: wrh2 Date: 2009-11-12 05:46:34 +0000 (Thu, 12 Nov 2009) Log Message: ----------- Templates: * Fix parsing of the #if: parser function when the conditional contains a "|" symbol such as {{#if: [[link|text]]|then|else}}. * This also resolves an issue with the #if: parser function not parsing templates in its conditionals. Modified Paths: -------------- wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/JFlexParserUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/ParserFunctionUtil.java wiki/trunk/jamwiki-core/src/main/java/org/jamwiki/parser/jflex/TemplateTag.java wiki/trunk/jamwiki-core/src/test/resources/data/results/Template_-_If wiki/trunk/jamwiki-core/src/test/resources/data/topics/Template_-_If This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |