[xwiki-users] Prevent delete some page

2015-02-13 Thread Pascal BASTIEN
Hello, In my xwiki application, I want prevent user to delete pages (even he is the creator). Users create page with my form (some class/Sheet/Template/Velocity/API xwiki) and of course I want to keep original UserCreator info in the doc. Is it possible? I didn't manage with right access (XWiki

[xwiki-users] [myxwiki] XWiki Enterprise 6.4.1 Upgrade

2015-02-13 Thread Thomas Mortagne
Hi everyone, myxwiki.org has been upgraded to XE 6.4.1. If you own a wiki hosted there you should have a look at the release notes for this version at: http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ You should automatically get an upgrade wizard for your wiki when you login as admin. For more

Re: [xwiki-users] Automate initializinig after reboot (Windows Server)

2015-02-13 Thread Yvan Arnaud
Hi, you could use the following Powershell Script on your Windows Server: # Initiate XWIKI after restart $webclient = new-object System.Net.WebClient $webpage = $webclient.DownloadString("http://xwiki-server-address";) Basically, it opens the home page as a client, thus initiating XWiki. You co

Re: [xwiki-users] Automate initializinig after reboot (Windows Server)

2015-02-13 Thread vinc...@massol.net
Hi, On 13 Feb 2015 at 11:04:49, D R (rir@gmail.com(mailto:rir@gmail.com)) wrote: > Hi, > > after every reboot of our Windows Server when first connecting to XWiki in > the browser a page is shown with "Initializing (xx%)" which runs for > several seconds before finally the XWiki

[xwiki-users] Automate initializinig after reboot (Windows Server)

2015-02-13 Thread D R
Hi, after every reboot of our Windows Server when first connecting to XWiki in the browser a page is shown with "Initializing (xx%)" which runs for several seconds before finally the XWiki main page is shown. Is there some way to automate this initialization after the machine rebooted? Setup: Wi

Re: [xwiki-users] HQL selected index of combo box list

2015-02-13 Thread Marius Dumitru Florea
Hi Jason On Thu, Feb 12, 2015 at 8:54 AM, Jason Clemons wrote: > Hey Marius, > > Thanks for responding...my form has multiple comboboxes each having a value > of essentially "Select a status" or "Select a type" etc..as the 0 index for > each..while indexes 1 thru N are valid selections, index s