[xwiki-users] xWIKI LDAP auto update

2016-04-14 Thread Rochlin Oleg
Hello there. I am pretty new to XWIKI. I have some questions to LDAP and User information. User management is currently used with LDAP. I changed user profile information and mapped fields to LDAP. Information is as usual updated once user logged in to XWIKI I would like to know if there is

[xwiki-users] Compare Strings

2016-04-29 Thread Rochlin Oleg
I am currently trying to Filter my userlist #set($users = $xwiki.rightsmanager.usersApi.allUsers) #foreach($user in $users) #if(($xwiki.getUser($user).isUserInGroup("XWiki.GroupName"))&& $xwiki.getUser($user).position !="StringExample") {{section justify="true"}} It should show me all

[xwiki-users] Sort Array of Objects

2016-05-03 Thread Rochlin Oleg
Hello again. I don´t have really much knowledge in Velocity. So right now begging for help :D #set($users = $xwiki.rightsmanager.usersApi.allUsers) #foreach($user in $users) I am getting an array of objects(user in xwiki). $users-array should be sorted by familyname Here is the snippet

Re: [xwiki-users] Changing the app name in App Within Minutes

2016-05-02 Thread Rochlin Oleg
Hello there. I´ve got some questions about xwiki blog. Currently blog is being used by internal and also external user. some information should not be read by externals. Is it possible to decide right access for every single post? Thanks, Oli ___

[xwiki-users] XWiki Button with ActionListener?

2016-04-18 Thread Rochlin Oleg
Hello my fellow XWIKI-people. I would like to create a button to generate some content. Pseudo-code example {{velocity}} #set(button=false) Click this Button causes #set(button=true) #if($button) script starts #end {{/velocity}} Any ideas? I am pretty new to WIKI Mit freundlichen Grüßen

Re: [xwiki-users] XWiki Button with ActionListener?

2016-04-19 Thread Rochlin Oleg
is the XWiki Developer's Guide: http://platform.xwiki.org/xwiki/bin/view/DevGuide/ Regards, Mohamed. On Mon, Apr 18, 2016 at 1:28 PM, Rochlin Oleg <oleg.roch...@ssi-schaefer.com > wrote: > Hello my fellow XWIKI-people. > I would like to create a button to generate some content. >