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

2010-04-09 Thread Meng Wu
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 says "template does not exist" Or 2) When clicking

Re: [xwiki-users] XWiki Logo Challenge, Round 2

2010-04-09 Thread Trevor Russ
Ah, it could just be due to the "printscreen of a quick SVG". The "powered by" buttons were unreadable to the point where if I didn't know what their intent was, I wouldn't know what they were other than coloured blobs with some white writing. I presume the final versions would be large enough

Re: [xwiki-users] Your ideas to save number in custom object using Groovy code?

2010-04-09 Thread Valdis Vītoliņš
Investigating http://platform.xwiki.org/xwiki/bin/view/DevGuide/DatabaseSchema and trying other number formats got it working for float (xwikifloats table). Groovy code: .. Float daudzums daudzums = Float.parseFloat(string) ... Actually I need only integer eg 11 in place of 11.0 but this is minor

Re: [xwiki-users] XWiki Logo Challenge, Round 2

2010-04-09 Thread Valerie Mortagne
+1 for the 12E, I like the softness of the shape -- View this message in context: http://n2.nabble.com/XWiki-Logo-Challenge-Round-2-tp4872063p4878396.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xw

Re: [xwiki-users] XWiki Logo Challenge, Round 2

2010-04-09 Thread [Ricardo Rodriguez] eBioTIC.
Hi everybody! I would like to regain access to this list by voting here. Thanks for the chance. With a brand new hat, but still Ricardo! * +1 for number 19 * Even though I would encourage the author/s to develop and show us integration with Colibri, mockups and so on, so forth! I am no

[xwiki-users] Your ideas to save number in custom object using Groovy code?

2010-04-09 Thread Valdis Vītoliņš
I'm trying to save custom object values, and can only for strings using advanced script from http://platform.xwiki.org/xwiki/bin/view/DevGuide/GroovyNotificationTutorial For Number type (tried integer and long), I couldn't save value in any way. Tried explicitly define as int daudzums and daudzu

Re: [xwiki-users] [xwiki-devs] XWiki Logo Challenge, Round 2

2010-04-09 Thread Guillaume Lerouge
Hi, I'm +1 for 4A too. Looks very nice with the brighter colors! Guillaume On Fri, Apr 9, 2010 at 16:56, Thomas Mortagne wrote: > I like both 4A and 12E but 4A is less close to old xwik.org so: > > +1 for 4A > > On Thu, Apr 8, 2010 at 18:02, Sergiu Dumitriu wrote: > > Hello XWiki Community, >

Re: [xwiki-users] [xwiki-devs] XWiki Logo Challenge, Round 2

2010-04-09 Thread Thomas Mortagne
I like both 4A and 12E but 4A is less close to old xwik.org so: +1 for 4A On Thu, Apr 8, 2010 at 18:02, Sergiu Dumitriu wrote: > Hello XWiki Community, > > We're still looking for the new XWiki.org logo. First of all, many > thanks to all those who submitted their ideas ( > http://dev.xwiki.org/

Re: [xwiki-users] XWiki Logo Challenge, Round 2

2010-04-09 Thread GeLo
+1 for the 16B I think the straight W is more easy to read, and it is very distinctive. Maxime ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] XWiki Logo Challenge, Round 2

2010-04-09 Thread Sergiu Dumitriu
On 04/09/2010 04:03 PM, Trevor Russ wrote: > +1 16B. > > Although I found the "powered by" buttons for *most* submissions (including > 16) to be almost unreadable. Any hints on how to improve it? What exactly is wrong? Note that the buttons are not completely polished yet, this is just a prints

Re: [xwiki-users] XWiki Logo Challenge, Round 2

2010-04-09 Thread Trevor Russ
+1 16B. Although I found the "powered by" buttons for *most* submissions (including 16) to be almost unreadable. Trevor On Thu, 08 Apr 2010 18:02:34 +0200 Sergiu Dumitriu wrote: > Hello XWiki Community, > > We're still looking for the new XWiki.org logo. First of all, many _

Re: [xwiki-users] AllAttachments live table doesn't show anything

2010-04-09 Thread Colesnicov Eugen
No any special errors in logs. A few months ago I wrote issue in a jira - http://jira.xwiki.org/jira/browse/XWIKI-4707 XWIKI-4707 - where I described this situation with details about log and reported information from firebug. Issue was closed as a duplicated and answer was that problem is only

Re: [xwiki-users] [XWiki Macro] Tabs

2010-04-09 Thread coldserenity
Hello Vincent! Thanks for noticing! I have updated the package and page description. There's a set of rendering issues related to white-spaces around directives. You might want to check them in-action on the home-page of the macro (Macro.TabsMacro), section "Interesting layout bugs". Regards,

Re: [xwiki-users] Modifying the e-mail in a user profile.

2010-04-09 Thread Sophie Alexandre
Hi, Ok. And indeed the use of the object editor suits very well. S.A Le vendredi 09 avril 2010 à 10:28 +0200, Jean-Vincent Drean a écrit : > It will be fixed in XE 2.3 final, see > http://jira.xwiki.org/jira/browse/XAADMINISTRATION-127 > In the meantime you have to use the object editor as Guill

Re: [xwiki-users] AllAttachments live table doesn't show anything

2010-04-09 Thread Guillaume Lerouge
Hi Eugen, On Fri, Apr 9, 2010 at 10:30, Colesnicov Eugen wrote: > > My config - Oracle 10.2.4, XWiki - 2.2.4. Tested on Jetty and Glassfish. > NEW > Xwiki instance imported from xar-file. User is Admin (default user in a new > instance). I cannot see any attachments in a AllAttachments live table

[xwiki-users] AllAttachments live table doesn't show anything

2010-04-09 Thread Colesnicov Eugen
My config - Oracle 10.2.4, XWiki - 2.2.4. Tested on Jetty and Glassfish. NEW Xwiki instance imported from xar-file. User is Admin (default user in a new instance). I cannot see any attachments in a AllAttachments live table. What's the problem? I know that pages XWiki.AllAttachments & XWiki.AllAt

Re: [xwiki-users] Modifying the e-mail in a user profile.

2010-04-09 Thread Jean-Vincent Drean
It will be fixed in XE 2.3 final, see http://jira.xwiki.org/jira/browse/XAADMINISTRATION-127 In the meantime you have to use the object editor as Guillaume stated. Thanks, JV. On Thu, Apr 8, 2010 at 6:30 PM, Sophie Alexandre wrote: > Hi, > > I would like to consult and above all to modify the e-