6 Mar
2009
6 Mar
'09
9:26 p.m.
Sergiu Dumitriu wrote: [snip]
What's the cost of changing the wiki separator to ::, as in doc:mywiki::Space.Document? From a rendering module perspective, it's 0 cost. The whole content is considered a doc name and passed as is to the Document Access Bridge.
In the bridge for the moment it would suffice to do a replace("::", ":"). What are the changes in the WYSIWYG?
AFAIK all URLs are computed on the server side, using XWiki API. The WYSIWYG is not aware of the document name syntax. Marius