[xwiki-users] Report - 6.2-rc-1

2014-09-17 Thread Andreea Popescu
Hello all, During the last few days we have conducted smoke testing on: Firefox 32, Chrome 37, IE8, IE9, IE10 and IE11. Also, I would like to mention that I have conducted no full test so far on this version. The next full text will most likely take place after version 6.2 is launched. If you wish

Re: [xwiki-users] need advice about an extension developpment

2014-09-17 Thread Michael Bußler
The loading code at the end of course belongs to the rest of the code. -M 2014-09-17 22:54 GMT+02:00 Michael Bußler : > Hi Pascal, > > I've had the same issue. Here is how I solved it with JS: > > > function collapse( panel ){ > panel.addClassName('collapsed').removeClassName('expanded'); > }

Re: [xwiki-users] Installing xWiki in Tomcat

2014-09-17 Thread vinc...@massol.net
Hi, Seems your xwiki WAR is corrupted. You should try to download it again. To verify it, you could run “zip -Tv”. Actually just check the size of the WAR and verify it’s not 0 ("zip file is empty” in your log) ;) Thanks -Vincent On 17 Sep 2014 at 19:27:58, Markus Adler (mad...@outlook.com(

Re: [xwiki-users] need advice about an extension developpment

2014-09-17 Thread Michael Bußler
Hi Pascal, I've had the same issue. Here is how I solved it with JS: function collapse( panel ){ panel.addClassName('collapsed').removeClassName('expanded'); } function collapsePanels() { $$('.PanelIndex').each( collapse ); $$('.PanelAbkuerzungenLink').each( collapse ); $$('.PanelDiffer

Re: [xwiki-users] need advice about an extension developpment

2014-09-17 Thread Pascal BASTIEN
Thxs you (again :-) ) You have just confirmed what I was afraid of, I mean js + cookie. I will probably look into this collapsed menu , this week. but, I am not sure if this replies to your issue... If you like, I will show you the result... if I manage :-/ De

Re: [xwiki-users] FAQ Application - items not showing up

2014-09-17 Thread patrick-ml
Caty, thanks for this check as well. Document is not set to hidden and my profile allows me to view hidden documents. Pages still do not appear under FAQ space. Maybe there is something very simple I am not doing correctly> ~Patrick -Original Message- From: "Ecaterina Moraru (Valica)"

Re: [xwiki-users] FAQ Application - items not showing up

2014-09-17 Thread Ecaterina Moraru (Valica)
Hi Patrick, Maybe the pages are marked as Hidden? Couldn't find a documentation regarding hidden pages, except http://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+hide+a+space+for+some+users but the conclusion is: * Go to your Profile page and from Preferences, set 'Display hidden documents' to TRUE

[xwiki-users] Installing xWiki in Tomcat

2014-09-17 Thread Markus Adler
Hi All, I'm trying to set up xWiki to run as a service via the Tomcat method. I have installed Tomcat 8.0.12, Java 7 update 67 and extracted xwiki-enterprise-web-6.1.war into the webapps folder under Tomcat. I am running on Windows Server 2012 R2. Tomcat recognizes it but when I go to http://lo

Re: [xwiki-users] FAQ Application - items not showing up

2014-09-17 Thread patrick-ml
Thanks Leonardo, but part of my question is much simpler. When I use the "Contribute FAQ.." widget and save my content, it doesn't appear under the FAQ application space. What might I be doing wrong? ~Patrick -Original Message- From: "Leonardo Kodato" Sent: Wednesday, September 17,

Re: [xwiki-users] need advice about an extension developpment

2014-09-17 Thread Ecaterina Moraru (Valica)
Hi Pascal, If you look at http://www.cssportal.com/css3-preview/showing-and-hiding-content-with-pure-css3.php the CSS code for making this work is using the :focus pseudo-class, which is triggered when the link is selected using the mouse pointer or keyboard. It's normal that if you navigate the f

Re: [xwiki-users] Setting page permission when creating an article - AWM

2014-09-17 Thread Leonardo Kodato
Hi Marius. Thanks for the reply. I've already solved this problem. It's not well writen, but it works. 1 - After creating a page, user_X usually goes to "view" mode. So: if ($xcontext.action == "view") #set ($result = $allow_user.set("groups", $doc.getValue("dept"))) #set ($result

Re: [xwiki-users] LDAP service is not available. Please verify your installation

2014-09-17 Thread wolfmav
Hi Thomas, I think I see the issue - I installed the standalone instead of doing the .war file. Any rate I am going to perform the setup again, but using the other methodology in lieu of the windows install package. Ian -- View this message in context: http://xwiki.475771.n2.nabble.com/LDA

Re: [xwiki-users] Setting page permission when creating an article - AWM

2014-09-17 Thread Marius Dumitru Florea
One option is to write an event listener that catches the create event for documents of type "Request" and sets the proper rights. See platform.xwiki.org/xwiki/bin/view/DevGuide/WritingEventListenerTutorial . Hope this helps, Marius On Tue, Aug 5, 2014 at 9:45 PM, Leonardo Kodato wrote: > Hi Xw

[xwiki-users] need advice about an extension developpment

2014-09-17 Thread Pascal BASTIEN
Hello, I try to writing an extension to add the right panel collapsible (with CSS only). Something like this: http://www.cssportal.com/css3-preview/demo/css-menu-ex4.html (hide and seek panel) explained here http://www.cssportal.com/css3-preview/showing-and-hiding-content-with-pure-css3.php I

Re: [xwiki-users] FAQ Application - items not showing up

2014-09-17 Thread Leonardo Kodato
Hi Patrick. Check this out: Maybe you can find something useful. http://lists.xwiki.org/pipermail/users/2014-September/029017.html Regards. I'm also using Xwiki 6.1 with FAQ app. 2014-09-17 0:56 GMT-03:00 : > > Hello. > > We're using the most recent version of xWiki (6.1) with the most recent