Re: [xwiki-users] WYSIWYG Editor Not Working with Nginx https reverse proxy

2016-07-27 Thread Vincent Massol
Hi Jared, > On 27 Jul 2016, at 17:51, simmsj wrote: > > Pascal, > > That did the trick. All the editors now work over HTTPS in all the browsers > I tested with. > > Thanks for your help. Cool. Do you think you could verify if this page has the information required

Re: [xwiki-users] Menu crashes if changed by a non admin user (see menu application extension)

2016-07-27 Thread Vincent Massol
> On 27 Jul 2016, at 18:05, Vincent Massol wrote: > > >> On 27 Jul 2016, at 17:33, Alina Kupgisch >> wrote: >> >> Hi Marius, >> >> that works and was easy to realize, thanks! And thanks for your description >> as well. I now understand why

Re: [xwiki-users] Menu crashes if changed by a non admin user (see menu application extension)

2016-07-27 Thread Vincent Massol
> On 27 Jul 2016, at 17:33, Alina Kupgisch wrote: > > Hi Marius, > > that works and was easy to realize, thanks! And thanks for your description > as well. I now understand why this is happening. > > Vincent also wrote that this behavior is quite normal, but it

Re: [xwiki-users] WYSIWYG Editor Not Working with Nginx https reverse proxy

2016-07-27 Thread simmsj
Pascal, That did the trick. All the editors now work over HTTPS in all the browsers I tested with. Thanks for your help. - Jared -- View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-Editor-Not-Working-with-Nginx-https-reverse-proxy-tp7600471p7600492.html Sent from the

Re: [xwiki-users] Menu crashes if changed by a non admin user (see menu application extension)

2016-07-27 Thread Alina Kupgisch
Hi Marius, that works and was easy to realize, thanks! And thanks for your description as well. I now understand why this is happening. Vincent also wrote that this behavior is quite normal, but it could be a bit more user friendly...in my opinion. It would be nice if normal users where not

Re: [xwiki-users] WYSIWYG Editor Not Working with Nginx https reverse proxy

2016-07-27 Thread Gmail-ucebex
Hello Jared, I had the same problem. It was due to my nginx SSL conf (sites-enables config), i removed the red part. Works fine for me after this update with Safari, Chrome or Firefox. I give you an extract of my config. Hope this help :-) Regards, Pascal nginx@reverse:~# vi

Re: [xwiki-users] WYSIWYG Editor Not Working with Nginx https reverse proxy

2016-07-27 Thread simmsj
I installed the CKEditor on my 8.1 installation and it worked the first time I tried to edit a page, but after that I get the same spinning sprocket that I do with the default 8.1 WYSIWYG editor over HTTPS using the Nginx reverse proxy. All editors work when going directly to Tomcat over HTTP.

Re: [xwiki-users] Menu crashes if changed by a non admin user (see menu application extension)

2016-07-27 Thread Hamster
The main problem here is that, as a simple user, you can't see that a page has been saved with PR. Thus, simple users will constantly break pages which require PR to function properly. A simple user should atleast get a warning that a page has been saved with PR. Maybe a simple user should be

Re: [xwiki-users] xwiki 8.2 CKEditor spell check

2016-07-27 Thread Patrick Tomblin
Thanks Marius this worked great, however you do need to switch back to GWT as the default WYSIWYG editor as ckeditor doesnt play well with the raw code. Might be worth adding a note on the ckeditor extension page with this fix. With CKEditor being default now the loss of spell check is going to

