[xwiki-users] Container authentication

2015-08-20 Thread Tim Dudgeon
I'm wanting to use container (tomcat) authentication with XWiki so that I can use a single sign on solution, using the instructions found here: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication#HContainerAuthentication I managed to get something basic set up and the authenticati

Re: [xwiki-users] Change Page Owner

2015-08-23 Thread Tim Dudgeon
I'd certainly give that a +1. Seems like pretty necessary functionality. Also, to be able to transfer ownership of all items belonging to a user (useful when someone leaves your organisation and you need to transfer their "stuff" to someone else). Tim On 23/08/2015 13:39, vinc...@massol.net w

Re: [xwiki-users] Change Page Owner

2015-08-23 Thread Tim Dudgeon
every document. Maybe there's already a way to do this. Tim On 23/08/2015 18:40, vinc...@massol.net wrote: Hi Tim, On 23 Aug 2015 at 22:53:56, Tim Dudgeon (tdudg...@informaticsmatters.com(mailto:tdudg...@informaticsmatters.com)) wrote: I'd certainly give that a +1. Se

Re: [xwiki-users] Container authentication

2015-08-24 Thread Tim Dudgeon
On 24/08/2015 04:24, Thomas Mortagne wrote: Sounds like your user is not added in the right group(s) (which mean it does not have any right). Quite likely. But what groups are needed? Tim ___ users mailing list users@xwiki.org http://lists.xwiki.org

Re: [xwiki-users] Container authentication

2015-08-25 Thread Tim Dudgeon
On 24/08/2015 10:15, Thomas Mortagne wrote: Note that an authenticator is supposed to use com.xpn.xwiki.XWiki#createUser API which automatically add the user in the minimum groups. On Mon, Aug 24, 2015 at 4:11 PM, Thomas Mortagne wrote: The minimum group is XWiki.XWikiAllGroup. On Mon, Aug 24,

Re: [xwiki-users] Container authentication

2015-08-26 Thread Tim Dudgeon
hat user is not added to the XWiki users. Are there any example sof how to get this working? Tim On 26/08/2015 02:51, Thomas Mortagne wrote: On Tue, Aug 25, 2015 at 5:04 PM, Tim Dudgeon wrote: So it looks like the AppServerTrustedAuthServiceImpl class is calling createUser(): https://github.

Re: [xwiki-users] Container authentication

2015-08-27 Thread Tim Dudgeon
OK, so setting: xwiki.authentication.createuser=empty seems to do the trick. Now behaving as I would expect. Thanks Tim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Skin change breaks everything

2015-08-27 Thread Tim Dudgeon
I tried installing different skin, and the process doesn't seem to work. I installed Leiothrix and Silverdrop using the extensions manager. When I tried to switch the skin on the administration page it didn't seem to work ("You don't have rights to edit this page"?). At one point I was able to se

Re: [xwiki-users] Skin change breaks everything

2015-08-27 Thread Tim Dudgeon
Should have added that this is with version 7.2M2 On 27/08/2015 20:30, Tim Dudgeon wrote: I tried installing different skin, and the process doesn't seem to work. I installed Leiothrix and Silverdrop using the extensions manager. When I tried to switch the skin on the administration pa

Re: [xwiki-users] Skin change breaks everything

2015-08-28 Thread Tim Dudgeon
=flamingo you can view any page with the flamingo skin, no matter what skin is actually set in XWiki.DefaultSkin. Clemens Should have added that this is with version 7.2M2 On 27/08/2015 20:30, Tim Dudgeon wrote: I tried installing different skin, and the process doesn't seem to work. I inst

[xwiki-users] Wiki setup as authenticated user

2016-03-19 Thread Tim Dudgeon
I'm trying to set up a XWiki site using container (tomcat) authentication. The authentication pat is working fine, but I'm having any issue when initialising the site for the first time. Normally (without authentication) xwiki spots that the wiki doesn't exist, and creates it (presumably using s

[xwiki-users] Advice on building simple app

2016-04-18 Thread Tim Dudgeon
Hi all, I'm wanting to create a simple XWiki "app" and being new to this wanted to get some advice before starting. What I want is probably not too far removed from the FAQ app, so it may well look a bit like this, but I wanted to get some pointers before heading off in the wrong direction.

