Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
145 views

What WYSIWYG editor does xWiki use?

Which WYSIWYG editor is used by xWiki? And was it ever using a different one? In which version did it change?
1
vote
2answers
499 views

Fortify Sourceanalyzer - problem with Xwiki - missing java class

com.xpn.xwiki.test.AbstractXWikiComponentTestCase This is the only class that cannot be resolved. I have run mvn package Then I have tried to build with sourceanalyzer and this is the only ...
0
votes
0answers
38 views

Search Issues/behaviour on XWiki during even after giving the proper rights?

I have a intention for my web application which i am trying to integerate with xwiki. Basically this is related to right management on specific space area on xwiki.Here it is :- Intention:- My ...
0
votes
1answer
57 views

Javascript - How to cancel a Post form with a confirmation message?

Here is the code to Receive the POST : {{velocity}} #if ($request.getMethod() == "POST") $request.getParameter("servicename") #end {{/velocity}} Here is the code to Send the POST : {{velocity}} ...
0
votes
0answers
65 views

Building Xwiki Enterprise with Jenkins and Maven

I'm attempting to build XWiki Enterprise using Jenkins and Maven but receive the following error: message : Failed to execute goal org.apache.maven.plugins:maven-remote-resources- plugin:1.2.1:bundle ...
0
votes
2answers
88 views

Xwiki - Error with Apostrophe in Space Title or Page Title

I have installed a fresh install of XWiki on a Windows platform. The XWiki instance was installed using hsql for data storage. The XWiki instance is hosted on Apache Tomcat. Some of my users ...
0
votes
2answers
43 views

map a rbms to a dfs

I'm trying to take xwiki (rbms) and map it to a cloud base (dfs) without using MySQL. Any ideas?
0
votes
1answer
49 views

Xwiki login timeout feature

I'm working on an XWiki v2.2 and need to impliment a login timeout feature. Can anyone point me in the right direction? I'm a little lost. Many thanks Cap
0
votes
1answer
127 views

Xwiki Create virtual wiki - problem adding a class

I'm trying to create a virtual wiki but I already struggle with In your Class Editor, create a new class called "XWikiServerClass" Further reading in the DevGuide / DataModel shows that I'm not ...
0
votes
2answers
212 views

How can I use the Graphviz macro in XWiki 2.0 syntax?

The XWiki FAQ gives an example for XWiki 1.0 syntax: {graphviz:type=dot}digraph G {Hello->world}{graphviz} My XWiki is properly set up to display this. But I'm not able to translate this into ...
0
votes
1answer
162 views

XWiki insert text into a page

Does anyone know the best way to insert some text into an XWiki document preferably using Groovy (though Velocity will work, too)? The API documentation is rather, erm, terse and uninformative in ...