On 12/08/2010 02:37 PM, Paul Harris wrote:
On 8 December 2010 21:26, Paul Harris<[email protected]> wrote:
On 8 December 2010 21:24, Paul Harris<[email protected]> wrote:
On 8 December 2010 21:09, Marius Dumitru Florea< [email protected]> wrote:
Hi Paul,
On 12/08/2010 02:06 PM, Paul Harris wrote:
On 8 December 2010 18:09, Marius Dumitru Florea< [email protected]> wrote:
On 12/08/2010 11:47 AM, Jerome Velociter wrote: > Hi Paul, > > The second part is a velocity snippet. It has been written at a time there > was only one syntax in XWiki (what we call now syntax xwiki/1.0). In the new > syntaxes (xwiki/2.0 or xwiki/2.1), you need to surround velocity code blocks > by the {{velocity}} macro to get it executed. See > http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax for more on this.
> If you get the snippet working, it would be great you update it to add the > information you've missed in the first place.
I just did it.
Hope this helps, Marius
I got half-way...
I copy-pasted the new text into the editor (in 'source' mode),
in Chrome, I can see the chart but then it pops up an error: Caught exception: TypeError: Cannot read property 'documentElement' of null
in Firefox: Caught exception: TypeError: v1 is null
You get this exception when you're not logged in right? The current code uses this URL /xwiki/bin/view/Main/TimeLine?action=xml&xpage=rdf&changesNb=200 to get the list of events. It seems that the response is bad when you're not logged in. I'll try to debug this later today.
It happens when I'm logged in, or not logged in.
Note that I'm using ShortURLs so the url above should condense down to /Timeline?action etc etc
whoops, forgot to mention that i'm currently using URL of format domain.com/xwiki but when I am finished setting up the website, i'll get rid of that /xwiki bit and it'll just be domain.com eg domain.com/Timeline
I just looked at the stdout log, and found a heap of error messages.
I think this is the important error that triggers the failure. Something doesn't have a proper date.
java.lang.NullPointerException at java.util.Calendar.setTime(Calendar.java:1075)
-- Sergiu Dumitriu http://purl.org/net/sergiu/