[xwiki-users] XWiki default syntax page is broken

2014-05-22 Thread Paul Libbrecht
Hello xwikiers,

as usual I google xwiki syntax and find a first match being this page:
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax

But it now displays Failed to execute the [groovy] macro with a root cause 
being a dom4j error.

I am not sure how to debug that without console.

paul
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki default syntax page is broken

2014-05-22 Thread vinc...@massol.net
Hi Paul,

On 22 May 2014 at 09:27:59, Paul Libbrecht 
(p...@hoplahup.net(mailto:p...@hoplahup.net)) wrote:

 Hello xwikiers,
  
 as usual I google xwiki syntax and find a first match being this page:
 http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax
  
 But it now displays Failed to execute the [groovy] macro with a root cause 
 being a dom4j error.
  
 I am not sure how to debug that without console.

Thanks for reporting. It’s fixed now. The issue is that it was rendering a page 
located in git in the 5.2 branch and that branch just got removed a few minutes 
ago ;)

Thanks
-Vincent

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] XWiki default syntax page is broken

2014-05-22 Thread Paul Libbrecht



Le 22 mai 2014 à 09:47, vinc...@massol.net vinc...@massol.net a écrit :
 Thanks for reporting. It’s fixed now. The issue is that it was rendering a 
 page located in git in the 5.2 branch and that branch just got removed a few 
 minutes ago ;)

Nice!

All that without a word on IRC from me… really we're a vivid community!

paul
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Image-Plugin Settings

2014-05-22 Thread Michael Bußler
Just a short recap:
I've noticed that images are shrinked according to the width= and height=
parameters when given in XWiki 2.1 Syntax as described in [
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HXWikiSyntax2.1ImageSpecification
]

Now, I wonder if it is possible, to always get the images in a higher
resolution and let the client do the scaling? Just think of what might
happen, if the user starts to zoom in or how images are presented to users
with hi-res (eg. Apples Retina) displays..

To achieve this, I'm currently using the height and width parameters for
the image container in conjunction with the queryString paramter to get an
appropriate image resolution, but I wonder If there is better solution for
that.

Best Regards, Michael






2014-05-21 22:37 GMT+02:00 Michael Bußler michael.buss...@googlemail.com:

 Hi Marius, it worked as expected!

 @vincent: At least it is documented in the mailing list now! :)

 Thanks!

 Am 21.05.2014 um 13:49 schrieb Marius Dumitru Florea 
 mariusdumitru.flo...@xwiki.com:

  Hi Michael,
 
  You should be able to control the quality from xwiki.cfg using
  xwiki.plugin.image.defaultQuality . Default value is 0.5. Max value is
  1. You can also disable the server-side image resize (kind off) from
  xwiki.properties, using rendering.imageDimensionsIncludedInImageURL
  (if image width/height are not specified in the image URL query string
  then the resize doesn't happen).
 
  Hope this helps,
  Marius
 
  On Wed, May 21, 2014 at 11:46 AM, Michael Bußler
  michael.buss...@googlemail.com wrote:
  Hi,
  is it possible to change the compression settings for the image plugin?
  With the default settings, the quality of downscaled images is rather
 low.
 
  Greetings, Michael
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki 6.0.1 released

2014-05-22 Thread Thomas Mortagne
The XWiki development team is proud to announce the availability of XWiki 6.0.1.
This release is a stabilization version that fix important bugs
discovered in the 6.0 version.

You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download

Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki601

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] [ANN] XWiki 6.1 Milestone 1 Released

2014-05-22 Thread Marius Dumitru Florea
The XWiki development team is proud to announce the availability of
XWiki 6.1 Milestone 1.
This release introduces the ability to change the width of the panel
columns and comes with an improved Active Installs feature (with
evolution graph and many new filters). Developers can now use the LESS
preprocessor for skin style sheets. A couple of bug fixes (18) and
some small improvements (24) make this release worth trying.

You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download

Make sure to review the release notes:
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki61M1

Thanks
-The XWiki dev team
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Image-Plugin Settings

2014-05-22 Thread Marius Dumitru Florea
On Thu, May 22, 2014 at 2:50 PM, Michael Bußler
michael.buss...@googlemail.com wrote:
 Just a short recap:
 I've noticed that images are shrinked according to the width= and height=
 parameters when given in XWiki 2.1 Syntax as described in [
 http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HXWikiSyntax2.1ImageSpecification
 ]


 Now, I wonder if it is possible, to always get the images in a higher
 resolution and let the client do the scaling?

Read again my reply :) pasting here for quick reference:

