[xwiki-users] Rights on velocity macro after deleting a user

2017-11-16 Thread Bruno Joffredo
alDoFilter(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.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:137)
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:506)
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)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:537)
at 
org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:827)
at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:658)
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1566)
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1523)
at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)


--
Signature Bruno Joffredo

Logo Centrale Nantes mail

    
*Bruno Joffredo**
*
Direction des Systèmes d'Information
/IT Systems Department/
1 rue de la Noé - 44321 Nantes cedex 3 - France
Barre-jaune.png
*T + 33 (0)2 40 37 68 06
*
bruno.joffr...@ec-nantes.fr





Re: [xwiki-users] Slash in the page title

2016-09-08 Thread Bruno


Sorry. I had just set up Apache with "AllowEncodedSlashes On" instead of 
"AllowEncodedSlashes NoDecode".
Tomcat is configured with 
"org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true".


Thanks a lot !

Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_____


Le 08/09/2016 à 14:45, Bruno a écrit :


Thanks Vincent.

I have configured Tomcat and Apache to accept the conversion of the 
slash in the URL.

It seems to work. I can find my page and view it.

But when I create a page with a slash in the title, XWiki tree create 
a new space that contains the page.


Example :
-
Page title : "TEST with a / in the title"
Tree :
TEST with a
 |- TEST with a / in the title

Have you ever encountered this?

Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 08/09/2016 à 12:00, Vincent Massol a écrit :

Hi,


On 08 Sep 2016, at 11:57, Bruno  wrote:


Hello,

In XWiki Enterprise 7.4.2, a user has put a slash in the title of 
his page.

XWiki has well transformed the URL to :
/xwiki/bin/view/Le+wiki+du+CRI/Support+aux+Utilisateurs/Synchronisation+messagerie%2Fagenda+sous+androïd/ 



But Apache receives the following URL when I click on link in XWiki :
/xwiki/bin/view/Le+wiki+du+CRI/Support+aux+Utilisateurs/Synchronisation+messagerie/agenda+sous+androïd 



Then I get the error "The requested URL was not found on this server."

So, I can't access this page or delete it.

Is there a solution ?
You’re most likely using a buggy tomcat version (which one are you 
using?).


See the warning on 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat


Thanks
-Vincent


Thanks !

Signature mails
_

Bruno Joffredo

___
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] Slash in the page title

2016-09-08 Thread Bruno


Thanks Vincent.

I have configured Tomcat and Apache to accept the conversion of the 
slash in the URL.

It seems to work. I can find my page and view it.

But when I create a page with a slash in the title, XWiki tree create a 
new space that contains the page.


Example :
-
Page title : "TEST with a / in the title"
Tree :
TEST with a
 |- TEST with a / in the title

Have you ever encountered this?

Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 08/09/2016 à 12:00, Vincent Massol a écrit :

Hi,


On 08 Sep 2016, at 11:57, Bruno  wrote:


Hello,

In XWiki Enterprise 7.4.2, a user has put a slash in the title of his page.
XWiki has well transformed the URL to :
/xwiki/bin/view/Le+wiki+du+CRI/Support+aux+Utilisateurs/Synchronisation+messagerie%2Fagenda+sous+androïd/

But Apache receives the following URL when I click on link in XWiki :
/xwiki/bin/view/Le+wiki+du+CRI/Support+aux+Utilisateurs/Synchronisation+messagerie/agenda+sous+androïd

Then I get the error "The requested URL was not found on this server."

So, I can't access this page or delete it.

Is there a solution ?

You’re most likely using a buggy tomcat version (which one are you using?).

See the warning on 
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat

Thanks
-Vincent


Thanks !

Signature mails
_

Bruno Joffredo

___
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] Slash in the page title

2016-09-08 Thread Bruno


Hello,

In XWiki Enterprise 7.4.2, a user has put a slash in the title of his page.
XWiki has well transformed the URL to :
/xwiki/bin/view/Le+wiki+du+CRI/Support+aux+Utilisateurs/Synchronisation+messagerie%2Fagenda+sous+androïd/

But Apache receives the following URL when I click on link in XWiki :
/xwiki/bin/view/Le+wiki+du+CRI/Support+aux+Utilisateurs/Synchronisation+messagerie/agenda+sous+androïd

Then I get the error "The requested URL was not found on this server."

So, I can't access this page or delete it.

Is there a solution ?

Thanks !

Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] Sorting pages in a tree macro

2016-06-10 Thread Bruno

Le 09/06/2016 18:03, Marius Dumitru Florea a écrit :

On Thu, Jun 9, 2016 at 5:49 PM, Bruno  wrote:


Le 08/06/2016 18:51, Marius Dumitru Florea a écrit :


On Tue, Jun 7, 2016 at 5:29 PM, Bruno 
wrote:

Hello,


In XWiki Enterprise 7.4.2., is it possible to sort girls pages in a tree
macro ?

I suppose you are referring to the document tree macro

http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro
.
The child pages are already sorted by their (technical) name. There is an
open issue http://jira.xwiki.org/browse/XWIKI-12832 to sort by page
title.
What do you want to sort by?



I am referring to the gadget "Page tree" which allows to sort the pages by
drag and drop. However, he does not preserve the imposed order (on my wiki).


I'm not sure what you mean by "Page tree" gadget. If it's the tree
displayed on the home page by default then it uses the Document Tree Macro
http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro
and it doesn't have drag & drop enabled by default precisely because the
changes are not saved. Check the "readOnly" parameter:

"Note that the changes you make to the tree structure are currently not
saved. This is something we'd like to implement in the future."



OK. I will rename pages by prefixing them with numbers.

Thanks !


I would like to be able to sort manually, to give the order I want to my
pages (as with "Page tree" but with order preserved).


Is it possible or must I do it by creating my summary manually ?



For example, if I create a page for each chapter of a documentation, and I

want the parent page to contain the list, should I do the summary by
hand ?

Thanks.

_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_
___
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


_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_



___
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



_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] Sorting pages in a tree macro

2016-06-09 Thread Bruno


Le 08/06/2016 18:51, Marius Dumitru Florea a écrit :

On Tue, Jun 7, 2016 at 5:29 PM, Bruno  wrote:


Hello,


In XWiki Enterprise 7.4.2., is it possible to sort girls pages in a tree
macro ?


I suppose you are referring to the document tree macro
http://extensions.xwiki.org/xwiki/bin/view/Extension/Document+Tree+Macro .
The child pages are already sorted by their (technical) name. There is an
open issue http://jira.xwiki.org/browse/XWIKI-12832 to sort by page title.
What do you want to sort by?

I am referring to the gadget "Page tree" which allows to sort the pages 
by drag and drop. However, he does not preserve the imposed order (on my 
wiki).
I would like to be able to sort manually, to give the order I want to my 
pages (as with "Page tree" but with order preserved).

Is it possible or must I do it by creating my summary manually ?


For example, if I create a page for each chapter of a documentation, and I
want the parent page to contain the list, should I do the summary by hand ?

Thanks.

_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_
___
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


_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_



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


[xwiki-users] Sorting pages in a tree macro

2016-06-07 Thread Bruno


Hello,

In XWiki Enterprise 7.4.2., is it possible to sort girls pages in a tree 
macro ?


For example, if I create a page for each chapter of a documentation, and 
I want the parent page to contain the list, should I do the summary by 
hand ?


Thanks.

_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] zooming on images to view them in their original size

2016-06-02 Thread Bruno


Hello,

Thanks a lot for you answers.

Lightbox Macro is a good extension. I keep it ;-)

I also remember the tip of the image link. But my way of doing is 
slightly different :
- click on your image and then click on Link > File... and fill in the 
file name (ex: my_image.jpg)


Thanks again !
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 01/06/2016 12:45, Hamster a écrit :

Or use the Lightbox Macro...

http://extensions.xwiki.org/xwiki/bin/view/Extension/Lightbox+Macro




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/zooming-on-images-to-view-them-in-their-original-size-tp7599746p7599750.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] zooming on images to view them in their original size

2016-06-01 Thread Bruno


Le 01/06/2016 09:32, Marius Dumitru Florea a écrit :

On Wed, Jun 1, 2016 at 10:09 AM, Bruno  wrote:


Hello,

I use XWiki Enterprise 7.4.2.




I would like to be able to zoom on my images to view them in their
original size.


How do you display your images?



I insert my images via the menu "Image" of the editor, then "External 
image".
An image can be resized to fit in an article. But the details and the 
text may not be legible. I'd like to be able to click on the image to 
view it in its original size.


