Re: [xwiki-users] XWQL datatype question

2016-09-28 Thread Guillaume Delhumeau
More over, it also depends on the field "Relational Storage". See, for example: https://www.xwiki.org/xwiki/bin/view/FAQ/HowToCreateAOneToManyRelationshipInXWiki 2016-09-28 17:31 GMT+02:00 Guillaume Delhumeau < guillaume.delhum...@xwiki.com>: > For list of Users, it's the fullname of the

Re: [xwiki-users] XWQL datatype question

2016-09-28 Thread Guillaume Delhumeau
For list of Users, it's the fullname of the document holding the user, example: XWiki:gdelhumeau. For a database list, it depends on what you have put in the class. You haven't given enough information about the "research" field. Could you describe it a bit more? 2016-09-28 16:23 GMT+02:00

[xwiki-users] Deleted Groups Reappear

2016-09-28 Thread simmsj
I'm in the process of setting up LDAP authentication. In the process I created a few groups that are no longer needed. The groups disappear from the list when I click the red X, but they always reappear the next time I view the list of groups. Is there something else I should be doing to delete

[xwiki-users] Program = Admin Expected Behavior?

2016-09-28 Thread simmsj
I was testing with a few user accounts and found that users in a specific group had admin rights even though they weren't in the XWikiAdminGroup and the group they were in did not have Admin rights checked. After some trial and error I found that removing the Program right removed Admin rights as

Re: [xwiki-users] I would like to migrate my xwiki application from 4.2 to 8.2.1

2016-09-28 Thread Kumar, Piyush
Hi Vincent, Regarding DB indexing I would like to tell you that I already created below indexes as per the page http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Database+Administration to deal with performance but could not get any benefit. Sice we are having 4.2 version at production, we

Re: [xwiki-users] XWQL datatype question

2016-09-28 Thread Gerritjan Koekkoek
Thanks, code checked, made some improvements. But the query should recognize that both class attributes are of type DBLIST. the question is how I should specify the where clause: so where dblist_property1 = :bindvalue1 and dblist_property2 = :bindvalue2 What should we put in our two

Re: [xwiki-users] I would like to migrate my xwiki application from 4.2 to 8.2.1

2016-09-28 Thread Vincent Massol
Hi, > On 28 Sep 2016, at 15:31, Kumar, Piyush wrote: > > > Hi Vincent, > > I apologize for sending it three times. I thought this message has not > delivered as on delivery I was expecting that it will come in my inbox as > well. > Will take care of this.:) ok! Have

Re: [xwiki-users] I would like to migrate my xwiki application from 4.2 to 8.2.1

2016-09-28 Thread Vincent Massol
See http://markmail.org/message/wekcctzz2zdoffit Please don’t send the same mail several times… :) Thanks -Vincent > On 28 Sep 2016, at 15:26, Kumar, Piyush wrote: > > Hi All, > > I am currently using XWiki 4.2 war deployed on apache-tomcat and also using > MySQL DB.

Re: [xwiki-users] I would like to migrate my xwiki application from 4.2 to 8.2.1

2016-09-28 Thread Vincent Massol
> On 28 Sep 2016, at 15:29, Vincent Massol wrote: > > See http://markmail.org/message/wekcctzz2zdoffit > > Please don’t send the same mail several times… :) You already sent it 3 times… -Vincent > Thanks > -Vincent > >> On 28 Sep 2016, at 15:26, Kumar, Piyush

[xwiki-users] I would like to migrate my xwiki application from 4.2 to 8.2.1

2016-09-28 Thread Kumar, Piyush
Hi All, I am currently using XWiki 4.2 war deployed on apache-tomcat and also using MySQL DB. I am using XWiki clustered 2 based on network events distribution. I am also using A multi-tenant setup ( "virtual mode", "multi-wiki" or "farm mode") which allows us to have several wikis running

[xwiki-users] I would like to migrate my xwiki application from 4.2 to 8.2.1

2016-09-28 Thread Kumar, Piyush
Hi All, I am currently using XWiki 4.2 war deployed on apache-tomcat and also using MySQL DB. I am using XWiki clustered 2 based on network events distribution. I am also using A multi-tenant setup ( "virtual mode", "multi-wiki" or "farm mode") which allows us to have several wikis running

Re: [xwiki-users] Task Manager Extension

2016-09-28 Thread flood_daoc
Thanks Vincent, I opted for the subwiki in the end. But this has now caused a new problem.  Task Manager itself works fine but the Kanban Board Macro although shows the information isn't pulling through global users correctly so it is showing a ? At the end of the person's name as no page

Re: [xwiki-users] Skins - Fix Nav Menus when scrooling page content

2016-09-28 Thread Guillaume Delhumeau
Hello. For the top menu, I think you should look at: http://getbootstrap.com/components/#navbar-fixed-top Example: https://jsfiddle.net/5hspvk08/ For the panels, however, it's more complex. I hope it helps, 2016-09-27 17:09 GMT+02:00 Ramon Gomes Brandao < ramon.bran...@planejamento.gov.br>:

Re: [xwiki-users] XWQL datatype question

2016-09-28 Thread Guillaume Delhumeau
Hi. Note that this line: #set( $qParticipations = "from doc.object('$participationClassName') as participation where doc.fullName <> 'waihonapediaResearchParticipationTemplate' and participation.research = :thisresearch" and participation.family = :thisUser) is invalid (you closed the " too