[xwiki-users] Active Directory users

2009-04-01 Thread Mike A.
Hi! How can I specify that all users found in AD will map to XWikiAllGroup? I do have a group AAA in AD with specific users, and if I specify it for mapping, all works ok. // cn=AAA, ou=Group1, dc=domain, dc=com I also have a group ALL, which contains all groups found (e.g. group AAA is member of

Re: [xwiki-users] Active Directory users

2009-04-01 Thread Thomas Mortagne
On Wed, Apr 1, 2009 at 12:05, Mike A. _m...@inbox.lv wrote: Hi! How can I specify that all users found in AD will map to XWikiAllGroup? All users from LDAP are already supposed to be automatically mapped to XWikiAllGroup without any mapping configuration (any user created on XWiki is supposed

Re: [xwiki-users] Active Directory users

2009-04-01 Thread Mike A.
--- #--- # Preamble # # This is the main old XWiki configuration file. Commented parameters show the default value, although some features # might be disabled. To customize, uncomment and put your own value instead. #--- #

Re: [xwiki-users] How to create initial Organization Space in Xwiki workspace?

2009-04-01 Thread Manfred
Hi Jerome, Thanks for your continued interest. I have managed to work out installing Chronopolys on Linux - the double mouse click didnt work but the terminal commands did and its looking 90% good for our application so will go with that for now. You appear to be part of the xwiki

Re: [xwiki-users] Email system in xwiki

2009-04-01 Thread Sergiu Dumitriu
Chris Ellis wrote: Is it possible for xwiki to simply use the local server php email system without need of configuration? The smtp option is useless because these days most organisations use smtp servers requiring authentication and xwiki is not offering this at present (an essential IMHO)

Re: [xwiki-users] Email system in xwiki

2009-04-01 Thread Chris Ellis
I'm glad to hear it - it's proving to be a deal breaker, otherwise for my College. Care to enlighten me as to how one configures the SMTP username:password? Cheers Chris On Wed, Apr 1, 2009 at 9:52 PM, Sergiu Dumitriu ser...@xwiki.com wrote: Chris Ellis wrote: Is it possible for xwiki to

Re: [xwiki-users] Captcha

2009-04-01 Thread Edward Eldon
Thanks for that Please could someone tell me how to get started with getting the captcha up and running I have tried looking in the objects and classes and using the class editor and the panels but I can't find it. thanks -Original Message- From: Manfred [mailto:manonin...@gmail.com]

Re: [xwiki-users] GWT-WYSIWYG Bugs

2009-04-01 Thread Marius Dumitru Florea
Hi, hel-o wrote: Hi, some more things i found in Lists: 1. when you have a line brake after a list item with text following you cant undo the list formating. When you click the bullet list icon another bullet is added - - item1 text, text, text, text, text, text, text, text,

Re: [xwiki-users] GWT-WYSIWYG Bugs

2009-04-01 Thread Marius Dumitru Florea
Hi Christophe, PERINAUD Christophe wrote: Hi, Also there is a missing space (may be it's wanted but i don't think so) in numbered list with more than 9 elements. The '.' is displayed over the first character. I did not try 100 elements but i guess that there will be a problem too I

Re: [xwiki-users] Email system in xwiki

2009-04-01 Thread twk3
The sendmail plugin supports smtp authentication as of June 2008. In order to use it you will need to add the two properties to your XWikiPreferences page. See: http://jira.xwiki.org/jira/browse/XPMAIL-10 If you open your XWikiPreferences in the class editor, you can use the box on the right

[xwiki-users] Revision Viewing is throwing marco errors

2009-04-01 Thread twk3
I'm using Enterprise 1.8, when trying to view any revision on my document using the rev= parameter, I lose the logo from the skin. (Reproduced: http://www.xwiki.org/xwiki/bin/viewrev/Main/WebHome?rev=81.2) (No issue here though: http://dev.xwiki.org/xwiki/bin/viewrev/Main/WebHome?rev=7.1) and

[xwiki-users] Space Versioning

2009-04-01 Thread twk3
Using an xwiki space for help documentation for a product. The issue being that the entire help documentation for an older version of the product still needs to be available for people using that product. My current plan is to have one main space for all the documentation, then add a new

Re: [xwiki-users] Space Versioning

2009-04-01 Thread Vincent Massol
Hi, On Apr 1, 2009, at 9:31 PM, twk3 wrote: Using an xwiki space for help documentation for a product. The issue being that the entire help documentation for an older version of the product still needs to be available for people using that product. My current plan is to have one main

Re: [xwiki-users] Space Versioning

2009-04-01 Thread twk3
Hi, On Apr 1, 2009, at 9:31 PM, twk3 wrote: Using an xwiki space for help documentation for a product. The issue being that the entire help documentation for an older version of the product still needs to be available for people using that product. My current plan is to have one

Re: [xwiki-users] GWT-WYSIWYG Bugs

2009-04-01 Thread hel-o
Hi, To remove the list formatting you can either use the outdent button from the tool bar or place the caret before item1 and press Shift+Tab. The behavior you describe can be reproduced also in the default editor ( http://www.mozilla.org/editor/midasdemo/ ) and I think it is the correct

Re: [xwiki-users] Email system in xwiki

2009-04-01 Thread Chris Ellis
Thanks twk3 That seems to have done the job - when I register as a new user I receive an email. The email template has this: This email address was used to register a new account on ${wikiname}. If you did not make the request, please ignore this message. In order to activate your account,

Re: [xwiki-users] Email system in xwiki

2009-04-01 Thread twk3
That seems to have done the job - when I register as a new user I receive an email. The email template has this: This email address was used to register a new account on ${wikiname}. If you did not make the request, please ignore this message. In order to activate your account, please follow

Re: [xwiki-users] GWT-WYSIWYG Bugs

2009-04-01 Thread Marius Dumitru Florea
hel-o wrote: Hi, To remove the list formatting you can either use the outdent button from the tool bar or place the caret before item1 and press Shift+Tab. The behavior you describe can be reproduced also in the default editor ( http://www.mozilla.org/editor/midasdemo/ ) and I think

Re: [xwiki-users] Email system in xwiki

2009-04-01 Thread Chris Ellis
Yeah - checked as you suggested: Still getting: This email address was used to register a new account on ${wikiname}. If you did not make the request, please ignore this message. In order to activate your account, please follow this link:

[xwiki-users] Mail Auth patch for 1.8

2009-04-01 Thread Lilianne E. Blaze
Hello, Here's the newest version. Basically it bridges XWiki.sendMessage to MailSenderPlugin. It uses Reflection, so no circulars, but it's not exactly pretty. Why it's needed - registration / validation / activation e-mails are still sent via obsolete Apache Commons SmtpClient, so they _do