Re: [xwiki-users] User Permissions Issue

2015-04-13 Thread Hamster
Yes, we also have users which are in multiple groups. No problems here...



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/User-Permissions-Issue-tp7594486p7594639.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] I don't understand this

2015-04-13 Thread Hamster
Hi Maciek,

I always use the Nabble interface

http://xwiki.475771.n2.nabble.com/

The questions you ask there will be send to the "xwiki mailing list", and
you will get replies by email too.

HTH!



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/I-don-t-understand-this-tp7594628p7594638.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] Attach big files to xwiki 7

2015-04-13 Thread Israel_Berkowits
Hi Jean 

I have change the attachments location to use the file system
But it still limit me to 32MB any other idea

Thanks
Israel 

-Original Message-
From: users [mailto:users-boun...@xwiki.org] On Behalf Of Jean SIMARD
Sent: Monday, April 13, 2015 6:25 PM
To: XWiki Users
Subject: Re: [xwiki-users] Attach big files to xwiki 7

Hi,

As far as I know, a good practice is to use the file system storage instead of 
database to avoid these kind of problem.  You may look here to find more 
information.

http://extensions.xwiki.org/xwiki/bin/view/Extension/Filesystem+Attachment+Porter

There is also a migration (from database storage to file system storage) script 
that you can download.

Hope this helps.

On 13/04/2015 13:50, israel_berkow...@contractor.amat.com wrote:
> Hi All
> 
> I have problem to configure xwiki7
> To attach big file to wiki
> 
> The steps that I did are:
> 
> Size Limit
> 
> The maximum size of an attachment is limited by a configuration parameter in 
> the XWikiPreferences document. It is set to about 32MB by default.
> 
> To change it follow these steps:
> 1.   Go to 
> http:///xwiki/bin/edit/XWiki/XWikiPreferences?editor=object
> 2.   Click on the line that says XWikiPreferences 0 (right below the line 
> that says Objects of type XWiki.XWikiPreferences (1))
> 1.   Scroll down to the field that says Maximum Upload Size and change 
> the number to 10737418240 bytes  which is 10GB
> 2.   Scroll to the bottom and click "Save"
> 3.   Restarted the tomcat 8
> 
> 
> This didn't work:
> I am getting message that I can't attach files larger then 32mb
> 
> 1.   I have tried to attach a video file that about 32mb I got those 
> messages:
> 
> [Caused by: java.lang.OutOfMemoryError: Java heap space among the long 
> message]
> 
> 
> 
> A problem occurred while trying to process your request. Please contact the 
> webmaster if this happens again.
> 
> 
> 
> Detailed information:
> 
>Error number 0 in 11: Uncaught exception
> com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:368)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:146)
> at 
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
> at 
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
> at 
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
> at 
> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:644)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.xwiki.contain

Re: [xwiki-users] Attach big files to xwiki 7

2015-04-13 Thread Jean SIMARD
Hi,

As far as I know, a good practice is to use the file system storage
instead of database to avoid these kind of problem.  You may look here
to find more information.

http://extensions.xwiki.org/xwiki/bin/view/Extension/Filesystem+Attachment+Porter

There is also a migration (from database storage to file system storage)
script that you can download.

Hope this helps.

On 13/04/2015 13:50, israel_berkow...@contractor.amat.com wrote:
> Hi All
> 
> I have problem to configure xwiki7
> To attach big file to wiki
> 
> The steps that I did are:
> 
> Size Limit
> 
> The maximum size of an attachment is limited by a configuration parameter in 
> the XWikiPreferences document. It is set to about 32MB by default.
> 
> To change it follow these steps:
> 1.   Go to 
> http:///xwiki/bin/edit/XWiki/XWikiPreferences?editor=object
> 2.   Click on the line that says XWikiPreferences 0 (right below the line 
> that says Objects of type XWiki.XWikiPreferences (1))
> 1.   Scroll down to the field that says Maximum Upload Size and change 
> the number to 10737418240 bytes  which is 10GB
> 2.   Scroll to the bottom and click "Save"
> 3.   Restarted the tomcat 8
> 
> 
> This didn't work:
> I am getting message that I can't attach files larger then 32mb
> 
> 1.   I have tried to attach a video file that about 32mb I got those 
> messages:
> 
> [Caused by: java.lang.OutOfMemoryError: Java heap space among the long 
> message]
> 
> 
> 
> A problem occurred while trying to process your request. Please contact the 
> webmaster if this happens again.
> 
> 
> 
> Detailed information:
> 
>Error number 0 in 11: Uncaught exception
> com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:368)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:146)
> at 
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
> at 
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
> at 
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
> at 
> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:644)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at 
> org.ap

[xwiki-users] Attach big files to xwiki 7

2015-04-13 Thread Israel_Berkowits
Hi All

I have problem to configure xwiki7
To attach big file to wiki

The steps that I did are:

Size Limit

The maximum size of an attachment is limited by a configuration parameter in 
the XWikiPreferences document. It is set to about 32MB by default.

To change it follow these steps:
1.   Go to 
http:///xwiki/bin/edit/XWiki/XWikiPreferences?editor=object
2.   Click on the line that says XWikiPreferences 0 (right below the line 
that says Objects of type XWiki.XWikiPreferences (1))
1.   Scroll down to the field that says Maximum Upload Size and change the 
number to 10737418240 bytes  which is 10GB
2.   Scroll to the bottom and click "Save"
3.   Restarted the tomcat 8


This didn't work:
I am getting message that I can't attach files larger then 32mb