I know that targeting an image via a link works. But in this case, the 
image must be accessible on a storage without authentication. Moreover, 
it must be easily accessible and usable by users. Not simple.




How can I do this please ?

Thanks !

Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


___
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

_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] zooming on images to view them in their original size

2016-06-01 Thread Bruno


Hello,

I use XWiki Enterprise 7.4.2.
I would like to be able to zoom on my images to view them in their 
original size.

How can I do this please ?

Thanks !

Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] XAR-Import

2016-03-24 Thread Bruno

Hello,
I also had problems with importing XAR (a big one).
In the end, I adjusted some parameters in my config.
Here is what I did :
- in /etc/mysql/my.cnf I set the parameter key_buffer_size from 16 M to 
64M and max_allowed_packet 16 M to 128 M
- in /etc/xwiki/xwiki.cfg I increased the value of the parameter 
xwiki.store.cache.capacity to 1500
- I increased the memory assigned to Java. My config (one processor) : 
JAVA_OPTS='-Djava.awt.headless true -Xmx2g -XX MaxPermSize 256m 
-Dfile.encoding utf-8 -XX -XX UseConcMarkSweepGC CMSIncrementalMode'


I hope it can help.

Regards,
Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 22/03/2016 09:56, Thomas Mortagne a écrit :

On Mon, Mar 21, 2016 at 8:28 PM, Matthias Wegner  wrote:

Ha, ha. I just build a custom xar for you to reproduce the bug and compared
it to an export from xwiki with the same content. And now i see the problem.
I had the following structure:

THIS IS NOT WORKING
book.xar
  |_ package.xml
  |_Book
 |_article1
 |   |_WebHome.xml
 |_article2
 |_WebHome.xml

THIS IS WORKING
book.xar
  |_ package.xml
  |_Book
 |_article1
 |   |_WebHome.xml
 |_article2
 |   |_WebHome.xml
 |_WebHome.xml

I missed the WebHome.xml of the "Space". In my Wiki this is empty, so it is
in my opinion useless to import. But it seems that the importer can not
handle the missing WebHome.xml of the space. I thought about an
encoding-problem or something like that, but it was only a missing file.
Maybe some exception would be great if the integrity of mandatory files or
fields is not there. I had no clue where to look because no log shows any
exception.

So, thanks for assistence. Your questions lead me the way ;)

The missing WebHome.xml should not prevent the import from working
since its not mandatory to have a WebHome associated to a space, you
should definitely create an issue on jira.xwiki.org/jira/browse/XWIKI
with detail on how to reproduce it.


Regards,
Matthias


Am 21.03.2016 um 15:33 schrieb Thomas Mortagne:

Do you see anything in the log ?

If that's a XAR you can safely share and its not too big you should
probably create an issue on http://jira.xwiki.org so that we could
reproduce it.

On Mon, Mar 21, 2016 at 3:30 PM, Matthias Wegner 
wrote:

IT teils Nothing. The right Circle Moves and it seems that it can not
read. It shows no files.

Regards, Matthias

Von unterwegs gesendet


Am 21.03.2016 um 11:51 schrieb Thomas Mortagne
:

What dos the UI tells you when you try to import ? Does it find
documents in the XAR ?


On Sun, Mar 20, 2016 at 9:58 PM, Matthias Wegner
 wrote:
Hi Users,

i made a custom xar-file because i want to import some content into
XWiki
8.0. But it seems to stuck. i can upload the file but it is never
imported.

The request.log show only
127.0.0.1 - - [20/Mrz/2016:20:51:39 +] "POST
/xwiki/bin/upload/XWiki/XWikiPreferences HTTP/1.1" 302 -
127.0.0.1 - - [20/Mrz/2016:20:51:40 +] "GET

/xwiki/bin/get/XWiki/XWikiPreferences?xpage=packagelist&forceTestRights=1
HTTP/1.1" 200 946
127.0.0.1 - - [20/Mrz/2016:20:51:41 +] "POST

/xwiki/bin/get/XWiki/XWikiPreferences?xpage=packagedescriptor&package=B.xar
HTTP/1.1" 200 133

so i have no clue whats wrong. My created xml-files seem correct. Can i
send
you an example, so you can test why it is not working? I have no idea.

Regards,
Matthias



--
View this message in context:
http://xwiki.475771.n2.nabble.com/XAR-Import-tp7598556.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




___
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] Exporting all documents of a space

2016-03-09 Thread Bruno


Excellent, I could repair my first wiki by comparing the rights page by 
page thanks to the extension 'Admin Tools Application' !
Anyway, I will test the import-export because the first server is 7.4.1, 
while the latter is 7.4.2.


Thanks a lot Clemens !
Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 08/03/2016 14:19, Clemens Klein-Robbenhaar a écrit :

The Admin tools have  export / import pages, that might be useful in your use 
case, too:

http://extensions.xwiki.org/xwiki/bin/view/Extension/Admin+Tools+Application

- Ursprüngliche Nachricht -
Von: Bruno
Am:  Tuesday, 08.03.2016, 12:56
An: Xwiki Users
Betreff: [xwiki-users] Exporting all documents of a space



Hello,

I realized an export of my wiki via the tool located in the administration of 
XWiki.
But when I try to import the XAR on another instance of XWiki, just at the end, 
an error is produced and the archive is not added.

In fact, I have a problem with the first wiki, the XWikiGroup group doesn't 
work, and so all users have administrator rights until I disable thoses rights 
for each user (but each new user have admin rights).
So I installed a new XWiki server, and I try to retrieve the articles already 
created in the first one.

Is it possible to export an entire space with his daughters ?
How can I recover my first wiki pages ?

Thank you.
Signature mails

_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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

mit freundlichen Grüßen
Clemens Klein-Robbenhaar



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


[xwiki-users] Exporting all documents of a space

2016-03-08 Thread Bruno


Hello,

I realized an export of my wiki via the tool located in the 
administration of XWiki.
But when I try to import the XAR on another instance of XWiki, just at 
the end, an error is produced and the archive is not added.


In fact, I have a problem with the first wiki, the XWikiGroup group 
doesn't work, and so all users have administrator rights until I disable 
thoses rights for each user (but each new user have admin rights).
So I installed a new XWiki server, and I try to retrieve the articles 
already created in the first one.


Is it possible to export an entire space with his daughters ?
How can I recover my first wiki pages ?

Thank you.
Signature mails

_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] All users have Admin rights !

2016-03-04 Thread Bruno


My tests shows me that the wiki reacts as if the users were not part of 
XWikiAllGroup.


To be more precise :
 - if I change the rights of XWikiAllGroup, users allways have 
admin rights
 - if I change directly the rights of a user, it works, He loses 
his admin rights as asked


Signature mails However, if I list users from XWikiAllGroup, they are 
all present.



_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 04/03/2016 09:21, Bruno a écrit :


Hello,

I just found out that all my (LDAP auth) users have administrator 
rights on the wiki !
This is the case for only a short time. I did not update or that sort 
of thing.


Yet, if I look at the rights of groups and users, everything looks good.
Even if I clearly prohibits the administration rights to 
XWikiAllGroup, all users always have admin rights !

I don't understand what's happening !

Do you have an idea ?

Regards,
Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


___
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] All users have Admin rights !

2016-03-04 Thread Bruno


Hello,

I just found out that all my (LDAP auth) users have administrator rights 
on the wiki !
This is the case for only a short time. I did not update or that sort of 
thing.


Yet, if I look at the rights of groups and users, everything looks good.
Even if I clearly prohibits the administration rights to XWikiAllGroup, 
all users always have admin rights !

I don't understand what's happening !

Do you have an idea ?

Regards,
Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] CKEditor v1.2

2016-03-02 Thread Bruno


Hello,

I deepened my tests about CKEditor v1.2 (comments are after the '>') :

' * when I push the "Source" button, nothing appears. On the button, the 
loading sign turns without ever stopping'
> when I copy-paste an article from an old wiki system, XWiki insert 
some lines like '{{id name="PasserparApacheaulieudeTomcatendirect"/}}\\' 
in the source code. CKEditor doesn't like those lines and can't display 
the source code.


' * the style "Marker" is invisible'
> True on Linux, not tested on Windows (I work mainly with Linux).

' * the horizontal line is invisible'
> only on Linux. With Windows, the 'horizontal line' is visible, and 
the table borders too.


' * is it possible to add a button for "Typewriter Text" (useful for the 
code or configuration files)'

> already done with the style 'Computer code' or 'Typewriter'

New note :
 * when I apply a style as 'Computer code' and then I switch in the 
source display, I do not see the code of the style 'Computer code' in 
the source.



