Re: [xwiki-users] DocumentDeletingEvent

2016-04-14 Thread Thomas Mortagne
On Wed, Apr 13, 2016 at 9:10 AM, Thomas Mortagne wrote: > On Tue, Apr 12, 2016 at 10:11 PM, Vincent Massol wrote: >> Hi Peter, >> >>> On 05 Apr 2016, at 19:28, Peter Huisman wrote: >>> >>> From the XWiki source code, I see there is a difference in passing a >>> document to the evenmanager: >>>

Re: [xwiki-users] DocumentDeletingEvent

2016-04-14 Thread Thomas Mortagne
On Wed, Apr 13, 2016 at 11:54 PM, Sergiu Dumitriu wrote: > On 04/13/2016 03:10 AM, Thomas Mortagne wrote: >> On Tue, Apr 12, 2016 at 10:11 PM, Vincent Massol wrote: >>> Hi Peter, >>> On 05 Apr 2016, at 19:28, Peter Huisman wrote: From the XWiki source code, I see there is a differ

[xwiki-users] xWIKI LDAP auto update

2016-04-14 Thread Rochlin Oleg
Hello there. I am pretty new to XWIKI. I have some questions to LDAP and User information. User management is currently used with LDAP. I changed user profile information and mapped fields to LDAP. Information is as usual updated once user logged in to XWIKI I would like to know if there is any

Re: [xwiki-users] xWIKI LDAP auto update

2016-04-14 Thread Thomas Mortagne
There is nothing like that in the standard LDAP authenticator. The contrib extension at http://extensions.xwiki.org/xwiki/bin/view/Extension/LDAP+Tools#HLDAPsynchronizationfeature seems to be providing this feature but it's quite old and I can't really tell you if it's working well or not. On Thu

[xwiki-users] Parameter in different contexts

2016-04-14 Thread Matthias Wegner
Hi All, i want to count over different document a $counter in velocity. Do you have an easy way that i can store and read that value so i can use it on all documents (with different context)? Is there a macro for such a job? I not found anything. Regards, Matthias -- View this message in cont

Re: [xwiki-users] Parameter in different contexts

2016-04-14 Thread Vincent Massol
Hi Matthias, > On 14 Apr 2016, at 19:05, Matthias Wegner wrote: > > Hi All, > > i want to count over different document a $counter in velocity. Do you have > an easy way that i can store and read that value so i can use it on all > documents (with different context)? Sorry, I don’t understand

Re: [xwiki-users] What would be a simple way to display a Masonry view in XWiki ?

2016-04-14 Thread Thibaut DEVERAUX
Hi, Thanks ! Totem seems pretty intersting. Theorically "ImageOnTop" should do the job. I created a section with ImageOnTop display. In "edit elements of this section" / advanced, I added the autocompleted class reference : Myapp.Code.MyappClass. This display a dynamic list of pages. What is miss

[xwiki-users] Can't make a groovy macro work

2016-04-14 Thread dullfig
Hello, I'm writing a macro extension in groovy. I need to use services rendiring.parse () and i get an exception every time I try to use it. Can anyone give a good example as to how to use it in a groovy script ? Thanks! Dan. -- View this message in context: http://xwiki.475771.n2.nabble.com/C

Re: [xwiki-users] Uploading .jar as attachment to page fails

2016-04-14 Thread dullfig
I think I'm on to something. I have modified the macro to produce an svg instead of a png. I then wrap the output in {{html}}{{/html}} aND now the links are clickable. I'm working on running the uml input through services.rendering.parse () to convert the wiki links to absolute url automatically.

Re: [xwiki-users] Can't make a groovy macro work

2016-04-14 Thread Vincent Massol
> On 15 Apr 2016, at 05:32, dullfig wrote: > > Hello, I'm writing a macro extension in groovy. I need to use services > rendiring.parse () and i get an exception every time I try to use it. Can > anyone give a good example as to how to use it in a groovy script ? Thanks! See http://extensions.