1.   I have tried to attach a video file that about 32mb I got those 
messages:

[Caused by: java.lang.OutOfMemoryError: Java heap space among the long message]



A problem occurred while trying to process your request. Please contact the 
webmaster if this happens again.



Detailed information:

   Error number 0 in 11: Uncaught exception
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:368)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:146)
at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:644)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:291)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:239)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:219)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:142)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:610)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)

[xwiki-users] Technical issues

2015-04-13 Thread Maciej Fokt

Hello,

My problems:
1. Double button on the top panel (How to switch off this?) (screen shot  
is in attachment)

2. How to hide who modified something?

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


Re: [xwiki-users] I don't understand this

2015-04-13 Thread Maciej Fokt

Hello,

Sorry but my English isn't perfect :p I don't understand part of things.  
So.. could I send few technical questions on this address and wait for  
answer?


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


Re: [xwiki-users] I don't understand this

2015-04-13 Thread Thomas Mortagne
Did you read http://dev.xwiki.org/xwiki/bin/view/Community/MailingLists
? Any suggestion to improve it if you did ?

2015-04-13 12:41 GMT+02:00  :
> Yes! Or even to thank developer for their hard work!
>
> Greetings!
>
> Ricardo
>
> --
> Ricardo Rodríguez
> Técnico de Gestión y Promoción de la Investigación
> Secretaría Técnica
> Instituto de Investigación Sanitaria de Santiago de Compostela (IDIS)
> http://www.idisantiago.es
>
> -Mensaje original-
> De: users [mailto:users-boun...@xwiki.org] En nombre de Maciej Fokt
> Enviado el: lunes, 13 de abril de 2015 12:33
> Para: users@xwiki.org
> Asunto: [xwiki-users] I don't understand this
>
> Hello,
>
> This e-mail is for users to sending technical questions?
>
> Greetings,
> Maciek.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> 
>
> Nota: A información contida nesta mensaxe e os seus posibles documentos 
> adxuntos é privada e confidencial e está dirixida únicamente ó seu 
> destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, 
> por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
>
> Nota: La información contenida en este mensaje y sus posibles documentos 
> adjuntos es privada y confidencial y está dirigida únicamente a su 
> destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, 
> por favor elimínelo. La distribución o copia de este mensaje no está 
> autorizada.
>
> See more languages: http://www.sergas.es/aviso_confidencialidad.htm
> ___
> 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] I don't understand this

2015-04-13 Thread Ricardo.Julio.Rodriguez.Fernandez
Yes! Or even to thank developer for their hard work!

Greetings!

Ricardo

--
Ricardo Rodríguez
Técnico de Gestión y Promoción de la Investigación
Secretaría Técnica
Instituto de Investigación Sanitaria de Santiago de Compostela (IDIS)
http://www.idisantiago.es

-Mensaje original-
De: users [mailto:users-boun...@xwiki.org] En nombre de Maciej Fokt
Enviado el: lunes, 13 de abril de 2015 12:33
Para: users@xwiki.org
Asunto: [xwiki-users] I don't understand this

Hello,

This e-mail is for users to sending technical questions?

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



Nota: A información contida nesta mensaxe e os seus posibles documentos 
adxuntos é privada e confidencial e está dirixida únicamente ó seu 
destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por 
favor elimínea. A distribución ou copia desta mensaxe non está autorizada.

Nota: La información contenida en este mensaje y sus posibles documentos 
adjuntos es privada y confidencial y está dirigida únicamente a su 
destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, 
por favor elimínelo. La distribución o copia de este mensaje no está autorizada.

See more languages: http://www.sergas.es/aviso_confidencialidad.htm
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] I don't understand this

2015-04-13 Thread Maciej Fokt

Hello,

This e-mail is for users to sending technical questions?

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


Re: [xwiki-users] How to see setting changes in XWiki preferences?

2015-04-13 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi Valdis,

I don't know if I've well understood your question, but to the best of my 
knowledge there is no "out of the box" way of following the changes in any 
class property or changes in configuration files. I know this answer is really 
poor, but your question remembered to me a feature I looked for time ago to be 
able to track changes, for instance, the telephone of a user.

Currently, XWiki is able to track changes in XWiki pages' content 
(xwikidoc.XWD_CONTENT), and addition/deletion of objects or attached files to 
them, but not in properties of instantiate objects.

Please, take into account that my understanding about how XWiki works is very 
limited!

Just my two cents,

Ricardo

--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es


De: users [users-boun...@xwiki.org] en nombre de Valdis Vītoliņš 
[valdis.vitol...@odo.lv]
Enviado: domingo, 12 de abril de 2015 18:11
Para: Xwiki Users
Asunto: [xwiki-users] How to see setting changes in XWiki preferences?

In XWiki configuration document extra panel is not shown, therefore one
cannot easily see changes between settings.

What is best/easiest way to enable this (e.g. enable showing document
extra panel, or something other)?

Thanks!
Valdis

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



Nota: A información contida nesta mensaxe e os seus posibles documentos 
adxuntos é privada e confidencial e está dirixida únicamente ó seu 
destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por 
favor elimínea. A distribución ou copia desta mensaxe non está autorizada.

Nota: La información contenida en este mensaje y sus posibles documentos 
adjuntos es privada y confidencial y está dirigida únicamente a su 
destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, 
por favor elimínelo. La distribución o copia de este mensaje no está autorizada.

See more languages: http://www.sergas.es/aviso_confidencialidad.htm
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users