Re: [xwiki-users] OutOfMemoryError: GC overhead limit exceeded on a new installation

2016-07-18 Thread myname
Hi, the last message is in my opinion the important one. java.lang.OutOfMemoryError: GC overhead limit exceeded as far as i know java is telling you that it's spending too much time with the garbage collection with too little result. I would recommend to remove the garbage collection parameters

[xwiki-users] OutOfMemoryError: GC overhead limit exceeded on a new installation

2016-07-18 Thread Jared Simms
Hello, I've been trying to get xwiki running for almost a week and keep running into memory errors. I was finally able to get through the Distribution Wizard without having to restart Jetty due to out of memory errors, but am still getting theĀ errors when I try to do almost anything in the wik

[xwiki-users] XWiki mail configuration - sendWaitTime

2016-07-18 Thread myname
Hi everybody, I've tried the whole afternoon (including checking the source code of the corresponding java files) but I was unable to resolve my problem by myself. What have I done: * I've created a XWiki instance and I'm running 4 or 5 separate wikis there. * I've set up mail sending in the "main

Re: [xwiki-users] new wiki request

2016-07-18 Thread Thomas Mortagne
You can access your new wiki on http://emirates-wikilaw.mywiki.org. Enjoy ! On Mon, Jul 18, 2016 at 12:33 PM, francesca borghi wrote: > Hi Thomas, > emirates-wikilaw.mywiki.org is fine > Thanks > Francesca > Il 18/Lug/2016 10:54, ha scritto: > >> DearThomas, >> >> Thanks for your reply. >> >> I

[xwiki-users] Assunto: Re: Velocity not work in HTTP Meta Info

2016-07-18 Thread Julio Brum
Thank you Eduard, I intend to migrate to the skin Flamingo. But for now, I solved the problem, because given the right script to all users (group). It was necessary to change the skin momentarily to Flamingo because the script access right not appear on the skin Colibri. Best Regards,Julio Envi

[xwiki-users] Fw : Re: 2 bug on WYSIWYG Editor Module

2016-07-18 Thread Pascal BASTIEN
rs. It is the same behavior > with strikethrough word. > > Any ideas how > to fix it? > > > > With > Xwiki 8.1, WYSIWYG Editor is loading anymore. > > Regarding XWiki 8.1, make sure > you force clear you browser cache. I did it. But i copy/paste example from http://extensions.xwiki.org/xwiki/bi

Re: [xwiki-users] saving a page using javascript

2016-07-18 Thread Jan-Paul Kleijn
Aah, but of course... Why didn't I think of this, I've done it before but got wrapped up in things so much I guess I just missed it. Thanks guys, FWIW I think XWiki is a remarkable platform. Just wanna put it out there ;) Op 18-7-2016 om 9:30 schreef Eduard Moraru: Hi, As Vincent mention

Re: [xwiki-users] new wiki request

2016-07-18 Thread francesca borghi
Hi Thomas, emirates-wikilaw.mywiki.org is fine Thanks Francesca Il 18/Lug/2016 10:54, ha scritto: > DearThomas, > > Thanks for your reply. > > I would like to name my wiki *Emirates WikiLaw*. > > > Francesca > > > > 2016-07-17 12:00 GMT+02:00 : > >> Send users mailing list submissions to >>

[xwiki-users] 2 bug on WYSIWYG Editor Module

2016-07-18 Thread Pascal BASTIEN
Hi, I found 2 differents bugs on WYSIWYG Editor Module. I copy/paste "Load on demand using velocity macros" example: http://extensions.xwiki.org/xwiki/bin/view/Extension/WYSIWYG+Editor+Module#HLoadondemandusingvelocitymacros On Xwiki 7.0.1, I load the WYSIWYG Editor, I type some words in WYSI

Re: [xwiki-users] 2 bug on WYSIWYG Editor Module

2016-07-18 Thread Vincent Massol
Hi Pascal, > On 18 Jul 2016, at 11:51, Pascal BASTIEN wrote: > > Hi, > > I found 2 differents bugs on WYSIWYG Editor Module. > I copy/paste "Load on demand using velocity macros" example: > http://extensions.xwiki.org/xwiki/bin/view/Extension/WYSIWYG+Editor+Module#HLoadondemandusingvelocitymacr

[xwiki-users] 2 bug on WYSIWYG Editor Module

2016-07-18 Thread Pascal BASTIEN
Hi, I found 2 differents bugs on WYSIWYG Editor Module. I copy/paste "Load on demand using velocity macros" example: http://extensions.xwiki.org/xwiki/bin/view/Extension/WYSIWYG+Editor+Module#HLoadondemandusingvelocitymacros On Xwiki 7.0.1, I load the WYSIWYG Editor, I type some words in WYSIWYG

[xwiki-users] Images with wysywig

2016-07-18 Thread Gerritjan Koekkoek
When our user use the wysywig editor to insert a image And the user chooses to upload the image from computer The system will attach the image to the current $doc But it will insert a link [[image:x.xxx]] where z.xxx is the attached filename. This works fine when page is visited. Bu

Re: [xwiki-users] Velocity not work in HTTP Meta Info

2016-07-18 Thread Eduard Moraru
Hi, Just a reminder that the colibri skin is deprecated and you should focus your efforts on the flamingo skin instead (which gets more tested / bugfixes / improvements / etc). Thanks, Eduard On Thu, Jul 14, 2016 at 1:44 AM, Julio Brum wrote: > > I'm using the 7.4.4 version of XWiki. Does anyo

Re: [xwiki-users] new wiki request

2016-07-18 Thread Thomas Mortagne
The domain name have some constraints so what about "emirates-wikilaw.myxwiki.org" ? On Sun, Jul 17, 2016 at 11:12 PM, francesca borghi wrote: > DearThomas, > > Thanks for your reply. > > I would like to name my wiki *Emirates WikiLaw*. > > > Francesca > > > > 2016-07-17 12:00 GMT+02:00 : > >> Se

Re: [xwiki-users] saving a page using javascript

2016-07-18 Thread Eduard Moraru
Hi, As Vincent mentions, REST is the way to go. An alternative, though, is to use the save action's URL: http://platform.xwiki.org/xwiki/bin/view/DevGuide/Standard+URL+Format#HAction:save Thanks, Eduard On Mon, Jul 18, 2016 at 10:28 AM, Vincent Massol wrote: > Hi Jean-Paul, > > > On 16 Jul 20

Re: [xwiki-users] saving a page using javascript

2016-07-18 Thread Vincent Massol
Hi Jean-Paul, > On 16 Jul 2016, at 15:58, Jan-Paul Kleijn wrote: > > Hi good folks, > > Is there a way to save a page using javascript? > > I read the XWiki JavaScript API but could not find this functionality. You should check the XWiki REST API: http://platform.xwiki.org/xwiki/bin/view/Feat