Re: [xwiki-users] Program = Admin Expected Behavior?

2016-09-29 Thread simmsj
Got it. Thanks.

 - Jared



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Program-Admin-Expected-Behavior-tp7601420p7601439.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] Deleted Groups Reappear

2016-09-28 Thread simmsj
I'm in the process of setting up LDAP authentication. In the process I
created a few groups that are no longer needed. The groups disappear from
the list when I click the red X, but they always reappear the next time I
view the list of groups.

Is there something else I should be doing to delete groups?

Thanks,
Jared



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Deleted-Groups-Reappear-tp7601421.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] Program = Admin Expected Behavior?

2016-09-28 Thread simmsj
I was testing with a few user accounts and found that users in a specific
group had admin rights even though they weren't in the XWikiAdminGroup and
the group they were in did not have Admin rights checked. After some trial
and error I found that removing the Program right removed Admin rights as
well. 

Is this the expected behavior? I just upgraded to 8.2.1, but this might have
been the case before and I just hadn't noticed.

Thanks,
Jared



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Program-Admin-Expected-Behavior-tp7601420.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


Re: [xwiki-users] WYSIWYG editor not loading after upgrade to 8.2.1

2016-09-27 Thread simmsj
Clearing the browser cache worked. The fix isn't ideal, but I upgraded a
clone and there's no urgency to upgrade the production instance so I can
wait for the issue to be resolved.

Thanks for the help.

 - Jared



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/WYSIWYG-editor-not-loading-after-upgrade-to-8-2-1-tp7601398p7601410.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


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

2016-07-28 Thread simmsj
Pascal,

Thanks for the heads up. The server is for internal use, but I didn't want
authentication being passed over HTTP. I'll take an A in this case. Thank
you again for your help. It probably would have taken quite awhile for me to
track that down on my own.

Vincent,

It looks like the page you referenced on using Nginx is for high volume
sites. My use case was is having Nginx handle HTTPS traffic and port 80. I
can clean up my notes, but my configuration is quite different.

 - Jared



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/WYSIWYG-Editor-Not-Working-with-Nginx-https-reverse-proxy-tp7600471p7600505.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


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 XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


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. They also
work using Nginx to proxy just HTTP traffic instead of HTTPS.

I also tried setting xwiki.url.protocol=https in xwiki.cfg based on one of
the comments from Sergiu Dumitriu in XWIKI-5771 but that didn't help either.

Based on the Tomcat installation instructions, I made the following changes
to my \etc\tomcat\server.xml:

# Added value



Any other thoughts?

Thanks,
Jared




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/WYSIWYG-Editor-Not-Working-with-Nginx-https-reverse-proxy-tp7600471p7600489.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] WYSIWYG Editor Not Working with Nginx https reverse proxy

2016-07-26 Thread simmsj
I configured HTTPS for my XWiki installation using Nginx today and everything
seems to work except the WYSIWYG editor. When trying to edit a page over
HTTPS the editor never loads and I just get the spinner, but editing with
the source editor works without issue. If I stop try to edit the same page
over HTTP everything works correctly.

I followed the instructions here:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat#HNginxproxyingforTomcatapplications

I'm running XWiki 8.1.

Any suggestions?

Thanks,
Jared



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/WYSIWYG-Editor-Not-Working-with-Nginx-https-reverse-proxy-tp7600471.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


Re: [xwiki-users] Trying to use $doc.documentReference as the documentTree root

2016-07-22 Thread simmsj
Thanks. That's working for me now.

Having the Children macro will be helpful as well.

Have a nice weekend



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Trying-to-use-doc-documentReference-as-the-documentTree-root-tp7600411p7600417.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


Re: [xwiki-users] Need Help Installing XWiki on Ubuntu Server 1404 LTS

2016-07-22 Thread simmsj
I was able to install the xwiki-enterprise-tomcat8-pgsql package on Ubuntu
Server 16.04.1 LTS this morning without any issues. 

I would recommend trying:

sudo apt-get install default-jdk

sudo apt install xwiki-enterprise-tomcat8-mysql

 - Jared



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Need-Help-Installing-XWiki-on-Ubuntu-Server-1404-LTS-tp7600396p7600414.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] Trying to use $doc.documentReference as the documentTree root

2016-07-22 Thread simmsj
I'm trying to list the children of the current page. According to this post:
http://lists.xwiki.org/pipermail/users/2015-December/031639.html, I believe
this should work, but all I get is "No pages found":

{{velocity}}

{{documentTree root="$doc.documentReference" /}}

{{/velocity}}

If I use {{velocity}} $doc.documentReference {{/velocity}}, the correct
value is returned.

Can anyone tell me what I'm doing wrong or if there is a better way to list
all the children of the current page?

Thanks,
Jared



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Trying-to-use-doc-documentReference-as-the-documentTree-root-tp7600411.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