Hi Paul, On 12/09/2010 04:45 AM, Paul Harris wrote: > On 9 December 2010 10:02, Paul Harris<[email protected]> wrote: > >> On 9 December 2010 09:49, Paul Harris<[email protected]> wrote: >> >>> I think there is still a bug in there. See this line: >>> >>> #set($hqlQuery = ", XWikiRCSNodeInfo as ni where doc.id=ni.id.docId and >>> ni.id.version2=1 group by doc.space, doc.name order by max(ni.date) >>> desc") >>> >>> With this, I was only seeing the XWiki* page changes (which date back a >>> few years), and none of mine. >>> >>> I changed version2=1 to version2<> 1 and now i can see my pages. >>> >>> Is this correct? What is "version2" ? >>> >>> Also, I was looking through the sql db, and noticed that in xwikircs, >>> there are a lot of negative IDs in xwr_docid ... is this correct? sounds >>> weird to me. >>> >>> thanks >>> Paul >>> >>> >> >> I also added: and ni.author<> 'superadmin' >> otherwise you get a lot of "Watchlist" changes in the timeline... >> >> >> > > > I'm getting this message in the webserver logs: > 2010-12-09 10:29:40,366 [ > http://domain.com/xwiki/Website+Admin/Timeline?action=xml&xpage=plain&outputSyntax=plain&changesNb=200] > WARN internal.DefaultVelocityEngine - Deprecated usage of method > [java.util.Date.toGMTString] in xwiki:Website admin.timel...@16,27 > > I had a go at fixing it, but I don't know enough Java yet.
See http://download.oracle.com/javase/1.5.0/docs/api/java/util/Date.html#toGMTString%28%29 it's deprecated. Hope this helps, Marius > > > > > >> >>> On 9 December 2010 00:19, Marius Dumitru Florea< >>> [email protected]> wrote: >>> >>>> Hi Paul, >>>> >>>> I fixed the problem and I updated >>>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Timeline . Please >>>> check the new code snippet. >>>> >>>> Thanks, >>>> Marius >>>> >>>> On 12/08/2010 10:38 AM, Paul Harris wrote: >>>>> Hi again, >>>>> >>>>> I would like to get this working: >>>>> http://extensions.xwiki.org/xwiki/bin/view/Extension/Timeline >>>>> >>>>> I've looked through the documentation and can't figure out what I'm >>>> supposed >>>>> to do with all that # code... >>>>> >>>>> Is there something obvious I'm missing? >>>>> >>>>> * I've added the javascript line to the bottom of the HTTP Meta info >>>> (which, >>>>> by the way - i only want to do on the page that has the timeline!), >>>>> >>>>> * i've copy-pasted that code onto a page, but all i see is the code... >>>> no >>>>> timeline >>>>> >>>>> thanks >>>>> Paul >>>>> _______________________________________________ >>>>> users mailing list >>>>> [email protected] >>>>> http://lists.xwiki.org/mailman/listinfo/users >>>> _______________________________________________ >>>> users mailing list >>>> [email protected] >>>> http://lists.xwiki.org/mailman/listinfo/users >>>> >>> >>> >> > _______________________________________________ > users mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