Re: [xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-07-27 Thread D R
Sorry, my mistake. I edited the wrong field. After changing back Id Field Name to doc.fullName and changing Value Field Name to doc.name it works but still shows 3 items instead of the 2 available pages: Customer ProfileTemplate Test Customer 1 Test Customer 2 On the Customer Profile Application

Re: [xwiki-users] XWiki Application: Pages of one app as dropdown values of other app

2016-07-27 Thread D R
After changing "Id Field Name" to doc.name still the dropdown has 3 empty items though the source application has only 2 pages. Do you have another idea why it is not working? 2016-07-26 14:37 GMT+02:00 Marius Dumitru Florea < mariusdumitru.flo...@xwiki.com>: > On Tue, Jul 26, 2016 at 11:45 AM,

Re: [xwiki-users] [Velocity] get items of static list

2016-07-27 Thread D R
Thanks, Marius Well, looks like it is not supposed to be easy to display the items of a select field. After playing around for some time I have: #set($obj = $doc.getObject('Customer Profile.Code.Customer ProfileClass')) #set($rawValue = $obj.getProperty('sListSupportLevel').value) #set($class =

Re: [xwiki-users] Menu crashes if changed by a non admin user (see menu application extension)

2016-07-27 Thread Marius Dumitru Florea
Hi Alina, On Wed, Jul 27, 2016 at 2:09 PM, Alina Kupgisch < alina.kupgi...@sourcepark.de> wrote: > Hi Xwiki Team, > > it seems as if there is a small bug in the "Menu Application"extension > (version 8.2). Every time a user, that is not in the XWikiAdminGroup, does > some changes on the menu

Re: [xwiki-users] Menu crashes if changed by a non admin user (see menu application extension)

2016-07-27 Thread Vincent Massol
Hi, > On 27 Jul 2016, at 13:09, Alina Kupgisch wrote: > > Hi Xwiki Team, > > it seems as if there is a small bug in the "Menu Application"extension > (version 8.2). Every time a user, that is not in the XWikiAdminGroup, does > some changes on the menu page in

[xwiki-users] Menu crashes if changed by a non admin user (see menu application extension)

2016-07-27 Thread Alina Kupgisch
Hi Xwiki Team, it seems as if there is a small bug in the "Menu Application"extension (version 8.2). Every time a user, that is not in the XWikiAdminGroup, does some changes on the menu page in edit mode, the menu crashes and is no longer visible. To fix that an admin user of XWikiAdminGroup

Re: [xwiki-users] Anonymous users with administrative rights

2016-07-27 Thread Marius Dumitru Florea
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Security+Module#HDefaultrightsbeingpredefined . Programming right implies administration right. On Tue, Jul 12, 2016 at 9:54 PM, Julio Brum wrote: > Hi, > > I'm doing tests with the 7.4.4 version, using the skin

Re: [xwiki-users] Solr elevate.xml

2016-07-27 Thread Marius Dumitru Florea
See https://cwiki.apache.org/confluence/display/solr/The+Query+Elevation+Component . You probably need to add: elevator to the /select request handler configuration that is used by XWiki. Hope this helps, Marius On Sat, Jul 9, 2016 at 1:45 AM, Julio Brum wrote: >

Re: [xwiki-users] Best Attachment Store

2016-07-27 Thread Marius Dumitru Florea
On Tue, Jul 12, 2016 at 1:36 AM, Julio Brum wrote: > Thanks Vincent, > > I still do not know if the files are large or if there are many files. In > which database table are the attached files, please? > See

Re: [xwiki-users] WYSIWYG Editor Not Working with Nginx https reverse proxy

2016-07-27 Thread Marius Dumitru Florea
Hi Jared, Your issue might be related to http://jira.xwiki.org/browse/XWIKI-5771 . Note that the WYSIWYG editor you have in 8.1 is not maintained anymore and has been replaced with CKEditor in 8.2. The good part is that you can install CKEditor on 8.1. See

Re: [xwiki-users] xwiki 8.2 CKEditor spell check

2016-07-27 Thread Marius Dumitru Florea
I haven't tried, but I know there is this issue reported http://jira.xwiki.org/browse/CKEDITOR-86 . I see you commented. I'll try to reply. Thanks, Marius On Tue, Jul 26, 2016 at 11:31 PM, Patrick Tomblin wrote: > Good afternoon, has anyone been able to enable browser based

Re: [xwiki-users] anonymous edit gone?

2016-07-27 Thread Paul Libbrecht
Thanks Alex, I did not have an actual XWikIGuest user (this feels a bit unsafe but... let's see) now I have one which I created with the object editor (and is active). I still have the attached object XWikiRights with view and edit allowed for XWiki.XWikiGuest. But I still can't see the

Re: [xwiki-users] anonymous edit gone?

2016-07-27 Thread Alexandru Cotiuga
Hello Paul, On a clean instance of XWiki 8.2, I created XWiki.XWikiGuest user and granted edit and view rights like it is documented on AdminGuide/Access+Rights and I can edit pages and upload attachments without being