- assigned_to: nobody --> dornstein
Lost functionality: it used to be possible (Build 1613) to
enter relative links and have them work, e.g.
http:./stuff/RelativePage.html
or using textisms:
"CCS.FileListener":http:/ApiDocs/Common/Core/CcsFileLis
tener/CCS.FileListener.html
In Build 1662 these no longer show up as links. You
would have to enter absolute links
http://testserver.myorg.com/FlexWiki/stuff/RelativePage.
html
or
"CCS.FileListener":http://testserver.myorg.com/ApiDocs/
Common/Core/CcsFileListener/CCS.FileListener.html
for them to be recognized as links.
Naturally it is undesireable to hard-code the server name
in cases when you *know* it will be on the same server.
Workarounds: various approaches using WikiTalk,
especially @@InterWiki@@ or @@Presentations.Link@@.
However the vast majority of users probably don't want
to use WikiTalk.