[xwiki-users] listing all users

2009-09-24 Thread Arnaud bourree
Hello, I'm building a migration to LDAP page for my company on one XWiki 2.0 RC1 instance. For this I need to list all users registered in. I used the following code to list users: for(u in xwiki.wrapDocs(xwiki.searchDocuments(", BaseObject obj where obj.name = doc.fullName and obj.className = 'XW

Re: [xwiki-users] listing all users

2009-09-24 Thread Oana Tabaranu
Hi Arnaud, I have tested your query in velocity and it works fine for me: #set($users =$xwiki.searchDocuments(", BaseObject obj where obj.name = doc.fullName and obj.className = 'XWiki.XWikiUsers' and doc.fullName <> 'XWiki.Admin' and doc.fullName <> 'XWiki.TEST' and doc.fullName <> 'XWiki.dumm

[xwiki-users] myxwiki.org skinless?

2009-09-24 Thread wangwh
Hi, Anyone else have problems with myxwiki.org skin? Wei-hsing ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] myxwiki.org skinless?

2009-09-24 Thread Vincent Massol
On Sep 24, 2009, at 4:58 PM, wan...@att.net wrote: > Hi, > Anyone else have problems with myxwiki.org skin? We've just upgraded it? Try ctrl+refresh on http://myxwiki.org If you're having pb on a subwiki please let us know. Thanks -Vincent ___ users

[xwiki-users] [Fwd: [xwiki-devs] Who can design nice and unique color themes for xwiki.org]

2009-09-24 Thread Jerome Velociter
I'm sure we have users that are good at colors too! Would someone like to propose a theme for xwiki.org (or one of its sub-sites) ? Jerome. Original Message Subject:[xwiki-devs] Who can design nice and unique color themes for xwiki.org Date: Thu, 24 Sep 2009 17:20:1

Re: [xwiki-users] myxwiki.org skinless?

2009-09-24 Thread wangwh
My site, parents2.myxwiki.org is skinless. Please take a look. -- Original message from Vincent Massol : -- > > On Sep 24, 2009, at 4:58 PM, wan...@att.net wrote: > > > Hi, > > Anyone else have problems with myxwiki.org skin? > > We've just upgraded it? > Try ctr

Re: [xwiki-users] myxwiki.org skinless?

2009-09-24 Thread Vincent Massol
Hi, On Sep 24, 2009, at 6:04 PM, wan...@att.net wrote: > > > My site, parents2.myxwiki.org is skinless. This is what I see: http://tinycoke.com/_6rk1A1e9MElKw/picture_1.png The skin is there -Vincent > Please take a look. > > -- Original message from Vincent Massol >: ---

Re: [xwiki-users] listing all users

2009-09-24 Thread Arnaud bourree
Hello, I test it also in velocity without success. I try an other code {{groovy}} def sql = "" count = 0 for (item in xwiki.searchDocuments(sql)) { u = xwiki.getDocument(item) xu = u.getObject('XWikiUsers') if (null == xu) continue count++ print item+"\n" } print "**Total "+count+"*

Re: [xwiki-users] listing all users

2009-09-24 Thread Vincent Massol
Hi Arnaud, On Sep 24, 2009, at 5:51 PM, Arnaud bourree wrote: > Hello, > > I test it also in velocity without success. > I try an other code > {{groovy}} > def sql = "" > count = 0 > for (item in xwiki.searchDocuments(sql)) { > u = xwiki.getDocument(item) > xu = u.getObject('XWikiUsers') >

Re: [xwiki-users] myxwiki.org skinless?

2009-09-24 Thread Vincent Massol
Hi Wang, The problem was that you had forbidden unregistered users from viewing any documents in the XWiki space and since the skin is in that space they couldn't view it... I have modified the permission to allow unreg users to view the XWiki space (this is needed anyone for xwiki to work fine).

Re: [xwiki-users] listing all users

2009-09-24 Thread Arnaud bourree
2009/9/24 Vincent Massol : > Hi Arnaud, > > On Sep 24, 2009, at 5:51 PM, Arnaud bourree wrote: > >> Hello, >> >> I test it also in velocity without success. >> I try an other code >> {{groovy}} >> def sql = "" >> count = 0 >> for (item in xwiki.searchDocuments(sql)) { >>   u = xwiki.getDocument(ite

Re: [xwiki-users] [xwiki-devs] Who can design nice and unique color themes for xwiki.org

2009-09-24 Thread Ecaterina Valica
[Proposal 1] Color Variations for xwiki.org : XE - http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/XE/XE.png XWATCH - http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/XWATCH/XWATCH.png XMANAGER - http://incubator.myxwiki.org/xwiki/bin/download/ColorThemes/XMANAGER/XMANAGER.

Re: [xwiki-users] myxwiki.org skinless?

2009-09-24 Thread wangwh
Yes, the skin is back. (to me, it went away for hours) -- Original message from Vincent Massol : -- > Hi, > > On Sep 24, 2009, at 6:04 PM, wan...@att.net wrote: > > > > > > > My site, parents2.myxwiki.org is skinless. > > This is what I see: > http://tinycoke.com

Re: [xwiki-users] myxwiki.org skinless?

2009-09-24 Thread Vincent Massol
On Sep 25, 2009, at 4:23 AM, wan...@att.net wrote: > > > Yes, the skin is back. (to me, it went away for hours) See my other mail where I explained the error you made (you prevented unregistered users from viewing documents in the XWiki space). Thanks -Vincent > -- Original m

Re: [xwiki-users] [xwiki-devs] Who can design nice and unique color themes for xwiki.org

2009-09-24 Thread Vincent Massol
Thanks Cati. I don't like that we change the text colors since I find it's hard to read on white for several of them. I'd prefer we only change the background color and leave the rest unchanged actually. WDYT? Thanks -Vincent On Sep 24, 2009, at 11:06 PM, Ecaterina Valica wrote: > [Proposa