Re: [xwiki-users] Editor doesn't display saved text + Re: Editing from the "Choose editor" panel

2009-06-30 Thread Vittorio Torroni
Hi there,

sorry for the missing info:

I'm using:

Xwiki Enterprise: v1.9
Tomcat: v6.0.20
MySql:   v5.1.34
Mac OS X: v10.4.11

Regards,

Vittorio

-- Forwarded message --
From: Marius Dumitru Florea 
To: XWiki Users 
Date: Sat, 27 Jun 2009 22:19:53 +0300
Subject: Re: [xwiki-users] Editor doesn't display saved text
Hi,

Please tell us what version of XWiki Enterprise are you using and
whether you use the new syntax (and thus the new WYSIWYG editor) or
not.

Thanks,
Marius

Vittorio Torroni wrote:

Hi,

When I create a new document and I type some text in the WYSIWYG
editor, then click "save and view", the text appears correctly in the
page. When I go back to the editor, however, the text has disappeared.

Thanks,

Vittorio
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users




-- Forwarded message --
From: Marius Dumitru Florea 
To: XWiki Users 
Date: Sat, 27 Jun 2009 22:25:51 +0300
Subject: Re: [xwiki-users] Editing from the "Choose editor" panel
Hi,

Please tell us what version of XWiki Enterprise are you using and
whether the exiting page is in the new syntax (XWiki 2.0) or not.

Thanks,
Marius

Vittorio Torroni wrote:

Hi,

in relationship to a previous post, I've discovered that editing an
existing page works only if the editor is chosen from the top panel,
i.e. from the drop-down menu that appears when one clicks "edit". If
one only clicks "Edit" then the WYSIWYG editor (default) doesn't show
any contents and switching to wiki editing mode doesn't help either.
The only way to edit the page is to select the editor under the "Edit"
menu from the top panel.
I wonder if a Problem Report has already been raised on this subject.

Thanks,

Vittorio
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] LDAP Authentication and Admin Approval

2009-06-30 Thread Reapepr

The server does hash the passwords so that could be the issue, though I had
thought the server would hash the incoming password request and then compare
it.

What does HTH mean?
-- 
View this message in context: 
http://n2.nabble.com/LDAP-Authentication-and-Admin-Approval-tp3173539p3179961.html
Sent from the XWiki- Users mailing list archive at Nabble.com.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] LDAP Authentication and Admin Approval

2009-06-30 Thread Christophe GRAVIER

Le 30 juin 09 à 09:49, Reapepr a écrit :

>
> The server does hash the passwords so that could be the issue,  
> though I had
> thought the server would hash the incoming password request and then  
> compare
> it.

Try to add another "uniquePassword" attribute with a plain text  
password for a user in the directiry, and retry authentication. If the  
auth work, we identified the problem. Else the issue is elsewhere. You  
need to test it.

I am experiencing the same issue (hash pwd in directory, and xwiki  
sending plain text password). I guess the only way (without much work  
around on the application itself) would be to add SASL mechanism in  
front end to your directory (SASL would hash the password for the  
directoiry, if I'm correct !). I couldn't test this idea however  
(time :/) and therefore I am stuck at the very same point in xwiki  
adoption.

> What does HTH mean?

Hope This Helps ;-)

>
> -- 
> View this message in context: 
> http://n2.nabble.com/LDAP-Authentication-and-Admin-Approval-tp3173539p3179961.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] LDAP Authentication and Admin Approval

2009-06-30 Thread Thomas Mortagne
On Tue, Jun 30, 2009 at 09:49, Reapepr wrote:
>
> The server does hash the passwords so that could be the issue, though I had
> thought the server would hash the incoming password request and then compare
> it.

Yes it's supposed to be LDAP server job to hash it before testing
except if you have a very specific server configuration, I always had
hashed paswords in openldap, apachds or activedirectory and never had
an issue. The clenat can't know which knd of hash the LDAP server is
using internally.

>
> What does HTH mean?
> --
> View this message in context: 
> http://n2.nabble.com/LDAP-Authentication-and-Admin-Approval-tp3173539p3179961.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Editor doesn't display saved text + Re: Editing from the "Choose editor" panel

2009-06-30 Thread Marius Dumitru Florea
Hi,

I just tested on a fresh 1.9 (jetty/hsqldb) install and the "Edit" menu 
works fine on both xwiki/1.0 and xwiki/2.0 documents. I even switched to 
simple edit mode from my user profile and the "Edit" menu still worked 
fine. Are you saying that both:

http://localhost:8080/xwiki/bin/edit/Space/Page
http://localhost:8080/xwiki/bin/edit/Space/Page?editor=wysiwyg

display the WYSIWYG editor but in the case of the first URL the content 
is empty?

Thanks,
Marius

