[xwiki-users] Velocity not work in HTTP Meta Info

2016-07-13 Thread Julio Brum
I'm using the 7.4.4 version of XWiki. Does anyone know how to operate the Velocity codes in "HTTP Meta Info"? With the flamingo skin, this work, but with colibri skin not working When I give the right "program" one of the XWiki groups, it works. I saw the following error in the log: WARN  

Re: [xwiki-users] Why an anonymous user has the right administration?

2016-07-13 Thread Julio Brum
Thank you Eduard, Now I understood the concept. Regards,Julio De: Eduard Moraru Para: Julio Brum ; XWiki Users Enviadas: Quarta-feira, 13 de Julho de 2016 18:23 Assunto: Re: [xwiki-users] Why an anonymous user has the

Re: [xwiki-users] Why an anonymous user has the right administration?

2016-07-13 Thread Eduard Moraru
Hi, As you can see from the Default Rights documentation [1], the Programming right implies the Admin right (among many others). Both in theory and in practice, a user with Programming rights can do everything on the wiki. Hope this helps, Eduard -- [1]

Re: [xwiki-users] hql query returning objects?

2016-07-13 Thread Julio Brum
Thank you Thomas, I'll try. Regards,Julio De: Thomas Mortagne Para: XWiki Users Enviadas: Quarta-feira, 13 de Julho de 2016 2:56 Assunto: Re: [xwiki-users] hql query returning objects? On Tue, Jul 12, 2016 at 7:03 PM, dullfig

[xwiki-users] Why an anonymous user has the right administration?

2016-07-13 Thread Julio Brum
Hi, Does anyone know why an unregistered user (not logged in) receives rights to manage the wiki when I give permission program for it? I'm using version 7.4.4 Regards,Julio ___ users mailing list users@xwiki.org

Re: [xwiki-users] hql query returning objects?

2016-07-13 Thread Daniel Ullfig
great! I was hoping there was a way to address an object similar to using an array[] type. Dan -Original Message- From: Thomas Mortagne Sent: Tuesday, July 12, 2016 10:56 PM To: XWiki Users Subject: Re: [xwiki-users] hql query returning objects? On Tue, Jul 12, 2016 at 7:03 PM,

Re: [xwiki-users] [Velocity] get items of static list

2016-07-13 Thread Marius Dumitru Florea
Have you checked the link I gave you? It has an example that shows how to "Retrieve the raw value of the property". On Tue, Jun 28, 2016 at 4:43 PM, D R wrote: > Hi, > > Yes, I want to display the values of the field ddlProductFamily. It is a > multi-select list field. In the

Re: [xwiki-users] How to return to the initial state of my xwiki space

2016-07-13 Thread Marius Dumitru Florea
You need to restore the deleted pages. See http://platform.xwiki.org/xwiki/bin/view/Features/DocumentLifecycle#HRestore . You can also do it programmatically. See for instance http://extensions.xwiki.org/xwiki/bin/view/Extension/RestoreSpace and

[xwiki-users] [ANN] XWiki 8.2 Release Candidate 1 Released

2016-07-13 Thread Marius Dumitru Florea
The XWiki development team is proud to announce the availability of XWiki 8.2 Release Candidate 1. This release integrates CKEditor as the default WYSIWYG content editor and adds a *tour* on the home page to describe the XWiki user interface to newcomers. You can download it here:

Re: [xwiki-users] hql query returning objects?

2016-07-13 Thread Pascal BASTIEN
You can use this code: http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide#HAccessobjectsfromanypageandloopoverallobjectsofsameClass "## if you have more than one object on a page, you will have to loop over them and use "$doc.use"" Pascal BASTIEN