Re: [xwiki-users] Jira Scripting API

2017-01-23 Thread Mohamed Boussaa
Hi, Find more details here: http://extensions.xwiki.org/xwiki/bin/view/Extension/JIRA+Macro http://www.xwiki.com/en/Blog/WorkingWithJiraXWiki http://snippets.xwiki.org/xwiki/bin/view/Extension/JIRA+Integration Mohamed On Mon, Jan 23, 2017 at 6:52 PM, wrote: >

[xwiki-users] Jira Scripting API

2017-01-23 Thread wolfgang.theissen
Hi, I’m trying to use the Searchjql function to read data from our Jira server via the scripting api. The Jira api allows to read any existing field, but I don’t understand how this can be done via the scripting api. The second question I have is how to make a Json file out the answer which can

Re: [xwiki-users] [xwiki-devs] [ANN] Markdown Syntax 1.2 has been released (experimental)

2017-01-23 Thread Vincent Massol
> On 23 Jan 2017, at 17:14, Ludovic Dubost wrote: > > Hi, > > This is quite cool.. It seems to even work with XWiki macros and with > Wysiwyg ! How much is the wysiwyg part supposed to work ? It’s supposed to work well. I’m sure there are edge cases not working but I’ve

Re: [xwiki-users] [ANN] Markdown Syntax 1.2 has been released (experimental)

2017-01-23 Thread Ludovic Dubost
Hi, This is quite cool.. It seems to even work with XWiki macros and with Wysiwyg ! How much is the wysiwyg part supposed to work ? I found an issue though.. If you use the code macros the parser seems to try to transform it to ``` ... ``` instead of {{code}} {{/code}} Ludovic -- *Ludovic

Re: [xwiki-users] strip accents from page name used in url

2017-01-23 Thread Miroslav Galajda
Hi, I'm asking for help again. I need to globally override how the names for documents are created. By design/default the name is taken from title 1:1, which user enters when she creates the page. I would like to have url friendly names. How can I achieve this? Overriding some component or what?

Re: [xwiki-users] Carousel Slider

2017-01-23 Thread Vishal
I had already tried XCarousel but it also shows images only. I will try the bootstrap way and let know if it satisfy my requirement. Your help is much appreciated. Thank u -- View this message in context: http://xwiki.475771.n2.nabble.com/Carousel-Slider-tp7602526p7602531.html Sent from the

Re: [xwiki-users] Exclude "raw content" from solr search

2017-01-23 Thread Enste, Patrick
Ahhh, ok. Maybe I will have a look on that. Thank you very much for the help! :) Best regards, Patrick

Re: [xwiki-users] Carousel Slider

2017-01-23 Thread Mohamed Boussaa
You can also use the Bootstrap Carousel Plugin inside xwiki pages, all you have to do is to copy the html code of the bootstrap slider inside an html macro as below: {{html}} ... ...

Re: [xwiki-users] Carousel Slider

2017-01-23 Thread Mohamed Boussaa
Hello, You can try to install and use the XCarousel application, find détails here: http://extensions.xwiki.org/xwiki/bin/view/Extension/XCarousel/ Regards, Mohamed On Mon, Jan 23, 2017 at 3:24 AM, WikiNote Org wrote: > I want to implement Carousel slider just as