Re: [xwiki-users] Menu crashes if changed by a non admin user (see menu application extension)

2016-12-09 Thread Marius Dumitru Florea
If you don't want your users to edit those pages then why do you give them edit right? On Thu, Dec 8, 2016 at 11:36 AM, Hamster wrote: > Can this issue be addressed? > > I have to repair pages on a daily notice because people keep changing pages > which require PR to

Re: [xwiki-users] Menu crashes if changed by a non admin user (see menu application extension)

2016-12-09 Thread Hamster
Actually, it's a bit more complicated than that... It's a page which holds all bits of information, but they also make notes on that page. So they should be able to make changes. But those changes break the PR stuff, so I need to re-save those pages for the PR stuff to work again. -- View this

Re: [xwiki-users] Using computed field in a class

2016-12-09 Thread Eduard Moraru
Hi, Normally, for a computed field, you can easily control both the script and the custom displayer. The content of the script meta property gets rendered the same for both view and edit modes, so that`s why asking explicitly for 'view' has no effect on the output. What you could do instead, is

Re: [xwiki-users] skins, configuration, properties and symlinks

2016-12-09 Thread Thomas Mortagne
On Fri, Dec 9, 2016 at 3:00 PM, Stefan Helmerichs wrote: > Thank you for your quick reply, > please excute my late one ;) > Thank you, that did indeed help with the issue of configuration. > > Skins do not seem to work that way though, since there are > unevaluated

Re: [xwiki-users] API/Scripting : create user and attach some files to its profile

2016-12-09 Thread Eduard Moraru
Hi, Did not follow the discussion in depth, but maybe you are interested in adding an EventListener on either DocumentCreatingEvent [1] (before) or DocumentCreatedEvent [2] (after). Other, more specialized, events exist as well, such as XObjectAdded/Updated/DeletedEvent [7][8][9] that allows you

[xwiki-users] skins, configuration, properties and symlinks

2016-12-09 Thread Stefan Helmerichs
Thank you for your quick reply, please excute my late one ;) Thank you, that did indeed help with the issue of configuration. Skins do not seem to work that way though, since there are unevaluated expressions smeared all over the page when I use a linked skin. We updated to version 8.4.2 for

[xwiki-users] [UX][Proposal] Administration Overview

2016-12-09 Thread Ecaterina Moraru (Valica)
Hi, This is a idea proposal for an Administration Overview that: A. Provides generic/global information about the instance like 'version', 'instance id', etc. B. Provides a summary of usage listing count of major entities (wikis, users, pages, extensions, etc.) C. Lists demo content installed in

[xwiki-users] Livetable and rights or filter issues

2016-12-09 Thread walach84
Hello fellow Xwikiers, I need your help to solve a livetable issue for my business unit wiki. I have a Livetable displaying elements of a Class "Demandes", but only a part of them are not visible to some users without admin or programming rights. Only demands from 2015 are shown despite as soon

Re: [xwiki-users] Menu crashes if changed by a non admin user (see menu application extension)

2016-12-09 Thread Marius Dumitru Florea
Isn't it possible to separate the two? i.e. move the part that requires PR in a separate page where your users don't have edit right and include it using the Include macro. On Fri, Dec 9, 2016 at 3:19 PM, Hamster wrote: > Actually, it's a bit more complicated than that... >

Re: [xwiki-users] [UX][Proposal] Administration Overview

2016-12-09 Thread Ecaterina Moraru (Valica)
http://design.xwiki.org/xwiki/bin/view/Proposal/AdministrationOverview On Fri, Dec 9, 2016 at 6:04 PM, Ecaterina Moraru (Valica) wrote: > Hi, > > This is a idea proposal for an Administration Overview that: > A. Provides generic/global information about the instance like

[xwiki-users] Pages in Navigator

2016-12-09 Thread Stefan Helmerichs
Hi again, I am using an XWiki Enterprise 8.4.2 in a docker container and use the external data in a persisted volume. At this point, I am using no extra database for storing the entries, so I assume that an embedded database is used. I am trying to import content from a MediaWiki using MediaWiki