Re: [xwiki-users] Error -You are not allowed to view this document or perform this action.

2012-06-18 Thread Gerritjan Koekkoek
Op 18 jun. 2012, om 08:51 heeft Marius Dumitru Florea het volgende geschreven: > On Sat, Jun 16, 2012 at 1:05 PM, Gerritjan Koekkoek > wrote: >> >> Op 14 jun. 2012, om 15:37 heeft Marius Dumitru Florea het volgende >> geschreven: >> >>> On Thu, Jun 14, 2012 at 4:02 PM, Gerritjan Koekkoek >>>

[xwiki-users] How to disable the workspace menu ?

2012-06-18 Thread Maxime Sinclair
Hello XWiki admins, I just upgraded a wiki farm from 2.7 to 3.5. No particular problem encountered. The only annoyance is the MAIN new menu that appears on the top menu bar. I prefer to hide it, the time to understand what is "Workspace" and how it works in a XEM context. What is the easiest way

Re: [xwiki-users] How to disable the workspace menu ?

2012-06-18 Thread Maxime Sinclair
I deleted the WorkspaceManager.WebHome page of the main wiki. May I restore it in the futur, if it is useful... 2012/6/18 Maxime Sinclair : > Hello XWiki admins, > > I just upgraded a wiki farm from 2.7 to 3.5. No particular problem > encountered. > > The only annoyance is the MAIN new menu that

[xwiki-users] Retrieve all users of a given group

2012-06-18 Thread Stéphanie
Hello, I'm trying to retrieve all users of a given group, but maybe there is a problem with my code. First, this is my code : {{velocity}} #set($users = $xwiki.rightsmanager.usersApi.allUsersNames) #foreach($user in $users) $user #if($user.isUserInGroup('Gestionnaires')) $user #end #e

Re: [xwiki-users] Retrieve all users of a given group

2012-06-18 Thread Jeremie BOUSQUET
Maybe $user.isUserInGroup('XWiki.Gestionnaires') ? 2012/6/18 Stéphanie : > Hello, > > I'm trying to retrieve all users of a given group, but maybe there is a > problem with my code. > > First, this is my code : > > {{velocity}} > > #set($users = $xwiki.rightsmanager.usersApi.allUsersNames) > #fore

Re: [xwiki-users] Retrieve all users of a given group

2012-06-18 Thread Stéphanie Roulland
I've already tried that too but it doesn't work too. 2012/6/18 Jeremie BOUSQUET > Maybe $user.isUserInGroup('XWiki.Gestionnaires') ? > > 2012/6/18 Stéphanie : > > Hello, > > > > I'm trying to retrieve all users of a given group, but maybe there is a > > problem with my code. > > > > First, this

Re: [xwiki-users] Retrieve all users of a given group

2012-06-18 Thread Stéphanie Roulland
I find my answer, and maybe it can help some people. It's not : #if($user.isUserInGroup('Gestionnaires')) But, it's : #if($xwiki.getUser($user).isUserInGroup("XWiki.Gestionnaires")) Hope it can be useful for someone else ^^ Thanks, Stéphanie 2012/6/18 Stéphanie Roulland > I've already tried t

[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 4.1 released

2012-06-18 Thread Caleb James DeLisle
The XWiki Development team is proud to announce the second release of the 4.x cycle. This release brings Extension Manager improvements such as merging of configuration documents during extension upgrade, a more gentle learning curve by hiding internal documents from non-technical users, and lot

Re: [xwiki-users] [xwiki-devs] [ANN] XWiki Enterprise and XWiki Enterprise Manager 4.1 released

2012-06-18 Thread Vincent Massol
On Jun 18, 2012, at 9:04 PM, Caleb James DeLisle wrote: > The XWiki Development team is proud to announce the second release of the 4.x > cycle. > This release brings Extension Manager improvements such as merging of > configuration documents during extension upgrade, a more gentle learning >