[xwiki-users] Is there any way to view all the pages created by an user

2009-09-10 Thread Hernández Cuchí , Francisco Ricardo
Hi, brief question, 

 

Is there any way to view all the pages created by an user?

 

Thanks

 

--

Francisco Hernández Cuchí

 

**
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y 
está dirigido únicamente 
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su 
administrador de correo o con el 
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Is there any way to view all the pages created by an user

2009-09-10 Thread Jerome Velociter
Asiri Rathnayake wrote:
 2009/9/10 Hernández Cuchí, Francisco Ricardo francisco.hernan...@oepm.es

 Hi, brief question,



 Is there any way to view all the pages created by an user?


 try:

 #set($hql = where doc.creator='XWiki.UserName')
 #set($results = $xwiki.searchDocuments($hql, 0, 0))

 results will contain all the documents created by  XWiki.UserName user.

 For more examples see:
 http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples#HPrivilegedAPIsearch

The proper link is in fact :

http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples#HPublicAPIsearchDocuments

(you don't need to run a privileged search for this query, searchDocuments 
works fine as Asiri wrote)

Jerome


 - Asiri



 Thanks



 --

 Francisco Hernández Cuchí




 **
 IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial
 y está dirigido únicamente
 para el destinatario/s.
 Si Ud recibe este correo por error, por favor póngase en contacto con su
 administrador de correo o con el
 emisor immediatamente y no difunda su contenido a nadie ni haga copias.
 *** Este correo ha sido escaneado de virus y contenido malicioso ***

 **
 ___
 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

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


Re: [xwiki-users] Is there any way to view all the pages created by an user

2009-09-10 Thread Asiri Rathnayake
Hi,

On Thu, Sep 10, 2009 at 3:51 PM, Jerome Velociter jer...@xwiki.com wrote:

 Asiri Rathnayake wrote:
  2009/9/10 Hernández Cuchí, Francisco Ricardo 
 francisco.hernan...@oepm.es
 
  Hi, brief question,
 
 
 
  Is there any way to view all the pages created by an user?
 
 
  try:
 
  #set($hql = where doc.creator='XWiki.UserName')
  #set($results = $xwiki.searchDocuments($hql, 0, 0))
 
  results will contain all the documents created by  XWiki.UserName user.
 
  For more examples see:
 
 http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples#HPrivilegedAPIsearch

 The proper link is in fact :


 http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples#HPublicAPIsearchDocuments

 (you don't need to run a privileged search for this query, searchDocuments
 works fine as Asiri wrote)


Yes, thanks Jerome :)

- Asiri


 Jerome

 
  - Asiri
 
 
 
  Thanks
 
 
 
  --
 
  Francisco Hernández Cuchí
 
 
 
 
 
 **
  IMPORTANTE: El contenido de este correo y ficheros adjuntos es
 confidencial
  y está dirigido únicamente
  para el destinatario/s.
  Si Ud recibe este correo por error, por favor póngase en contacto con su
  administrador de correo o con el
  emisor immediatamente y no difunda su contenido a nadie ni haga copias.
  *** Este correo ha sido escaneado de virus y contenido malicioso ***
 
 
 **
  ___
  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

 ___
 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] Find Currently Logged In Users

2009-09-10 Thread Dilipkumar Jadhav
Hello guys,
Is there a way to find all the currently logged in users?
For load testing purposes, it would be nice to know if we could get a head
count of all those who are logged in.
Thank you.

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


Re: [xwiki-users] Find Currently Logged In Users

2009-09-10 Thread Jean Couteau
Dilipkumar Jadhav a écrit :
 Hello guys,
 Is there a way to find all the currently logged in users?
 For load testing purposes, it would be nice to know if we could get a head
 count of all those who are logged in.
 Thank you.
   
Hi,

I do not have a clue on how to do it, but I would be interested by the 
answer. That's a quite nice feature...

-- 

Jean Couteau
Code Lutin - http://www.codelutin.com
44 Bd des Pas Enchantés - 44230 St-Sébastien/Loire
Tél : 02 40 50 29 28 - Fax : 09 59 92 29 28 

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


