Hi Leonardo,
On 22 Feb 2014 at 01:11:02, Leonardo Kodato
(leonardokodato@gmail.com(mailto:leonardokodato@gmail.com)) wrote:
Hi Valica and Vicent.
I'm sorry. Im not used to mailing lists and I thought that this was a place
do comment about everything related to Xwiki. I'm going to post in the
right place.
This is the right place! :)
We’re using a single list for all discussions. I was just pointing it out that Livetable
2.0 was a user contribution. Ludovic, who wrote it, is subscribed to this list so he might
see your message.
But I would like to suggest you to continue the
development of livetable
2.0 or something like it. Today I'm trying to convince some people at my
work to use Xwiki and just a simple programming language like velocity can
be a big barrier.
Livetable is great tool and that is one of the reasons that people like me
are using Xwiki. The possibility to create a dynamic table with object is
just awesome, but, sadly, the application is too dificult for the non-geek
user.
Yes I agree with you. That’s why I started the design of version 2 of the Livetable
at
http://design.xwiki.org/xwiki/bin/view/Design/LiveTable20Macro
I need to finalize the design and propose it to the list for agreement and then it needs
to be implemented :)
Let me see if I got it...
- The best place to put my suggestions about livetable 2.0 would be on
http://design.xwiki.org/xwiki/bin/view/Design/LiveTable20Macro
Yes that’s a good place indeed.
Now for discussions the best place remains this mailing list.
- While the right place to get help for this
application would be on
http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro+2.0
Im a lit bit confused with Jira and Mailing list.
- JIRA is for creating tickets to work on, be them bug reports or improvement ideas. You’d
use that when you want something specific implemented. What’s nice with JIRA tickets is
that they’re never forgotten and at some point xwiki committers will need to handle them
in some way.
- The mailing list is the place for asking questions and discussing ideas. There could be
a long discussion and then some decision/agreement might emerge and some JIRA tickets
created to ensure the result of the discussion is tasked for work.
Thanks
-Vincent
Thank you =)
2014-02-21 6:29 GMT-03:00 vincent(a)massol.net :
> Hi Leonardo,
>
> I guess you're referring to
>
http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro+2.0
> Please note that this extension was done by Ludovic Dubost and it's not a
> XWiki Development Team extension, i.e. it's not supported officially by the
> XWiki project.
>
> FTR and to be complete, also note this idea of a new design for the
> livetable macro in the future (not existing yet):
>
http://design.xwiki.org/xwiki/bin/view/Design/LiveTable20Macro
>
>
> On 21 Feb 2014 at 09:24:00, Ecaterina Moraru (Valica) (valicac(a)gmail.com
> (mailto:valicac@gmail.com)) wrote:
>
> > Hi,
> >
> > You can rename the column labels by using Translations. A similar answer
> to
> > your problem can be found here
> >
>
http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro#HHowdo…
> >
> > Regarding the idea, it's very nice. You could report an improvement on
> >
http://jira.xwiki.org/browse/XWIKI/component/12041
>
> This is not the correct place actually since this location is for code
> supported by the XWiki dev team.
> Since
>
http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro+2.0is a
contributed extension, the correct place is to comment on that page at
> the moment (there's no JIRA project for it as of now).
>
> Thanks
> -Vincent
>
> > Thanks,
> > Caty
> >
> >
> > On Fri, Feb 21, 2014 at 1:19 AM, Leonardo Kodato
> > wrote:
> >
> > > Hi.
> > > First, I would like to thank you for you great work. Xwiki is a
> wonderfull
> > > tool and I'm happy to test it.
> > > I have some questions about the Livetable 2.0 macro. I searched on
> Xwiki
> > > Wiki and on mailing lists, but I havent found the answer.
> > > - Is there a way to label the column header in livetable 2.0?
> > > In livetable 1, I just need to set columnProperties, but its too
> difficult
> > > for non-geek people.
> > >
> > > #set($columnsProperties = {
> > > "_avatar" : { "type" : "none",
"link" : "none", "html" : "true",
> > > "sortable":false },
> > > "first_name" : { "type" : "text" ,
"size" : 20, "link" : "view"},
> > > "last_name" : { "type" : "text",
"link" : "view"},
> > > "email" : { "type" : "text" }
> > >
> > > Idea: Perhaps you can introduce a interface just like in the App Within
> > > Minutes Application(drag-and-drop the columns you want to display).
> > >
> > > Thank you very much =)