Re: [xwiki-users] Blog application & Document creator

2010-04-10 Thread Gerritjan Koekkoek
Hi, Most of your advise was accurate and has helped, Thank you, XWikiDocument articleDoc = vArticle.getDocument(); articleDoc.setAuthor(user); articleDoc.setCreator(user); aticleDoc.setContentDirty(false); aticleDoc.setMetaDataDirty(false); xwiki.getXWiki().saveDocument(articleDoc, xcontext.getCon

Re: [xwiki-users] Blog application & Document creator

2010-04-10 Thread Sergiu Dumitriu
On 04/10/2010 10:41 PM, Gerritjan Koekkoek wrote: > Hi, > Most of your advise was accurate and has helped, > Thank you, > > XWikiDocument articleDoc = vArticle.getDocument(); > articleDoc.setAuthor(user); > articleDoc.setCreator(user); > aticleDoc.setContentDirty(false); > aticleDoc.setMetaDataDirt

Re: [xwiki-users] Flash video files over 20MB errors

2010-04-10 Thread Sergiu Dumitriu
On 04/10/2010 01:28 AM, Meng Wu wrote: > Dear XWiki developers and users, > > Some of our users are having trouble uploading flash video files larger than > 20MB on pages in the wiki. We've noticed either of two things happening: > > 1) When clicking the file attachment, it leads to a page that sa