Re: [xwiki-users] Find Currently Logged In Users

2009-09-10 Thread Jerome Velociter
Hello,

This has been discussed in the past, see :

http://markmail.org/message/t6jazxmra6i732zk
http://markmail.org/message/uncktuyyudvltqjn

Thanks,
Jerome


Dilipkumar Jadhav wrote:
 Hello guys,
 Is there a way to find all the currently logged in users?
 For load testing purposes, it would be nice to know if we could get a head
 count of all those who are logged in.
 Thank you.

 ___
 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] Find Currently Logged In Users

2009-09-10 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi!

Jean Couteau wrote:
 Dilipkumar Jadhav a écrit :
   
 Hello guys,
 Is there a way to find all the currently logged in users?
 For load testing purposes, it would be nice to know if we could get a head
 count of all those who are logged in.
 Thank you.
   
 
 Hi,

 I do not have a clue on how to do it, but I would be interested by the 
 answer. That's a quite nice feature...

   
http://n2.nabble.com/Display-currently-logged-in-users-td1120192.html#a1120192

http://n2.nabble.com/Check-for-logged-in-users-td1314022.html#a1314022

HTH,

Ricardo

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

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


[xwiki-users] How to change space URL

2009-09-10 Thread PHILIPPE BANCOURT
One of our spaces has parenthesis in its name. That has created problems with 
the use of the URL , which contains (e) symbols. 
I tried to rename the space, unsuccessfully it delete it so I rolled back. 

Is there a way to change a space's URL ? 

Thanks for answer, 










Philippe Bancourt 
Crédit Mutuel Arkéa 
Intranet, Pôle Services  Technologie. 
Tél. 02 98 00 21 17 
Mob. +33 677401103 
email : philippe.banco...@arkea.com 
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] usersandgroups.css in several places

2009-09-10 Thread Philipp Rößler
How can I force XWiki to use skins/toucan/usersandgroups.css
instead of resources/js/xwiki/usersandgroups.css? I have to do that
because the user configuration page looks bad with the latter.

Best regards

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


[xwiki-users] Disable password change

2009-09-10 Thread Trevor Russ
We'd like to disable the ability for a user to change their password (to 
prevent easy passwords from being used).

I could just edit XWikiUserSheet and take out the change password link, but a 
user could easily find out that changing the password could be done by typing 
in the appropriate URL.  Is there a better way to disable the change password 
page?

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


Re: [xwiki-users] About the open office server

2009-09-10 Thread Hernández Cuchí , Francisco Ricardo
Hello again,

In my case,  the Systems department allows us only to publish Java 
applications, not install server apps, and give us no admin access to the 
production machines, that means that it is not posible to use the OOffice where 
the xwiki is installed. I have it running in another machine, but in the 
externally managed server configuration I haven´t seen where to put the IP of 
the server. Any help?

Thanks for everything, this list works really fast,

Francisco



-Mensaje original-
De: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] En nombre de 
Steven Calkins
Enviado el: miércoles, 09 de septiembre de 2009 18:09
Para: XWiki Users
Asunto: Re: [xwiki-users] About the open office server

Hi Francisco,
Just take the normal version and install it on your server as the instructions 
at http://code.xwiki.org/xwiki/bin/view/Applications/OfficeImporterApplication 
stipulate. You do need access to the server where xwiki is running. 

Regards,
Steven Calkins


-Ursprüngliche Nachricht-
Von: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Im Auftrag von 
Hernández Cuchí, Francisco Ricardo
Gesendet: Mittwoch, 9. September 2009 10:13
An: XWiki Users
Betreff: [xwiki-users] About the open office server

Hello everybody,

 

I've searched trough the web for the open Office server, and in the xwiki doc 
there are thigns about teh open office server, but, how do I install it? Is it 
a normal versión? Does it need admin privileges in the machine that runs it?

 

Regards,

 

Francisco

 

--

Francisco Hernández Cuchí

Jefe de Servicios Sistemas de Información 

OFICINA ESPAÑOLA DE PATENTES Y MARCAS