I hope this will help you !

Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 22/02/2016 09:34, Bruno a écrit :


Hello,

I quickly tested the latest version of CKEditor. Here are my remarks :

 * when I push the "Source" button, nothing appears. On the button, the
   loading sign turns without ever stopping
 * the style "Marker" is invisible
 * is it possible to add a button for "Typewriter Text" (useful for the
   code or configuration files)
 * the horizontal line is invisible


Regards,

Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


___
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] Minor editing by default

2016-03-02 Thread Bruno


It works !

Thanks a lot !
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 01/03/2016 17:21, Jesse Bright a écrit :

Yes, that is correct.

Regards,

Jesse


On Mar 1, 2016, at 6:46 AM, Bruno  wrote:


Signature mails OK. So with your modification, the check box 'minor release' is 
checked by default ? And so, there is just to uncheck it to mean a major change 
?
If that's it, Ienjoy that !


_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 01/03/2016 15:24, Jesse Bright a écrit :

I am sure it is technically possible but I think it would be much more 
difficult. All this modification does is change the default state of the 'Is 
Minor' check box. Perhaps you can change the label and reverse the logic, 
change = to != or something similar. However you may find other areas of Xwiki 
that do not behave as expected afterward. For example, if you use History to 
rollback a page it creates a new major change. Would this be affected by the 
proposed change, who knows? I just recently started using Xwiki, I am sure 
someone with more experience could give a more detailed explanation.

Regards,

Jesse


On Mar 1, 2016, at 6:01 AM, Bruno  wrote:


Thank you very much Jesse !

But before I test this solution, can you tell me if it will be possible to 
indicate through the checkbox that editing is major ?

_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 29/02/2016 15:58, Jesse Bright a écrit :

I managed to do this with a recent install of version 7.4.2, so I know it is 
possible. Here are my notes to self on how to do it:

Use the skins application to edit the default skin as indicated here:

http://extensions.xwiki.org/xwiki/bin/view/Extension/Skin+Application

Administer Wiki>Loook & Feel>Presentation

Select Customize.
Overrided Templates Add 'editactions.vm'.
Navigate to /wiki/skins/flamingo/editactions.vm and copy the contents.
update the code as follows:
  #if($request.minorEdit)checked="checked"#endTO
  checked="checked"

Sorry my directions aren't better, I am the on the bus to work.

Regards,

Jesse


On Feb 29, 2016, at 3:39 AM, Bruno  wrote:


Hello,

Is it possible to make the default editions are minor and not major ?

Regards,
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


___
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

___
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] Minor editing by default

2016-03-01 Thread Bruno


Signature mails OK. So with your modification, the check box 'minor 
release' is checked by default ? And so, there is just to uncheck it to 
mean a major change ?

If that's it, Ienjoy that !


_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 01/03/2016 15:24, Jesse Bright a écrit :

I am sure it is technically possible but I think it would be much more 
difficult. All this modification does is change the default state of the 'Is 
Minor' check box. Perhaps you can change the label and reverse the logic, 
change = to != or something similar. However you may find other areas of Xwiki 
that do not behave as expected afterward. For example, if you use History to 
rollback a page it creates a new major change. Would this be affected by the 
proposed change, who knows? I just recently started using Xwiki, I am sure 
someone with more experience could give a more detailed explanation.

Regards,

Jesse


On Mar 1, 2016, at 6:01 AM, Bruno  wrote:


Thank you very much Jesse !

But before I test this solution, can you tell me if it will be possible to 
indicate through the checkbox that editing is major ?

_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 29/02/2016 15:58, Jesse Bright a écrit :

I managed to do this with a recent install of version 7.4.2, so I know it is 
possible. Here are my notes to self on how to do it:

Use the skins application to edit the default skin as indicated here:

http://extensions.xwiki.org/xwiki/bin/view/Extension/Skin+Application

Administer Wiki>Loook & Feel>Presentation

Select Customize.
Overrided Templates Add 'editactions.vm'.
Navigate to /wiki/skins/flamingo/editactions.vm and copy the contents.
update the code as follows:
  #if($request.minorEdit)checked="checked"#endTO
  checked="checked"

Sorry my directions aren't better, I am the on the bus to work.

Regards,

Jesse


On Feb 29, 2016, at 3:39 AM, Bruno  wrote:


Hello,

Is it possible to make the default editions are minor and not major ?

Regards,
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


___
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


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


Re: [xwiki-users] Minor editing by default

2016-03-01 Thread Bruno


Thank you very much Jesse !

But before I test this solution, can you tell me if it will be possible 
to indicate through the checkbox that editing is major ?


_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 29/02/2016 15:58, Jesse Bright a écrit :

I managed to do this with a recent install of version 7.4.2, so I know it is 
possible. Here are my notes to self on how to do it:

Use the skins application to edit the default skin as indicated here:

http://extensions.xwiki.org/xwiki/bin/view/Extension/Skin+Application

Administer Wiki>Loook & Feel>Presentation

Select Customize.
Overrided Templates Add 'editactions.vm'.
Navigate to /wiki/skins/flamingo/editactions.vm and copy the contents.
update the code as follows:
  #if($request.minorEdit)checked="checked"#endTO
  checked="checked"

Sorry my directions aren't better, I am the on the bus to work.

Regards,

Jesse


On Feb 29, 2016, at 3:39 AM, Bruno  wrote:


Hello,

Is it possible to make the default editions are minor and not major ?

Regards,
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


___
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] Minor editing by default

2016-02-29 Thread Bruno


Hello,

Is it possible to make the default editions are minor and not major ?

Regards,
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] Listing connected users

2016-02-29 Thread Bruno


Hello Vincent,

I do not want to install the extension 'Connected Users List Macro' 
because it requires to activate the statistics (which I do not want either).

My wish to list connected users is not essential.

Thanks,
Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 23/02/2016 18:38, vinc...@massol.net a écrit :
  
On 23 Feb 2016 at 18:37:37, vinc...@massol.net (vinc...@massol.net(mailto:vinc...@massol.net)) wrote:



Does it work? :) (why don’t you try it and let us know :))

I don’t know of any other BTW.

Thanks
-Vincent


Thanks
-Vincent
  
  
  
On 23 Feb 2016 at 15:23:06, Bruno (bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:
  
  
Hello,
  
I try to list the connected users.

I fall on "Connected Users List Macro" but it dates from 2014.
Should I use this extension or is there another way to list open
connections ?
  
Thank you,

Bruno Joffredo
  

___
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] Listing connected users

2016-02-23 Thread Bruno


Hello,

I try to list the connected users.
I fall on "Connected Users List Macro" but it dates from 2014.
Should I use this extension or is there another way to list open 
connections ?


Thank you,
Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] CKEditor v1.2

2016-02-22 Thread Bruno


Thank you for your answer Vincent.

On your advice, I emptied the cache. But nothing changed.

Perhaps my article contains something it does not like (it is a copied 
item from an old wiki software).
However, I tested with another item imported from LibreOffice, the 
problem is the same.


But with single article written by hand, it works.

The common points between the two articles problematic is that they are 
long and they are imported.


I don't have this problem whith the internal editor. The source code is 
displayed immediately with the two previous articles.


Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 22/02/2016 09:40, vinc...@massol.net a écrit :

Hi Bruno,

On 22 Feb 2016 at 09:34:22, Bruno (bruno.joffr...@ec-nantes.fr) wrote:


Hello,

I quickly tested the latest version of CKEditor. Here are my remarks :

* when I push the "Source" button, nothing appears. On the button, the
loading sign turns without ever stopping
* the style "Marker" is invisible
* is it possible to add a button for "Typewriter Text" (useful for the
code or configuration files)
* the horizontal line is invisible
Please make extra sure you’ve fully cleared your browser cache and let us know 
if it helps.


Thanks
-Vincent

Bruno Joffredo

___
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] CKEditor v1.2

2016-02-22 Thread Bruno


Hello,

I quickly tested the latest version of CKEditor. Here are my remarks :

 * when I push the "Source" button, nothing appears. On the button, the
   loading sign turns without ever stopping
 * the style "Marker" is invisible
 * is it possible to add a button for "Typewriter Text" (useful for the
   code or configuration files)
 * the horizontal line is invisible


Regards,

Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


[xwiki-users] Comments on WYSIWYG editor

2016-02-19 Thread Bruno


Hello,

