[xwiki-users] xwiki.home setup does not work for links in e-mails

2014-06-05 Thread Zimmermann, Mark
Dear all, we are using XWiki 6.0.1 and I have to set a different hostname because of a proxy between Internet and our xwiki server. I installed the server with a different name and it still appears unless I set xwiki.home to the correct new name. I also changed the hostname of the server and r

[xwiki-users] Trouble with Localization

2014-06-05 Thread Hamster
We found out that we have several pages created in a different language than the default language in our Wiki. Problem is that those pages are not found directly when we search for them. Our default language is "nl", but we also got pages in "en" and pages which have no launguage at all. I want t

Re: [xwiki-users] I need help about new version of XWiki

2014-06-05 Thread Lumar V. Bertoli Jr
Thomas Mortagne, Thank you very much. Lumar Em 05-Jun-14 5:48 AM, Thomas Mortagne escreveu: What happen here is actually that the blog is not part of the default UI anymore. I just installed it in your wiki using extension manager. On Thu, Jun 5, 2014 at 4:43 AM, Lumar V. Bertoli Jr wrote:

[xwiki-users] RES: RES: Differences between extensions (observation Module)

2014-06-05 Thread Danilo Amaral de Oliveira
Hello Vincent, I could reproduce all examples, ty! But the asynchronously challenge I am thinking about, When you say asynchronously, you mean use the http://extensions.xwiki.org/xwiki/bin/view/Extension/Job+Module? Or use some java library? Thanks! Danilo Grupo Energisa Danilo Oliv

[xwiki-users] Building XWiki from sources (Workin with eclipse)

2014-06-05 Thread wafid
hello. to build xwiki from sources ( Working with eclipse ), I followed the steps mentioned in the link: "http://dev.xwiki.org/xwiki/bin/view/Community/DebugXEWithEclipse";. but in step debugging an error appears: "2014-06-05 15:10:27,471 [XWiki initialization] ERROR c.x.x.i.XWikiInitializerJob

Re: [xwiki-users] Acces denied when upgrade

2014-06-05 Thread Thomas Mortagne
See http://jira.xwiki.org/browse/XE-1396. On Thu, Jun 5, 2014 at 11:57 AM, Oleksii Krykun wrote: > This is a bug. > I temporarily remove root password to finish upgrade. But I'm not sure this > is a best solution. > > 05.06.2014 12:47, barbeliboba >>Hello, >> >> I'm upgrading xwiki from 5.4.4 t

Re: [xwiki-users] improve SpaceIndex

2014-06-05 Thread Pascal BASTIEN
Ok, I'm begin to understand a simple way to do it: use xwiki to edit my SpaceIndex document, export in xar format and unzip to catch xml file with my nice new guid :-) I will pull this afternoom (I'm hungry) De : Pascal BASTIEN À : "vinc...@massol.net" ; XWi

Re: [xwiki-users] Acces denied when upgrade

2014-06-05 Thread Oleksii Krykun
This is a bug. I temporarily remove root password to finish upgrade. But I'm not sure this is a best solution. 05.06.2014 12:47, barbeliboba >Hello, > > I'm upgrading xwiki from 5.4.4 to 6.0.1 and i've got this (yes it's in > french) : > > Lecture des listes de paquets... Fait > Construction d

Re: [xwiki-users] improve SpaceIndex

2014-06-05 Thread Pascal BASTIEN
Ok: guid seem to be random uuid: http://lists.xwiki.org/pipermail/devs/2010-January/041224.html De : Pascal BASTIEN À : "vinc...@massol.net" ; XWiki Users Envoyé le : Jeudi 5 juin 2014 11h13 Objet : Re: [xwiki-users] improve SpaceIndex Thxs Anyway, someo

[xwiki-users] Acces denied when upgrade

