Re: [xwiki-users] D3js not working on XWiki 5.4

2014-03-12 Thread Hamster
Clemens, Did you find the time to look into this issue? I would like to use the D3JS to display (dynamic) data, like a dashboard. -- View this message in context: http://xwiki.475771.n2.nabble.com/D3js-not-working-on-XWiki-5-4-tp7589145p7589566.html Sent from the XWiki- Users mailing list arc

Re: [xwiki-users] Dropping support for IE8 in 6.x cycle?

2014-03-12 Thread Jeremie BOUSQUET
Hi Caty, 2014-03-12 8:03 GMT+01:00 Ecaterina Moraru (Valica) : > Hi Jeremie, > > What version of XWiki are you using? Do you plan to upgrade to 6.x? 6.x > timeframe is by the end of the year (Dec 2014). Do you think you will still > be using IE8 next year (I don't know either how IT departments

[xwiki-users] RES: RES: Error on sending emails (listener)

2014-03-12 Thread Danilo Amaral de Oliveira
Solved Error. I found the code of sendemail plugin (https://github.com/xwiki/xwiki-platform/blob/b6abb2ee5a67f3495bfeb3fed93e6094595842cd/xwiki-platform-core/xwiki-platform-mailsender/src/main/java/com/xpn/xwiki/plugin/mailsender/MailSenderPlugin.java) and I figured out the exception that I was

[xwiki-users] RES: Error on sending emails (listener)

2014-03-12 Thread Danilo Amaral de Oliveira
Just to add the my method sendMessageFromTemplate is returning "-2" when I get error and "0" when I get success. {{code}} def result = xwiki.mailsender.sendMessageFromTemplate("${senderemail}", recipient, emailcc, emailbcc, "pt_BR", "MailTemplate : Aviso de Publicacao Post", map) {{/code}} Gr

[xwiki-users] Error on sending emails (listener)

2014-03-12 Thread Danilo Amaral de Oliveira
Hello People, I have codified a listener that are listening actions of creation and edition of the page, in "on event" method I send an email to specifics users. When I create a page the listener works well and the email is sent, however when I update the page, the xwiki returns me the follow

Re: [xwiki-users] multi select tag

2014-03-12 Thread Pascal BASTIEN
Yes it's working. Thank you. De : Marius Dumitru Florea À : Pascal BASTIEN Envoyé le : Mercredi 12 mars 2014 15h08 Objet : Re: [xwiki-users] multi select tag You should be able to use the live table on any wiki / space / page. Hope this helps, Marius O

[xwiki-users] Localization - we need your help

2014-03-12 Thread Andreea Popescu
Hello everyone, First of all, thank you for all your localization contributions. We need your help for some missing translations, for German and Spanish languages for XWiki 5.4.2 version. Some aspects about translations: 1. In the last week I verified which translations for XWiki are missing and

Re: [xwiki-users] multi select tag

2014-03-12 Thread Pascal BASTIEN
Is it possible to use live table on the root of xwiki site? On space Main? De : Marius Dumitru Florea À : Pascal BASTIEN ; XWiki Users Envoyé le : Mardi 11 mars 2014 12h12 Objet : Re: [xwiki-users] multi select tag If you are referring to the Tag Cloud ab

[xwiki-users] Presentation about XWiki SAS and the xwiki.org open source project

2014-03-12 Thread vinc...@massol.net
Hi everyone, FYI I gave a 10 minutes talk yesterday at Human Talk Paris (http://www.meetup.com/HumanTalks-Paris/events/168226002/) about XWiki SAS (http://xwiki.com) and the relationship with the xwiki open source project. I thought this could be interesting to some of you: http://www.slideshar

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Pascal BASTIEN
Nope... Do you have the same problem than mine? De : "vinc...@massol.net" À : XWiki Users Envoyé le : Mercredi 12 mars 2014 11h07 Objet : Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2 On 12 Mar 2014 at 11:03:02, Pascal BASTIEN (pbasnews-xw

Re: [xwiki-users] Include section doesn't work or wich documentation I must read for xwiki 5.4.2?

2014-03-12 Thread Pascal BASTIEN
https://network.xwiki.com/xwiki/bin/view/DocXE52En/IncludeInVelocity "section Indicates the anchor to the section to include in the target document" It's shame I thought include working with anchor... Thanks you De : Ecaterina Moraru (Valica) À : Pascal BASTIE

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread vinc...@massol.net
On 12 Mar 2014 at 11:03:02, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote: > K I will try that. > Thanks you. > > To Vincent > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HPrerequisites > ... is actually down! :-/ xwiki.org has restar

Re: [xwiki-users] Include section doesn't work or wich documentation I must read for xwiki 5.4.2?

2014-03-12 Thread Ecaterina Moraru (Valica)
Hi, {{include document="Pagefille2" anchor="MonAncre3"/}} since 'anchor' is not a valid parameter actually it will include the whole document. {{include reference="Pagefille2" section="MonAncre3"/}} error {{include reference="Pagefille2" section="HSection3"/}} working So apparently you cannot

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Pascal BASTIEN
K I will try that. Thanks you. To Vincent http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HPrerequisites ... is actually down! :-/ De : Valdis Vītoliņš À : Pascal BASTIEN ; XWiki Users Envoyé le : Mercredi 12 mars 2014 10h46 Objet : Re: [

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Valdis Vītoliņš
You need to increase permanent space (parameter -XX:MaxPermSize), which is used for static objects, and which is never deallocated, e.g. -XX:MaxPermSize=256m Valdis > Hello, > > With xwiki 5.4.1 I hadn't crash of xwiki but with the last version 5.4.2 I > have 2 crash per day... > Log indicate :

Re: [xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread vinc...@massol.net
  Hi Pascal, See  http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HPrerequisites and especially the memory requirements. Thanks -Vincent On 12 Mar 2014 at 10:38:32, Pascal BASTIEN (pbasnews-xw...@yahoo.fr(mailto:pbasnews-xw...@yahoo.fr)) wrote: > Hello, > > With xwiki 5.4.

[xwiki-users] crash on tomcat 7.0.47 with xwiki 5.4.2

2014-03-12 Thread Pascal BASTIEN
Hello, With xwiki 5.4.1 I hadn't crash of xwiki but with the last version 5.4.2 I have 2 crash per day... Log indicate : "java.lang.OutOfMemoryError: PermGen space" Here my catalina.sh JAVA_OPTS="-server -Xms800m -Xmx800m -XX:PermSize=64M -XX:MaxPermSize=196m -Dfile.encoding=utf-8 -Djava.awt.h

Re: [xwiki-users] Dropping support for IE8 in 6.x cycle?

2014-03-12 Thread vinc...@massol.net
  On 12 Mar 2014 at 08:03:48, Ecaterina Moraru (Valica) (vali...@gmail.com(mailto:vali...@gmail.com)) wrote: > Hi Jeremie, > > What version of XWiki are you using? Do you plan to upgrade to 6.x? 6.x > timeframe is by the end of the year (Dec 2014). Do you think you will still > be using IE8

Re: [xwiki-users] Include section doesn't work or wich documentation I must read for xwiki 5.4.2?

2014-03-12 Thread Pascal BASTIEN
Yes but this one "{{include reference="Pagefille2" section="MonAncre3"/}}" doesn't working. I try anchor because some documentation talking about that (xwiki syntax version 1 or 2) Thxs anyway De : Ecaterina Moraru (Valica) À : Pascal BASTIEN ; XWiki Users

Re: [xwiki-users] Include section doesn't work or wich documentation I must read for xwiki 5.4.2?

2014-03-12 Thread Ecaterina Moraru (Valica)
Hi, If you look at the {{include}} macro documentation http://extensions.xwiki.org/xwiki/bin/view/Extension/Include+Macro you'll see that there is no 'anchor' parameter, only 'section'. That's why you get the macro error. Don't use 'anchor', replace it with 'section'. Thanks, Caty On Wed, Mar 1

[xwiki-users] Include section doesn't work or wich documentation I must read for xwiki 5.4.2?

2014-03-12 Thread Pascal BASTIEN
Hello I want include some section of page in my current page. I need to display text between  some anchors. Then my childpage  Sandbox » PageParent » Pagefille2 contain: *** Contenu de ma page fille 2 avec 3 sections [[Cliquer ici pour aller à l'ancre "MonAncre3">>||ancho

Re: [xwiki-users] Dropping support for IE8 in 6.x cycle?

2014-03-12 Thread Ecaterina Moraru (Valica)
Hi Jeremie, What version of XWiki are you using? Do you plan to upgrade to 6.x? 6.x timeframe is by the end of the year (Dec 2014). Do you think you will still be using IE8 next year (I don't know either how IT departments schedule the upgrades)? Thanks, Caty On Tue, Mar 11, 2014 at 10:23 PM, J