Let me share with you my comments about the WYSIWYG editor :

 * when inserting tables, borders are hardly visible. Internal and
   external borders, 1 pixel solid would be more visible
 * same thing with the horizontal ruler that is invisible :-(
 * lists are not flexible. For example, if I insert code or contents of
   a configuration file under a 2nd or 3rd level bullet, I can't take
   back my list after this insertion at the same level. I can't do that :
 o XWiki setup :
 + code :

   apt-get update
   apt-get clean
   apt-get install xwiki-enterprise-tomcat8-mysql

 + during the installation, let dbconfig take care of the MySQL
   configuration
 * a box to highlight code or file configuration content in monospace
   and background-color will be great ! Like that :

# We need a workers file exactly once
# and in the global server
JkWorkersFile /etc/libapache2-mod-jk/workers.properties
 
# Our JK error log

# You can (and should) use rotatelogs here
JkLogFile /var/log/apache2/mod_jk.log
 
# Our JK log level (trace,debug,info,warn,error)

JkLogLevel info
 
# Our JK shared memory file

JkShmFile /var/log/apache2/jk-runtime-status

 * or that :

jdbc:mysql://localhost/xwiki
xwiki
MOT.DE.PASSE
com.mysql.jdbc.Driver
org.hibernate.dialect.MySQL5InnoDBDialect
true
20


Thank you for your excellent work !


Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] Coloring text in WYSIWYG ?

2016-02-17 Thread Bruno


Thank you Vincent for all the  Info.

On my wiki, whith CKEditor, the "Marker" style doesn't display 
highlighted text (nothing appears). The rest works fine.


It's great that I can offer an alternative to the integrated editor.

Thank you and a big congratulations to all the team XWiki !


_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 17/02/2016 10:05, vinc...@massol.net a écrit :
  





On 17 Feb 2016 at 09:42:41, Bruno 
(bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:

  
Yes, CKEditor seems to be really interesting !

Do you advise me to include it in my wiki ?

When it’s ready yes (see the thread I pointed you to, which has some info on 
timeframes).

Thanks
-Vincent


Bruno Joffredo

[snip]


Le 16/02/2016 17:18, vinc...@massol.net a écrit :

Note that the future is:
http://markmail.org/message/v7zksylepq2agutj

Thanks
-Vincent


On 16 Feb 2016 at 17:12:45, Bruno 
(bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:


Thanks a lot Vincent !

I was looking on xwiki.org. I forgot Google ;)

[snip]


Bruno Joffredo

[snip]


Le 16/02/2016 16:57, vinc...@massol.net a écrit :

Hi Bruno,

Are you sure you googled and couldn’t find it? :)

Because I googled for “xwiki wysiwyg color” and the first link I got was:
http://lists.xwiki.org/pipermail/users/2012-February/021826.html

Thanks
-Vincent
On 16 Feb 2016 at 16:46:50, Bruno (bruno.joffr...@ec-nantes.fr) wrote:


Hello,

Is it possible to color the text (and/or background) in the WYSIWYG
editor, without passing by the source code of the page ?
Is there an extension for that ?
Because some non-technical users will not want to spend time to learn
the XWiki language.

Thank you for all the help you bring me !

___
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] Coloring text in WYSIWYG ?

2016-02-17 Thread Bruno


Yes, CKEditor seems to be really interesting !
Do you advise me to include it in my wiki ?

_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 16/02/2016 17:18, vinc...@massol.net a écrit :

Note that the future is:
http://markmail.org/message/v7zksylepq2agutj

Thanks
-Vincent


On 16 Feb 2016 at 17:12:45, Bruno 
(bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:

  
Thanks a lot Vincent !
  
I was looking on xwiki.org. I forgot Google ;)

[snip]


Bruno Joffredo

[snip]


Le 16/02/2016 16:57, vinc...@massol.net a écrit :

Hi Bruno,

Are you sure you googled and couldn’t find it? :)

Because I googled for “xwiki wysiwyg color” and the first link I got was:
http://lists.xwiki.org/pipermail/users/2012-February/021826.html

Thanks
-Vincent
On 16 Feb 2016 at 16:46:50, Bruno (bruno.joffr...@ec-nantes.fr) wrote:


Hello,

Is it possible to color the text (and/or background) in the WYSIWYG
editor, without passing by the source code of the page ?
Is there an extension for that ?
Because some non-technical users will not want to spend time to learn
the XWiki language.

Thank you for all the help you bring me !

___
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] Coloring text in WYSIWYG ?

2016-02-16 Thread Bruno


Thanks a lot Vincent !

I was looking on xwiki.org. I forgot Google ;)

My users will be delighted !
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 16/02/2016 16:57, vinc...@massol.net a écrit :

Hi Bruno,

Are you sure you googled and couldn’t find it? :)

Because I googled for “xwiki wysiwyg color” and the first link I got was:
http://lists.xwiki.org/pipermail/users/2012-February/021826.html

Thanks
-Vincent
On 16 Feb 2016 at 16:46:50, Bruno (bruno.joffr...@ec-nantes.fr) wrote:


Hello,

Is it possible to color the text (and/or background) in the WYSIWYG
editor, without passing by the source code of the page ?
Is there an extension for that ?
Because some non-technical users will not want to spend time to learn
the XWiki language.

Thank you for all the help you bring me !

___
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] Coloring text in WYSIWYG ?

2016-02-16 Thread Bruno


Hello,

Is it possible to color the text (and/or background) in the WYSIWYG 
editor, without passing by the source code of the page ?

Is there an extension for that ?
Because some non-technical users will not want to spend time to learn 
the XWiki language.


Thank you for all the help you bring me !

Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] LibreOffice server installation

2016-02-16 Thread Bruno


The activation is very simple.

Thanks Vincent !
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 16/02/2016 10:36, vinc...@massol.net a écrit :

Hi,

On 16 Feb 2016 at 10:33:43, Bruno 
(bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:

  
Hello,
  
Could you tell me if there is a documentation on installing LibreOffice

server for XWiki LibreOffice Import ?

It’s named the "Office Importer Application”, see the installation instructions 
at:
http://extensions.xwiki.org/xwiki/bin/view/Extension/Office+Importer+Application

Thanks
-Vincent


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


[xwiki-users] LibreOffice server installation

2016-02-16 Thread Bruno


Hello,

Could you tell me if there is a documentation on installing LibreOffice 
server for XWiki LibreOffice Import ?


Regards,
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] How to access the dashboard without using the panel ?

2016-02-12 Thread Bruno


Thanks for your help !
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 12/02/2016 16:06, vinc...@massol.net a écrit :

Hi Bruno,

On 12 Feb 2016 at 15:59:30, Bruno 
(bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:


Hello,

I would remove the left panel but I don't know how to access the
dashboard without it.

An idea ?

Maybe this can help:
https://www.xwiki.org/xwiki/bin/view/FAQ/How+can+I+navigate+to+a+given+page

Thanks
-Vincent


Thank you.

Signature mails
_

Bruno Joffredo

___
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] How to access the dashboard without using the panel ?

2016-02-12 Thread Bruno


Hello,

I would remove the left panel but I don't know how to access the 
dashboard without it.


An idea ?

Thank you.

Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


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


Re: [xwiki-users] Encoding bug in Document Tree Macro ?

2016-02-12 Thread Bruno


Hello Clemens,

I have reinstalled Xwiki 7.4.1 with Tomcat8 and MySQL from zero.
It seems that there is no more problem with titles that contain accents.

As you said, it should be a problem with my setup.

Thanks a lot !
Signature mails
_

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 10/02/2016 08:33, Bruno a écrit :


Hello Clemens,

I reinstall XWiki and I'll let you know.

Signature mails
Bruno


Le 08/02/2016 13:37, Clemens Klein-Robbenhaar a écrit :


On 02/08/2016 10:21 AM, Bruno wrote:

Le 05/02/2016 16:19, Clemens Klein-Robbenhaar a écrit :

On 02/05/2016 03:35 PM, Bruno wrote:

Hello,

I work in a French engineering school.
I would like to install xwiki 7.4 for my team.

I encounter a problem whith accents :
When I create a page whose title contains accents (or French 
special characters), childs documents are not displayed in the 
*Document Tree macro*.

However, it appears in the wiki Page Index, but not in the tree.

I followed unsuccessfully the documentation for administrators 
'XWiki Character Encoding Settings'.


Is there something I did wrong ? Is it a bug ?

I cannot reproduce this behaviour. At first sight it looks to me 
like a problem with your setup.


Can you try to see if the page still shows up in the page index if 
you filter the page names with then accented character actually 
used in the page name (in the "Location" column)

If they vanish there, too, it is probably something with your setup.
In that case: what kind of servlet container did you use? If an 
apache / nginx etc running in front of it?

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