Vittorio Torroni wrote:
> Hi there,
> 
> sorry for the missing info:
> 
> I'm using:
> 
> Xwiki Enterprise: v1.9
> Tomcat: v6.0.20
> MySql:   v5.1.34
> Mac OS X: v10.4.11
> 
> Regards,
> 
> Vittorio
> 
> -- Forwarded message --
> From: Marius Dumitru Florea 
> To: XWiki Users 
> Date: Sat, 27 Jun 2009 22:19:53 +0300
> Subject: Re: [xwiki-users] Editor doesn't display saved text
> Hi,
> 
> Please tell us what version of XWiki Enterprise are you using and
> whether you use the new syntax (and thus the new WYSIWYG editor) or
> not.
> 
> Thanks,
> Marius
> 
> Vittorio Torroni wrote:
> 
> Hi,
> 
> When I create a new document and I type some text in the WYSIWYG
> editor, then click "save and view", the text appears correctly in the
> page. When I go back to the editor, however, the text has disappeared.
> 
> Thanks,
> 
> Vittorio
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> 
> 
> 
> 
> -- Forwarded message --
> From: Marius Dumitru Florea 
> To: XWiki Users 
> Date: Sat, 27 Jun 2009 22:25:51 +0300
> Subject: Re: [xwiki-users] Editing from the "Choose editor" panel
> Hi,
> 
> Please tell us what version of XWiki Enterprise are you using and
> whether the exiting page is in the new syntax (XWiki 2.0) or not.
> 
> Thanks,
> Marius
> 
> Vittorio Torroni wrote:
> 
> Hi,
> 
> in relationship to a previous post, I've discovered that editing an
> existing page works only if the editor is chosen from the top panel,
> i.e. from the drop-down menu that appears when one clicks "edit". If
> one only clicks "Edit" then the WYSIWYG editor (default) doesn't show
> any contents and switching to wiki editing mode doesn't help either.
> The only way to edit the page is to select the editor under the "Edit"
> menu from the top panel.
> I wonder if a Problem Report has already been raised on this subject.
> 
> Thanks,
> 
> Vittorio
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] LDAP Authentication and Admin Approval

2009-06-30 Thread Christophe GRAVIER

Le 30 juin 09 à 11:13, Thomas Mortagne a écrit :

> On Tue, Jun 30, 2009 at 09:49, Reapepr wrote:
>>
>> The server does hash the passwords so that could be the issue,  
>> though I had
>> thought the server would hash the incoming password request and  
>> then compare
>> it.
>
> Yes it's supposed to be LDAP server job to hash it before testing
> except if you have a very specific server configuration, I always had
> hashed paswords in openldap, apachds or activedirectory and never had
> an issue. The clenat can't know which knd of hash the LDAP server is
> using internally.

Yes I understand the architecture choice to lead to plain text pwd in  
secured channels, and that's fine (clenat can't provide all past and  
future hash mechanisms, neither the one to use with the connected  
directory).

Nevertheless, I am using OpenLdap (slapd 2.4.11) with no specific  
configuration, and nevertheless the ldap directiry does not hash the  
plain text password sent :/
Would you have an idea on which specific option may prevent this  
behavior, I can make some tests !

>
>
>>
>> What does HTH mean?
>> --
>> View this message in context: 
>> http://n2.nabble.com/LDAP-Authentication-and-Admin-Approval-tp3173539p3179961.html
>> Sent from the XWiki- Users mailing list archive at Nabble.com.
>>
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
>
> -- 
> Thomas Mortagne
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] LDAP Authentication and Admin Approval

2009-06-30 Thread Thomas Mortagne
On Tue, Jun 30, 2009 at 11:34, Christophe
GRAVIER wrote:
>
> Le 30 juin 09 à 11:13, Thomas Mortagne a écrit :
>
>> On Tue, Jun 30, 2009 at 09:49, Reapepr wrote:
>>>
>>> The server does hash the passwords so that could be the issue,
>>> though I had
>>> thought the server would hash the incoming password request and
>>> then compare
>>> it.
>>
>> Yes it's supposed to be LDAP server job to hash it before testing
>> except if you have a very specific server configuration, I always had
>> hashed paswords in openldap, apachds or activedirectory and never had
>> an issue. The clenat can't know which knd of hash the LDAP server is
>> using internally.
>
> Yes I understand the architecture choice to lead to plain text pwd in
> secured channels, and that's fine (clenat can't provide all past and
> future hash mechanisms, neither the one to use with the connected
> directory).
>
> Nevertheless, I am using OpenLdap (slapd 2.4.11) with no specific
> configuration, and nevertheless the ldap directiry does not hash the
> plain text password sent :/
> Would you have an idea on which specific option may prevent this
> behavior, I can make some tests !

No sorry i always used it with the default conf and never had to configure it.

>
>>
>>
>>>
>>> What does HTH mean?
>>> --
>>> View this message in context: 
>>> http://n2.nabble.com/LDAP-Authentication-and-Admin-Approval-tp3173539p3179961.html
>>> Sent from the XWiki- Users mailing list archive at Nabble.com.
>>>
>>> ___
>>> users mailing list
>>> users@xwiki.org
>>> http://lists.xwiki.org/mailman/listinfo/users
>>>
>>
>>
>>
>> --
>> Thomas Mortagne
>> ___
>> users mailing list
>> users@xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Statistics

2009-06-30 Thread CASTRO roney
Hello there,
I was looking forward to have a more specific statistics website on my xwiki.
Actually, I would like to monitor which user visited a space, how many times he 
or she did it. Is there any tool (xwiki or external tool) that allows me to do 
that?
Thanks in advance !
Best Regards

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Statistics

2009-06-30 Thread Marius Dumitru Florea
See 
http://platform.xwiki.org/xwiki/bin/view/Features/IntegratedStatistics 
and http://code.xwiki.org/xwiki/bin/view/Applications/StatisticsApplication

Hope this helps,
Marius

CASTRO roney wrote:
> Hello there,
> I was looking forward to have a more specific statistics website on my xwiki.
> Actually, I would like to monitor which user visited a space, how many times 
> he or she did it. Is there any tool (xwiki or external tool) that allows me 
> to do that?
> Thanks in advance !
> Best Regards
> 
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users