Hi all,
When I create a page in a Space called "MySpace" using Title "a.b.c" , it
created a page call "c" under the space "a.b". (a.b: c)
Is there anyway I can allow users create document with dot on the Title
please? I would expect the document to be called "MySpace: a.b.c"
Many Thanks
Art
--
View this message in context: http://n2.nabble.com/Creating-a-page-with-dot-on-the-Title-tp1112070p111207…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I read the freemind macro and mindmap macros
still there is no clear beginner documentation yet on how to generate a
mindmap of a space, of a wiki or of a page,
Can anybody give assistance in regards of this ?
Thanks
--
*BHY*
Hi All,
I just installed a new xwiki on glassfish and postgresql.
I need a tree based navigation, so i installed Space Explorer. But it shows
an error when it tries to load the menu: Server returned TRANSPORT_ERROR
with no error message.
How can I fix this?
Or how can I implement another Tree Navigation?
Thanks!
Heiko
Hi everybody,
I would like to send a javascript parameter with this jQuery method :
$.ajax({
url: "myurl",
dataType: "json",
data: {"myparameter" : "value"},
beforeSend : function(xhr) {
xhr.setRequestHeader("Authorization", "Basic " + coded);
}
})
Do you know how I could get the parameter "myparameter" back and use
its value in a velocity script ? I don't know if it's possible or not.
Thanks in advance for your help.
Regards, Pierrick
Hi again !
I have several "Blog.BlogPostClass" objects and I try to make an HQL
query in order to get BlogPosts which belong to a particular category.
This is the category property of my objects :
<property type="DBTreeList" name="category">
<link rel="self"
href="http://192.168.11.34:8080/xwiki/rest/wikis/xwscomintech/spaces/Blog/pages/%…"/>
<attribute value="category" name="name"/><attribute value="Category"
name="prettyName"/>
<attribute value="0" name="unmodifiable"/>
<attribute value="0" name="disabled"/>
<attribute value="1" name="relationalStorage"/>
<attribute value="input" name="displayType"/>
<attribute value="1" name="multiSelect"/>
<attribute value="1" name="size"/>
<attribute value=", " name="separator"/>
<attribute value="0" name="cache"/>
<attribute value="Blog.CategoryClass" name="classname"/>
<attribute value="" name="customDisplay"/>
<attribute value="doc.fullName" name="idField"/>
<attribute value="4" name="number"/>
<attribute value="doc.parent" name="parentField"/>
<attribute value="1" name="picker"/>
<attribute value="" name="separators"/>
<attribute value="value" name="sort"/>
<attribute value="" name="sql"/>
<attribute value="" name="tooltip"/>
<attribute value="" name="validationMessage"/>
<attribute value="" name="validationRegExp"/>
<attribute value="name" name="valueField"/>
<attribute
value="Blog.Categories,Blog.CategoryTemplate,Blog.News,Blog.Other,Blog.Personal"
name="allowedValues"/>
<value>Blog.Réunions thématiques</value></property>
I would like to list BlogPosts in "Blog.Réunions thématiques"
I tried this query :
#set($hql = ", BaseObject as obj, DateProperty as prop1,
StringProperty as prop2 where doc.fullName=obj.name and
obj.className='Blog.BlogPostClass' and obj.id=prop1.id.id and
obj.id=prop2.id.id and prop2.id.name='category' and
prop2.value='Blog.Réunions thématiques' and prop1.id.name='publishDate'
and prop1.value is not null and doc.space='Blog' order by prop1.value
desc ")
I saw that the type of my property was "DBTreeList" so I tried to
replace StringProperty by DBStringListProperty but no success ...
I need help please :-)
Thanks
**Plz ignore the last msg, I sent it with the wrong subject**
Hello People,
I am trying to install the Xwiki to build a enterprise wiki in my company but I am facing some problems.
I download the zip package available and I installed the Xwiki in the C: directory.
My server configuration is:
Windows 2008 Server R2 x64
Server JRE 7
Xwiki Enterprise 5.0.2
The address of my wiki is:
MGINFRAWEBP3.energisa.corp
When I access the wiki by:
localhost:8080
This problem doesn't happen!
The xwiki start normally but when I try to change (insert or remove) a macro the following error appear:
500 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <title>Error 500 Error number 2 in 0: The wiki [mginfrawebp3] does not exist</title> </head> <body><h2>HTTP ERROR 500</h2> <p>Problem accessing /xwiki/resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc. Reason: <pre> Error number 2 in 0: The wiki [mginfrawebp3] does not exist</pre></p><h3>Caused by:</h3><pre>com.xpn.xwiki.XWikiException: Error number 2 in 0: The wiki [mginfrawebp3] does not exist at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:505) at org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.initializeXWikiContext(XWikiContextInitializationFilter.java:134) at org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFilter(XWikiContextInitializationFilter.java:83) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1009) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) at org.eclipse.jetty.server.Server.handle(Server.java:368) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:488) at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:943) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1004) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) at java.lang.Thread.run(Thread.java:722) </pre> <hr /><i><small>Powered by Jetty://</small></i><br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> </body> </html>
I couldn't find any reasonable solution.
Thank you in advance.
Danilo Amaral de Oliveira
Engenheiro Trainee
Gerência Corporativa de Infraestrutura de TI
Minas Gerais
(0xx32) 9111-6867