[xwiki-users] error on jboss eap 6.4 installation

2017-04-21 Thread Alejandro Viera
Hello, I've tried the standalone installation and decided to use xwiki for a project at work. So now I want to install the xwiki-enterprise-web-9.2 war file on a Jboss eap 6.4. I've already created the datasource and made the configurations needed as explailned in

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Vincent Massol
Hi Mahomed/all, > On 21 Apr 2017, at 19:02, Mahomed Hussein wrote: > > I was just mocking up some samples of my recommendation (which I think > possibly lines up with Vincent's points 2 and 3), when I realised that there > already exists the UI to edit the Page URL.

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Mahomed Hussein
I was just mocking up some samples of my recommendation (which I think possibly lines up with Vincent's points 2 and 3), when I realised that there already exists the UI to edit the Page URL. It's just not called that and I didn't remember seeing it. But I see that's probably what Caty was

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Vincent Massol
Hi again, > On 21 Apr 2017, at 17:33, Miroslav Galajda wrote: > > Hi, > > this seems to be quite complicated and not complete. > This url-friendly problem does arise not only in page creation process but > also in page renaming. > > The other thing is that custom

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Miroslav Galajda
Hi, this seems to be quite complicated and not complete. This url-friendly problem does arise not only in page creation process but also in page renaming. The other thing is that custom applications that are creating pages would require to use different approax and will need to be customized

Re: [xwiki-users] Menu extension and secondary wiki

2017-04-21 Thread Marius Dumitru Florea
On Thu, Apr 20, 2017 at 1:33 PM, redactech wrote: > Hi, > > I am using the menu extension and I have trouble parametring it while I use > a secondary wiki. > > The screenshot was taken from the secondary wiki. > > > I am wondering why pages of the primary wiki are not

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Vincent Massol
> On 21 Apr 2017, at 16:19, Miroslav Galajda wrote: > > Hi, the slugify is different component than speakingurl, but currently it > doesn't matter on this. > > Ok, how would we solve this globally? Not only in default page creation > process but also in custom

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Mahomed Hussein
The fact that the default would be “Never” in your proposal above wouldn’t help that much since by default users wouldn’t be able to control the URLs and thus you’d need to educate everyone that they need to turn this on. It’s quite similar to telling your users to be Advanced users. Sorry,

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Miroslav Galajda
Hi, the slugify is different component than speakingurl, but currently it doesn't matter on this. Ok, how would we solve this globally? Not only in default page creation process but also in custom applications, that create pages in their own. For example the FAQ uses this code to redirect to new

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Denis GERMAIN
Jumping abord conversation, the URL friendly links part looks promising ! Users in my company tend to add a lot of special characters in their pages, and having an option to strip those would really be useful for us. I'm afraid I've not read the rest of the conversation so I won't bother you

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Vincent Massol
> On 21 Apr 2017, at 15:36, Miroslav Galajda wrote: > > Hi, > the solution I've described is javascript based and runs on client-side. > From what I know, the component-based solution, which you propose, would > require to have url-friendly conversion component

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Miroslav Galajda
Hi, the solution I've described is javascript based and runs on client-side. >From what I know, the component-based solution, which you propose, would require to have url-friendly conversion component usable in java and not as javascript code. Am I right? On 21 April 2017 at 15:28, Vincent Massol

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Vincent Massol
Hi Miroslav, > On 21 Apr 2017, at 15:05, Miroslav Galajda wrote: > > Hi, let me enter into this conversion. > Some time ago I've asked for help how to solve problem with diacritics (or > accents) in page names when creating new pages so that the have > url-friendly

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Miroslav Galajda
Hi, let me enter into this conversion. Some time ago I've asked for help how to solve problem with diacritics (or accents) in page names when creating new pages so that the have url-friendly names. You can search for "strip accents from page name used in url" in xwiki users mailing list. I've got

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Vincent Massol
> On 21 Apr 2017, at 13:52, Marius Dumitru Florea > wrote: > > On Fri, Apr 21, 2017 at 2:16 PM, Vincent Massol wrote: > >> Hi Caty, >> >>> On 21 Apr 2017, at 12:44, Ecaterina Moraru (Valica) >> wrote: >>> >>> Let's see

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Vincent Massol
Hi Mahomed, > On 21 Apr 2017, at 13:50, Mahomed Hussein wrote: > > This is quite an interesting discussion and I'd like to add a few points if > you don't mind. > > When we first started using XWiki, our users did comment about the really > long URLs that were being

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Marius Dumitru Florea
On Fri, Apr 21, 2017 at 2:16 PM, Vincent Massol wrote: > Hi Caty, > > > On 21 Apr 2017, at 12:44, Ecaterina Moraru (Valica) > wrote: > > > > Let's see what variants we have: > > > > 1. Instead of displaying "Title", display the "Name" instead. > > This

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Mahomed Hussein
This is quite an interesting discussion and I'd like to add a few points if you don't mind. When we first started using XWiki, our users did comment about the really long URLs that were being generated from the Title. But as our XWiki is internal only for documentation, I kind of brushed it

Re: [xwiki-users] display page title and name(url) while creating a page

2017-04-21 Thread Vincent Massol
Hi Caty, > On 21 Apr 2017, at 12:44, Ecaterina Moraru (Valica) wrote: > > Let's see what variants we have: > > 1. Instead of displaying "Title", display the "Name" instead. > This won't solve anything. There is no difference between Page Name and > Page Title for the normal

Re: [xwiki-users] Docker xwiki setup

2017-04-21 Thread Vincent Massol
> On 21 Apr 2017, at 08:32, Vincent Massol wrote: > > Hi Marcelo, > >> On 21 Apr 2017, at 05:53, Marcelo Martins wrote: >> >> I have installed XWiki from docker as explained on docker hub xwiki >> , but I ran

Re: [xwiki-users] Docker xwiki setup

2017-04-21 Thread Vincent Massol
Hi Marcelo, > On 21 Apr 2017, at 05:53, Marcelo Martins wrote: > > I have installed XWiki from docker as explained on docker hub xwiki > , but I ran into a couple of issues when > it came to installing some extensions that required