[xwiki-users] Characters '' or '' bad display in page title

2011-11-14 Thread jerem
Hi, - There seem to be some bad displays when a page title contains '' or ''. Display is correct in browser title bar, it is also correct in main content area, in hierarchy, but not in page title. For a page with title TestTest test, generated html looks like this : div id=hierarchy TestTest

Re: [xwiki-users] LiveTable rows in a different colors

2011-11-14 Thread Jeremie BOUSQUET
Hello, I don't think you can do it with the livetable macro columns parameters, but maybe you can adapt the following sample ... : http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro#HAllAttachments (see the callback function) ... and create a specific callback function that

Re: [xwiki-users] get datetime of some class property modification

2011-11-14 Thread Jeremie BOUSQUET
Hello, Just a start, you would have to fill what is missing, and I don't know if there is an easier way, but ... {{groovy}} def mydoc = xwiki.getDocument('space.classname') mydoc.getRevisions().each() { rev - println rev def baseprop =