Re: [xwiki-users] GWT-WYSIWYG Bugs

2009-04-01 Thread Vincent Massol
On Apr 2, 2009, at 1:22 AM, Marius Dumitru Florea wrote: > 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

[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 not_

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.getDocument("XWiki.AccountValidation").getExternal

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/ ) a

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 t

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, plea

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] 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

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 m

Re: [xwiki-users] Captcha

2009-04-01 Thread Edward Laptop
Hi I changed xwiki.plugin.captcha=1 and restarted xwiki. No sign of it in the properties for the xwikiusers class. THanks for your help Manfred - - anyone got any more ideas??? Further down in the same xwiki.cfg file xwiki.plugin.captcha=0 how about if you change the 0 to a 1 does that wo

[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 space

[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

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 t

Re: [xwiki-users] Captcha

2009-04-01 Thread Manfred
Well its a plugin as far as I can tell. Look if its enabled in .. /webapps/xwiki/WEB-INF/xwiki.cfg Look for the section: list of active plugins - something like: xwiki.plugins=\ com.xpn.xwiki.plugin.captcha.CaptchaPlugin,\ What you do with it after that I'm not sure. - Ori

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

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, t

Re: [xwiki-users] GWT-WYSIWYG Bugs

2009-04-01 Thread PERINAUD Christophe
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 -Message d'origine- De : users-boun...@xwiki.o

Re: [xwiki-users] GWT-WYSIWYG Bugs

2009-04-01 Thread hel-o
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, text, - item2 When you safe tha

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] Captcha

2009-04-01 Thread Manfred
There *is* a CAPTCHA option somewhere. Doesnt appear on my installed products right now but that could be because I've disabled 'public' user registration so it might only kick in then. I'm very new to the product so as far as config goes I dunno, I've just seen it and was confronted with it in

Re: [xwiki-users] How to best integrate XE, XWS & Chronopolys?

2009-04-01 Thread Jerome Velociter
Manfred wrote: > Hi, > > I'm trying to combine Xwiki products into an intranet collaboration solution > and would appreciate advice on good practices for this. We're talking a > manufacturing organisation, about 500 users, divided into a dozen production > departments with users working on vario

[xwiki-users] How to best integrate XE, XWS & Chronopolys?

2009-04-01 Thread Manfred
Hi, I'm trying to combine Xwiki products into an intranet collaboration solution and would appreciate advice on good practices for this. We're talking a manufacturing organisation, about 500 users, divided into a dozen production departments with users working on various departmental and organi

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

2009-04-01 Thread Jerome Velociter
Hi again, Manfred wrote: > 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 app

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 wrote: > Chris Ellis wrote: > > Is it possible for xwiki to simply use the

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

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] 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 suppo

[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 A

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 organisation