You can also disable the server-side image resize (kind off) from
xwiki.properties, using rendering.
imageDimensionsIncludedInImageURL
(if image width/height are not specified in the image URL query string
then the resize doesn't happen).

Hope this helps,
Marius

 Just think of what might
 happen, if the user starts to zoom in or how images are presented to users
 with hi-res (eg. Apples Retina) displays..

 To achieve this, I'm currently using the height and width parameters for
 the image container in conjunction with the queryString paramter to get an
 appropriate image resolution, but I wonder If there is better solution for
 that.

 Best Regards, Michael






 2014-05-21 22:37 GMT+02:00 Michael Bußler michael.buss...@googlemail.com:

 Hi Marius, it worked as expected!

 @vincent: At least it is documented in the mailing list now! :)

 Thanks!

 Am 21.05.2014 um 13:49 schrieb Marius Dumitru Florea 
 mariusdumitru.flo...@xwiki.com:

  Hi Michael,
 
  You should be able to control the quality from xwiki.cfg using
  xwiki.plugin.image.defaultQuality . Default value is 0.5. Max value is
  1. You can also disable the server-side image resize (kind off) from
  xwiki.properties, using rendering.imageDimensionsIncludedInImageURL
  (if image width/height are not specified in the image URL query string
  then the resize doesn't happen).
 
  Hope this helps,
  Marius
 
  On Wed, May 21, 2014 at 11:46 AM, Michael Bußler
  michael.buss...@googlemail.com wrote:
  Hi,
  is it possible to change the compression settings for the image plugin?
  With the default settings, the quality of downscaled images is rather
 low.
 
  Greetings, Michael
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users


 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Image-Plugin Settings

2014-05-22 Thread Michael Bußler
OK, I'll try that.. Thanks for the additional explanation!

Michael
Am 22.05.2014 15:08 schrieb Marius Dumitru Florea 
mariusdumitru.flo...@xwiki.com:

 On Thu, May 22, 2014 at 2:50 PM, Michael Bußler
 michael.buss...@googlemail.com wrote:
  Just a short recap:
  I've noticed that images are shrinked according to the width= and height=
  parameters when given in XWiki 2.1 Syntax as described in [
 
 http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax#HXWikiSyntax2.1ImageSpecification
  ]
 

  Now, I wonder if it is possible, to always get the images in a higher
  resolution and let the client do the scaling?

 Read again my reply :) pasting here for quick reference:

 You can also disable the server-side image resize (kind off) from
 xwiki.properties, using rendering.
 imageDimensionsIncludedInImageURL
 (if image width/height are not specified in the image URL query string
 then the resize doesn't happen).

 Hope this helps,
 Marius

  Just think of what might
  happen, if the user starts to zoom in or how images are presented to
 users
  with hi-res (eg. Apples Retina) displays..
 
  To achieve this, I'm currently using the height and width parameters for
  the image container in conjunction with the queryString paramter to get
 an
  appropriate image resolution, but I wonder If there is better solution
 for
  that.
 
  Best Regards, Michael
 
 
 
 
 
 
  2014-05-21 22:37 GMT+02:00 Michael Bußler 
 michael.buss...@googlemail.com:
 
  Hi Marius, it worked as expected!
 
  @vincent: At least it is documented in the mailing list now! :)
 
  Thanks!
 
  Am 21.05.2014 um 13:49 schrieb Marius Dumitru Florea 
  mariusdumitru.flo...@xwiki.com:
 
   Hi Michael,
  
   You should be able to control the quality from xwiki.cfg using
   xwiki.plugin.image.defaultQuality . Default value is 0.5. Max value is
   1. You can also disable the server-side image resize (kind off) from
   xwiki.properties, using rendering.imageDimensionsIncludedInImageURL
   (if image width/height are not specified in the image URL query string
   then the resize doesn't happen).
  
   Hope this helps,
   Marius
  
   On Wed, May 21, 2014 at 11:46 AM, Michael Bußler
   michael.buss...@googlemail.com wrote:
   Hi,
   is it possible to change the compression settings for the image
 plugin?
   With the default settings, the quality of downscaled images is rather
  low.
  
   Greetings, Michael
   ___
   users mailing list
   users@xwiki.org
   http://lists.xwiki.org/mailman/listinfo/users
   ___
   users mailing list
   users@xwiki.org
   http://lists.xwiki.org/mailman/listinfo/users
 
 
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XwikiGroupService.addUserToGroup

2014-05-22 Thread Brockmeier, Chris S
Hey all,
  I'm trying to add a user to a group (Lets say XWikiAdminGroup) by utilizing 
the XwikiGroupService.addUserToGroup.   Is this the correct way to go about 
this programmatically?   Or should I go about it another route?

Thanks,
Chris.
XWikiEnterprise 5.2.4
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users