Re: [xwiki-users] Advice on building simple app

2016-04-21 Thread Tim Dudgeon
Thanks for the advice. App Within Minutes certainly does the trick and was quite easy to understand. Tim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Tim Dudgeon
Using a simple XWiki 7.4.2 system I'm having problems getting Export and then Import to work. I'm want to export the entire contents of one Wiki and import it into another one. I think I'm following the instructions here correctly: http://platform.xwiki.org/xwiki/bin/view/AdminGuide/ImportExport

Re: [xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Tim Dudgeon
On 22/04/2016 12:19, Thomas Mortagne wrote: Do you have anything related in the log ? Not in the Tomcat logs, but I found something in the javascript console: Failed to load resource: the server responded with a status of 413 (Request Entity Too Large) with some link to https:///xwiki/bin/u

Re: [xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Tim Dudgeon
In the range of 2-3 MB Tim On 22/04/2016 13:21, Thomas Mortagne wrote: What size is this XAR ? On Fri, Apr 22, 2016 at 2:01 PM, Tim Dudgeon wrote: On 22/04/2016 12:19, Thomas Mortagne wrote: Do you have anything related in the log ? Not in the Tomcat logs, but I found something in the

Re: [xwiki-users] Can't get Export/Import to work

2016-04-22 Thread Tim Dudgeon
On 22/04/2016 16:07, Clemens Klein-Robbenhaar wrote: This blog post: http://cnedelcu.blogspot.de/2013/09/nginx-error-413-request-entity-too-large.html tells me nginx does not allow request bodies larger than 1mb by default if you use nginx you might want to update this configuration varia

Re: [xwiki-users] Can't get Export/Import to work

2016-04-23 Thread Tim Dudgeon
On 22/04/2016 16:07, Clemens Klein-Robbenhaar wrote: This blog post: http://cnedelcu.blogspot.de/2013/09/nginx-error-413-request-entity-too-large.html tells me nginx does not allow request bodies larger than 1mb by default if you use nginx you might want to update this configuration varia

Re: [xwiki-users] Can't get Export/Import to work

2016-04-29 Thread Tim Dudgeon
On 25/04/2016 08:04, Vincent Massol wrote: I’ve documented this at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/NginX#HRequestEntityTooLarge BTW, would be great if you could validate the nginx configuration there. It was entered by a contributor and not by any member of the xwiki dev t

[xwiki-users] Display line numbers in code macro?

2016-06-10 Thread Tim Dudgeon
Is it possible to display line numbers using the code macro extension? http://extensions.xwiki.org/xwiki/bin/view/Extension/Code+Macro Tim ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Adding css style to page

2016-08-20 Thread Tim Dudgeon
Hi Folks, I'm struggling with something I thought should be quite simple. I want to style a series of elements in a page (box macro) so want to just define a css style for this just for this one page. I was trying to set styles using html content like this: {{html}} h1 {color:red;} p {color:blue

Re: [xwiki-users] Adding css style to page

2016-08-20 Thread Tim Dudgeon
{ # this one does padding-top: 8px; padding-bottom: 5px; font-family: monospace; color: green; } This is with version 7.4.2. Tim On 20/08/2016 13:56, Vincent Massol wrote: Hi Tim, On 20 Aug 2016, at 14:32, Tim Dudgeon wrote: Hi Folks, I'm struggling with something I th

Re: [xwiki-users] Adding css style to page

2016-08-20 Thread Tim Dudgeon
2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;"> On 20 Aug 2016, at 16:20, Tim Dudgeon <tdudgeon...@gmail.com> wrote: Vincent, thanks. The SkinExtensions did the trick. I did find one strange thing in that the first style definition was ignored. I

[xwiki-users] Exporting a space

2013-09-20 Thread Tim Dudgeon
Would welcome some advice on how to export the contents of an entire space so that it can be imported into a different XWiki instance. I looked at this: http://platform.xwiki.org/xwiki/bin/view/Features/Exports and reading between the lines thought that a URL like this should do the trick: http