Re: [xwiki-users] rights of current user

2007-12-17 Thread Jan Kodera
Hi,
 i think the problem is, that space preferences is in
${space}.WebPreferences page and not in WebHome. Your script just find, if
the user have rights to WebHome page not for entire space.
 WebPreferences has object global
rights and i think there you have to do some sql query to find out, if
user have rights or not.


Jan

On 12/17/07, Bjørnar Libæk [EMAIL PROTECTED] wrote:

 I would like to have a script that finds out for which spaces the current
 user has view rights. I try to do:

 #set($spaces = $xwiki.spaces)
 #foreach($space in $spaces)
  #set($whome = $xwiki.getDocument(${space}.WebHome))
  [$space${space}.WebHome]
  #if($whome.hasAccessLevel(view,$xwiki.getUser()))
acess? Yupbr
  #else
access? Nopebr
  #end
 #end

 but hasAccessLevel always return false. What am I missing? Is there any
 other way to do this?


 ___
 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


[xwiki-users] Hardware Requirements

2007-12-17 Thread mattia_temp-newsgroup
Hi everybody,

I'm wondering which hardware requisites has XWiki. Could someone please share 
its configuration?

Which is the HW configuration of the server used to run the XWiki  on the net?

Thank you very much! 




  ___ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Hardware Requirements

2007-12-17 Thread Esbach, Brandon
This comes up often, and it's really a good point in XWiki's favour - it
runs on practically anything that will run the needed server components.
I've had xwiki running in a virtual environment happily for months;
under 1gb RAM and a sliver of hdd space.  Boils down really, to your
database and java container.
 
For barebones though, you can happily run it on, eg, a modern desktop
with 2GB Ram and it'll be happy to run like that for a good while.
 
I think though, that there should really be a minimum specs page in
the admin guide.  I'd happily add this, but it would be unofficial until
otherwise tested



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of [EMAIL PROTECTED]
Sent: 17 December 2007 16:47
To: XWiki Users
Subject: [xwiki-users] Hardware Requirements


Hi everybody,

I'm wondering which hardware requisites has XWiki. Could someone please
share its configuration?

Which is the HW configuration of the server used to run the XWiki  on
the net?

Thank you very much! 






L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail
http://us.rd.yahoo.com/mail/it/taglines/hotmail/nowyoucan/nextgen/*http
://it.docs.yahoo.com/nowyoucan.html 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] User Authentication

2007-12-17 Thread Richard Bird
Hello,

 

I am currently trying to get my xWiki public, but can’t seem to make my
administration button on the top right hand corner ask for authentication.
It lets xWikiGuest and all of my other low level users have full access to
my administration.

 

My question is, what setting do I need to change to block low level users
from admin access and grant my admin users access to my admin?

 

Thanks in Advance!

 

Bird2920


No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.503 / Virus Database: 269.17.4/1188 - Release Date: 12/17/2007
2:13 PM
 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Hardware Requirements

2007-12-17 Thread Esbach, Brandon
Depends on a lot of factors,
 
1) What sort of traffic are you expecting?  Is that mainly file attachments or 
content volume?
2) Also, what sort of attachment traffic are you expecting?  Attachments are 
stored in the database directly, so you will have to configure MySQL correctly 
accordingly.
3) Are you planning on using just one XWiki instance, or multiple instances?
 
For instance,
Our test environment is something like the following (bear in mind our 
production environment is under a lot heavier use, so has more resources thrown 
at it).
Virtual PC
2GB Ram
30GB HDD
MySQL 4.1
Tomcat 6
Java 6
 
Our production environment is the same software wise, but running on a 
mid-range Dell server, double the Ram and 200GB hard disk.
 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: 17 December 2007 17:51
To: XWiki Users
Subject: Re: [xwiki-users] Hardware Requirements


Hi Brandon,

Thank you for your help!! could you please tell me a possible configuration for 
a thousand users with tomcat and mysql??

Thank you in advice!


- Messaggio originale -
Da: Esbach, Brandon [EMAIL PROTECTED]
A: XWiki Users users@xwiki.org
Inviato: Lunedì 17 dicembre 2007, 18:14:30
Oggetto: Re: [xwiki-users] Hardware Requirements


This comes up often, and it's really a good point in XWiki's favour - it runs 
on practically anything that will run the needed server components.  I've had 
xwiki running in a virtual environment happily for months; under 1gb RAM and a 
sliver of hdd space.  Boils down really, to your database and java container.
 
For barebones though, you can happily run it on, eg, a modern desktop with 2GB 
Ram and it'll be happy to run like that for a good while.
 
I think though, that there should really be a minimum specs page in the admin 
guide.  I'd happily add this, but it would be unofficial until otherwise tested



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: 17 December 2007 16:47
To: XWiki Users
Subject: [xwiki-users] Hardware Requirements


Hi everybody,

I'm wondering which hardware requisites has XWiki. Could someone please share 
its configuration?

Which is the HW configuration of the server used to run the XWiki  on the net?

Thank you very much! 






L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail 
http://us.rd.yahoo.com/mail/it/taglines/hotmail/nowyoucan/nextgen/*http://it.docs.yahoo.com/nowyoucan.html
 






L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail 
http://us.rd.yahoo.com/mail/it/taglines/hotmail/nowyoucan/nextgen/*http://it.docs.yahoo.com/nowyoucan.html
 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] User Authentication

2007-12-17 Thread Esbach, Brandon
Set the Guest user to not have view permissions in Global Rights tab.



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Richard Bird
Sent: 17 December 2007 16:49
To: users@xwiki.org
Subject: [xwiki-users] User Authentication



Hello,

 

I am currently trying to get my xWiki public, but can't seem to make my
administration button on the top right hand corner ask for
authentication. It lets xWikiGuest and all of my other low level users
have full access to my administration.

 

My question is, what setting do I need to change to block low level
users from admin access and grant my admin users access to my admin?

 

Thanks in Advance!

 

Bird2920


No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.503 / Virus Database: 269.17.4/1188 - Release Date:
12/17/2007 2:13 PM


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


Re: [xwiki-users] Disable password change

2007-12-17 Thread Claudio Miranda


Self answer, press Edit - Wiki


Claudio Miranda wrote:
 
 
 I found it, the profile page is a velocity script somewhere I could
 not find (probably at database).

 How can I edit it, to disable the password change link ?
 
 http://sandbox.xwiki.org/xwiki/bin/view/XWiki/XWikiUserSheet?viewer=codeshowlinenumbers=0;
 
 
 Claudio Miranda wrote:
 
 Is it possible to disable password change ?
 
 I tried to find what template (velocity file) is responsible to render
 the
 profile page (/xwiki/bin/view/XWiki/claudio) without success.
 
 
 


-
Claudio Miranda
http://weblogs.java.net/blog/claudio
http://www.claudius.com.br/blog
-- 
View this message in context: 
http://www.nabble.com/Disable-password-change-tp14373951p14373989.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


[xwiki-users] Suggestion - case sensitivity in user names (login id)

2007-12-17 Thread Dowson, Jim
I have seen confusion for users caused by the case-sensitive concatenation
used for the default login id, i.e. FirstNameLastName - especially for
French  Italian names.

I would like to suggest that additional instructions be presented at the
time of registration indicating that login ids are case sensitive - and/or
perhaps have the option of using lowercase only for the default loginid, or
remove the case sensitivity for login ids.

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