Re: [xwiki-users] setting a fixed domain name?

2016-09-05 Thread Paul Libbrecht
> > I've been struggling with an XWiki bundled with jetty for which I can't > set anything similar such as a VHost. > Unfortunately, I cannot put a ProxyPassReverse (or ProxyPreserveHost) at > the Apache level for lack of a plugin thus all redirects are expressed > to localhost. My wiki is not

Re: [xwiki-users] Configuring CKEditor Plugins

2016-09-05 Thread Mario
Mario wrote > Edit Page: > Object > > > Find > Remove * > colorbutton * > from this line: *Warning*, do not save this object if your Default Editor is WYSIWYG,* it will break the code *thus preventing ckeditor from loading from then on. Edit your user Profile preferences so your

Re: [xwiki-users] Configuring CKEditor Plugins

2016-09-05 Thread Mario
To enable the Color Options in CKEditor I did the following: as written in (Option 1) http://extensions.xwiki.org/xwiki/bin/view/Extension/CKEditor+Integration#HConfiguretheeditor Edit Page: Object Find Remove *colorbutton *from this line: After that, font color and background color are

[xwiki-users] Union of queries

2016-09-05 Thread Gerritjan Koekkoek
Does one of the Query languages of XWIki support Union of results Select column1, column2, column3 from classX UNION Select column1, column2, column3 from ClassY In my use case it is required for a livetable. I could also complete the JSON in two steps. What is recommended?

Re: [xwiki-users] Hide unneeded stuff

2016-09-05 Thread Eugen Colesnicov
Marius Dumitru Florea wrote > A quick inspect shows that the page modification info is wrapped inside a > DIV with class xdocLastModification. Are you asking how you write a CSS > selector for this? You have an example in your list. I added xdocLastModification - works! Thanks! -- View this

Re: [xwiki-users] Editing document objects in WYSIWYG mode

2016-09-05 Thread Marius Dumitru Florea
Hi, Normally, when you edit a wiki page only that page is going to be modified (no matter the edit mode). If there's a macro call in the content of the edited page then you can modify the macro call (its parameters) but not the *data source* (where the macro takes its data). Take for instance the

Re: [xwiki-users] Hide unneeded stuff

2016-09-05 Thread Vincent Massol
Hi Eugen, > On 05 Sep 2016, at 09:59, Eugen Colesnicov wrote: > > Hello, > > I need to hide all technical stuff in a one wiki page (headers, footers, > comments, attachments, etc). For the tabs at the bottom, see

Re: [xwiki-users] Hide unneeded stuff

2016-09-05 Thread Marius Dumitru Florea
On Mon, Sep 5, 2016 at 10:59 AM, Eugen Colesnicov wrote: > Hello, > > I need to hide all technical stuff in a one wiki page (headers, footers, > comments, attachments, etc). I did it all except page modification info > (user, date & time). > I used StyleSheetExtension with

Re: [xwiki-users] injecting logger causes cryptic errors

2016-09-05 Thread Vincent Massol
Hi Edward, > On 04 Sep 2016, at 19:26, Vincent Massol wrote: > > Hi Edward, > >> On 03 Sep 2016, at 13:45, Edward Knyshov wrote: >> >> I'm trying to inject xwiki logger using >> @Inject >> Logger logger; >> But when I start xwiki I get totally broken app

[xwiki-users] Hide unneeded stuff

2016-09-05 Thread Eugen Colesnicov
Hello, I need to hide all technical stuff in a one wiki page (headers, footers, comments, attachments, etc). I did it all except page modification info (user, date & time). I used StyleSheetExtension with content like this: /* Hide unneeded stuff */ #contentmenu, #footerglobal, #hierarchy,