[xwiki-users] xwiki 2.0 - GWT WYSIWYG - file links
Hi, we got links to the Filesystem like [file://server/sharepoint_layouts$>file://///server/sharepoint_layouts$] they are converted correctly to syntax 2.0 and are working there too [[file://svivm01/sharepoint_layouts$>>file://///svivm01/sharepoint_layouts$]] But when we edit those pages in the new WYSIWYG the Links just disappear!!!??? Why? Thanks hel. ----- semantic-web.hel.at [email protected] -- View this message in context: http://n2.nabble.com/xwiki-2-0-GWT-WYSIWYG-file-links-tp3793057p3793057.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Hel, On 10/09/2009 11:08 AM, hel-o wrote:
Hi,
we got links to the Filesystem like
[file://server/sharepoint_layouts$>file://///server/sharepoint_layouts$]
they are converted correctly to syntax 2.0 and are working there too
[[file://svivm01/sharepoint_layouts$>>file://///svivm01/sharepoint_layouts$]]
But when we edit those pages in the new WYSIWYG the Links just disappear!!!???
Why?
http://jira.xwiki.org/jira/browse/XWIKI-4470 I just reported it after investigating your issue, thanks for noticing it. In the mean time, to make the links work you can add manually (hoping that it's not so much), the escape to the link labels: [[file:~~/~~/svivm01/sharepoint_layouts$>>file://///svivm01/sharepoint_layouts$]] btw, [[file://svivm01/sharepoint_layouts$>>file://///svivm01/sharepoint_layouts$]] is not really really working, only the browsers recover nicely when finding anchor in anchor (see the issue related to the 4470). Thanks, Anca
Thanks hel.
----- semantic-web.hel.at [email protected]
On Fri, Oct 9, 2009 at 15:12, Anca Luca <[email protected]> wrote:
Hi Hel,
On 10/09/2009 11:08 AM, hel-o wrote:
Hi,
we got links to the Filesystem like
[file://server/sharepoint_layouts$>file://///server/sharepoint_layouts$]
they are converted correctly to syntax 2.0 and are working there too
[[file://svivm01/sharepoint_layouts$>>file://///svivm01/sharepoint_layouts$]]
But when we edit those pages in the new WYSIWYG the Links just disappear!!!???
Why?
http://jira.xwiki.org/jira/browse/XWIKI-4470
I just reported it after investigating your issue, thanks for noticing it.
In the mean time, to make the links work you can add manually (hoping that it's not so much), the escape to the link labels: [[file:~~/~~/svivm01/sharepoint_layouts$>>file://///svivm01/sharepoint_layouts$]]
You could also directly use file://///svivm01/sharepoint_layouts$ which is matched as a link in xwiki/2.0 syntax.
btw,
[[file://svivm01/sharepoint_layouts$>>file://///svivm01/sharepoint_layouts$]]
is not really really working, only the browsers recover nicely when finding anchor in anchor (see the issue related to the 4470).
Thanks, Anca
Thanks hel.
----- semantic-web.hel.at [email protected]
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
Thanks, both solutions work. :-) hel. Note: Is escape now a single ~ or a double ~~ ----- semantic-web.hel.at [email protected] -- View this message in context: http://n2.nabble.com/xwiki-2-0-GWT-WYSIWYG-file-links-tp3793057p3815200.html Sent from the XWiki- Users mailing list archive at Nabble.com.
On Tue, Oct 13, 2009 at 12:10, hel-o <[email protected]> wrote:
Thanks, both solutions work. :-)
hel.
Note: Is escape now a single ~ or a double ~~
It always been a single ~, but there is a particular case with link for which a first pass match the whole "[[file://svivm01/sharepoint_layouts$>>file://///svivm01/sharepoint_layouts$]]" and then its content is parsed so you need to escape for the first pass and the second pass. We plan to change this in xwiki/2.1 syntax to have only one pass or at least behave like we had only one pass.
----- semantic-web.hel.at [email protected]
-- View this message in context: http://n2.nabble.com/xwiki-2-0-GWT-WYSIWYG-file-links-tp3793057p3815200.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Thomas Mortagne
participants (3)
-
Anca Luca -
hel-o -
Thomas Mortagne