Hi Clemens,

Thank you for your help.
I confirm that the page is listed when I use the filter 'location' 
in the Page Index by entering the title with accents.


_My config :_

  * Debian Jessie (8.2) 64 bits
  * MySQL Server 5.5.46
  * Apache 2.4.10
  * Tomcat 7.0.56
  * Oracle java 1.8.0_66 (v8)
  * XWIKI 7.4


Do you think I need to retry the installation with java-7-openjdk - 
amd64  ?


Bruno


No, Java8 is just fine, I tested the issue with java8, too.

If the document is shown in the page index, the encoding setup should 
be ok.


The strange thing is that the document macro uses (nearly) the same 
way to transport the information (i.e. what pages are sought) to the 
server as the document index do - both use a simple AJAX GET Request 
parameter. (The main difference is that the document tree sends full 
page names, and the document index parts of a name).


Is there any chance that you can talk to the tomcat directly w/o the 
apache? Can you see the AJAX-request in the server access logs? Do 
the search query for the location (request parameter "doc.location") 
different from the document tree (search parameter is just an 'id').

for example an 'è' should show up there as an %C3%A8 (I think) 

I remember I once had nasty problems with apache as frontend and 
pages containing a '+', but I guess this does not apply here /...


___
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] xwiki-tomcat8-mysql Error number 11007 in 0

2016-02-11 Thread Bruno


Precisely, that's what's weird : I left dbconfig care for the creation 
of the xwiki user and DB !



_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 11/02/2016 16:20, Thomas Mortagne a écrit :

During installation apt-get (dpkg actually) ask you if you want to let
dbconfig handle the configuration of your database, you probably
answered no, in that case it did not created the default xwiki user.

On Thu, Feb 11, 2016 at 4:01 PM, vinc...@massol.net  wrote:


On 11 Feb 2016 at 15:41:56, Bruno 
(bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:


This is the complete list :

Etat HTTP 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0:
Failed to extract Entity Resource Reference from URL
[http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]

[snip]


cause mère

java.sql.SQLException: Access denied for user 'xwiki'@'localhost' (using
password: YES)
com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)

[snip]

You only need to look at the root cause and here it’s pretty clear: it’s 
because you haven’t given the correct permissions to the “xwiki” user in your 
DB.

Thanks
-Vincent


Bruno



Le 11/02/2016 15:30, vinc...@massol.net a écrit :

Hi Bruno,

On 11 Feb 2016 at 15:27:26, Bruno
(bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:


Hello,

I have installed the package xwiki-enterprise-tomecat8-mysql without
errors (on Debian Jessie).
But when i launch XWiki through the URL
http://my-server.mydomain.fr:8080/xwiki, the page displays those infos :

Etat HTTP 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0:
Failed to extract Entity Resource Reference from URL
[http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]

type Rapport d''exception

message com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to
extract Entity Resource Reference from URL
[http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]

description Le serveur a rencontré une erreur interne qui l''a empêché
de satisfaire la requête.

exception

javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 11007 in 0: Failed to extract Entity Resource Reference from URL

[snip]


java.lang.RuntimeException: Failed to locate wiki descriptor for alias
[my-server.mydomain.fr]

[snip]


etc…

In order to help you we need the root cause, i.e. what in the “etc…”
part :)

Thanks
-Vincent


Do you have an idea of the problem?

Bruno

___
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] xwiki-tomcat8-mysql Error number 11007 in 0

2016-02-11 Thread Bruno


OK. It works !

I think I did not put the same length for the cookie encryption keys in 
the /etc/xwiki/xwiki.cfg file.

Or I had not deleted the old xwiki user and database and it did not like it.

I don't see that these two differences with my previous installations.

Thanks for your help !

_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3

Tél. 02.40.37.68.06
Mail : bruno.joffr...@ec-nantes.fr <mailto:bruno.joffr...@ec-nantes.fr>
_


Le 11/02/2016 16:20, Thomas Mortagne a écrit :

During installation apt-get (dpkg actually) ask you if you want to let
dbconfig handle the configuration of your database, you probably
answered no, in that case it did not created the default xwiki user.

On Thu, Feb 11, 2016 at 4:01 PM, vinc...@massol.net  wrote:


On 11 Feb 2016 at 15:41:56, Bruno 
(bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:


This is the complete list :

Etat HTTP 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0:
Failed to extract Entity Resource Reference from URL
[http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]

[snip]


cause mère

java.sql.SQLException: Access denied for user 'xwiki'@'localhost' (using
password: YES)
com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)

[snip]

You only need to look at the root cause and here it’s pretty clear: it’s 
because you haven’t given the correct permissions to the “xwiki” user in your 
DB.

Thanks
-Vincent


Bruno



Le 11/02/2016 15:30, vinc...@massol.net a écrit :

Hi Bruno,

On 11 Feb 2016 at 15:27:26, Bruno
(bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:


Hello,

I have installed the package xwiki-enterprise-tomecat8-mysql without
errors (on Debian Jessie).
But when i launch XWiki through the URL
http://my-server.mydomain.fr:8080/xwiki, the page displays those infos :

Etat HTTP 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0:
Failed to extract Entity Resource Reference from URL
[http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]

type Rapport d''exception

message com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to
extract Entity Resource Reference from URL
[http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]

description Le serveur a rencontré une erreur interne qui l''a empêché
de satisfaire la requête.

exception

javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 11007 in 0: Failed to extract Entity Resource Reference from URL

[snip]


java.lang.RuntimeException: Failed to locate wiki descriptor for alias
[my-server.mydomain.fr]

[snip]


etc…

In order to help you we need the root cause, i.e. what in the “etc…”
part :)

Thanks
-Vincent


Do you have an idea of the problem?

Bruno

___
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] xwiki-tomcat8-mysql Error number 11007 in 0

2016-02-11 Thread Bruno
i(XWiki.java:751)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:229)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:184)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
javax.servlet.http.HttpServlet.service(HttpServlet.java:618)
javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:137)


Bruno



Le 11/02/2016 15:30, vinc...@massol.net a écrit :

Hi Bruno,

On 11 Feb 2016 at 15:27:26, Bruno 
(bruno.joffr...@ec-nantes.fr(mailto:bruno.joffr...@ec-nantes.fr)) wrote:


>
> Hello,
>
> I have installed the package xwiki-enterprise-tomecat8-mysql without
> errors (on Debian Jessie).
> But when i launch XWiki through the URL
> http://my-server.mydomain.fr:8080/xwiki, the page displays those infos :
>
> Etat HTTP 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0:
> Failed to extract Entity Resource Reference from URL
> [http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]
>
> type Rapport d''exception
>
> message com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to
> extract Entity Resource Reference from URL
> [http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]
>
> description Le serveur a rencontré une erreur interne qui l''a empêché
> de satisfaire la requête.
>
> exception
>
> javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
> number 11007 in 0: Failed to extract Entity Resource Reference from URL

[snip]

> java.lang.RuntimeException: Failed to locate wiki descriptor for alias
> [my-server.mydomain.fr]

[snip]

> etc…

In order to help you we need the root cause, i.e. what in the “etc…” 
part :)


Thanks
-Vincent

> Do you have an idea of ​​the problem?
>
> Bruno
>


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


[xwiki-users] xwiki-tomcat8-mysql Error number 11007 in 0

2016-02-11 Thread Bruno
enceResolver.java:43)
org.xwiki.url.internal.DefaultResourceReferenceResolver.resolve(DefaultResourceReferenceResolver.java:93)
org.xwiki.url.internal.DefaultResourceReferenceResolver.resolve(DefaultResourceReferenceResolver.java:48)
com.xpn.xwiki.XWiki.initializeResourceFromURL(XWiki.java:804)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:751)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:229)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:184)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449)
javax.servlet.http.HttpServlet.service(HttpServlet.java:618)
javax.servlet.http.HttpServlet.service(HttpServlet.java:725)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:137)

etc...

Do you have an idea of ​​the problem?

Bruno


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


Re: [xwiki-users] Debian repository corrupted

2016-02-11 Thread Bruno


OK. Thank you for your explanations !
Signature mails
Bruno


Le 11/02/2016 13:53, Thomas Mortagne a écrit :

We keep all version in this repository actually so that you can
install the version you want.

Just need to check why apt-get does not respect declared dependencies
and improve this. The workaround is to list all the packages you want
instead of the top level one. Any in your case you want the last one
which is the use case documented on
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationViaAPT.

On Thu, Feb 11, 2016 at 12:38 PM, Bruno  wrote:

