Re: [xwiki-users] Happy New XWiki Year!

2014-01-06 Thread Patrick Masson
Yes, all the best next year to the great team at XWiki and all of those across the community - thanks for all your help! On 12/31/2013 02:31 AM, ricardo.julio.rodriguez.fernan...@sergas.es wrote: http://ow.ly/sanLQ Thanks for your hard work, for this nice product and even better community!

Re: [xwiki-users] Xwiki 5.3 upgrade and Solr

2014-01-06 Thread Marius Dumitru Florea
On Thu, Dec 26, 2013 at 7:14 PM, Stéphane LASSIRE wrote: > Hello Dumitru, > > Thanks for your help. > To answer to tour questions : > > Were you using Solr before? I mean, was Solr the configured search engine > before the upgrade? Did you had any modifications to the search pages > (i.e. > custom

Re: [xwiki-users] Xwiki 5.3 upgrade and Solr

2014-01-06 Thread Stéphane LASSIRE
Hello, I looked at the bottom of the search page on the admin side. Only a message not translated, and may be something is missing : "$services.localization.render('solr.admin.indexing.action.label') $services.localization.render('solr.admin.indexing.action.hint') " And dont wo

[xwiki-users] getMonth() and January ?

2014-01-06 Thread Stéphane LASSIRE
Hello, I put a new field in the user page to see the last login of each for statistics purposes. On november and december last year it rans perfectly. But on january, the month is only on 1 letter ! The macro : {{velocity}} #set($date_ll = $datetool.getYear()+ '/' + $datetool.getMonth() + '/'

Re: [xwiki-users] help how to inherit a class from another

2014-01-06 Thread Zhihua Zheng
hi, Thanks for your answer. Currently I am using a set of classes to represent my data, for display part they just need to directly show the properties. If I use composit, for the common part I need to identify if it's common, and there will be some "if-else" in each of the subclasses. I just wan

Re: [xwiki-users] Xwiki 5.3 upgrade and Solr

2014-01-06 Thread Marius Dumitru Florea
On Mon, Jan 6, 2014 at 1:56 PM, Stéphane LASSIRE wrote: > Hello, > > I looked at the bottom of the search page on the admin side. > Only a message not translated, and may be something is missing : > > " for="solrAdminAction">$services.localization.render('solr.admin.indexing.action.label')

Re: [xwiki-users] getMonth() and January ?

2014-01-06 Thread Marius Dumitru Florea
On Mon, Jan 6, 2014 at 2:16 PM, Stéphane LASSIRE wrote: > Hello, > > I put a new field in the user page to see the last login of each for > statistics purposes. > On november and december last year it rans perfectly. > > But on january, the month is only on 1 letter ! > > The macro : > {{velocity}

Re: [xwiki-users] getMonth() and January ?

2014-01-06 Thread Stéphane LASSIRE
Hello Dumitru Nice idea, now it works perfectly. THanks a lot Cordialement Stéphane Lassire Chargé de l'informatique et de la communication Tél direct : 01 42 85 81 87 Courriel : slass...@cesap.asso.fr Marius Dumitru Florea Envoyé par : "users" 06/01/2014 14:10 Veuillez répondre à XWiki

[xwiki-users] [ANN] Welcome our new committer Clemens Robbenhaar

2014-01-06 Thread Thomas Mortagne
Hi xwikiers, The committers discussed and voted to include Clemens Robbenhaar in the team which he agreed so a warm welcome to him ! He has been very active since he started working on XWiki, he already spend a lot of time answering questions on the mailing list and on IRC (more than me I think).

Re: [xwiki-users] Xwiki 5.3 upgrade and Solr

2014-01-06 Thread Stéphane LASSIRE
Hello, >Is this HTML visible on the administration section or are you pasting >from the HTML source of the page (Right Click + View Source, in most >browsers)? If you see this HTML directly on the search administration >page then something is clearly wrong. A quick fix is to import the XAR >of the

Re: [xwiki-users] [ANN] Welcome our new committer Clemens Robbenhaar

2014-01-06 Thread Patrick Masson
Great to see XWiki continuing to grow in contributors, committers and community! On 01/06/2014 09:30 AM, Thomas Mortagne wrote: Hi xwikiers, The committers discussed and voted to include Clemens Robbenhaar in the team which he agreed so a warm welcome to him ! He has been very active since he

Re: [xwiki-users] help how to inherit a class from another

2014-01-06 Thread Valdis Vītoliņš
If you add different objects from several classes to XWiki document, common problem is that for document representation sheet of first found class is used. Therefore for composite objects you need to add XWiki.DocumentSheetBinding object which points to sheet document, with content like this (not