[xwiki-users] Can XWiki benefit from Google AJAX Libraries API ?

2009-11-30 Thread Asiri Rathnayake
Link: http://code.google.com/apis/ajaxlibs/ Article about how it can make websites fast: http://radar.oreilly.com/2009/11/steve-souders-making-web-sites.html XWiki web gurus, can XWiki benefit from this? Is it worth considering? Thanks. - Asiri ___ us

Re: [xwiki-users] Attachments list for some page

2009-11-30 Thread etvc
Sorry, I found right answer. I should write #set ($attdoc = $xwiki.getDocument("Personal.TabelsDocs")) etvc wrote: > > I need to get a list of attachments for some page (not current wiki-page). > How it possible to do for current page - I know: > {{velocity}} > #set ($attdoc=$doc

[xwiki-users] Attachments list for some page

2009-11-30 Thread etvc
I need to get a list of attachments for some page (not current wiki-page). How it possible to do for current page - I know: {{velocity}} #set ($attdoc=$doc) #foreach( $attachment in $attdoc.getAttachmentList() ) * [[$attachment.getFilename()>>attach:$attachment.getFilename()]]

[xwiki-users] Attachment archive database

2009-11-30 Thread meacoleman
When a user attaches a new version of a file to a wiki page, the old version of the attachment is stored in the attachment archive database, correct? If yes, then this means that this database will fill up. Is there a way to flush the archive for specific documents? -- View this message in cont

[xwiki-users] java.lang.IndexOutOfBoundsException

2009-11-30 Thread axel.at
Hello List, we have the following problem with our new installed xwiki: after embedding an image (type jpeg) into a xwiki - site the action "save and view" produces the following error: any ideas? Error number 0 in 11: Uncaught exception Wrapped Exception: Index: 1, Size: 0 com.xpn.xwiki.XWi