[xwiki-users] upgraded xwiki 7.0.1 to 8.2.1: bootstrap/tooltip problem

2016-10-05 Thread Pascal BASTIEN
Hello,
I upgraded xwiki 7.0.1 to 8.2.1 but it seem that
bootstrap/tooltip doesn't work anymore.

I use bootstrap to show tooltip:
https://bootstrapdocs.com/v3.3.6/docs/javascript/#tooltips

In my page I paste this code:
{{html}}
Tooltip on right
{{/html}}

and add a JSX object with jquery to call tooltip:
require(['jquery'], function ($) {
   $(function () {
 $('[data-toggle="tooltip"]').tooltip()
   })
});

NB: if I paste this code:
{{html}}


Tooltip on right
{{/html}}
tooltip working well.

I tested on a page from xwiki 7.0.1 and exported on jetty package 8.2.1
but I didn't found the error in HTML source.

Thxs for any help

Pascal B
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [myxwiki] new wiki request

2016-10-05 Thread Alexandre RODRIGUEZ

Hello,
I represent a French non-profit association in the video games.
We organize LAN party, rallies players in video games and help other
non-profit organizations by lending of equipment (electrical, network,
server, scene).
We have more and more members and we would like to create a wiki for all new
members to quickly find information.

Here is the website of the association:http://lanalliance.org
Here is the website of the competition circuit we organize:
http://mastersjeuvideo.org

I wanted to know if we could have a xwiki community.

I remain at your disposal for any information.
Sorry for my English.

Thank you very much !
*owner name*:*Alexandre RODRIGUEZ (napo)**wiki name*: lanalliance.myxwiki.org

*--
Alexandre RODRIGUEZ*
/Secrétaire LanAlliance/

Port : +33 (0)6 87 45 17 90
@ : alexandre.rodrig...@lanalliance.org 


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] xwiki community for non profit organization

2016-10-05 Thread Thomas Mortagne
You should take a look at http://myxwiki.org.

On Wed, Oct 5, 2016 at 2:41 PM, Alexandre RODRIGUEZ
 wrote:
> Hello,
> I represent a French non-profit association in the video games.
> We organize LAN party, rallies players in video games and help other
> non-profit organizations by lending of equipment (electrical, network,
> server, scene).
> We have more and more members and we would like to create a wiki for all new
> members to quickly find information.
>
> Here is the website of the association: http://lanalliance.org
> Here is the website of the competition circuit we organize:
> http://mastersjeuvideo.org
>
> I wanted to know if we could have a xwiki community.
>
> I remain at your disposal for any information.
> Sorry for my English.
>
> Thank you very much !
>
> *--
> Alexandre RODRIGUEZ*
> /Secrétaire LanAlliance/
>
> Port : +33 (0)6 87 45 17 90
> @ : alexandre.rodrig...@lanalliance.org
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] xwiki community for non profit organization

2016-10-05 Thread Alexandre RODRIGUEZ

Hello,
I represent a French non-profit association in the video games.
We organize LAN party, rallies players in video games and help other 
non-profit organizations by lending of equipment (electrical, network, 
server, scene).
We have more and more members and we would like to create a wiki for all 
new members to quickly find information.


Here is the website of the association: http://lanalliance.org
Here is the website of the competition circuit we organize: 
http://mastersjeuvideo.org


I wanted to know if we could have a xwiki community.

I remain at your disposal for any information.
Sorry for my English.

Thank you very much !

*--
Alexandre RODRIGUEZ*
/Secrétaire LanAlliance/

Port : +33 (0)6 87 45 17 90
@ : alexandre.rodrig...@lanalliance.org 


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Fw : Re: Fw : Re: ACL missunderstand

2016-10-05 Thread Thomas Mortagne
On Wed, Oct 5, 2016 at 10:56 AM, Pascal BASTIEN  wrote:
>
>> >
>> > So, questions:
>> > -
>> Devs, am I right that rights should be set on WebHome?
>>
>> What you are talking about is
>> space rights and space rights always
>> been
>> set in WebPreferences. Changing it would be a breakage.
>
> Right I agree ACL is still in WebPreference page but I understand what Marius 
> said: children pages in a space (a page on the xwiki root) have space.webhome 
> (and not space.WebPreference) for parent...

