[xwiki-users] Whitespace in tags?
I am having trouble with whitespace handling in tags (1.1.2 & 1.2RC2 on Windows 2003 and Windows XP locally - and even on xwiki.org itself). tag1|tag2|word3 word4 becomes tag1|tag2|word3|word4 and tag1|tag2|tag 3|tag 4 becomes tag1|tag2|tag|3|tag|4 I would consider this a bug - am I wrong? [I used the object properties in the object editor and the tag dialog box in page wiki edit mode with the same result]
Hi Jim, indeed, that's the standard behavior for tags in XWiki : a white space is considered a separator. You can use CamelCaseWords for your tags as a workaround though. Since, when used in wiki pages, [CamelCaseLink] becomes <a href:"/CamelCaseLink"> Camel Case Link </a> (white spaces automatically added between the words by the rendering engine upon save), this does not matter much... Guillaume On 07/01/2008, [email protected] <[email protected]> wrote:
I am having trouble with whitespace handling in tags (1.1.2 & 1.2RC2 on Windows 2003 and Windows XP locally – and even on xwiki.org itself).
tag1|tag2|word3 word4
becomes
tag1|tag2|word3|word4
and
tag1|tag2|tag 3|tag 4
becomes
tag1|tag2|tag|3|tag|4
I would consider this a bug – am I wrong?
[I used the object properties in the object editor and the tag dialog box in page wiki edit mode with the same result]
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Hi Jim, On Jan 7, 2008, at 8:02 AM, [email protected] wrote:
I am having trouble with whitespace handling in tags (1.1.2 & 1.2RC2 on Windows 2003 and Windows XP locally – and even on xwiki.org itself).
BTW, please refrain from making any test on xwiki.org. It's not a wiki for testing. As mentioned on the registration page if you wish to test stuff please use http://playground.xwiki.org Note that I've deleted your user account on xwiki.org this morning since I didn't know you and thought you were one of these people defacing xwiki.org every now and then. Feel free to recreate it if you want to contribute to xwiki's documentation :) Sorry about that. Thanks -Vincent [snip]
participants (3)
-
Dowson_Jim@emc.com -
Guillaume Lerouge -
Vincent Massol