legacy-knowledge-base
公開されました Jul. 2, 2025

6.0 EE SP1 から 6.0 EE SP2 への Wiki 構文解析の変更点

written-by

Liferay Support

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

Liferay Portal 6.0 EE SP2では、Wikiポートレット用の新しいCreoleパーサーが実装され、リンクのパース方法が変更されました。 例えば、6.0 EE SP1では、"[ ]"のような一重括弧を使ったリンクは、ユーザーを新しいWikiページにリダイレクトするようになっていました。 6.0 EE SP2以降のバージョンでは、1つの括弧を使用したリンクは、内容がテキストとして表示されます。

01.png

02.png

これは、新しいパーサーによるいくつかの変更のうちの1つに過ぎません。

新しいポータルのプロパティは次のとおりです: wiki.formats.engine[creole]=com.liferay.portlet.wiki.engines.antlrwiki.CreoleWikiEngine

解像度

  1. 旧バージョンのパーサーに戻すには、portal-ext.propertiesに以下を設定してください:
    wiki.formats.engine[creole]=com.liferay.portlet.wiki.engines.jspwiki.JSPWikiEngine
    		
  2. ファイルを保存します。
  3. Liferay Portalを起動します。
did-this-article-resolve-your-issue

legacy-knowledge-base