You are mixing different things here. The "parent" you are taking
about is related to the deprecated parent/shield relationship based on
document parent field. Right now the parent of the entity "Space.Page"
is entity "Space" and Space.WebHome just happen to store this entity's
displayer while Space.WebPreferences store its rights.

>
>>
>> > - Devs, what's the
>> actual effect when rights are set on
>> >
>> Enciclopedie.WebPreferences?
>>
>> Depend what right you are talking about. If you
>> set XWikiGlobalRights
>> it will apply to the
>> whole Enciclopedie space. If you set XWikiRights
>> you will set the right for the document
>> Enciclopedie.WebPreferences.
>
> I understand that: If you set rights access on Encyclopédie.WebPreference 
> page:
> - "rights: page & children" are applied on children pages ... and 
> Encyclopédie.WebHome!
> -" rights on page" are applied on Encyclopédie.WebHome (XWiki.XWikiRights 
> objects are added)
> Then I don't know which rights are applied if "rights: page & children" and 
> "rights on page" are different?

As I said you have 2 different classes to set rights. XWikiRights
apply to the document where this object(s) is stored.
XWikiGlobalRights is used for wiki level or space level rights
depending where it's located (XWiki.XWikiPreferences document for wiki
rights and .WebPreferences document for space rights).

> I suppose that "rights: page & children" must be "rights: children pages" 
> instead ?

No, the global rights apply to WebHome too since it apply to all the
documents in the space.

>
>
>> > -
>> Pascal, did you set the rights manually on that page?
> On xWiki 7.0.1, yes Global xwiki right and encyclopédie space rigt, then I 
> upgrade xwiki to 8.2.1 and I encoutered the problem
>
>> > - Were the rights set as space rights
>> before and were wrongly migrated/kept
>> >
>> on the wrong document?
> Previous rights are well migrated but my user couldn't create page anymore.
> To resolve my problem I apply again correct rights without success. But 
> during my chat with Thomas, we saw that is is not a right access the problem: 
> rights are correctly applied but "+" icone is not displayed: 
> http://jira.xwiki.org/browse/XWIKI-13699
>
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Fw : Re: Fw : Re: ACL missunderstand

2016-10-05 Thread Pascal BASTIEN

> >
> > So, questions:
> > -
> Devs, am I right that rights should be set on WebHome?
> 
> What you are talking about is
> space rights and space rights always
> been
> set in WebPreferences. Changing it would be a breakage.

Right I agree ACL is still in WebPreference page but I understand what Marius 
said: children pages in a space (a page on the xwiki root) have space.webhome 
(and not space.WebPreference) for parent...

> 
> > - Devs, what's the
> actual effect when rights are set on
> >
> Enciclopedie.WebPreferences?
> 
> Depend what right you are talking about. If you
> set XWikiGlobalRights
> it will apply to the
> whole Enciclopedie space. If you set XWikiRights
> you will set the right for the document
> Enciclopedie.WebPreferences.

I understand that: If you set rights access on Encyclopédie.WebPreference page:
- "rights: page & children" are applied on children pages ... and 
Encyclopédie.WebHome!
-" rights on page" are applied on Encyclopédie.WebHome (XWiki.XWikiRights 
objects are added)
Then I don't know which rights are applied if "rights: page & children" and 
"rights on page" are different?
I suppose that "rights: page & children" must be "rights: children pages" 
instead ?

 
> > -
> Pascal, did you set the rights manually on that page?
On xWiki 7.0.1, yes Global xwiki right and encyclopédie space rigt, then I 
upgrade xwiki to 8.2.1 and I encoutered the problem

> > - Were the rights set as space rights
> before and were wrongly migrated/kept
> >
> on the wrong document?
Previous rights are well migrated but my user couldn't create page anymore.
To resolve my problem I apply again correct rights without success. But during 
my chat with Thomas, we saw that is is not a right access the problem: rights 
are correctly applied but "+" icone is not displayed: 
http://jira.xwiki.org/browse/XWIKI-13699


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users