Re: [xwiki-users] Request: make linking easy

2015-11-26 Thread Eduard Moraru
Hi Anton, Sorry to hear you are having such difficulties with XWiki. Even so, it`s interesting to hear other opinions. Regarding your particular issue with the link syntax... TL;DR Try "[[MyExamplePage.WebHome]]". That should work out nicely for what you want. Detailed answer... You say you

[xwiki-users] CORS and headers

2015-11-26 Thread Anton Hughes
Hello I am trying to use XWiki in a CORS fashion, that is, a javascript client calls pages in xwiki. This sometimes works, but I notice sometimes it doesnt. I havent found the reason why it doesnt always work. The error I get when it doesnt is: The 'Access-Control-Allow-Origin' header contains

[xwiki-users] Error when trying to deploy on Jboss 7.1

2015-11-26 Thread Anton Hughes
Hello I am trying to deploy 7.3 on Jboss 7.1. However, when I do, I get the below error. Does anyone know how to fix this? 15:33:36,989 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "xwiki.war" 15:33:42,673 WARN

[xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread Anton Hughes
Hello In a Mediawiki page, a user can added [[category:my category]], and the page will be accessible from the 'my category' category. The same page can be added to many categories. The nested page concept seems to be hierarchical only, so a page belongs in a tree, but cannot therefore be in

Re: [xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread vinc...@massol.net
Hi Anton, On 26 Nov 2015 at 18:26:58, Anton Hughes (a...@tradeworks.io(mailto:a...@tradeworks.io)) wrote: > Hello > > In a Mediawiki page, a user can added [[category:my category]], and the > page will be accessible from the 'my category' category. The same page can > be added to many

Re: [xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread Anton Hughes
On 26 November 2015 at 18:31, vinc...@massol.net wrote: > See: > * http://extensions.xwiki.org/xwiki/bin/view/Extension/Include+Macro > * http://extensions.xwiki.org/xwiki/bin/view/Extension/Display+Macro > Thanks Vincent I have tried both of the above, and get no results -

Re: [xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread vinc...@massol.net
On 26 Nov 2015 at 18:54:35, Anton Hughes (a...@tradeworks.io(mailto:a...@tradeworks.io)) wrote: > > On 26 November 2015 at 18:31, vinc...@massol.net(mailto:vinc...@massol.net) > wrote: > > See: > > * http://extensions.xwiki.org/xwiki/bin/view/Extension/Include+Macro > > *

Re: [xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread Anton Hughes
On 26 November 2015 at 19:02, vinc...@massol.net wrote: > You need a reference that is either absolute or relative to the current > page where the macro is used. > Agh - so its not possible to reference just a page - I also need to reference the space/category. I think this

Re: [xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread vinc...@massol.net
On 26 Nov 2015 at 19:11:37, Anton Hughes (a...@tradeworks.io(mailto:a...@tradeworks.io)) wrote: > > On 26 November 2015 at 19:02, vinc...@massol.net(mailto:vinc...@massol.net) > wrote: > > You need a reference that is either absolute or relative to the current > > page where the macro is

[xwiki-users] Request: make linking easy

2015-11-26 Thread Anton Hughes
HI all One of the key concepts of a wiki is its easy for everyone to edit. There are various wiki syntaxs - perhaps the most popular being Mediawiki - and all of them have a goal of making it easy for users to write in the specific syntax, without the need to know html. So, one of the most

Re: [xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread Anton Hughes
On 26 November 2015 at 19:38, vinc...@massol.net wrote: > > > Give us the full name of your 2 pages and we can show you what to use. > > http://localhost:8080/xwiki/bin/view/test/ > > http://localhost:8080/xwiki/bin/view/MyExamplePage/ > > These 2 pages are not relative to

Re: [xwiki-users] Request: make linking easy

2015-11-26 Thread vinc...@massol.net
Hi, On 26 Nov 2015 at 20:00:54, Anton Hughes (a...@tradeworks.io(mailto:a...@tradeworks.io)) wrote: > HI all > > One of the key concepts of a wiki is its easy for everyone to edit. There > are various wiki syntaxs - perhaps the most popular being Mediawiki - and > all of them have a goal of

Re: [xwiki-users] What is the XWiki equivalent of Mediawiki categories and embed?

2015-11-26 Thread vinc...@massol.net
On 26 Nov 2015 at 20:17:54, Anton Hughes (a...@tradeworks.io(mailto:a...@tradeworks.io)) wrote: > > On 26 November 2015 at 19:38, vinc...@massol.net(mailto:vinc...@massol.net) > wrote: > > > > Give us the full name of your 2 pages and we can show you what to use. > > >

Re: [xwiki-users] Request: make linking easy

2015-11-26 Thread vinc...@massol.net
On 26 Nov 2015 at 20:28:59, Anton Hughes (a...@tradeworks.io(mailto:a...@tradeworks.io)) wrote: > > On 26 November 2015 at 20:18, vinc...@massol.net(mailto:vinc...@massol.net) > wrote: > > [[MyExamplePage]] works in XWiki too :) > > > > > This is so simple that anyone can do it! > >

Re: [xwiki-users] Request: make linking easy

2015-11-26 Thread Anton Hughes
On 26 November 2015 at 20:18, vinc...@massol.net wrote: > If the only difference you see is the markup then you’re missing a lot :) > > See http://www.xwiki.com/fr/comparatifs/xwiki-vs-cms for example. > This document puts a lot of focus on collaboration - which I agree is

Re: [xwiki-users] Request: make linking easy

2015-11-26 Thread vinc...@massol.net
On 26 Nov 2015 at 20:33:23, Anton Hughes (a...@tradeworks.io) wrote: On 26 November 2015 at 20:18, vinc...@massol.net  wrote: If the only difference you see is the markup then you’re missing a lot :) See http://www.xwiki.com/fr/comparatifs/xwiki-vs-cms for example. This

Re: [xwiki-users] Request: make linking easy

2015-11-26 Thread Anton Hughes
On 26 November 2015 at 20:33, vinc...@massol.net wrote: > It works. Create a page with [[test]]. You’ll see a question mark (wanted > link). Click on it, add content and save. Navigate back to your first page. > The link works. > > What you’re showing in the screenshots is

[xwiki-users] Help on Using Database Tree property

2015-11-26 Thread Ramon Gomes Brandao
Hi Team, I could not yet get a proper working instance of an object with Database Tree property. Is there any reference I can check on detais of how I can use this? Everything I could find related with DBTree was on JIRA and they're not clear. I see that I need a page hierarchy to display.