According to
http://xwiki.475771.n2.nabble.com/Include-Macro-Usage-tp7597998.html and
http://jira.xwiki.org/browse/XWIKI-13148
Is there any switch to make non-existent links create sibling pages rather
then children?
We are trying to use xwiki as a wiki. Meaning we have many terms that
interlinks between each other. Atm. it hits "almost unusable" barrier :/
Using Ecaterina Moraru (Valica) example:
[[TestMain]]
[[TestMain1]]
[[TestMain2]] - new link
results in:
http://localhost:8080/xwiki/bin/view/Main/TestMain/http://localhost:8080/xwiki/bin/view/Main/TestMain1/http://localhost:8080/xwiki/bin/view/Main/TestMain1/TestMain2/
In this case TestMain2 cannot use [[TestMain]] nor [[TestMain1]] links
(another great inconvenient for "wiki", but let's put that one aside). Given
there is no parent linking, we need to use absolute path for any and all
links that actually goes to other branches, which is inconvenient on its
own. But with unrestricted "create new links as children by default" it
means hell.
Even worse, creating new page from link doesn't offer any choice of
correcting parent, so atm. non-existent links are liability because they
must not be under no circumstances clicked or they create unwanted children
where no links will work.
And to extend the bad things.. we use templates. There are more of them so
we need to restrict templates just to specific departments they are meant
for. But template provider's visibility restriction seems absolute. It
doesn't extend to children of checked parent. Which is also bad, because we
cannot even create children easily as they won't see templates they need to.
But it also means [[TestMain2]] from above example cannot even be created
using template because with "always child link" it doesn't see templates
defined for [[Main]].
I tried to make [[TestMain1]] terminal page even if it's not recommended
(nor wanted really) but it didn't help. [[TestMain2]] is still offered as
[[TestMain1/TestMain2/WebHome]]. And since it's a child it won't see
templates defined for [[Main]] even when it should because we need templates
for entire branch, without the need to manually administrate every new
nested page created so its pages can use templates as well.
Any way out of it? Config param to make new links siblings and
[[.TestPage1]] for explicit child would solve the worst problems. Offering
the same dialog as for new pages so parent could be fixed manually each time
would at least help. But links are already pretty hard to use (again, for a
wiki; namely anchors and pages from other branches) to make it even harder
(with something like mandatory [[..link]] added to every link there is)
Using v.8.0
--
View this message in context: http://xwiki.475771.n2.nabble.com/Wanted-pages-as-siblings-tp7601368.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
The watchlist mail notifications we are receiving from our xwiki server have hyperlinks to the corresponding pages, but the link starts with "http://localhost/" as opposed to the actual server hostname.
How may we fix this?
Thank you
Mario
I want to use my wiki to write and archive as my laboratory methods book.
Owner : gumush(a)gmail.com
Wiki Name : science@lab
--
---------------------
Hikmet Gumus
---------------------
Hi,
I have XWiki running in a test environment, and want to move to another
server for production. Currently I have deployed it by extracting the war
file in a jetty server and a mysql database, and there are some extensions
installed using the extension manager. To migrate to another server, is it
sufficient to migrate the database and use a new war file in the new
server, do I need to use the same xwiki folder inside webapps?
In other words, does installing extensions add files to the file system?
Thanks
HTTP Status 500 - Views cannot be spooled.
------------------------------
*type* Exception report
*message* *Views cannot be spooled.*
*description* *The server encountered an internal error that prevented it
from fulfilling this request.*
*exception*
java.io.IOException: Views cannot be spooled.
com.xpn.xwiki.plugin.webdav.resources.partial.AbstractDavView.spool(AbstractDavView.java:69)
org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.spoolResource(AbstractWebdavServlet.java:409)
org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.doGet(AbstractWebdavServlet.java:375)
org.apache.jackrabbit.webdav.server.AbstractWebdavServlet.execute(AbstractWebdavServlet.java:225)
com.xpn.xwiki.plugin.webdav.XWikiDavServlet.execute(XWikiDavServlet.java:152)
com.xpn.xwiki.plugin.webdav.XWikiDavServlet.service(XWikiDavServlet.java:131)
javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:70)
org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:137)
org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:176)
org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:145)
org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:92)
org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:394)
*note* *The full stack trace of the root cause is available in the Apache
Tomcat/7.0.52 (Ubuntu) logs.*
------------------------------
Apache Tomcat/7.0.52 (Ubuntu)
Hello,
I am a new user of XWiki and am just starting to explore its functionality. I've searched for an answer this question but haven't found anything yet.
I have created an application (which allows me to record details of requests received from other parts of my organisation), and have entries displayed in a livetable. Is there a way of adding a counter or unique ID field to the application and livetable display? This would make it much easier to refer back and find entries. I can't see a "doc." property that would enable me to do this.
Many thanks in advance for any assistance.
Xavier
#########################################################################
Attention:
This e-mail and any attachment is for authorised use by the intended
recipient(s) only. It may contain proprietary, confidential and/or
privileged information and should not be copied, disclosed, distributed,
retained or used by any other party. If you are not an intended recipient
please notify the sender immediately and delete this e-mail (including
attachments and copies).
The statements and opinions expressed in this e-mail are those of the
author and do not necessarily reflect those of the Royal Marsden NHS
Foundation Trust. The Trust does not take any responsibility for the
statements and opinions of the author.
Website: http://www.royalmarsden.nhs.uk
#########################################################################
Installed XWiki Enterprise 8.2.1 on Ubuntu Server 14.04 LTS.
I did a lot of research after 4 previous failed installation attempts.
Opted to choose the Filesystem Storage option from the beginning since we
need to host files larger than 30MB. I followed these instructions:
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Attachments#HFilesystem…
Everytime I start xwiki, I am brought through the Distribution Wizard and
prompted to basically install XWiki again. Sometimes I'm not prompted, but
most images are not displayed.
In Tomcat7 - JAVA_HOME=/usr/lib/jvm/java-8-oracle
Made changes to xwiki.properties file
environment.permanentDirectory=/etc/tomcat7/data
Made changes to xwiki.cfg (and made sure they weren't commented out):
xwiki.store.attachment.hint=file
xwiki.store.attachment.versioning.hint=file
xwiki.store.attachment.recyclebin.hint=file
Due to this bug: http://jira.xwiki.org/browse/XWIKI-9065, I changed the
value in xwiki.cfg for:
storage.attachment.recyclebin=0
My gut is telling me that I need to use this
http://snippets.xwiki.org/xwiki/bin/view/Extension/Filesystem+Attachment+Po…
, but I can't because the attachment is no longer available.
Any help would be greatly appreciated. If you need more info, please let me
know.
--
View this message in context: http://xwiki.475771.n2.nabble.com/Most-images-not-found-new-installation-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I am trying out XWiki for my work IT dept. I have previously used MediaWiki
and I'm liking XWiki so far. Doing some basic configuration before I demo
it to my group. Can someone explain how to add a left side navigation to all
pages? If it's possible to have it auto-generate (index) pages in the wiki
and create the menu, please share ideas how I would go about doing that.
Cheers,
-Chris
--
View this message in context: http://xwiki.475771.n2.nabble.com/Add-Left-Navigation-to-all-pages-tp760131…
Sent from the XWiki- Users mailing list archive at Nabble.com.
For some reason, my replies are coming back to me(a)laurinkeithdavis.com and
not laurinkeithdavis(a)gmail.com and the former email address is not
authorized, so I keep getting rejections unless I manually fix it.
--
Keith Davis
214-906-5183