Re: [xwiki-users] Help needed :o) - Xwiki vs. Twiki

2008-01-08 Thread Ludovic Dubost
You can add #set($showcomments = false) #set($showattachments = false) In a page where you don't want to see the comments/attachments block. To do the same for a space put it in the skin with #if($doc.space==spacename) #set($showcomments = false) #set($showattachments = false) #end Ludovic

[xwiki-users] Exception while Save Continue in Administration Preferences

2008-01-08 Thread Martin Vanek
Bug filed: http://jira.xwiki.org/jira/browse/XE-173 After pressing Save Continue button exception is thrown Error number 3201 in 3: Exception while saving document XWiki.XWikiPreferences Wrapped Exception: could not insert: [com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo] com.xpn.xwiki.XWikiException:

Re: [xwiki-users] Help needed :o) - Xwiki vs. Twiki

2008-01-08 Thread Sergiu Dumitriu
Josef Pfleger wrote: #set($showcomments = false) #set($showattachments = false) That only tells the skin not to render the corresponding HTML, it does not prevent users from posting comments or uploading files to the respective URLs directly! Of course, the URLs could be changed to a

Re: [xwiki-users] WYSIWYG-editor

2008-01-08 Thread Vincent Massol
This is a bug. Please report it at http://jira.xwiki.org Thanks -Vincent On Jan 8, 2008, at 4:47 PM, Thomas Pasch wrote: Hi all, I have a problem with the WYSIWYG-editor of 1.1.2 and the code-macro: If I use WYSIWYG-editor and add code-macro with e.g. a *-character in it, the

[xwiki-users] WYSIWYG-editor

2008-01-08 Thread Thomas Pasch
Hi all, I have a problem with the WYSIWYG-editor of 1.1.2 and the code-macro: If I use WYSIWYG-editor and add code-macro with e.g. a *-character in it, the WYSIWYG-editor displays it correctly. But if I save the page, the *-caracter is transformed and the result does not look very nice :-( A

Re: [xwiki-users] Cutting and pasting

2008-01-08 Thread Vincent Massol
Hi Richard, On Jan 8, 2008, at 4:40 PM, goldring, richard wrote: Does anyone know of plans to improve the cutting and pasting abilities of XWiki? Definitely. The plan is the rewrite of the WYSIWYG editor using GWT. I can't offer a deadline yet for the implementation (we're lacking

[xwiki-users] New user - LDAP and admin rights

2008-01-08 Thread Gaëtan GUYODO
Hi, I'm a new xwiki user, I just installed it and configured it to use an active directory authentication. However, none of my existing users have administration rights, and I didn't find the way to give them these rights. Is there any special right to place in the active directory for my admin

Re: [xwiki-users] Blog/Clone

2008-01-08 Thread Esbach, Brandon
Hi Tim, If you look through Nabble, this has been described a few times before. It's fairly easy to do. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Campbell, Timothy D Sent: 08 January 2008 17:39 To: users@xwiki.org Subject: [xwiki-users]

[xwiki-users] Re : Re: New user - LDAP and admin rights

2008-01-08 Thread guyodo gaetan
Thanks Vincent, I'll watch that and try this patch, if possible. We keep in touch, Gaëtan - Message d'origine - De: Vincent Massol [EMAIL PROTECTED] Date: Mardi, Janvier 8, 2008 5:13 pm Objet: Re: [xwiki-users] New user - LDAP and admin rights À: XWiki Users users@xwiki.org Hi Gaetan,

[xwiki-users] Re : Re: New user - LDAP and admin rights

2008-01-08 Thread guyodo gaetan
Thanks, but how can I use that superadmin mode ??? The user Admin that first exist at the xwiki installation doesn't work anymore... - Message d'origine - De: Mihails Agafonovs [EMAIL PROTECTED] Date: Mardi, Janvier 8, 2008 7:10 pm Objet: Re: [xwiki-users] New user - LDAP and admin

[xwiki-users] Document links

2008-01-08 Thread mattia_temp-newsgroup
Hi everybody, I'd like to link an attachment in a space from another page in the same space, and from a page in another space. Is that possible? (with the link menu i've only the opportunity to link a file attached in the same page) Thank you very much for your help!!! Regards Mattia

[xwiki-users] Conversion from JSPWiki?

2008-01-08 Thread Jason Yip
Just wondering if anyone has tried converting from JSPWiki to xwiki? Checking before I look at writing my own utility to do so. -- Jason Che-han Yip http://jchyip.blogspot.com http://cruisecontrol.sourceforge.net Watch your thoughts; they become words. Watch your words; they become actions.

[xwiki-users] Re : Re: Re : Re: New user - LDAP and admin rights

2008-01-08 Thread guyodo gaetan
Thanks again, I didn't had time to read documentation... I'll do it... - Message d'origine - De: Vincent Massol [EMAIL PROTECTED] Date: Mardi, Janvier 8, 2008 8:44 pm Objet: Re: [xwiki-users] Re : Re: New user - LDAP and admin rights À: XWiki Users users@xwiki.org On Jan 8, 2008, at

Re: [xwiki-users] Blog/Clone

2008-01-08 Thread Vincent Massol
Since this is such a frequently asked question it would be nice if someone could: 1) document it on xwiki.org, either: - in the FAQ - as a code snippet on http://dev.xwiki.org or even better: 2) create an application (XAR) that does this and upload it on http://code.xwiki.org Anyone up for

Re: [xwiki-users] Conversion from JSPWiki?

2008-01-08 Thread Vincent Massol
Hi Jason, On Jan 8, 2008, at 8:51 PM, Jason Yip wrote: Just wondering if anyone has tried converting from JSPWiki to xwiki? Checking before I look at writing my own utility to do so. Yes you could use wikiModel for this: http://www.wikicreole.org/wiki/WikiModel It has a jspwiki parser so