Le 11/02/2016 12:29, Thomas Mortagne a écrit :

xwiki-enterprise-tomcat-mysql is a very old package and for some reason
apt-get want to install 7.4 version of one of its dependency despite the
fact that it's declaring another version (looks like there is some stuff I
did not understood yet in the way apt-get deal with dependencies). You
should always indicate tomcat version.



In this case the package should not be removed ?

Signature mails Bruno




___
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] Debian repository corrupted

2016-02-11 Thread Bruno


Le 11/02/2016 12:29, Thomas Mortagne a écrit :
xwiki-enterprise-tomcat-mysql is a very old package and for some 
reason apt-get want to install 7.4 version of one of its dependency 
despite the fact that it's declaring another version (looks like there 
is some stuff I did not understood yet in the way apt-get deal with 
dependencies). You should always indicate tomcat version.



In this case the package should not be removed ?

Signature mails Bruno



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


Re: [xwiki-users] Debian repository corrupted

2016-02-11 Thread Bruno


Hello,

It seems that there remain problems (on Debian Jessie) :

apt-get install xwiki-enterprise-tomcat-mysql
Lecture des listes de paquets... Fait (Reading package lists 
... Done)
Construction de l'arbre des dépendances (Shaft Construction 
dependencies)
Lecture des informations d'état... Fait (Reading state 
information ... Done)
Certains paquets ne peuvent être installés. Ceci peut signifier   
(Some packages could not be installed. This may mean)
que vous avez demandé l'impossible, ou bien, si vous utilisez 
(you asked for the impossible, or if you use)
la distribution unstable, que certains paquets n'ont pas encore   
(the unstable distribution that some required packages have not yet)
été créés ou ne sont pas sortis d'Incoming.(created or 
are not out of Incoming.)
L'information suivante devrait vous aider à résoudre la situation :   
(The following information should help you resolve the situation :)


Les paquets suivants contiennent des dépendances non satisfaites :
(The following packages have unmet dependencies)
 xwiki-enterprise-tomcat-mysql : Dépend: xwiki-enterprise-common (= 
3.4+rc+1) mais 7.4 devra être installé(... but 7.4 will be installed)
 Dépend: tomcat6 (>= 6.0.20) mais il 
n'est pas installable(... but it is not installable)
E: Impossible de corriger les problèmes, des paquets défectueux sont en 
mode « garder en l'état ».
   (E: Unable to correct problems, defective packets are in 'keep 
state' mode.)



But xwiki-enterprise-tomcat7-mysql and xwiki-enterprise-tomcat8-mysql 
installations seem to work.


Thanks,

Bruno


Le 11/02/2016 10:28, Thomas Mortagne a écrit :

Seems ok now. Not really sure what was the issue, I just restarted the
index generation. Maybe the server restarted in the midlle of the
index rebuild last night.

2016-02-11 9:51 GMT+01:00 Thomas Mortagne :

Thanks for the report, will check that.

2016-02-11 8:54 GMT+01:00 Bruno :

+1

I confirm that the debian repo seems to be corrupted.

Bruno



Le 10/02/2016 22:34, claude.duroc...@cspq.gouv.qc.ca a écrit :


It looks like the debian repository http://maven.xwiki.org/stable/ is
corrupted. Any indication when it will be back?

Claude Durocher | Conseiller en architecture et en logiciel libre | Centre
d'expertise en logiciel libre
Centre de services partagés du Québec | 150, boulevard René-Lévesque Est,
6e étage, Québec (Québec) G1R 2B2
Tél. : 418 717-9656
claude.duroc...@cspq.gouv.qc.ca | www.cspq.gouv.qc.ca

Ce message est confidentiel et est à l'usage exclusif du destinataire
identifié ci-dessus. Toute autre personne est, par les présentes, avisée
qu'il lui est strictement interdit de le diffuser, de le distribuer, d'en
dévoiler le contenu ou de le reproduire. Si vous avez reçu cette
communication par erreur, veuillez en informer l'expéditeur par courrier
électronique immédiatement et détruire l'original de ce message ainsi que
toute copie.
___
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


Re: [xwiki-users] Debian repository corrupted

2016-02-10 Thread Bruno


+1

I confirm that the debian repo seems to be corrupted.

Bruno


Le 10/02/2016 22:34, claude.duroc...@cspq.gouv.qc.ca a écrit :


It looks like the debian repository http://maven.xwiki.org/stable/ is 
corrupted. Any indication when it will be back?

Claude Durocher | Conseiller en architecture et en logiciel libre | Centre 
d'expertise en logiciel libre
Centre de services partagés du Québec | 150, boulevard René-Lévesque Est, 6e 
étage, Québec (Québec) G1R 2B2
Tél. : 418 717-9656
claude.duroc...@cspq.gouv.qc.ca | www.cspq.gouv.qc.ca

Ce message est confidentiel et est à l'usage exclusif du destinataire identifié 
ci-dessus. Toute autre personne est, par les présentes, avisée qu'il lui est 
strictement interdit de le diffuser, de le distribuer, d'en dévoiler le contenu 
ou de le reproduire. Si vous avez reçu cette communication par erreur, veuillez 
en informer l'expéditeur par courrier électronique immédiatement et détruire 
l'original de ce message ainsi que toute copie.
___
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] Encoding bug in Document Tree Macro ?

2016-02-09 Thread Bruno


Hello Clemens,

I reinstall XWiki and I'll let you know.

Signature mails
Bruno


Le 08/02/2016 13:37, Clemens Klein-Robbenhaar a écrit :


On 02/08/2016 10:21 AM, Bruno wrote:

Le 05/02/2016 16:19, Clemens Klein-Robbenhaar a écrit :

On 02/05/2016 03:35 PM, Bruno wrote:

Hello,

I work in a French engineering school.
I would like to install xwiki 7.4 for my team.

I encounter a problem whith accents :
When I create a page whose title contains accents (or French special 
characters), childs documents are not displayed in the *Document Tree macro*.
However, it appears in the wiki Page Index, but not in the tree.

I followed unsuccessfully the documentation for administrators 'XWiki Character 
Encoding Settings'.

Is there something I did wrong ? Is it a bug ?


I cannot reproduce this behaviour. At first sight it looks to me like a problem 
with your setup.

Can you try to see if the page still shows up in the page index if you filter the page 
names with then accented character actually used in the page name (in the 
"Location" column)
If they vanish there, too, it is probably something with your setup.
In that case: what kind of servlet container did you use? If an apache / nginx 
etc running in front of it?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Hi Clemens,

Thank you for your help.
I confirm that the page is listed when I use the filter 'location' in the Page 
Index by entering the title with accents.

_My config :_

  * Debian Jessie (8.2) 64 bits
  * MySQL Server 5.5.46
  * Apache 2.4.10
  * Tomcat 7.0.56
  * Oracle java 1.8.0_66 (v8)
  * XWIKI 7.4


Do you think I need to retry the installation with java-7-openjdk - amd64  ?

Bruno


No, Java8 is just fine, I tested the issue with java8, too.

If the document is shown in the page index, the encoding setup should be ok.

The strange thing is that the document macro uses (nearly) the same way to 
transport the information (i.e. what pages are sought) to the server as the 
document index do - both use a simple AJAX GET Request parameter. (The main 
difference is that the document tree sends full page names, and the document 
index parts of a name).

Is there any chance that you can talk to the tomcat directly w/o the apache? Can you see 
the AJAX-request in the server access logs? Do the search query for the location (request 
parameter "doc.location") different from the document tree (search parameter is 
just an 'id').
for example an 'è' should show up there as an %C3%A8 (I think) 

I remember I once had nasty problems with apache as frontend and pages 
containing a '+', but I guess this does not apply here /...

___
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] Encoding bug in Document Tree Macro ?

2016-02-08 Thread Bruno


Le 05/02/2016 16:19, Clemens Klein-Robbenhaar a écrit :


On 02/05/2016 03:35 PM, Bruno wrote:

Hello,

I work in a French engineering school.
I would like to install xwiki 7.4 for my team.

I encounter a problem whith accents :
When I create a page whose title contains accents (or French special 
characters), childs documents are not displayed in the *Document Tree macro*.
However, it appears in the wiki Page Index, but not in the tree.

I followed unsuccessfully the documentation for administrators 'XWiki Character 
Encoding Settings'.

Is there something I did wrong ? Is it a bug ?


I cannot reproduce this behaviour. At first sight it looks to me like a problem 
with your setup.

