Re: [xwiki-users] Prevent delete some page

2015-02-16 Thread Marius Dumitru Florea
On Mon, Feb 16, 2015 at 5:26 PM, Pascal BASTIEN pbasnews-xw...@yahoo.fr wrote: Hello, the better I found is to hide delete/rename menu with CSS: /* Hide rename and delete */ #tmActionRename{ display : none; } #tmActionDelete{ display : none; } If I want to display them for a

[xwiki-users] [ANN] CKEditor Integration in XWiki

2015-02-16 Thread Marius Dumitru Florea
Hi guys, FYI I published an extension [1] that integrates the CKEditor [2] in XWiki. It can be installed through the Extension Manager and should work with any version greater than or equal to 6.2.5. I hope to add support for the missing features soon. Thanks, Marius [1]

Re: [xwiki-users] Prevent delete some page

2015-02-16 Thread Pascal BASTIEN
Hello, the better I found is to hide delete/rename menu with CSS: /* Hide rename and delete */ #tmActionRename{ display : none; } #tmActionDelete{ display : none; } If I want to display them for a certain group: I call another SSX with display:block. Of course it is not a very good way

Re: [xwiki-users] Watchlist App Email Notification generates incorrect document links

2015-02-16 Thread Clemens Klein-Robbenhaar
Hi Alexander, I just have been able to reproduce the issue with the jetty-hsql package of XWiki 6.4.1 after a few modifications - it looks like a bug still running around in the wild. What you can do about it is: - create a bug report in http://jira.xwiki.org/ - if you want to debug it,