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
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.
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
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