Hey,
I have created a macro which helps me to point to another page. I would
like to implement a feature where in the WYSIWYG editor mode in the add
macro tab, I wanted to be able to type the page name in a search box
instead of a normal text box. This way the user can search for a given page
and it could directly help to validate the page.
Thanks and Regards,
Shashidhar P
Hello,
I need to implement a custom headers authenticator for XWiki Enterprise 5.1 (it will essentially be like the authenticator in https://github.com/xwiki-contrib/sandbox/tree/master/authenticators/xwiki-a…), but I can't figure out how to do this. Can anyone point me in the right direction? The custom authenticator documentation makes it sound trivial, and I'm sure it is, but I don't know how to go about actually implementing XWikiAuthService (or extending XWikiAuthServiceImpl for that matter) since I don't know where these classes are physically located. I'm trying to learn Maven simultaneously and it's pretty overwhelming. I'd rather not have to read an entire Maven guide just to figure out how to extend a class for XWiki.
Thanks!
Hi everybody,
I want to know if there is something similar in xwiki like in for
example dokuwiki. There exists a plugin which creates automatically
links in wiki pages if you write the following wiki syntax: [[bug>7884]]
This will generates a link to bugzilla to the following URL:
https://bugzilla-server/show_bug.cgi?id=7884 So in wiki code you just
have this small piece of text and you will get a perfect link to
bugzilla with the text: Bug 7884. It als renders the small bugzilla
icon before the text, but that's not necessary. Would be nice, but isn't
that important.
Now is there something similar or can I achieve this with the help of a
macro or script in xwiki?
Thanks in advance
Daniel
Hi,
I installed the xwiki latest version i.e 5.1 war file under tomcat and
getting the below error when
i hit the deployed xwiki from browser. I am not sure what i missed here?
java.lang.RuntimeException: Component manager has not been initialized
before lookup for [org.xwiki.model.reference.DocumentReferenceResolver<
java.lang.String >] for hint [currentmixed]
at com.xpn.xwiki.web.Utils.getComponent(Utils.java:700)
at com.xpn.xwiki.XWikiContext.<init>(XWikiContext.java:151)
at com.xpn.xwiki.web.Utils.prepareContext(Utils.java:382)
at
com.xpn.xwiki.web.XWikiAction.initializeXWikiContext(XWikiAction.java:418)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:125)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:120)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilt
Hello XWiki users,
I've been trying to find a simple sldieshow macro and have failed miserably.
I found nice jQuery libraries and thought XWiki had jQuery but that did not realize.
I found protoshow which looks very nice and is based on prototype and scriptaculous but again... failure because apparently these are not loaded.
Can it be XWiki has loaded all things in a non-standard way?
Paul
Hello,
I'm looking after details on how "computed fields" work.
I found the JIRA issue [1], had a look at linked documentation [2], but I
couldn't find:
- what kind of script should be used (velocity with or without the
{{velocity}} tag ?) inside the "Script" field
- how to access "current" object to retrieve other fields values, from
inside this computed field script ?
I have a relation-ship between 2 XObjects (ie, one field of A is a Database
List using some field defined in B).
I would like to show parent A into B livetables, using computed field (as I
do not need to store relation-ship in both objects).
Best Regards,
Jeremie
[1] http://jira.xwiki.org/browse/XWIKI-8095
[2]
http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWikiEnterpris…