Re: [xwiki-users] Add date of account creation (without time) in User Index problem

2015-01-15 Thread Pascal BASTIEN
Cool!thinking ... soon when I come back to this improvment, all will be done! :-) De : Marius Dumitru Florea À : Pascal BASTIEN ; XWiki Users Envoyé le : Jeudi 15 janvier 2015 15h12 Objet : Re: [xwiki-users] Add date of account creation (without time) in User Index problem You

Re: [xwiki-users] Add date of account creation (without time) in User Index problem

2015-01-15 Thread Marius Dumitru Florea
ent for later when I have less working > priority. > Like the other said: "I'll be back" :-) > > De : Clemens Klein-Robbenhaar > À : users@xwiki.org > Envoyé le : Mercredi 14 janvier 2015 18h28 > Objet : Re: [xwiki-users] Add date of account creation (

Re: [xwiki-users] Add date of account creation (without time) in User Index problem

2015-01-15 Thread Pascal BASTIEN
Ok thxs you.I will let this improvment for later when I have less working priority. Like the other said: "I'll be back" :-) De : Clemens Klein-Robbenhaar À : users@xwiki.org Envoyé le : Mercredi 14 janvier 2015 18h28 Objet : Re: [xwiki-users] Add date of account creatio

Re: [xwiki-users] Add date of account creation (without time) in User Index problem

2015-01-14 Thread Clemens Klein-Robbenhaar
Ah, ok, now I understand (I hope) :) Indeed the livetable macro is in that place, but this is because the flamingo skin overrides some of the macros; the "original" is actually here: https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-web/src/main/webapp/templa

Re: [xwiki-users] Add date of account creation (without time) in User Index problem

2015-01-13 Thread Pascal BASTIEN
in-Robbenhaar À : users@xwiki.org Envoyé le : Mardi 13 janvier 2015 16h10 Objet : Re: [xwiki-users] Add date of account creation (without time) in User Index problem On 01/13/2015 03:05 PM, Pascal BASTIEN wrote: > Thxs a lot to explained me with clarity all of that and help me to understand

Re: [xwiki-users] Add date of account creation (without time) in User Index problem

2015-01-13 Thread Clemens Klein-Robbenhaar
On 01/13/2015 03:05 PM, Pascal BASTIEN wrote: > Thxs a lot to explained me with clarity all of that and help me to understand > better XWiki. > Then with what you give me, I tried to add a format_date parameter () (or > regexp) in columns properties to improve livetable. > I failed because I di

Re: [xwiki-users] Add date of account creation (without time) in User Index problem

2015-01-13 Thread Pascal BASTIEN
quot;last_name" : { "type" : "text", "link" : "view"},    "email" : { "type" : "text" },     "doc.creationDate" : { "type" : "date", "dateformat":"-mm" } }) #set($options = {   "className

Re: [xwiki-users] Add date of account creation (without time) in User Index problem

2015-01-13 Thread Clemens Klein-Robbenhaar
On 01/13/2015 10:45 AM, Pascal BASTIEN wrote: > Hello, > > To make it work I add this new property in XWiki.XWikiUsers class: > /bin/edit/XWiki/XWikiUsers?editor=class > Name: doc.creationDate Type: String > PrettyName: Creation date > I did not know that you can create class properties with a d