[xwiki-users] Editing pages and index view

2015-03-20 Thread MishaK
Hello! 
I'm using xwiki 6.3 version and I can't update it. I created a panel display
tree (using documentTree) on the left of my wiki pages to display the
content with opening/closing branches and links to the pages on click.
However the order of the tree is messed up because it uses some kind of
sorting. I would like to change the order to my liking. 

Some things that I already did:
-I've tried using File Manager and few other extensions but it doesn't
display anything or doesn't have some dependencies. I'm guessing it is
because of the old version I have. 
-Also tried Hierarchy Macro with editing option but it seems to not move
anything. 
-Lastly I've tried to edit some of the macros, ended up screwing all of the
macros and had to restore the wiki with backup. 

I'm guessing there is a way to hard code all of this but that's the last
option I want to take because every time a new page is added I would have to
edit the tree.

Regards,
Michael



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Editing-pages-and-index-view-tp7594388.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] give all users the programming right

2015-03-20 Thread Nicolas Delsaux
According to XWiki documentation, all non Velocity scripting languages 
are only allowed to be used by sers having the programming rights.
Does it means a groovy macro can only be used if I have the programming 
role ?

If so, is it possible to have all users granted those rights automatically ?

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


Re: [xwiki-users] give all users the programming right

2015-03-20 Thread Thomas Mortagne
The thing that may not be that obvious about programming right given
it's name is that it gives the right on anything. That's because when
you are allowed to execute a groovy or python script you have the
power to do pretty much anything (basically you have the right of
whatever process is running XWiki).

If you still want to do it all you have to do is give programming
right to XWikiAllGroup group on main wiki (only global/main wiki users
are allowed to have programming right) which contain all main wiki
users.


On Fri, Mar 20, 2015 at 3:23 PM, Nicolas Delsaux nicolas.dels...@gmx.fr wrote:
 According to XWiki documentation, all non Velocity scripting languages are
 only allowed to be used by sers having the programming rights.
 Does it means a groovy macro can only be used if I have the programming role
 ?
 If so, is it possible to have all users granted those rights automatically ?

 --
 Nicolas Delsaux
 ___
 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] ajax example

2015-03-20 Thread Pascal BASTIEN
Hello,

Here, I provided an simple Ajax example to use in xwiki application:
http://extensions.xwiki.org/xwiki/bin/view/Extension/AJAX+example#Attachments
This mail on this list to validate that what I wrote is the best way (like 
suggest Vincent)

Thxs.

Pascal BASTIEN

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