C\ Paseo de la Castella 75

tlf: 913496844

mail: francisco.hernan...@oepm.es mailto:francisco.hernan...@oepm.es 

 

**
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y 
está dirigido únicamente para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su 
administrador de correo o con el emisor immediatamente y no difunda su 
contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**
___
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
**
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y 
está dirigido únicamente 
para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su 
administrador de correo o con el 
emisor immediatamente y no difunda su contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**

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


[xwiki-users] Section editing for more than 2 header levels

2009-09-10 Thread Philipp Rößler
XWiki 2.0 milestone 3

Section editing is not working for sections
starting with a header smaller than level 2 (cp.
http://jira.xwiki.org/jira/browse/XWIKI-4275).

Is there a way to turn on/off section editing below a certain header
level?

Best regards

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


Re: [xwiki-users] About the open office server

2009-09-10 Thread Steven Calkins
Francisco,

Maybe you could explain to your Admins that the functionality is needed 
and request that they would please install OO on the server. Then they should 
tell you the URL to the installation in relation to your application server. 
You can enter this in Xwiki and I imagine it should work. Once that is done you 
won't need any access to it, provided you start it with your Xwiki. We run OO 
as a server that way and have no problems with it. If we ever do have problems 
we will just restart Tomcat to fix things.

Sometimes we have to sell our ideas in our own firms to get things 
done. Most Admins would be obliging once they understand the issue, and realize 
it is safe. 

If the other server has a share on the application server, OO can be 
accessed that way too, provided the share has the privileges to do what you 
need. Then you need the path as seen from the wiki.

Regards,

Steven Calkins

-Ursprüngliche Nachricht-
Von: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Im Auftrag von 
Hernández Cuchí, Francisco Ricardo
Gesendet: Donnerstag, 10. September 2009 17:20
An: XWiki Users
Betreff: Re: [xwiki-users] About the open office server

Hello again,

In my case,  the Systems department allows us only to publish Java 
applications, not install server apps, and give us no admin access to the 
production machines, that means that it is not posible to use the OOffice where 
the xwiki is installed. I have it running in another machine, but in the 
externally managed server configuration I haven´t seen where to put the IP of 
the server. Any help?

Thanks for everything, this list works really fast,

Francisco



-Mensaje original-
De: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] En nombre de 
Steven Calkins Enviado el: miércoles, 09 de septiembre de 2009 18:09
Para: XWiki Users
Asunto: Re: [xwiki-users] About the open office server

Hi Francisco,
Just take the normal version and install it on your server as the instructions 
at http://code.xwiki.org/xwiki/bin/view/Applications/OfficeImporterApplication 
stipulate. You do need access to the server where xwiki is running. 

Regards,
Steven Calkins


-Ursprüngliche Nachricht-
Von: users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] Im Auftrag von 
Hernández Cuchí, Francisco Ricardo
Gesendet: Mittwoch, 9. September 2009 10:13
An: XWiki Users
Betreff: [xwiki-users] About the open office server

Hello everybody,

 

I've searched trough the web for the open Office server, and in the xwiki doc 
there are thigns about teh open office server, but, how do I install it? Is it 
a normal versión? Does it need admin privileges in the machine that runs it?

 

Regards,

 

Francisco

 

--

Francisco Hernández Cuchí

Jefe de Servicios Sistemas de Información 

OFICINA ESPAÑOLA DE PATENTES Y MARCAS

C\ Paseo de la Castella 75

tlf: 913496844

mail: francisco.hernan...@oepm.es mailto:francisco.hernan...@oepm.es 

 

**
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y 
está dirigido únicamente para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su 
administrador de correo o con el emisor immediatamente y no difunda su 
contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**
___
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
**
IMPORTANTE: El contenido de este correo y ficheros adjuntos es confidencial y 
está dirigido únicamente para el destinatario/s.
Si Ud recibe este correo por error, por favor póngase en contacto con su 
administrador de correo o con el emisor immediatamente y no difunda su 
contenido a nadie ni haga copias.
*** Este correo ha sido escaneado de virus y contenido malicioso ***
**

___
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