[xwiki-users] Backlinks in XWiki 1.1
Backlinks don't work in XWiki 1.1. Are they disabled? Is it a bug? -- Dott. Marco Polo Edinform SpA Via L. De Simone, 23 73100 LECCE
vmassol wrote:
Strange.
No they're not disabled and they work fine for me. They also work on xwiki.org.
I installed "xwiki-enterprise-installer-windows-1.1.exe". Links are stored in table "XWIKILINKS", right? This table is empty. I created the space "Spazio" and then pages "Prova1" and "Prova2" (Prova2 has a link to Prova1). When I select "Prova1" the panel Backlinks is empty. Table XWIKILINKS is also empty. -- Marco Polo -- View this message in context: http://www.nabble.com/Backlinks-in-XWiki-1.1-tf4481529.html#a12792559 Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Marco, I don't recall if I answered this email. I was wrong and you were right. Backlinks were indeed broken in 1.1 (they've been broken since 1.1RC2). I've fixed them in 1.1.1 which will be released in the coming few days. Thanks -Vincent On Sep 20, 2007, at 9:56 AM, Marco Polo wrote:
vmassol wrote:
Strange.
No they're not disabled and they work fine for me. They also work on xwiki.org.
I installed "xwiki-enterprise-installer-windows-1.1.exe". Links are stored in table "XWIKILINKS", right? This table is empty. I created the space "Spazio" and then pages "Prova1" and "Prova2" (Prova2 has a link to Prova1). When I select "Prova1" the panel Backlinks is empty. Table XWIKILINKS is also empty.
-- Marco Polo
vmassol wrote:
Hi Marco,
I don't recall if I answered this email. I was wrong and you were right. Backlinks were indeed broken in 1.1 (they've been broken since 1.1RC2). I've fixed them in 1.1.1 which will be released in the coming few days.
Thanks -Vincent
Hi Vincent Good news. What have I to do to create backlinks for pages created in 1.1? I suppose I have to edit and save those pages, but does exist a better method? -- Marco Polo -- View this message in context: http://www.nabble.com/Backlinks-in-XWiki-1.1-tf4481529.html#a12939615 Sent from the XWiki- Users mailing list archive at Nabble.com.
On Sep 28, 2007, at 2:42 PM, Marco Polo wrote:
vmassol wrote:
Hi Marco,
I don't recall if I answered this email. I was wrong and you were right. Backlinks were indeed broken in 1.1 (they've been broken since 1.1RC2). I've fixed them in 1.1.1 which will be released in the coming few days.
Thanks -Vincent
Hi Vincent
Good news. What have I to do to create backlinks for pages created in 1.1? I suppose I have to edit and save those pages, but does exist a better method?
Yes, you can execute $xwiki.refreshLinks() once (put in in any page, do a preview, it'll get executed and cancel the page edition). -Vincent
It would be cool to have a "console" in the wiki for such commands. Actually.. I think it would be relatively easy to implement, using form submission to an existing page. Hmm.. Will take a look and add to the Code section if I can get it working nicely. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: 28 September 2007 13:50 To: XWiki Users Subject: Re: [xwiki-users] Backlinks in XWiki 1.1 On Sep 28, 2007, at 2:42 PM, Marco Polo wrote:
vmassol wrote:
Hi Marco,
I don't recall if I answered this email. I was wrong and you were right. Backlinks were indeed broken in 1.1 (they've been broken since
1.1RC2). I've fixed them in 1.1.1 which will be released in the coming few days.
Thanks -Vincent
Hi Vincent
Good news. What have I to do to create backlinks for pages created in 1.1? I suppose I have to edit and save those pages, but does exist a better method?
Yes, you can execute $xwiki.refreshLinks() once (put in in any page, do a preview, it'll get executed and cancel the page edition). -Vincent _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (3)
-
Esbach, Brandon -
Marco Polo -
Vincent Massol