Re: [xwiki-users] Creating user using XML RPC.... and also how to add the user in default group with the xwiki all group rights via xml rpc/programmatically??

2010-03-09 Thread Nithya Vembu
Hi Dilip, Thanks for the valuable reply. I tried your example with this set of code and password also able to create for the user. But i didnt checked whether its plain text or hashed.. I used this snippet of code XWikiObject xobj = new XWikiObject();

[xwiki-users] [myxwiki] new wiki request

2010-03-09 Thread Kafpauzo
Hello I'd like to create a wiki at myxwiki.org. It will be used for debating certain strange decisions in local government, and for collecting and organizing information about the background to these decisions, and discussing what can be done about them. Desired subdomain:

Re: [xwiki-users] Adding user to defaul group with appropriate rights through xml rpc.....

2010-03-09 Thread Marius Dumitru Florea
Hi, Nithya Vembu wrote: Hi All, I have created user through xml rpc. But the user dont have any rights and the user not added in the default group. how to add the user in XWiki All Group and give the rights through xml rpc?? Any idea.?? I surfed net and this nabble

Re: [xwiki-users] WYSIWYG editor language in user interface

2010-03-09 Thread AngeloG
Hallo I made the translation in Italian of the same string.properties file and updated l10n.xwiki.org/.../Wysiwyg I hope the file will be included in one of the next release. I would like to update my xwiki but the link provided seems dead. Is there any other way? (I don't want to break my

Re: [xwiki-users] WYSIWYG editor language in user interface

2010-03-09 Thread Marius Dumitru Florea
Hi, AngeloG wrote: Hallo I made the translation in Italian of the same string.properties file and updated l10n.xwiki.org/.../Wysiwyg I hope the file will be included in one of the next release. Definitely. It will be included in 2.3M1 and 2.2.3 releases. I would like to update my xwiki

Re: [xwiki-users] Adding user to defaul group with appropriate rights through xml rpc.....

2010-03-09 Thread Nithya Vembu
Hi Marius, Thanks for the reply. This is my code snippet which i tried before posting this post. XWikiObject xobj = new XWikiObject(); xobj.setClassName(XWiki.XWikiAllGroups); xobj.setProperty(member, test1); rpc.storeObject(xobj);

Re: [xwiki-users] Adding user to defaul group with appropriate rights through xml rpc.....

2010-03-09 Thread Jean-Vincent Drean
On Tue, Mar 9, 2010 at 6:28 PM, Nithya Vembu nithu...@gmail.com wrote: Hi Marius,   Thanks for the reply.   This is my code snippet which i tried before posting this post.            XWikiObject xobj = new XWikiObject();            xobj.setClassName(XWiki.XWikiAllGroups);

[xwiki-users] Question regarding visibility of Space indexes

2010-03-09 Thread 2smart4u
Hi there, just a quick question: When I browse through a space as a non-registered user, I always see both the pages - WebHome - WebPreferences besides the other pages the owner of the space has created. Example: - I've created a space called Database - inside this space I've created a page

[xwiki-users] FAQ bundle

2010-03-09 Thread Meng Wu
Hey, The XWiki site offers a good tutorial on making an FAQ, but the FAQ on the XWiki.org site is a little different. I can't find it in the code snippets. Is it possible to see the velocity script for this FAQ or see how the search FAQ was implemented? Thanks, Felix

Re: [xwiki-users] FAQ bundle

2010-03-09 Thread Vincent Massol
Hi Meng, On Mar 9, 2010, at 8:02 PM, Meng Wu wrote: Hey, The XWiki site offers a good tutorial on making an FAQ, but the FAQ on the XWiki.org site is a little different. I can't find it in the code snippets. Is it possible to see the velocity script for this FAQ or see how the search

Re: [xwiki-users] Adding user to defaul group with appropriate rights through xml rpc.....

2010-03-09 Thread Dilipkumar Jadhav
Hi Nithya, As Jean Vincent pointed out, following would be the modified code: XWikiObject xobj = new XWikiObject(); //Class Name is XWikiGroups xobj.setClassName(XWiki.XWikiGroups); //Host page to which we want to add the user is the Page which

[xwiki-users] Deleting a Page but Tag remain???

2010-03-09 Thread 2smart4u
Hi there, again me: I've deleted a page which I had tagged before. So far, so good. However, within my tag-cloud the tag still shows up. When selecting this tag, I get a overview All Documents Tagged With Tag, but when I click on that tag (which belongs to the previously deleted document), I

[xwiki-users] Search class properties through XMLRPC

2010-03-09 Thread Dilipkumar Jadhav
Hello folks, While at the topic of XMLRPC, I was trying to search for properties in a particular object. I have a customized property called UID to the XWiki.XWikiUsers class. Naturally, each user in the wiki can chose to fill this field. I have been trying to find the method in the XMLRPC api to

[xwiki-users] XWiki newbie question

2010-03-09 Thread alpha omega
Latest version of XWiki Enterprise MS SQL 2005   JSQLConnect JDBC Driver Tomcat 5.5.28 The initial database gets created but when I try to import the following xar file xwiki-enterprise-wiki-2.2.1.xar I start to get the following error Wrapped Exception: com.jnetdirect.jsql.JSQLException: The