[xwiki-users] short url bug - server not responding

2017-04-11 Thread Vishal
I use short url for my xwiki site. But for any page creation, saving has
always been a problem.
The page is actually saved but still it gives error message as 'server not
responding'. However this bug is faced only while saving for first time and
never afterwards.
I had mentioned it here before as well and had concluded its reason being
short url. Any fix for this please?
Its really important as any new user wouldn't be comfortable to see this
error message during very first page creation.

I have already checked without short url.. it works!



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/short-url-bug-server-not-responding-tp7603454.html
Sent from the XWiki- Users mailing list archive at Nabble.com.


Re: [xwiki-users] editing rights for the blog post

2017-04-11 Thread Vishal
Currently, this is what I do..
For blogger named xyz, create page xyz under /Blog
Then using user edit rights, allow only xyz person to edit the xyz page and
its children.

But this is much longer procedure and if I have say, 50 bloggers, I will
have to do this whole procedure 50 times. 

So, is there anything so that I can universally set edit rights in /Blog to
*Authers*/Page creators only? 



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/editing-rights-for-the-blog-post-tp7603424p7603453.html
Sent from the XWiki- Users mailing list archive at Nabble.com.


Re: [xwiki-users] Table of content in a panel

2017-04-11 Thread Vincent Massol
Hi,

See http://jira.xwiki.org/browse/XWIKI-13750

Thanks
-Vincent


> On 11 Apr 2017, at 16:57, Gerritjan Koekkoek  wrote:
> 
> Is it possible to use the TOC-macro in a side panel
> 
> 
> When I have a panel with the following code:
> 
> {{velocity}}
> 
> #panelheader('waihonaTableOfContent')
> 
>  {{toc start=1 depth=6 numbered=false scope=page /}}
> 
> #panelfooter()
> 
> {{/velocity}}
> 
> 
> And I place that panel on a page I'm getting no results?
> 
> 
> Gerritjan Koekkoek
> Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
> Visit our website
> Facebook
> email
> 
> 
> 



[xwiki-users] Table of content in a panel

2017-04-11 Thread Gerritjan Koekkoek
Is it possible to use the TOC-macro in a side panel


When I have a panel with the following code:

{{velocity}}

#panelheader('waihonaTableOfContent')

  {{toc start=1 depth=6 numbered=false scope=page /}}

#panelfooter()

{{/velocity}}


And I place that panel on a page I'm getting no results?


Gerritjan Koekkoek
Vader van Rai Koekkoek (cdls) en voorzitter vereniging CdLS
Visit our website
Facebook
email





Re: [xwiki-users] editing rights for the blog post

2017-04-11 Thread Eduard Moraru
Hi, Vishal,

A blog post is stored in a wiki page, just like any other. If you want to
control access rights, use XWiki`s right system and set the rights you need
for your usecase:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Access+Rights

In your case, you would probably like to control the rights of the Blog
space. (i.e. go to the Blog page and click on Administer page > Users &
Rights > Rights: Page & Children).

Hope this helps,
Eduard

On Sun, Apr 9, 2017 at 8:24 AM, Vishal  wrote:

> As I see, currently besides author, anyone can edit a blog post. I want to
> restrict that editing right to respective author only. Where can I set
> that?
>
>
>
> --
> View this message in context: http://xwiki.475771.n2.nabble.
> com/editing-rights-for-the-blog-post-tp7603424.html
> Sent from the XWiki- Users mailing list archive at Nabble.com.
>