Can you try to see if the page still shows up in the page index if you filter the page 
names with then accented character actually used in the page name (in the 
"Location" column)
If they vanish there, too, it is probably something with your setup.
In that case: what kind of servlet container did you use? If an apache / nginx 
etc running in front of it?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Hi Clemens,

Thank you for your help.
I confirm that the page is listed when I use the filter 'location' in 
the Page Index by entering the title with accents.


_My config :_

 * Debian Jessie (8.2) 64 bits
 * MySQL Server 5.5.46
 * Apache 2.4.10
 * Tomcat 7.0.56
 * Oracle java 1.8.0_66 (v8)
 * XWIKI 7.4


Do you think I need to retry the installation with java-7-openjdk - amd64  ?

Bruno

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


[xwiki-users] Encoding bug in Document Tree Macro ?

2016-02-05 Thread Bruno


Hello,

I work in a French engineering school.
I would like to install xwiki 7.4 for my team.

I encounter a problem whith accents :
When I create a page whose title contains accents (or French special 
characters), childs documents are not displayed in the *Document Tree 
macro*.

However, it appears in the wiki Page Index, but not in the tree.

I followed unsuccessfully the documentation for administrators 'XWiki 
Character Encoding Settings'.


Is there something I did wrong ? Is it a bug ?

Thanks for your help,
Signature mails
_____

Bruno Joffredo

Ecole Centrale de Nantes

Centre de Ressources Informatiques - Bur. D019

1 rue de la Noë

BP 92101

F-44321 Nantes cedex 3
_


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


Re: [xwiki-users] - WYSIWYG STOPPED WORK AFTER IMPORT CONTENT

2012-01-06 Thread - Calhau Bruno



> Date: Fri, 6 Jan 2012 14:48:01 +0200
> From: mariusdumitru.flo...@xwiki.com
> To: users@xwiki.org
> Subject: Re: [xwiki-users] - WYSIWYG STOPPED WORK AFTER IMPORT CONTENT
> 
> On Fri, Jan 6, 2012 at 2:35 PM, - Calhau Bruno  
> wrote:
> >
> >
> >
> >> Date: Fri, 6 Jan 2012 14:28:08 +0200
> >> From: mariusdumitru.flo...@xwiki.com
> >> To: users@xwiki.org
> >> Subject: Re: [xwiki-users] - WYSIWYG STOPPED WORK AFTER IMPORT CONTENT
> >>
> >> On Fri, Jan 6, 2012 at 2:24 PM, - Calhau Bruno  
> >> wrote:
> >> >
> >> > Hi guys,
> >> >
> >>
> >> > I migrated to the XWiki version 3.30, and once i have imported the 
> >> > backup (. Xar) of my old XWiki, I can not use the wysiwyg.
> >>
> >> What version did you migrate from? Was it older than 3.0 or newer?
> >>
> >> > Im not sure the correct version but its was older than 3.0, i think it 
> >> > was 2.3, 2.4...something like that. The import was sucessful, 
> >> > content..users...everything...
> >>> the problem is just when i try to edit a new content, or older content 
> >>> that was import on my backup package.
> 
> So you did import the 3.3 XAR right? Check if you have the
> XWiki.WysiwygEditorConfig page. You can also go to the wiki
> administration and check if you have the "WYSIWYG Editor" section and
> if it looks fine. It would also help to know if there is any
> JavaScript exception thrown when you edit a page. On Firefox you can
> use the Firebug extension to see if there is any exception logged on
> the console when the WYSIWYG editor fails to load.
> > Marius i have WYSIWYG Editor in Applications section.
> >Source editor enabledEnable or disable the WYSIWYG/Source tabs.Yes

>> I tried to check on firebug if appear any expection but nothing is showing 
>> me.
>> Have you ever tried to import any content and after that tried to edit? 
>> Thanks your help

> Hope this helps,
> Marius
> 
> >> > Every time I try to edit some content, the loading icon keeps loading up 
> >> > forever.
> >>
> >> Did you clear the browser cache?
> >> Yes i did.
> >> Hope this helps,
> >> Marius
> >>
> >> >
> >> >  Has anyone had this problem? Can you help me?
> >> >
> >> >  Thanks in advance.
> >> >
> >> > Bruno Calhau
> >> > ___
> >> > 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
  
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] - WYSIWYG STOPPED WORK AFTER IMPORT CONTENT

2012-01-06 Thread - Calhau Bruno



> Date: Fri, 6 Jan 2012 14:28:08 +0200
> From: mariusdumitru.flo...@xwiki.com
> To: users@xwiki.org
> Subject: Re: [xwiki-users] - WYSIWYG STOPPED WORK AFTER IMPORT CONTENT
> 
> On Fri, Jan 6, 2012 at 2:24 PM, - Calhau Bruno  
> wrote:
> >
> > Hi guys,
> >
> 
> > I migrated to the XWiki version 3.30, and once i have imported the backup 
> > (. Xar) of my old XWiki, I can not use the wysiwyg.
> 
> What version did you migrate from? Was it older than 3.0 or newer?
> 
> > Im not sure the correct version but its was older than 3.0, i think it was 
> > 2.3, 2.4...something like that. The import was sucessful, 
> > content..users...everything...
>> the problem is just when i try to edit a new content, or older content that 
>> was import on my backup package.
> > Every time I try to edit some content, the loading icon keeps loading up 
> > forever.
> 
> Did you clear the browser cache?
> Yes i did.
> Hope this helps,
> Marius
> 
> >
> >  Has anyone had this problem? Can you help me?
> >
> >  Thanks in advance.
> >
> > Bruno Calhau
> > ___
> > 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] - WYSIWYG STOPPED WORK AFTER IMPORT CONTENT

2012-01-06 Thread - Calhau Bruno

Hi guys,

I migrated to the XWiki version 3.30, and once i have imported the backup (. 
Xar) of my old XWiki, I can not use the wysiwyg.

Every time I try to edit some content, the loading icon keeps loading up 
forever.

 Has anyone had this problem? Can you help me?

 Thanks in advance.

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


Re: [xwiki-users] Re(2): Problem with Admin Sheet page

2008-11-21 Thread Bruno Neves
I copy a xwiki.cfg from a new instalation, and problem is resolved.
Thanks again
Bruno Neves

users@xwiki.org em sexta-feira, 21 de Novembro de 2008 às 11:13 + escreveu:
:I have these skinx plugins in the list:
:
:com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin,
:com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin,
:
:This problem has happened since I upgrade my XWiki with the DocumentTree 
plugin. I have already uninstalled
:it but the problem persists.
:
:Any clue?
:
:Thanks in advance
:
:
:users@xwiki.org em sexta-feira, 21 de Novembro de 2008 às 10:36 + escreveu:
::Hi,
::
::It looks like your package and skinx plugins are not enabled. Can you
::give use the plugins section of your xwiki.cfg ?
::Which XE version are you using ? Did this happened after an upgrade ?
::
::JV.
::
::On Fri, Nov 21, 2008 at 11:22 AM, Bruno Neves <[EMAIL PROTECTED]> wrote:
::> Greetings
::>
::> I have a problem with AdminSheet. When I select "Administrate wiki" to 
change some configurations, verify
::> that no menu image was showed and when I try to export something I recive 
this error:
::>
::> A problem occured while trying to service your request. Please contact the 
support if this happens again.
::> Detailed information:
::>Error number 11015 in 11: Exception while exporting
::> Wrapped Exception: null
::> com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while 
exporting
::> Wrapped Exception: null
::>at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:64)
::>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
::>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
::>at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
::>at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
::>at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
::>at 
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
::>at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
::>at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
::>at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
::>at
::org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
::>at 
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
::>at
::org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
::>at 
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
::>at
::org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
::>at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
::>at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
::>at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
::>at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
::>at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
::>at org.mortbay.http.HttpServer.service(HttpServer.java:954)
::>at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
::>at 
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
::>at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
::>at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
::>at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
::>at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
::>
::>
::> Wrapped Exception:
::>
::> java.lang.NullPointerException
::>at com.xpn.xwiki.web.ExportAction.exportXAR(ExportAction.java:230)
::>at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:57)
::>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
::>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
::>at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
::>at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
::>at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
::>at 
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
::>at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
::>at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
::>at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
::> 

[xwiki-users] Re(2): Problem with Admin Sheet page

2008-11-21 Thread Bruno Neves
I have these skinx plugins in the list:

com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin,
com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin,

This problem has happened since I upgrade my XWiki with the DocumentTree 
plugin. I have already uninstalled
it but the problem persists.

Any clue?

Thanks in advance


