[xwiki-users] Need doc about access object in a page (and use doc)

2015-02-09 Thread Pascal BASTIEN
Hello, I read/apply this doc with succcess: http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide#HAccessobjectsinapage With this code I can display all objects ATTACHED to THIS page. *** #set($class = $obj.xWikiClass) ## access the class object representing SomeSpace.SomeClass

Re: [xwiki-users] Fw : Re: Fw : Re: Need doc about access object in a page (and use doc)

2015-02-09 Thread Jeremie BOUSQUET
Hi, 2015-02-09 15:37 GMT+01:00 Pascal BASTIEN pbasnews-xw...@yahoo.fr: Thxs god! xwiki is a wonderfull world ... when we manage to do what we want (or we can understand javadoc) ... hum! Note that javadoc may not be the better entry point to understand the xwiki model, but you may find this

[xwiki-users] Search inside page source

2015-02-09 Thread walid yaich
Hi XWIKI Team, Please, is there any way to make a search inside page sources. I need to search for a word inside page sources in the Space Main. Even by a query on the database. Thanks in advance. Best Regards, Walid YAICH ___ users mailing list

[xwiki-users] Global user and local user with Xwiki 6.4 Sub wiki + LDAP account

2015-02-09 Thread Pascal BASTIEN
Hello, Is it possible to force all user in Global user? I (a friend Admin) use LDAP account and 3 subwiki. If new LDAP user log in on a sub wiki (sub wiki URL), unfortunaly a local user is created. Perhaps he must remove subscribe right for new user on sub wiki? Thxs for your help (again :) )

Re: [xwiki-users] Global user and local user with Xwiki 6.4 Sub wiki + LDAP account

2015-02-09 Thread Thomas Mortagne
See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCases#HI27minamultiwikienvironmentandIwantmyLDAPuserstoregisteronlyonthemainwiki On Mon, Feb 9, 2015 at 4:31 PM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote: Hello, Is it possible to force all user in Global user?

[xwiki-users] [ANN] XWiki 7.0 Milestone 1 released

2015-02-09 Thread Eduard Moraru
The XWiki development team is proud to announce the availability of XWiki 7.0 Milestone 1. This is the first milestone release of the 7.x cycle. It features a Document Index Tree Finder for the Index Application, integration of the new Tree Widget with the WYSIWYG editor and some usability

Re: [xwiki-users] how to get debug messages in log

2015-02-09 Thread Jason Clemons
is there a way to log a message from groovy? On Feb 9, 2015, at 12:14 PM, vinc...@massol.net vinc...@massol.net wrote: Hi Jason, On 9 Feb 2015 at 19:32:28, Jason Clemons (jason.clem...@live.com(mailto:jason.clem...@live.com)) wrote: Hello all, which logging configuration do

Re: [xwiki-users] Wrong parameter for password reset

2015-02-09 Thread vinc...@massol.net
Hi, No idea, but there’s little chance you’ll get help with what you posted since you didn’t give much information :) 1) What URL do you have in the reset password mail (the one you click) 2) You didn’t say where you get the error. In XWiki’s UI, in xwiki’s logs? In any case you need to paste

[xwiki-users] Fw : Re: Fw : Re: Fw : Re: Need doc about access object in a page (and use doc)

2015-02-09 Thread Pascal BASTIEN
--- En date de : Lun 9.2.15, Jeremie BOUSQUET jeremie.bousq...@gmail.com a écrit : De: Jeremie BOUSQUET jeremie.bousq...@gmail.com Objet: Re: [xwiki-users] Fw : Re: Fw : Re: Need doc about access object in a page (and use doc) À: Pascal BASTIEN pbasnews-xw...@yahoo.fr, XWiki Users

Re: [xwiki-users] Global user and local user with Xwiki 6.4 Sub wiki + LDAP account

2015-02-09 Thread Pascal BASTIEN
Thanks you it is exactly what my friend need :-) En date de : Lun 9.2.15, Thomas Mortagne thomas.morta...@xwiki.com a écrit : Objet: Re: [xwiki-users] Global user and local user with Xwiki 6.4 Sub wiki + LDAP account À: Pascal BASTIEN

[xwiki-users] how to get debug messages in log

2015-02-09 Thread Jason Clemons
Hello all, which logging configuration do I need to make to see he results of println from Groovy? ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Wrong parameter for password reset

2015-02-09 Thread lorconksu
Hi Vincent, Sorry about that, I was not aware that the threaded information was not included. Anyway, as for the lack of information on the error, I was not sure what I needed to provide as the error on the page literally just say Wrong parameters. Back to the password reset page .

Re: [xwiki-users] how to get debug messages in log

2015-02-09 Thread vinc...@massol.net
On 9 Feb 2015 at 21:15:34, Jason Clemons (jason.clem...@live.com(mailto:jason.clem...@live.com)) wrote: is there a way to log a message from groovy? See  http://extensions.xwiki.org/xwiki/bin/view/Extension/Logging+Module#HScripting Thanks -Vincent On Feb 9, 2015, at 12:14 PM,

[xwiki-users] Fw : Re: Need doc about access object in a page (and use doc)

2015-02-09 Thread Pascal BASTIEN
--- En date de : Lun 9.2.15, Clemens Klein-Robbenhaar c.robbenh...@espresto.com a écrit : De: Clemens Klein-Robbenhaar c.robbenh...@espresto.com Objet: Re: [xwiki-users] Need doc about access object in a page (and use doc) À: users@xwiki.org Date: Lundi 9 février 2015, 13h29 On 02/09/2015

Re: [xwiki-users] Fw : Re: Need doc about access object in a page (and use doc)

2015-02-09 Thread Clemens Klein-Robbenhaar
On 02/09/2015 02:12 PM, Pascal BASTIEN wrote: This code (probably false) doesn't work. #set( $Class = $xwiki.getClass(MySpace.MyClass)) #foreach($prop in $class.properties) ## go through all properties * ${prop.prettyName} : $doc.display($prop.getName()) #end It works for me if I do

Re: [xwiki-users] Server side validation / block save

2015-02-09 Thread Clemens Klein-Robbenhaar
On 02/06/2015 11:04 PM, Jason Clemons wrote: Hey Clemens, Thanks so much for the response I really appreciate it. Ok.. I have the first part working which I think is the plumbing but I'm not sure of the next step. So far I've implemented this in my sheet page:

Re: [xwiki-users] Need doc about access object in a page (and use doc)

2015-02-09 Thread Clemens Klein-Robbenhaar
On 02/09/2015 10:15 AM, Pascal BASTIEN wrote: Hello, I read/apply this doc with succcess: http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide#HAccessobjectsinapage With this code I can display all objects ATTACHED to THIS page. *** #set($class = $obj.xWikiClass) ## access

[xwiki-users] Fw : Re: Fw : Re: Need doc about access object in a page (and use doc)

2015-02-09 Thread Pascal BASTIEN
Thxs god! xwiki is a wonderfull world ... when we manage to do what we want (or we can understand javadoc) ... hum! More seriously, thxs a lot for your help (I pulled my hair during all this week-end). I wil probably add your nice code on this page:

Re: [xwiki-users] how to get debug messages in log

2015-02-09 Thread vinc...@massol.net
Hi Jason, On 9 Feb 2015 at 19:32:28, Jason Clemons (jason.clem...@live.com(mailto:jason.clem...@live.com)) wrote: Hello all, which logging configuration do I need to make to see he results of println from Groovy? No logs, it goes to the page being rendered… Thanks -Vincent