[xwiki-users] Issues with the Xwiki REST API

2015-08-03 Thread Mehdi Oulmakki
Hello everyone, I am running into issues with getting any information from my instance of Xwiki using the rest API. I'm curling to the site as per this documentation: http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI#HXWikiRESTfulAPIDocumentation Our instance of XWiki responds wit

[xwiki-users] Modifying macro.mv

2016-02-19 Thread Mehdi Oulmakki
Hello everyone, I am trying to modify the way the table of content (toc) macro behaves on xwiki, and I have a few questions concerning that. 1- Is there anywhere else the macro is defined besides in macros.mv? the changes I've made there did not show up on my xwiki instance after I restarted it.

[xwiki-users] Disabling skin preview

2016-04-25 Thread Mehdi Oulmakki
Hello everyone, I want to disable the skin preview functionality from my xwiki instance. so that urls in the form https://mywiki.com?skin=colibri do not actually change the current skin, and just use my default. The reason for this is that I've overridden a skin with extra functionality and made

[xwiki-users] Question about Xwiki Import/Export XAR

2015-06-04 Thread Mehdi Oulmakki
Hello everyone, I am writing a script to translate XML exports of Mediawiki pages into the XAR format that XWiki can import. My challenge is that I have not found a formal definition of what the page's xml as well as the package xml should be, as they do not contain schema information. I have be