Re: [xwiki-devs] [xwiki-notifications] r18760 - in platform: core/trunk/xwiki-core/src/main/resources xwiki-applications/trunk/tag/src/main/resources/XWiki
jvelociter (SVN) wrote:
Author: jvelociter Date: 2009-04-16 20:03:35 +0200 (Thu, 16 Apr 2009) New Revision: 18760
Modified: platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources.properties platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources_fr.properties platform/xwiki-applications/trunk/tag/src/main/resources/XWiki/TagCloud.xml Log: XE-430 In space dashboard, display tag cloud with tags of the space
Modified: platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources.properties =================================================================== --- platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources.properties 2009-04-16 17:21:20 UTC (rev 18759) +++ platform/core/trunk/xwiki-core/src/main/resources/ApplicationResources.properties 2009-04-16 18:03:35 UTC (rev 18760) @@ -1117,6 +1117,7 @@ # Tag application xe.tag.tags=Tags xe.tag.notags=No document has been tagged yet. Documents can be tagged from the information section (footer) or from the Document information panel available in edit mode. For more information on tagging please refer to the <a href="http://www.xwiki.org/xwiki/bin/view/UserGuide/">User Guide</a>. +xe.tag.notagsforspace=No document has been tagged yet in space *{0}*. Documents can be tagged from the information section (footer) or from the Document information panel available in edit mode. For more information on tagging please refer to the <a href="http://www.xwiki.org/xwiki/bin/view/UserGuide/">User Guide</a>.
I think we should rethink how/if to use wiki markup in localization resources. This would fail if used in a document with the 2.0 syntax, since the bold markup was changed. -- Sergiu Dumitriu http://purl.org/net/sergiu/
On Apr 18, 2009, at 5:58 PM, Sergiu Dumitriu wrote:
jvelociter (SVN) wrote:
Author: jvelociter Date: 2009-04-16 20:03:35 +0200 (Thu, 16 Apr 2009) New Revision: 18760
Modified: platform/core/trunk/xwiki-core/src/main/resources/ ApplicationResources.properties platform/core/trunk/xwiki-core/src/main/resources/ ApplicationResources_fr.properties platform/xwiki-applications/trunk/tag/src/main/resources/XWiki/ TagCloud.xml Log: XE-430 In space dashboard, display tag cloud with tags of the space
Modified: platform/core/trunk/xwiki-core/src/main/resources/ ApplicationResources.properties =================================================================== --- platform/core/trunk/xwiki-core/src/main/resources/ ApplicationResources.properties 2009-04-16 17:21:20 UTC (rev 18759) +++ platform/core/trunk/xwiki-core/src/main/resources/ ApplicationResources.properties 2009-04-16 18:03:35 UTC (rev 18760) @@ -1117,6 +1117,7 @@ # Tag application xe.tag.tags=Tags xe.tag.notags=No document has been tagged yet. Documents can be tagged from the information section (footer) or from the Document information panel available in edit mode. For more information on tagging please refer to the <a href="http://www.xwiki.org/xwiki/bin/view/UserGuide/ ">User Guide</a>. +xe.tag.notagsforspace=No document has been tagged yet in space *{0}*. Documents can be tagged from the information section (footer) or from the Document information panel available in edit mode. For more information on tagging please refer to the <a href="http://www.xwiki.org/xwiki/bin/view/UserGuide/ ">User Guide</a>.
I think we should rethink how/if to use wiki markup in localization resources. This would fail if used in a document with the 2.0 syntax, since the bold markup was changed.
I agree. We should not use wiki syntax in resource properties, nor HTML. Only pure strings. Thanks -Vincent
participants (2)
-
Sergiu Dumitriu -
Vincent Massol