users@xwiki.org em sexta-feira, 21 de Novembro de 2008 às 10:36 + escreveu:
:Hi,
:
:It looks like your package and skinx plugins are not enabled. Can you
:give use the plugins section of your xwiki.cfg ?
:Which XE version are you using ? Did this happened after an upgrade ?
:
:JV.
:
:On Fri, Nov 21, 2008 at 11:22 AM, Bruno Neves <[EMAIL PROTECTED]> wrote:
:> Greetings
:>
:> I have a problem with AdminSheet. When I select "Administrate wiki" to 
change some configurations, verify
:> that no menu image was showed and when I try to export something I recive 
this error:
:>
:> A problem occured while trying to service your request. Please contact the 
support if this happens again.
:> Detailed information:
:>Error number 11015 in 11: Exception while exporting
:> Wrapped Exception: null
:> com.xpn.xwiki.XWikiException: Error number 11015 in 11: Exception while 
exporting
:> Wrapped Exception: null
:>at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:64)
:>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
:>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
:>at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
:>at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
:>at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
:>at 
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
:>at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
:>at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
:>at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
:>at
:org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
:>at 
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
:>at
:org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
:>at 
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
:>at
:org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
:>at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
:>at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
:>at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
:>at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
:>at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
:>at org.mortbay.http.HttpServer.service(HttpServer.java:954)
:>at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
:>at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
:>at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
:>at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
:>at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
:>at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
:>
:>
:> Wrapped Exception:
:>
:> java.lang.NullPointerException
:>at com.xpn.xwiki.web.ExportAction.exportXAR(ExportAction.java:230)
:>at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:57)
:>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:216)
:>at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
:>at 
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
:>at 
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
:>at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
:>at 
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
:>at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
:>at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
:>at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
:>at
:org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
:>at 
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
:>at
:org.mortbay.jetty.servlet.WebAp

[xwiki-users] Re(2): Problem with Admin Sheet page

2008-11-21 Thread Bruno Neves
I'm using XWiki Enterprise 1.5, and yes, this happened after an upgrade. I will 
verify my xwiki.cfg file.
Thanks
Bruno neves

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


Re: [xwiki-users] Problem with Admin Sheet page

2008-11-21 Thread Bruno Neves
I'm sorry. I forget the screenshoot .
Thanks
Bruno Neves

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


[xwiki-users] Problem with Admin Sheet page

2008-11-21 Thread Bruno Neves
ion.handle(HttpConnection.java:833)
at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

I don't remeber of changing the AdminSheet page, but in the begining it show 
these functions:
$xwiki.jsx.use("XWiki.AdminSheet") $xwiki.ssx.use("XWiki.AdminSheet") 
I send a screenShot of this.
Can anyone give me some clue?

Thanks in advance
Bruno Neves


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


[xwiki-users] Re(2): Re(2): DocumentTree Plugin

2008-11-18 Thread Bruno Neves
Thanks, I've already download it.

Bruno Neves

users@xwiki.org em terça-feira, 18 de Novembro de 2008 às 12:24 + escreveu:
:Something strange is happening... The link was there yesterday but was  
:gone today. I've put it back.
:
:Let me know if this is ok this time.
:
:Thanks
:-Vincent
:
:On Nov 18, 2008, at 1:17 PM, Bruno Neves wrote:
:
:> I couldn't find it the link to download the jar-Archive. Am I  
:> missing something here or the link isn't
:> present in the page?
:> Best Regards
:> Bruno Neves
:>
:>
:> users@xwiki.org em segunda-feira, 17 de Novembro de 2008 às 13:33  
:> + escreveu:
:> :Should be ok now. Someone (hel) had made some invalid modifications  
:> to
:> :the page I believe. I have reverted it.
:> :
:> :Thanks
:> :-Vincent
:> :
:> :On Nov 17, 2008, at 2:19 PM, Bruno Neves wrote:
:> :
:> :> Greetings
:> :>
:> :> I saw this page 
http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin
:> :>  in the Xwiki Code Zone /
:> :> Plugins.
:> :> In the document instructions says:
:> :> - "Copy the jar-Archive to the %xwikipath%/WEB-INF/lib/ directory  
:> of
:> :> your xwiki installation and add
:> :> com.xpn.xwiki.plugin.doctree.DocumentTreePlugin to the xwiki.cfg."
:> :> So I search for the link of the plugin, and I saw this note in the
:> :> top of the page:
:> :> - "This plugin cannot currently be downloaded separately"
:> :> It cannot be downloaded from where separately from where?
:> :>
:> :> Can anyone give me some clue abou it?
:> :>
:> :> Thanks in advance
:> :> Bruno Neves
:___
: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] Re(2): hierarchy between tags

2008-11-18 Thread Bruno Neves
What I am doing is a knowledge base. It's composed by a table with two colums. 
In the left colum I have a
list of tags representing all the subjects and in the rigth colum I have all 
items (links to wiki pages)
belonging to the knowledge base itself or to some subject in particular.

What I need is to show the tags in the left colum in a kind of mindmap, similar 
to a tag cloud but with
connections.

Best regards
Bruno Neves


users@xwiki.org em segunda-feira, 17 de Novembro de 2008 às 13:34 + 
escreveu:
:Hin
:
:On Nov 17, 2008, at 2:25 PM, Bruno Neves wrote:
:
:> Greetings
:>
:> It's possible to set an hierarchy between tags? For example, make a  
:> tag parent of another one, like we can do
:> with the documents.
:
:No this is not possible ATM.
:
:I'm interested in your use case. Could you elaborate on the need?
:
:Thanks
:-Vincent
:
:___
: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] Re(2): DocumentTree Plugin

2008-11-18 Thread Bruno Neves
I couldn't find it the link to download the jar-Archive. Am I missing something 
here or the link isn't
present in the page?
Best Regards
Bruno Neves


users@xwiki.org em segunda-feira, 17 de Novembro de 2008 às 13:33 + 
escreveu:
:Should be ok now. Someone (hel) had made some invalid modifications to  
:the page I believe. I have reverted it.
:
:Thanks
:-Vincent
:
:On Nov 17, 2008, at 2:19 PM, Bruno Neves wrote:
:
:> Greetings
:>
:> I saw this page 
http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin 
:>  in the Xwiki Code Zone /
:> Plugins.
:> In the document instructions says:
:> - "Copy the jar-Archive to the %xwikipath%/WEB-INF/lib/ directory of  
:> your xwiki installation and add
:> com.xpn.xwiki.plugin.doctree.DocumentTreePlugin to the xwiki.cfg."
:> So I search for the link of the plugin, and I saw this note in the  
:> top of the page:
:> - "This plugin cannot currently be downloaded separately"
:> It cannot be downloaded from where separately from where?
:>
:> Can anyone give me some clue abou it?
:>
:> Thanks in advance
:> Bruno Neves
:___
: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] hierarchy between tags

2008-11-17 Thread Bruno Neves
Greetings

It's possible to set an hierarchy between tags? For example, make a tag parent 
of another one, like we can do
with the documents.

Best regards
Bruno Neves

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


[xwiki-users] DocumentTree Plugin

2008-11-17 Thread Bruno Neves
Greetings

I saw this page http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin 
in the Xwiki Code Zone /
Plugins.
In the document instructions says: 
- "Copy the jar-Archive to the %xwikipath%/WEB-INF/lib/ directory of your xwiki 
installation and add
com.xpn.xwiki.plugin.doctree.DocumentTreePlugin to the xwiki.cfg."
So I search for the link of the plugin, and I saw this note in the top of the 
page:
- "This plugin cannot currently be downloaded separately"
It cannot be downloaded from where separately from where?

Can anyone give me some clue abou it?

Thanks in advance
Bruno Neves

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


[xwiki-users] Display a PDF in a XWiki page

2008-11-14 Thread Bruno Neves
Greetings

I have a XWiki page with a pdf attached. How can I display this pdf attachement 
in my XWiki page?

Thanks in advance
Bruno Neves

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


[xwiki-users] Control privileges to create tags

2008-11-14 Thread Bruno Neves
Greetings

I have a simple doubt. There is a way to give the privilage of creating new 
XWiki pages to a user, but
forbidden him of creating tags in new pages?

Thanks in advance
Bruno Neves

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


[xwiki-users] Re(2): List Files

2008-10-01 Thread Bruno Neves
It's just a plain old folder of windows, containing pdf.

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


[xwiki-users] List Files

2008-09-30 Thread Bruno Neves
Greetings

I need to program a page that list all the files present in some folder, 
creating links to them. Similar to a
directory. It's possible to do this with velocity code? What is the best way to 
do it?

Best regards
Bruno Neves

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