2014-06-05 Thread barbeliboba
Hello, I'm upgrading xwiki from 5.4.4 to 6.0.1 and i've got this (yes it's in french) : Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait 0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour. 2 partiellement in

Re: [xwiki-users] improve SpaceIndex

2014-06-05 Thread Pascal BASTIEN
Thxs Anyway, someone can help me to add my new parameter declaration in spaceindex.xml? https://github.com/xwiki/xwiki-platform/pull/280/files I must use eclipse/egit/Mylyn GitHub Connector to provide the ? Pascal B De : "vinc...@massol.net" À : XWiki Use

Re: [xwiki-users] Attachements description field

2014-06-05 Thread vinc...@massol.net
  On 5 Jun 2014 at 10:44:49, Thomas Mortagne (thomas.morta...@xwiki.com(mailto:thomas.morta...@xwiki.com)) wrote: > On Thu, Jun 5, 2014 at 9:36 AM, vinc...@massol.net wrote: > > Hi Ram, > > > > On 5 Jun 2014 at 08:40:51, Megrem Lingroar > > (gremlinshe...@gmail.com(mailto:gremlinshe...@gmail.

Re: [xwiki-users] I need help about new version of XWiki

2014-06-05 Thread Thomas Mortagne
What happen here is actually that the blog is not part of the default UI anymore. I just installed it in your wiki using extension manager. On Thu, Jun 5, 2014 at 4:43 AM, Lumar V. Bertoli Jr wrote: > Dear Thomas Mortagne, > > Thank you very much for your help. After you helped me, everything wor

Re: [xwiki-users] Attachements description field

2014-06-05 Thread Thomas Mortagne
On Thu, Jun 5, 2014 at 9:36 AM, vinc...@massol.net wrote: > Hi Ram, > > On 5 Jun 2014 at 08:40:51, Megrem Lingroar > (gremlinshe...@gmail.com(mailto:gremlinshe...@gmail.com)) wrote: > >> Is there a way to add extra fields to uploaded attachements ? Essentially, >> a description field > > Short an

Re: [xwiki-users] IllegalArgumentException

2014-06-05 Thread Jeremie BOUSQUET
Hi, I think more details would be needed about what you do actually ... I tested the following groovy script in a page : {{groovy}} def space = "%C3%A4%C3%B6%C3%BC%C3%9F%C2%A7%25%21%3C%3E_helloworld" println "ENCODED ${space}" String decodedspacename = URLDecoder.decode(space, "UTF-8"); prin

[xwiki-users] Custom display

2014-06-05 Thread Gerritjan Koekkoek
Hi We are trying to develop questionnaires within xwiki. In order to get clear answers from people we prefer static lists above text fields which would be more difficult to analyze. As a approach we start with appWithinMinutes and add attributes of type static list Use case 1: When we want the u

Re: [xwiki-users] IllegalArgumentException

2014-06-05 Thread Daniel Ebanja
Hi, just wanted to ask if someone has an idea for me. I'll appreciate any help. Thanks Am 03.06.2014 05:16 schrieb "Daniel Ebanja" : > Hi, > i am receiveing the following exception: > Caused by: java.lang.IllegalArgumentException: URLDecoder: Illegal hex > characters in escape (%) pattern - For in

[xwiki-users] openoffice configuration

2014-06-05 Thread Moens Patrick
Hello, I'm preparing a migration of 3 xwiki, actually installed on 2 servers. ( xwiki version 2.4, 5.4 & 3.4) The new environment is a server with 3 tomcat 7 and 3 Oracle DBs. The question is , do I need to install 3 OpenOffice on the server ?, because when I tried to deploy the second w

Re: [xwiki-users] Attachements description field

2014-06-05 Thread vinc...@massol.net
Hi Ram, On 5 Jun 2014 at 08:40:51, Megrem Lingroar (gremlinshe...@gmail.com(mailto:gremlinshe...@gmail.com)) wrote: > Is there a way to add extra fields to uploaded attachements ? Essentially, > a description field Short answer is no. Longer answer: Ït seems Attachments can have a “comment” f