Re: [xwiki-users] Attached Files size to 0kb after upload

2014-01-16 Thread Clemens Klein-Robbenhaar
On 01/15/2014 05:24 PM, Patrick Moens wrote: Thanks Clemens Sergiu, Problem solved, The table space was almost full (98-99%). Now looking to migrate Xwiki 2.3 to 5.3 with a db of 20 gb. :/ Any suggestion, best practice or experiences? Biggest DB here has been just 10 GB ... however

Re: [xwiki-users] Display Blog of specific Category on Main.WebHome

2014-01-16 Thread Marius Dumitru Florea
On Wed, Jan 15, 2014 at 10:26 PM, PSwamy pree...@comdata.com wrote: Well, I tried something using Xwiki Query Manager. Code below - {{velocity}} #set($resultDocuments = $services.query.xwql(from doc.object(Blog.BlogPostClass) as blog where blog.published = '1' and :category member of

Re: [xwiki-users] Assign user list property

2014-01-16 Thread Marius Dumitru Florea
Just put a $doc.display('reporter', 'hidden') somewhere in your form, after you set its value. It will generate an hidden input field that will ensure the reporter is saved. Hope this helps, Marius On Thu, Jan 16, 2014 at 12:12 AM, Kelly Steinke kstei...@steel-craft.ca wrote: I have a class

Re: [xwiki-users] Assign user list property

2014-01-16 Thread Kelly Steinke
Thanks Marius, I don't know why I didn't think of that works like a charm! - Original Message - From: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com To: XWiki Users users@xwiki.org Sent: Thursday, January 16, 2014 8:43:54 AM Subject: Re: [xwiki-users] Assign user list property

[xwiki-users] User's Groups and/or Conference?

2014-01-16 Thread Patrick Masson
Just wondering if there are any XWiki events out there? Also any XWiki users in New York / New England area of the U.S.? Thanks, Patrick -- ||| | ||||| |||| ||| Patrick Masson General Manager, Director Secretary to the Board Open Source Initiative

Re: [xwiki-users] Display Blog of specific Category on Main.WebHome

2014-01-16 Thread PSwamy
Thank you all for your input. Here is a snippet of code that solves my problem. {{include document=Blog.BlogCode/}} {{velocity filter=none}} {{html clean=false wiki=true}} #set($blogDoc = $xwiki.getDocument(Blog.Webhome)) #getBlogEntries($blogDoc $entries) #foreach ($entryDoc in

[xwiki-users] Individual user blogs

2014-01-16 Thread PSwamy
Hello All, Can users have their own individual blogs? If yes, how can we enable it? -Thanks. Priti. -- View this message in context: http://xwiki.475771.n2.nabble.com/Individual-user-blogs-tp7588689.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] Individual user blogs

2014-01-16 Thread Kaisen
Hello, as far as I know not. You can generate just a additional blog to a existing Space or create a new space for the blog. If you create for each user a new blog with a space it will look like a user blog but it will also shown in the wiki blog. The only advantage I know from creating new