[xwiki-users] Tomcat policy file for XWiki 5.0.1

2013-05-27 Thread Hoani Cross
Hi, I wanted to get SecurityManager properly activated for running xwiki 5.0.1 and after hours of testing, I got this version of the catalina.policy that seems to work properly : grant codeBase "file:${catalina.base}/webapps/xwiki/WEB-INF/lib/-" { permission java.util.PropertyPermission "*", "r

Re: [xwiki-users] Tomcat policy file for XWiki 5.0.1

2013-05-27 Thread Vincent Massol
Hi Hoani, This is useful, would be nice to put it somewhere on http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat Thanks -Vincent On May 27, 2013, at 9:25 AM, Hoani Cross wrote: > Hi, > > I wanted to get SecurityManager properly activated for running xwiki 5.0.1 > and aft

Re: [xwiki-users] Tomcat policy file for XWiki 5.0.1

2013-05-27 Thread Hoani Cross
Done. Hoani CROSS Globotraders Tahiti Founder [http://globotraders-tahiti.com] 2013/5/27 Vincent Massol > Hi Hoani, > > This is useful, would be nice to put it somewhere on > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat > > Thanks > -Vincent > > On May 27, 2013, at 9:

Re: [xwiki-users] Tomcat policy file for XWiki 5.0.1

2013-05-27 Thread Vincent Massol
Thanks! -Vincent On May 27, 2013, at 12:57 PM, Hoani Cross wrote: > Done. > > Hoani CROSS > Globotraders Tahiti Founder [http://globotraders-tahiti.com] > > > 2013/5/27 Vincent Massol > >> Hi Hoani, >> >> This is useful, would be nice to put it somewhere on >> http://platform.xwiki.org/xw

[xwiki-users] RES: Tomcat policy file for XWiki 5.0.1

2013-05-27 Thread Danilo Amaral de Oliveira
Hello People, I am trying to install the Xwiki to build a enterprise wiki in my company but I am facing some problems. I download the zip package available and I installed the Xwiki in the C: directory. My server configuration is: Windows 2008 Server R2 x64 Server JRE 7 Xwiki Enterprise 5.0.

[xwiki-users] Macro Error

2013-05-27 Thread Danilo Amaral de Oliveira
**Plz ignore the last msg, I sent it with the wrong subject** Hello People, I am trying to install the Xwiki to build a enterprise wiki in my company but I am facing some problems. I download the zip package available and I installed the Xwiki in the C: directory. My server configurati

Re: [xwiki-users] RES: Tomcat policy file for XWiki 5.0.1

2013-05-27 Thread Vincent Massol
Hi, Please use XWiki 5.0.2, we fixed this issue. Sorry and thanks -Vincent On May 27, 2013, at 1:44 PM, Danilo Amaral de Oliveira wrote: > Hello People, > > I am trying to install the Xwiki to build a enterprise wiki in my company but > I am facing some problems. > > I download the zip pa

Re: [xwiki-users] Macro Error

2013-05-27 Thread Vincent Massol
See my answer on the other thread. Thanks -Vincent On May 27, 2013, at 1:53 PM, Danilo Amaral de Oliveira wrote: > **Plz ignore the last msg, I sent it with the wrong subject** > > > > Hello People, > > > > I am trying to install the Xwiki to build a enterprise wiki in my company but >

Re: [xwiki-users] RES: Tomcat policy file for XWiki 5.0.1

2013-05-27 Thread Thomas Mortagne
On Mon, May 27, 2013 at 1:56 PM, Vincent Massol wrote: > Hi, > > Please use XWiki 5.0.2, we fixed this issue. He seems to use it already. From what I understand the WYSIWYG/GWT does not fallback on main wiki when the wiki does not exists (which means it does not go trough XWiki#getRequestWikiName

Re: [xwiki-users] Macro Error

2013-05-27 Thread Thomas Mortagne
And mine ;) On Mon, May 27, 2013 at 1:56 PM, Vincent Massol wrote: > See my answer on the other thread. > > Thanks > -Vincent > > On May 27, 2013, at 1:53 PM, Danilo Amaral de Oliveira > wrote: > >> **Plz ignore the last msg, I sent it with the wrong subject** >> >> >> >> Hello People, >> >> >>

Re: [xwiki-users] Macro Error

2013-05-27 Thread Sergiu Dumitriu
See http://stackoverflow.com/q/16605762/620249 On 05/27/2013 07:53 AM, Danilo Amaral de Oliveira wrote: > **Plz ignore the last msg, I sent it with the wrong subject** > > > > Hello People, > > > > I am trying to install the Xwiki to build a enterprise wiki in my company but > I am facing s

Re: [xwiki-users] Macro Error

2013-05-27 Thread Thomas Mortagne
Actually according to the stack trace, it fail in XWiki.getXWiki so I don't understand how this can happen on 5.0.2 if xwiki.virtual.failOnWikiDoesNotExist is not enabled. On Mon, May 27, 2013 at 2:18 PM, Sergiu Dumitriu wrote: > See http://stackoverflow.com/q/16605762/620249 > > On 05/27/2013 07

[xwiki-users] RES: Macro Error

2013-05-27 Thread Danilo Amaral de Oliveira
Sorry, my version was 5.0.1, not 5.0.2... Now it works perfectly. ty -Mensagem original- De: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Em nome de Thomas Mortagne Enviada em: segunda-feira, 27 de maio de 2013 09:28 Para: XWiki Users Assunto: Re: [xwiki-users] Macro Error

[xwiki-users] Error in SpaceExplorer Extension

2013-05-27 Thread mux...@googlemail.com
Hi All, I just installed a new xwiki on glassfish and postgresql. I need a tree based navigation, so i installed Space Explorer. But it shows an error when it tries to load the menu: Server returned TRANSPORT_ERROR with no error message. How can I fix this? Or how can I implement another Tree Nav

Re: [xwiki-users] HQL query on DBTreeList

2013-05-27 Thread pierrick.bena
Thanks Ricardo, it solved my problem :-) Regards Pierrick On Fri, 24 May 2013 18:02:13 +0200, wrote: > Hi! > > Why don't you consider to use XWQL instead? Find below a living > example based on examples on this xwiki.org page... > > http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Mo

[xwiki-users] javascript parameter

2013-05-27 Thread pierrick.bena
Hi everybody, I would like to send a javascript parameter with this jQuery method : $.ajax({ url: "myurl", dataType: "json", data: {"myparameter" : "value"}, beforeSend : function(xhr) { xhr.setRequestHeader("Authorization", "Basic " + coded); }

Re: [xwiki-users] Parent Children Livetable Macro

2013-05-27 Thread Marius Dumitru Florea
On Sun, May 26, 2013 at 5:02 PM, Belkhiria Hamza Yazid wrote: > HI, > > Is there a way to apply this macro > in order to show > parent children for a specific page rather than a space ? What do you mean? http://extensions.xwiki.org/xwiki/bin/view/Extension/Parent-Children+Livetable+macro is inst

Re: [xwiki-users] javascript parameter

2013-05-27 Thread Sergiu Dumitriu
On 05/27/2013 11:15 AM, pierrick.b...@intech.lu wrote: > Hi everybody, > > I would like to send a javascript parameter with this jQuery method : > > $.ajax({ > > url: "myurl", > dataType: "json", > data: {"myparameter" : "value"}, > beforeSend : function(xhr) { >

Re: [xwiki-users] Immediate Children not working

2013-05-27 Thread Marius Dumitru Florea
Works for me. On Sun, May 26, 2013 at 7:06 PM, Belkhiria Hamza Yazid wrote: > Hi > > I just copied the code in here > http://extensions.xwiki.org/xwiki/bin/view/Extension/Immediate+Children+Pages > > into a new navigation panel, > > > it is not showing anything > i have the same problem with the

Re: [xwiki-users] Parent Children Livetable Macro

2013-05-27 Thread Belkhiria Hamza Yazid
this macro show parents and children of a space, i want it to show the same for a spefic page, for now, i use it in a page but it still generates report on all the pages of the same space, On 27 May 2013 19:14, Marius Dumitru Florea wrote: > On Sun, May 26, 2013 at 5:02 PM, Belkhiria Hamza Y

Re: [xwiki-users] Immediate Children not working

2013-05-27 Thread Belkhiria Hamza Yazid
maybe it is wiki syntax, are you on xwiki 2.1 syntax ? On 27 May 2013 19:21, Marius Dumitru Florea wrote: > Works for me. > > On Sun, May 26, 2013 at 7:06 PM, Belkhiria Hamza Yazid > wrote: > > Hi > > > > I just copied the code in here > > > http://extensions.xwiki.org/xwiki/bin/view/Extension

Re: [xwiki-users] Parent Children Livetable Macro

2013-05-27 Thread Marius Dumitru Florea
On Mon, May 27, 2013 at 9:22 PM, Belkhiria Hamza Yazid wrote: > this macro show parents and children of a space, > > i want it to show the same for a spefic page, You were not clear about that. If you read http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro#HAllacceptedvalues th

Re: [xwiki-users] Error in SpaceExplorer Extension

2013-05-27 Thread Marius Dumitru Florea
On Mon, May 27, 2013 at 5:30 PM, mux...@googlemail.com wrote: > Hi All, > > I just installed a new xwiki on glassfish and postgresql. > I need a tree based navigation, so i installed Space Explorer. But it shows > an error when it tries to load the menu: Server returned TRANSPORT_ERROR > with no e

Re: [xwiki-users] Immediate Children not working

2013-05-27 Thread Marius Dumitru Florea
Yes. I went to Panels.WebHome, created a new panel Foo, replaced the default content with the one copied from the extension page, saved, went to the wiki administration, Page Elements, added Panels.Foo to the list of right panels, saved, went to the home page and the Children panel listed all child

Re: [xwiki-users] Immediate Children not working

2013-05-27 Thread Belkhiria Hamza Yazid
now it works thanks :) is it possible to customize the header of the panel to show instead of "Children" Something like " Children of (name of the page)" On 27 May 2013 19:33, Marius Dumitru Florea wrote: > Yes. I went to Panels.WebHome, created a new panel Foo, replaced the > default content

Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc

2013-05-27 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi Vincent, all! Please, do you think this is of any value and clear enough as to going to XWiki Extensions Query Module page? http://www.idisantiago.es/bin/XWQL/QueryOnComments Thanks! From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf O

Re: [xwiki-users] Immediate Children not working

2013-05-27 Thread Marius Dumitru Florea
On Mon, May 27, 2013 at 10:44 PM, Belkhiria Hamza Yazid wrote: > now it works thanks :) > > is it possible to customize the header of the panel to show instead of > "Children" > Something like " Children of (name of the page)" Replace #panelheader($msg.get("core.viewers.information.children"))

Re: [xwiki-users] Immediate Children not working

2013-05-27 Thread Belkhiria Hamza Yazid
Works Perfect, Thanks Marius, On 28 May 2013 07:25, Marius Dumitru Florea wrote: > On Mon, May 27, 2013 at 10:44 PM, Belkhiria Hamza Yazid > wrote: > > now it works thanks :) > > > > is it possible to customize the header of the panel to show instead of > > "Children" > > Something like " Chil

Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc

2013-05-27 Thread Vincent Massol
Hi Ricardo, On May 28, 2013, at 7:35 AM, wrote: > Hi Vincent, all! > > Please, do you think this is of any value and clear enough as to going to > XWiki Extensions Query Module page? > > http://www.idisantiago.es/bin/XWQL/QueryOnComments Yes it would be great to add this to extensions.xwiki

Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc

2013-05-27 Thread Paul Libbrecht
Wow, such a query is likely to be slow on a big wiki... I'd sift a word on that (as it uses the "like" operator of the DB). Using the lucene or solr search modules is likely to give a considerable amount of performance gain. paul On 28 mai 2013, at 08:45, Vincent Massol wrote: > Hi Ricardo, >